~1chb1n/openstack-mojo-specs/net-id-ext-port-fix

« back to all changes in this revision

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

[1chb1n, r=gnuoy] Add next baremetal specs, add network_setup logic for different provider.

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
# Copy the branches to the deployment directory
 
5
repo config=repo-next
 
6
 
 
7
# Use juju deployer with baremetal7.yaml bundle
 
8
deploy config=baremetal7.yaml delay=0 target=${MOJO_SERIES}-juno
 
9
 
 
10
# Check juju statuses are green and that hooks have finished
 
11
verify config=check_juju.py
 
12
 
 
13
# Create sdn on overcloud
 
14
script config=network_setup.py
 
15
 
 
16
# Setup glance images
 
17
script config=image_setup.py
 
18
 
 
19
# Setup keystone users
 
20
script config=keystone_setup.py
 
21
 
 
22
# Create and check instances on the deployed cloud
 
23
verify config=simple_os_checks.py MACHINES='cirros:m1.tiny:1 precise:m1.small:1' CLOUDINIT_WAIT="300"