~hopem/charms/trusty/nova-cloud-controller/lp1499435

« back to all changes in this revision

Viewing changes to README.md

  • Committer: billy.olsen at canonical
  • Date: 2015-09-21 18:06:09 UTC
  • mfrom: (186.1.4 ncc-next)
  • Revision ID: billy.olsen@canonical.com-20150921180609-q32d2ec2t9yxm4a8
[cjohnston,r=billy-olsen] Fix the markdown specifications in the README
file. Change categories to tags in metadata.yaml, fix typos in config.yaml.

Closes-Bug: 1495679

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=====================
2
 
nova-cloud-controller
3
 
=====================
 
1
# nova-cloud-controller
4
2
 
5
 
Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
 
3
Cloud controller node for OpenStack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
6
4
 
7
5
The neutron-api interface can be used join this charm with an external neutron-api server. If this is done
8
6
then this charm will shutdown its neutron-api service and the external charm will be registered as the
14
12
to local. Note: The console access protocol is baked into a guest when it is created, if you change it then
15
13
console access for existing guests will stop working
16
14
 
17
 
******************************************************
18
 
Special considerations to be deployed using Postgresql
19
 
******************************************************
20
 
 
21
 
juju deploy nova-cloud-controller
22
 
juju deploy postgresql
23
 
 
24
 
juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
25
 
juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"
26
 
 
27
 
Deploying from source
28
 
=====================
 
15
**Special considerations to be deployed using Postgresql**
 
16
 
 
17
    juju deploy nova-cloud-controller
 
18
    juju deploy postgresql
 
19
    juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
 
20
    juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"
 
21
 
 
22
## Deploying from source
29
23
 
30
24
The minimum openstack-origin-git config required to deploy from source is:
31
25
 
43
37
Note that there are only two 'name' values the charm knows about: 'requirements'
44
38
and 'nova'. These repositories must correspond to these 'name' values.
45
39
Additionally, the requirements repository must be specified first and the
46
 
nova repository must be specified last. All other repostories are installed
 
40
nova repository must be specified last. All other repositories are installed
47
41
in the order in which they are specified.
48
42
 
49
43
The following is a full list of current tip repos (may not be up-to-date):