RETIRED, CI for the TripleO project
Go to file
James Slagle 2c92577472 Configure a different port for httpd ipxe
The default port for httpd ipxe in CI is 8088, which conflicts with
the port used for the telnet server that streams the job console log.
Configure the undercloud to use a different port (3816) instead to
avoid the conflict. When a different port is configured, we no longer
have to kill the telnet server.

Change-Id: Iaa67444ff4d65f628a5ab1b384d2f246669ceaa5
2016-07-12 17:21:00 -04:00
docs Update scripts to look for centos job names 2016-06-09 16:18:38 +01:00
elements/testenv-worker Remove stray ";" from purge env command 2016-06-13 10:59:24 +01:00
heat-templates Merge "Use baremetal_full to get the entire disk" 2014-08-14 00:43:49 +00:00
scripts Configure a different port for httpd ipxe 2016-07-12 17:21:00 -04:00
templates pingtest/tenantvm_floatingip.yaml: connect vrouter before creating fip 2016-06-30 08:13:27 -04:00
test-environments Add MysqlInternal endpoint to enable-tls 2016-05-26 10:50:16 +03:00
.gitignore Add planet blog aggregator feeds to website 2016-05-09 16:00:11 -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 Add support for OVB based CI 2016-06-30 13:04:09 -04:00
toci_gate_test.sh Merge "Revert "Switch away from the default IP range used by tripleo"" 2016-07-12 19:30:25 +00:00
toci_instack.sh Revert "Switch away from the default IP range used by tripleo" 2016-07-12 19:29:07 +00:00
toci_instack_ovb.sh Configure a different port for httpd ipxe 2016-07-12 17:21:00 -04:00
tox.ini Allow user to run tox -ecireport 2016-06-06 14:11:34 -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)