zuul-jobs/roles/ensure-devstack
Clark Boylan 7f5e3ef831 Enable tls-proxy in ensure-devstack
We do this because it better approximates a production environment and
it seems that devstack is better tested when tls-proxy is enabled.

Change-Id: If607caf301211181b4f37a2c7012f875de3d285c
2020-07-18 15:05:33 -07:00
..
tasks Rename install-devstack to ensure-devstack for consistency 2020-04-04 15:41:29 -04:00
templates Enable tls-proxy in ensure-devstack 2020-07-18 15:05:33 -07:00
README.rst Rename install-devstack to ensure-devstack for consistency 2020-04-04 15:41:29 -04:00

Install OpenStack using devstack.

There are currently no configuration options available. This role uses the devstack default settings, except that it does not install horizon, tempest, cinder, or swift, and it supplies a restricted network configuration designed to work in the maximum number of environments.

Warning

Do not use this role for testing changes to OpenStack or OpenStack related projects. Use the devstack job defined in the https://opendev.org/openstack/devstack project instead.