zuul-jobs/roles/install-devstack
James E. Blair 23f9f9ae6c Add install-devstack role
This adds a role that installs OpenStack via devstack for end-users.
This lets any job for a project which uses OpenStack as a client
install an OpenStack for testing.

Change-Id: Ic561c7c67b563e3cee7acbcbddc4ae463a695e97
2019-06-24 11:12:17 -07:00
..
tasks Add install-devstack role 2019-06-24 11:12:17 -07:00
templates Add install-devstack role 2019-06-24 11:12:17 -07:00
README.rst Add install-devstack role 2019-06-24 11:12:17 -07:00

README.rst

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.