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

« back to all changes in this revision

Viewing changes to specs/dev/dvr/manifest

  • Committer: Liam Young
  • Date: 2015-02-10 07:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 205.
  • Revision ID: liam.young@canonical.com-20150210074020-iorzsdum2q817wfy
More detail to readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Collect the charm branches from Launchpad
2
 
collect config=collect-next
3
 
 
4
 
# Use juju deployer with full.yaml bundle
5
 
deploy config=full_dvr.yaml delay=0 target=trusty-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 NET_TOPOLOGY="dvr"
12
 
 
13
 
# Setup glance images
14
 
script config=image_setup.py
15
 
 
16
 
# Setup keystone users
17
 
script config=keystone_setup.py
18
 
 
19
 
# Restarting neutron-plugin-openvswitch-agent to work around Bug #1364215
20
 
script config=bug1364215.py
21
 
 
22
 
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
23
 
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1' CLOUDINIT_WAIT="300"
24
 
 
25
 
# Success