~corey.bryant/openstack-mojo-specs/mitaka

« back to all changes in this revision

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

  • Committer: Liam Young
  • Date: 2015-07-30 14:57:26 UTC
  • mfrom: (220.1.26 mojo-openstack-specs)
  • Revision ID: liam.young@canonical.com-20150730145726-p8k1o595qfuutwln
[1chb1n,r=gnuoy]

* Add stand-alone bundle_constrainer.py tool from uosci and a juju/maas tag injection script; adjust baremetal specs to inject maas tags where applicable.

* Rename quantum-gateway to neutron-gateway in bundles.

* Teach mojo_utils to consume optional network environment variables, as are used by o-c-t and uosci.

* Extend lint and spec sanity checks;

* Enable per-series collect configs in full_stack specs; This is necessary as some charm branches need to be different for some series (ex: percona-cluster != precise).

* Update juju status to force yaml output, in prep for eventual default format change.

* Replace mysql charm branches with percona-cluster.

* Sort collect and repo files for sanity.

* Add stable_deploy_baremetal specs.

* Prep for Wily and Liberty.

* Update spec summaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Collect the charm branches from Launchpad
2
 
collect config=collect-next
 
2
collect config=collect-next-${MOJO_SERIES}
3
3
 
4
4
# Copy the branches to the deployment directory
5
5
repo config=repo-next
6
6
 
 
7
# Optionally inject juju/maas tags into bundle if env var is set
 
8
script config=scripts/bundle_constrainer_inject_tags.sh lxc=False 
 
9
 
7
10
# Use juju deployer with baremetal7.yaml bundle
8
11
deploy config=baremetal7.yaml delay=0 target=${MOJO_SERIES}-juno
9
12