patrole/devstack
Ghanshyam Mann 6d97d0f8cb Add Patrole gate job for stable/train
Now we have stable/train branch ready for devstack
and so does for all service projects.

This commit adds the Patrole testing for stable/train
by adding new jobs running on stable/train version of
openstack.

Depends-On: https://review.opendev.org/#/c/701404/

Change-Id: I3655cf176f12685dd87c52d8e4979d8f8e000a38
2020-05-04 15:57:47 +00:00
..
README.rst Use the canonical URL for repositories (git.openstack.org) 2019-01-07 17:50:41 +01:00
plugin.sh Add Patrole gate job for stable/train 2020-05-04 15:57:47 +00:00
settings Patrole devstack plugin 2017-05-31 16:17:58 +00: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 file in the DevStack repository for more information.

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Patrole can be installed like any other DevStack plugin by including the enable_plugin directive inside local.conf:

    > cat local.conf
    [[local|localrc]]
    enable_plugin patrole https://git.openstack.org/openstack/patrole
  3. Run stack.sh found in the DevStack repo.