RETIRED, CI for the TripleO project
Go to file
Ben Nemec 7952370da1 Use m1.small for ping test
m1.tiny does not have a large enough disk for the fedora image, but
m1.small does.  The only downside is that it is a 2 GB ram image.
However, our compute nodes now have 5 GB of RAM so there's plenty
available, and with such a short-lived VM it's likely that the
actual difference in memory used between the two is minimal.

This will allow us to remove the m1.demo flavor creation from the
overcloud deploy since it was only ever there for test purposes.

Note that this is essentially a cherry-pick of change
I6b1e35c00e51ae9da1830a1e6d714e5f0858bcdb from tripleo-common,
which unfortunately merged after tripleo.sh had been moved to this
repo.

Change-Id: Id4bf6af82c28eb5ec4f93df1a3e8ddef26be1d66
2016-03-16 15:25:21 +00:00
docs Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:45:50 +00:00
elements/testenv-worker Add new ironic virsh commands 2016-03-14 11:19:10 +00:00
heat-templates Merge "Use baremetal_full to get the entire disk" 2014-08-14 00:43:49 +00:00
scripts Merge "Rename the ceph to upgrades" 2016-03-15 15:41:05 +00:00
templates Use m1.small for ping test 2016-03-16 15:25:21 +00:00
test-environments Use swap-partition.yaml environment 2016-03-08 14:07:47 -05:00
.gitignore Update CI status report to generate HTML table. 2015-09-28 10:21:04 -04:00
.gitreview Add .gitreview file 2013-07-22 15:03:30 +01:00
README.md Update CI status report to generate HTML table. 2015-09-28 10:21:04 -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 setup/tox/requirements files 2015-09-28 10:18:38 -04:00
testenv-client Log a warning if wait on a te worker is excessive 2014-06-10 15:54:02 +01:00
toci_gate_test.sh Merge "Move tripleo.sh into tripleo-ci repo" 2016-03-15 15:23:25 +00:00
toci_instack.sh Merge "Archive all of the delorean logs" 2016-03-15 21:31:24 +00:00
tox.ini Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00

README.md

toci

Description

TripleO CI test framework.

Tools to help run CI jobs for TripleO. Includes things like:

  • Shell scripts to help execute jobs on CI slave nodes (Jenkins slaves)
  • A test environment broker framework which uses a client-server model to execute jobs on a remote bare metal machine in an isolated test environment (using VMs).
  • Image elements to help build images for the test environment broker nodes.
  • Heat templates to help deploy and maintain test environment nodes using an undercloud.
  • Helper script(s) to generate CI status reports. (tox -ecireport -- -f)