~bbaqar/charms/trusty/neutron-api-plumgrid/liberty

« back to all changes in this revision

Viewing changes to README.md

  • Committer: bbaqar at plumgrid
  • Date: 2015-08-24 16:27:30 UTC
  • Revision ID: bbaqar@plumgrid.com-20150824162730-u6un50kv3qlpn9h3
Improvments in Makefile and Amulets

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Overview
 
2
 
 
3
This charm enables PLUMgrid Neutron plugin in an OpenStack environment.
 
4
 
 
5
Once deployed, the charm enables the necessary actions in the neutron-server container that allows the PLUMgrid plugin to take over networking for the OpenStack environment.
 
6
 
 
7
It is a subordinate charm to neutron-api charm.
 
8
 
 
9
# Usage
 
10
 
 
11
Instructions on using the charm:
 
12
 
 
13
    juju deploy neutron-api
 
14
    juju deploy neutron-api-plumgrid
 
15
    juju add-relation neutron-api neutron-api-plumgrid
 
16
 
 
17
To enable PLUMgrid in neutron make the configuration in the neutron-api charm as specified in the configuration section below.
 
18
 
 
19
# Known Limitations and Issues
 
20
 
 
21
The charm currently only supports Kilo Openstack Release.
 
22
 
 
23
# Configuration
 
24
 
 
25
Example Config
 
26
 
 
27
    neutron-api-plumgrid:
 
28
        install_sources: 'ppa:plumgrid-team/stable'
 
29
        install_keys: 'null'
 
30
        enable-metadata: False
 
31
    neutron-api:
 
32
        neutron-plugin: "plumgrid"
 
33
        plumgrid-virtual-ip: "192.168.100.250"
 
34
 
 
35
Provide the source repo path for PLUMgrid Debs in 'install_sources' and the corresponding keys in 'install_keys'
 
36
The "neutron-plugin" config parameter is required to be "plumgrid" in the neutron-api charm to enable PLUMgrid.
 
37
Also the virtual IP on which PLUMgrid Console is going to be accessible should be specified in the "plumgrid-virtual-ip" config parameter.
 
38
 
 
39
# Contact Information
 
40
 
 
41
Bilal Baqar <bbaqar@plumgrid.com>
 
42
Bilal Ahmad <bilal@plumgrid.com>