~hopem/openstack-mojo-specs/mojo-openstack-specs-ipv6

« back to all changes in this revision

Viewing changes to specs/full_stack/charmhelper_upgrade_ha/kilo/manifest

  • Committer: David Ames
  • Date: 2015-10-16 16:08:04 UTC
  • mfrom: (227.1.3 mojo-openstack-specs)
  • Revision ID: david.ames@canonical.com-20151016160804-djz5yaka318j6xvl
[1chb1n, r=thedac] Enable mojo's wait feature in specs; set Vivid/Wily collect scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
script config=sync_charmhelpers.py
9
9
 
10
10
# Use juju deployer to create the units for the deployment
11
 
deploy config=haphase1.yaml delay=0 target=${MOJO_SERIES}-kilo
 
11
deploy config=haphase1.yaml delay=0 wait=True target=${MOJO_SERIES}-kilo
12
12
 
13
13
# Check juju statuses are green and that hooks have finished
14
14
verify config=check_juju.py
17
17
script config=set_vips.py
18
18
 
19
19
# Use juju deployer to add the relations for the deployment
20
 
deploy config=haphase2.yaml delay=0 target=${MOJO_SERIES}-kilo
 
20
deploy config=haphase2.yaml delay=0 wait=True target=${MOJO_SERIES}-kilo
21
21
 
22
22
# Check juju statuses are green and that hooks have finished
23
23
verify config=check_juju.py