openstack-designate/devstack
Sergey Kraynev 318b8d0319 Implement create/delete zone for Akamai v2 API
- Ignore duplicate Zone error
- Handle error when contractId or gid is missed
- Ignore port for masters servers, because Akamai uses only 53 port and
does not allow to specify any port in list of masters servers.
- Added timeout and retries for soft Zone Delete
- Added handling errors on the delete zone action
- Added Log info message with RequestId on soft zone delete
- Added processing for TsigKey during creation zone
- Added devsatck_plugin for akamai_v2 backend

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

Change-Id: Ib221f4cf0371e70fc6900582d826ffc1bdfc12b9
2020-01-16 18:54:30 +00:00
..
designate_plugins Implement create/delete zone for Akamai v2 API 2020-01-16 18:54:30 +00: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 Delete removed dashboard panel when upgrading 2019-11-28 01:39:32 +00:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
networking_test.py Update json module to jsonutils 2019-03-21 11:13:24 +08:00
networking_test_monitor_tc.sh Integration/stress test using a simulated network 2016-05-17 17:52:30 +01:00
plugin.sh Switch to apache for designate-api 2019-10-19 07:16:14 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 08:47:23 +08:00
settings Switch to apache for designate-api 2019-10-19 07:16:14 +00:00
statsd_mock_server.py Using sys.exit(main()) instead of main() 2016-09-26 03:23:44 +00:00

====================
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``