~ajkavanagh/openstack-mojo-specs/fix-os-project-id-nova-creds

« back to all changes in this revision

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

  • Committer: Liam Young
  • Date: 2017-02-10 12:02:14 UTC
  • mfrom: (291.1.3 mojo-openstack-specs)
  • Revision ID: liam.young@canonical.com-20170210120214-8knpf4swu8chgy0j
[gnuoy, r=james-page] Add ocata support to more bundles

Show diffs side-by-side

added added

removed removed

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