~chris.macnaughton/openstack-mojo-specs/fix_stable_ssl

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_to_next/icehouse/manifest

[muitiple] Merging 17.08 testing changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Collect the stable charm branches from Launchpad
 
1
# Collect the stable charms
2
2
collect config=collect-stable-${MOJO_SERIES}
3
3
 
4
 
# Checkout stable
5
 
script config=git_checkout_stable.py
6
 
 
7
 
# Use juju deployer with full.yaml bundle
 
4
# Deploy bundle
8
5
deploy config=full.yaml delay=0 wait=False target=${MOJO_SERIES}-icehouse
9
6
 
10
 
# Check juju statuses are green and that hooks have finished
 
7
# Wait for hooks to settle
11
8
verify config=check_juju.py
12
9
 
13
10
# Create sdn on overcloud
19
16
# Setup keystone users
20
17
script config=keystone_setup.py
21
18
 
22
 
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
19
# Create overcloud instance before charm upgrade
23
20
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1' CLOUDINIT_WAIT="300"
24
21
 
25
 
# Remove charms directories
 
22
# Remove charm directories
26
23
script config=wipe_charm_dir.py
27
24
 
28
 
# Collect the next (devel) charm branches from Launchpad
 
25
# Collect the development charms
29
26
collect config=collect-next-${MOJO_SERIES}
30
27
 
31
28
# Run upgrade-charm on all services
34
31
# Check juju statuses are green and that hooks have finished
35
32
verify config=check_juju.py
36
33
 
37
 
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
38
 
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
34
# Create overcloud instance after charm upgrade
 
35
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1' CLOUDINIT_WAIT="300"
39
36
 
40
37
# Success