~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Liam Young
  • Date: 2015-02-10 07:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 205.
  • Revision ID: liam.young@canonical.com-20150210074020-iorzsdum2q817wfy
More detail to readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
Mojo uses juju deployer to do the charm deployment. When specifying the target
82
82
to use in the bundle the ${MOJO\_SERIES} environment variable should be used in
83
 
place of the Ubuntu release version. These allows the same spec to be used for
 
83
place of the Ubuntu release version. This allows the same spec to be used for
84
84
deployments on different Ubuntu release.
85
85
 
86
86
deploy config=haphase1.yaml delay=0 target=${MOJO\_SERIES}-juno
120
120
* *tempest.py*: This doesn't actually exist in any real sense but will do rsn!
121
121
 
122
122
Phase 5: Manipulate the cloud
123
 
-------------
 
123
-----------------------------
124
124
 
125
125
Directives: script
126
126
 
137
137
* *upgrade_all_services.py*: Perform a Juju charm upgrade on all services
138
138
* *upgrade_services.py*: Perform a Juju charm upgrade on a given service
139
139
 
 
140
Helper Libraries
 
141
================
 
142
 
 
143
There are two helper libraries in *helper/utils/*.
 
144
 
 
145
* *mojo_os_utils.py*: Functions for manipulating the deployed Openstack cloud.
 
146
* *mojo_utils.py*: Functions for manipulating the providor environment. Juju
 
147
                   add/remove unit etc
 
148
 
140
149
Using mojo
141
150
==========
142
151