designate/devstack
Michael Johnson b0e83084c2 Fix grenade upgrade API check URL path
Previously, the grenade API started check during the upgrade was
checking if the root of the web server was functioning. In this job
that is testing the horizon endpoint and not the designate API.
This patch fixes this to have the check run against the designate
endpoint under apache. This prevents false failures when horizon
has an issue.

Change-Id: Idbfec1adca2024cd5f352017a7c9319dcec65d42
2021-07-28 23:45:28 +00:00
..
designate_plugins Add NS1 backend 2021-03-08 10:55:06 -08:00
files Switch to apache for designate-api 2019-10-19 07:16:14 +00:00
gate Removed deprecated powerdns 3 driver 2019-09-24 04:26:19 -07:00
upgrade Fix grenade upgrade API check URL path 2021-07-28 23:45:28 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 08:47:23 +08:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
networking_test.py Fix issues with newer flake8 2020-05-12 14:39:03 +00:00
networking_test_monitor_tc.sh Integration/stress test using a simulated network 2016-05-17 17:52:30 +01:00
plugin.sh Drop deprecated tail_log function from devstack plugin 2020-10-27 19:19:58 +00:00
settings Be explicit about the coordination URL 2020-10-27 19:17:44 +00:00
statsd_mock_server.py Update hacking for Python3 2020-04-01 21:52:38 +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.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 designate https://opendev.org/openstack/designate
  3. run stack.sh