sahara/devstack
Luigi Toscano 5a3ae85cc1 Import the legacy grenade sahara job
While it would have been better to directly use a native Zuul v3 job,
the work towards a common grenade job seems to be stalled.
Import the job locally and fix some issues:
- make sure that the heat_tempest_plugin is loaded correctly,
  so that the heat upgrade tests work;
- bump the starting point from stable/ocata (!) to stable/queens;
  it will be changed to stable/rocky when grenade supports it;
  will require additional fixes due to the standalone->uwsgi change.
- import lib/apache so that wsgi deployment works.

Story: 2001686
Task: 24517
Change-Id: Ia8de2b8286287355e8e9d3f702027aa282ed8282
2018-09-03 19:46:18 +02:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade Import the legacy grenade sahara job 2018-09-03 19:46:18 +02:00
README.rst enable heat during devstack installation 2017-08-07 09:11:06 +08:00
exercise.sh use . instead of source. 2018-01-29 14:18:56 +00:00
plugin.sh Stop abusing [keystone_authtoken] 2018-01-20 18:56:41 +00:00
settings Enable also ambari by default in devstack 2018-08-06 16:46:28 +02:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara
enable_plugin heat git://git.openstack.org/openstack/heat

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
  1. run stack.sh