tobiko/devstack
Federico Ressi b696f70b21 Use the new ansible roles for DevStack CI jobs
- Test cases are being installed on /opt/stack/tobiko
  as the folder is used for DevStack plugin
- DevStack plugin generate /etc/tobiko/tobiko.conf file
- Tobiko roles use zuul user on test host
- Test cases get conf from both configuration files:
  * /etc/tobiko/tobiko.conf (generated by DevStack plugin)
  * /opt/stack/tobiko/tobiko.conf (generated by tobiko-configure
  role)
- Tobiko roles are now in charge of managing files recollection
  therefore log file is no more required to be written
  into DevStack logs folder

Change-Id: If9bc702c3b97764a7ed81e074b407e2f336a6fbf
2020-04-27 08:17:01 +02:00
..
vagrant Make sure Python 3 is installed before running DevStack 2020-01-28 11:37:32 +01:00
README.rst Add info about Heat in Devstack 2019-05-30 11:01:52 +00:00
plugin.sh Use the new ansible roles for DevStack CI jobs 2020-04-27 08:17:01 +02:00
settings Use the new ansible roles for DevStack CI jobs 2020-04-27 08:17:01 +02:00

README.rst

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin tobiko https://opendev.org/x/tobiko
  3. Tobiko require Heat to be enabled, so heat should be also enabled:

    [[local|localrc]]

    enable_plugin heat https://opendev.org/openstack/heat

  4. Run stack.sh