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

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_deploy_ssl/mitaka/manifest

[1chb1n, r=thedac] Newton targets and various cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Collect the charm branches from Launchpad
 
2
collect config=collect-stable-${MOJO_SERIES}
 
3
 
 
4
# Checkout stable
 
5
script config=git_checkout_stable.py
 
6
 
 
7
 
 
8
# Use juju deployer with full.yaml bundle
 
9
deploy config=full-ssl.yaml delay=0 wait=True target=${MOJO_SERIES}-mitaka
 
10
 
 
11
# Check juju statuses are green and that hooks have finished
 
12
verify config=check_juju.py
 
13
 
 
14
# Create sdn on overcloud
 
15
script config=network_setup.py
 
16
 
 
17
# Setup glance images
 
18
script config=image_setup.py
 
19
 
 
20
# Setup keystone users
 
21
script config=keystone_setup.py
 
22
 
 
23
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
24
verify config=simple_os_checks.py MACHINES='cirros:m1.tiny:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
25
 
 
26
# Success