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

« back to all changes in this revision

Viewing changes to specs/full_stack/next_ha_oneshot/pike/manifest

[muitiple] Merging 17.08 testing changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Validate env variables
 
2
script config=preflight.py
 
3
 
 
4
# Collect the charm branches from Launchpad
 
5
collect config=collect-next-ha
 
6
 
 
7
# Use juju deployer to create the units for the deployment
 
8
deploy config=ha.yaml delay=0 wait=False target=${MOJO_SERIES}-pike-ha
 
9
 
 
10
# Create sdn on overcloud
 
11
script config=network_setup.py
 
12
 
 
13
# Setup glance images
 
14
script config=image_setup.py
 
15
 
 
16
# Setup keystone users
 
17
script config=keystone_setup.py
 
18
 
 
19
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
20
verify config=simple_os_checks.py MACHINES='cirros:m1.tiny:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
21
 
 
22
# Test obj store by sending and recieving files
 
23
verify config=test_obj_store.py
 
24
 
 
25
# Success