RETIRED, Check out repos hosted on gerrit and apply a list of outstanding patches.
Go to file
Adam Gandelman a11f8d2c3e Bump patchset for 97626 2014-06-03 14:24:58 -07:00
bin INIT 2014-05-28 16:46:22 -07:00
COPYRIGHT INIT 2014-05-28 16:46:22 -07:00
README INIT 2014-05-28 16:46:22 -07:00
devtestrc Set default OVERCLOUD_FIXED_RANGE_CIDR in devtestrc 2014-06-03 14:16:46 -07:00
example_networks.json INIT 2014-05-28 16:46:22 -07:00
example_nodes.json INIT 2014-05-28 16:46:22 -07:00
repo_refs.yaml Bump patchset for 97626 2014-06-03 14:24:58 -07:00

README

This repository is a place for testers of full rack end-to-end TripleO
runs to coordinate around reproducible deployments.

repo_refs.yaml contains the various repos TripleO will clone and allows
you to track in-flight Gerrit reviews that need to be pulled down as
part of the deployment.

To use:

Ideally, maintain a local rc file with environment variables specific
to your environment.  To view which you should be setting, see top of
devtestrc.

You'll also want to maintain a nodes.json and bm-network.json specific
to your node inventory and seed/undercloud network topology. See examples.

With your local overrides and nodes.json and bm-network.json in place, simply
source devtestrc.  This will clone all required repos and patches every time
its sourced.  To skip this part, set NO_SOURCE_PREP=1.  Note without this set,
you'll likely lose local changes to the repos upon resourcing.

Then you may simply run:

devtest.sh  --trash-my-machine --nodes $PATH_TO/nodes.json --bm-networks $PATH_TO/bm-network.json