~junaidali/charms/trusty/plumgrid-director/sapi

« back to all changes in this revision

Viewing changes to README.ex

  • Committer: bbaqar at plumgrid
  • Date: 2015-08-24 16:18:48 UTC
  • Revision ID: bbaqar@plumgrid.com-20150824161848-ndmntb1fnxw3joxg
Improvments in Makefile and Amulets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Overview
2
 
 
3
 
Once deployed this charm performs the configurations required for a PLUMgrid Director and starts the essential services on the node.
4
 
 
5
 
# Usage
6
 
 
7
 
Step by step instructions on using the charm:
8
 
 
9
 
    juju deploy neutron-api
10
 
    juju deploy neutron-api-plumgrid
11
 
    juju deploy plumgrid-director
12
 
 
13
 
    juju add-relation neutron-api neutron-api-plumgrid
14
 
 
15
 
For plumgrid-director to work make the configuration in the neutron-api and neutron-api-plumgrid charms as specified in the configuration section below.
16
 
 
17
 
# Known Limitations and Issues
18
 
 
19
 
This is an early access version of the PLUMgrid Director charm and it is not meant for production deployments. The charm only supports Kilo Openstack Release.
20
 
 
21
 
# Configuration
22
 
 
23
 
Example Config
24
 
 
25
 
    plumgrid-director:
26
 
        plumgrid-virtual-ip: "192.168.100.250"
27
 
        install_sources: 'ppa:plumgrid-team/stable'
28
 
        install_keys: 'null'
29
 
    neutron-api-plumgrid:
30
 
        install_sources: 'ppa:plumgrid-team/stable'
31
 
        install_keys: 'null'
32
 
        enable-metadata: True
33
 
    neutron-api:
34
 
        neutron-plugin: "plumgrid"
35
 
        plumgrid-virtual-ip: "192.168.100.250"
36
 
 
37
 
Provide the virtual IP you want PLUMgrid GUI to be accessible.
38
 
Make sure that it is the same IP specified in the neutron-api charm configuration for PLUMgrid.
39
 
The virtual IP passed on in the neutron-api charm has to be same as the one passed in the plumgrid-director charm.
40
 
Provide the source repo path for PLUMgrid Debs in 'install_sources' and the corresponding keys in 'install_keys'.
41
 
 
42
 
You can access the PG Console at https://192.168.100.250
43
 
 
44
 
In order to configure networking, PLUMgrid License needs to be posted.
45
 
 
46
 
    juju set plumgrid-director plumgrid-license-key="$LICENSE_KEY"
47
 
 
48
 
# Contact Information
49
 
 
50
 
Bilal Baqar <bbaqar@plumgrid.com>
51
 
Bilal Ahmad <bilal@plumgrid.com>