~xfactor973/mojo/gluster

« back to all changes in this revision

Viewing changes to specs/full_stack/next_deploy_ssl/juno/manifest

  • Committer: Ryan Beisner
  • Date: 2016-04-08 13:41:18 UTC
  • Revision ID: ryan.beisner@canonical.com-20160408134118-dxt0vc82b3g147e7
Remove Juno EOL, update spec summaries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Collect the charm branches from Launchpad
2
 
collect config=collect-next-${MOJO_SERIES}
3
 
 
4
 
# Use juju deployer with full.yaml bundle
5
 
deploy config=full_ssl.yaml delay=0 wait=True target=${MOJO_SERIES}-juno
6
 
 
7
 
# Check juju statuses are green and that hooks have finished
8
 
verify config=check_juju.py
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
 
# Success