RETIRED, CI for the TripleO project
Go to file
John Trowbridge d0bb823d0c Add python script to dynamically compose releases
Currently, we do this in a combination of bash in this
repo and the release files themselves. However, as we begin
to support more different upgrade scenarios, this has proven
to be difficult to maintain.

Instead, we will use this python script to create a dictionary
of releases which describes which release will be used at each
point in the deploy: undercloud_install, undercloud_upgrade,
overcloud_deploy, and overcloud_upgrade.

This commit only provides an intial skeleton to work from.
Follow-up commits will provide:

  1. The ability to get a DLRN hash for each of the above breakpoints
  2. A CLI for the tool so it can be called from the TOCI scripts
  3. The ability to parse a featureset config for upgrade variables
  4. The ability to output the dictionary for consumption by TOCI scripts

Change-Id: Ibf61d7d12230f6714eb7dad91169aa043f5f8417
2018-05-16 11:47:27 +02:00
docs Merge "Update the tripleo-ci doc, point to latest doc" 2018-05-05 00:06:32 +00:00
heat-templates Implement major upgrade for Newton to Ocata 2017-01-13 11:46:52 +00:00
playbooks Properly export zuul variables 2018-04-26 12:14:42 +02:00
scripts Add python script to dynamically compose releases 2018-05-16 11:47:27 +02:00
templates Move Multinode environments to THT 2017-01-25 22:15:05 +00:00
test-environments Remove unused test-environments 2018-01-10 11:43:04 -08:00
toci-quickstart/config Disable temporary containers update on OVB jobs 2018-05-13 14:38:58 +03:00
undercloud-configs Remove undercloud-configs/net-config-multinode.yaml 2018-03-04 16:51:39 +00:00
zuul.d Merge "add tripleo update job as voting" 2018-05-16 02:20:50 +00:00
.gitignore Add python script to dynamically compose releases 2018-05-16 11:47:27 +02:00
.gitreview Add .gitreview file 2013-07-22 15:03:30 +01:00
README.md Move readme content to rst format 2017-01-30 19:16:52 +00:00
README.rst Rework the getthelogs helper script for wget recursive 2017-08-25 09:44:45 +02:00
bindep.txt Add bindep.txt file 2018-04-23 13:56:24 -04:00
requirements.txt Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.cfg Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.py Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
test-requirements.txt Add python script to dynamically compose releases 2018-05-16 11:47:27 +02:00
testenv-client Wire in extra_nodes as a job param 2018-01-23 16:06:47 +00:00
toci_gate_test-oooq.sh undercloud-upgrade: deploy n-1 first then upgrade 2018-04-30 11:43:32 +02:00
toci_gate_test-orig.sh Remove old undercloud-container bits 2018-03-05 22:20:47 +01:00
toci_gate_test.sh Quickstart transition: replace toci_gate_test.sh 2017-03-13 21:00:17 +01:00
toci_instack_osinfra.sh Fix TripleO CI jobs 2017-10-09 11:45:53 +03:00
toci_instack_ovb.sh Fix yum command for TLS job 2017-12-04 10:57:14 +02:00
toci_quickstart.sh Don't override quickstart_install log 2018-05-01 00:23:33 +03:00
tox.ini Add bindep.txt file 2018-04-23 13:56:24 -04:00

README.md

toci

The content of this file has been moved to README.rst for consistency with other OpenStack documentation.