Commit Graph

3324 Commits

Author SHA1 Message Date
OpenDev Sysadmins 625d36d3b5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:33:08 +00:00
OpenStack Proposal Bot b0b2878b3c Updated from global requirements
Change-Id: I5073d6874075d42d6476582f5d40c2c7cb996184
2017-07-15 14:32:16 +00:00
MasayaAoyama 586db06757 nova/neutron format integration is failed
Modify designate-sink formatv4/v6 parameter "project".
"tenant" key is not contain at "context" variable,
so I use "project_name" key.
And "context" dict object cannot use getattr function.

Change-Id: If485766a928bc2143b0b15afe99af38a6f927239
Closes-Bug: #1655581
(cherry picked from commit b23cae7b78)
2017-06-20 12:44:13 +00:00
OpenStack Proposal Bot 9c8bad11d9 Updated from global requirements
Change-Id: Ie47ea84fdc2b036a6d2cc1e9ece9976c85e6ef65
2017-05-15 23:29:43 +00:00
Jenkins 021aa52325 Merge "Updated from global requirements" into stable/ocata 2017-05-04 14:28:13 +00:00
Colleen Murphy 82e462e301 Add instructions for SUSE to install guide
Change-Id: I9511a9f69e5066ccfada73f1f5014b7f2423d3e4
(cherry picked from commit a01bf941d3)
2017-05-02 16:19:46 +00:00
OpenStack Proposal Bot 8956a83333 Updated from global requirements
Change-Id: I04fd7e21046443f44ac9201a476076cc32060218
2017-04-03 17:29:46 +00:00
Petr Kovar 0708d5da8a [install-guide] Add install-rdo
* Make instructions more consistent with other project install guides.
* rndc-confgen seems to require -r /dev/urandom for RDO.
* Language, markup, and reference fixes.

Change-Id: I71ccec32c3b918f44f71dd7149045cd934e6d0d9
(cherry picked from commit ba61dbeb64)
2017-03-10 18:16:29 +00:00
OpenStack Proposal Bot c89579574a Updated from global requirements
Change-Id: I6aada2cc88c2a0714ae0919e8d44cd5cd42ef61e
2017-03-09 18:12:45 +00:00
OpenStack Proposal Bot ecd7f13210 Updated from global requirements
Change-Id: Ib8ad3aa6db77750e53a342da52b04390dc9cd17e
2017-02-27 15:12:46 +00:00
Graham Hayes 6b21fa3638 pool not pools
Change-Id: Ia3a6cc8e240559031971331ec4359ecbbe54b26c
2017-02-15 11:14:30 +00:00
Graham Hayes edcc6559a9 Install Guide Plugin
Change-Id: If85c856cd1bbdeb0a528ac2747b168cbafcd3c31
Closes-Bug: #1602746
Related-Bug: #1590937
2017-02-14 18:10:31 +00:00
OpenStack Release Bot 8c241b7169 Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I7a705c7e67d24f96019c78c7f84f3b03357a80d2
2017-02-02 16:36:21 +00:00
OpenStack Release Bot 0ca0dfa200 Update .gitreview for stable/ocata
Change-Id: I307facb527e5de9ce2dc1d5d9ed0653f7dcaa0f2
2017-02-02 16:36:20 +00:00
Jenkins b029ac9934 Merge "Add warning message to akamai driver" 2017-02-01 20:33:48 +00:00
Jenkins 31ca41e05b Merge "Do not send DNS queries against hostnames" 2017-02-01 20:12:45 +00:00
Jenkins cdf29c2923 Merge "Allow for zones / pools with no attributes" 2017-02-01 16:00:58 +00:00
Graham Hayes bf03da798b Add warning message to akamai driver
Change-Id: I1af29a24630d3e26820c2e6770df4ee1f2a803db
2017-02-01 15:54:39 +00:00
Graham Hayes a7dda9c341 Do not send DNS queries against hostnames
the `dns.query` API takes an IP address.

This ensures the `host` is always an IP

Change-Id: Id9601173e68bab3b6b245215f82b02a6492670cd
Closes-Bug: #1623949
2017-02-01 15:27:23 +00:00
Jenkins 2c0ecad121 Merge "Validate NS records on a pool during an update" 2017-02-01 11:53:32 +00:00
Jenkins ca615479a3 Merge "Make notifications pluggable" 2017-02-01 11:35:39 +00:00
Jenkins 66e69fb2c0 Merge "change from domain to zone at configfile" 2017-01-31 18:47:42 +00:00
Graham Hayes c135dc7e95 Validate NS records on a pool during an update
Calls validation on a pool ns_records list during an
update.

Closes-Bug: #1655042
Change-Id: I53342b9602ebfb6e0c4dffbba3c8cf1d5399787a
2017-01-31 17:17:10 +00:00
Jenkins a02ddcb178 Merge "Use exit code 1 for failed designate-manage pool commands" 2017-01-31 16:44:12 +00:00
Graham Hayes 438e39eb8c Allow for zones / pools with no attributes
if a zone or a pool with no attributes use passed
to the `attribute` filter, we can get a RelationNotLoaded
error, this catches the error, and adds an empty dict in
place.

Change-Id: Iac405643d119feb95f6d0931c5ba6935e899a9f6
Closes-Bug: #1639748
2017-01-31 16:11:13 +00:00
Tim Simmons f6ba5c29c5 Use exit code 1 for failed designate-manage pool commands
Ensure that we expose failures for these critical commands
and allow automation to know and retry.

```
...No response received from designate-central. Check it is running, and retry
$ echo $?
1
```

Change-Id: I86fe9e8c7deb13e426ecef88e7da7efaa2373189
Closes-Bug: 1660481
2017-01-31 02:44:32 +00:00
Jenkins 4e02eb8600 Merge "Add v6 support in _get_ip_data" 2017-01-30 18:10:35 +00:00
Jenkins 8cbd3ec843 Merge "DOC Remove a couple of repeated words" 2017-01-30 18:10:23 +00:00
Jenkins 7c5da22a5e Merge "Switch to decorators.idempotent_id" 2017-01-30 18:10:16 +00:00
ghanshyam 1c7acc2401 Switch to decorators.idempotent_id
test.idempotent_id is being kept temporary to migrate
to new lib interface. Now idempotent_id is available as Tempest stable
interface decorators and all plugins tests using the old decorator
should be switched to new interface.

In future, Once all plugins are switched to new decorator Tempest
will remove the test.idempotent_id

This commit correct the example tests in doc.
Related-Bug: 1616913

Change-Id: I4c8eb461a04072403d5bf0e03cefae8df03999f0
2017-01-27 06:33:01 +00:00
Alex Schultz dc34ed43dd Fix noop metrics timed decorator
Previously if you did not have the monasca statds available, the @timed
decorator would result in a NoneType error because timed was returning
None instead of acting as a noop function wrapper. This change updates
the NoopTimer to properly handle timed being used as a function.

Change-Id: Ic5543b3503b24aaef960d8b7c0cb38940241cbcb
Closes-Bug: #1659638
2017-01-26 16:58:37 -07:00
OpenStack Proposal Bot 9a466ed738 Updated from global requirements
Change-Id: I875b5823a4bc64d3567e1e762527d7eff80f264a
2017-01-21 15:47:08 +00:00
Tim Simmons 93c0161242 Make notifications pluggable
- Defines a plugin interface for what's actually emitted as part
  of designate "notifications".
- The default plugin emits the same thing as notifications did prior
  to this patch.
- The "audit" notification plugin emits recordset data changes and
  zone/recordset names, if they exist, the notifications with this
  plugin look like http://paste.openstack.org/show/545210/
- Adds support for multiple notifications for a single change
- Also adds client IP to the context object, as it's a field that
  may be of interest to some types of notifications
- Many tests

Change-Id: I01118fae8ce6e38ccc61b0ce763fd759affd9a86
2017-01-19 16:10:15 +00:00
Jenkins 8966e7166b Merge "The usage of LOG mismatch in the code" 2017-01-19 13:52:50 +00:00
Jenkins a5624fd684 Merge "Fix a typo in designate/worker/tasks/zone.py" 2017-01-19 13:40:50 +00:00
Jenkins 6323afd556 Merge "Make exception catching more python3-ish" 2017-01-19 13:25:50 +00:00
Graham Hayes 184544ec6c Use the oslo_utils address parser
Ours did not understand IPv6

Change-Id: I4c15909ed22c64fde4a64eb612d52ddcca247f43
Fixes-Bug: #1653839
2017-01-18 15:22:38 +00:00
Cuong Nguyen 03069bfa5d Make exception catching more python3-ish
There are some codes still using e.message for logging with e is the
exception. As e.message is not compatibale with python3, this patch replaces it.

Change-Id: I5b1158aad6d5b6e8875aee8e7e8eba59a13c0409
2017-01-17 09:43:27 +07:00
OpenStack Proposal Bot 38f4455f1b Updated from global requirements
Change-Id: Ibb95515f139fe141ec99830448a8d6155d8a72ae
2017-01-16 18:44:15 +00:00
Cuong Nguyen 423e539e1e Use designate.utils.generate_uuid instead of str(uuid.uuid4)
This patch replaces str(uuid.uuid4) with designate.utils.generate_uuid

Change-Id: I424a13f9d241930414bfb4c4508fc56de2df0dcc
Closes-Bug: #1656765
2017-01-16 16:12:08 +07:00
MasayaAoyama 28554cbce3 change from domain to zone at configfile
In the sink config, we use domain_XXX parameter.
But it does not work now,
because it is renamed from "domain" to "zone"
when naming rule is changed
("openstack zone XXX" cli is released).

Change-Id: Idb988fedd739692996474065e8f557c2ef54aec1
Closes-Bug: #1655616
2017-01-11 20:15:49 +09:00
Mike Carden 1ea6f5e3a7 DOC Remove a couple of repeated words
Remove words accidentally duplicated during editing.

Change-Id: Ic7e0dc245df4c5358dcebe72532f99604d8f27f7
2017-01-11 14:24:13 +11:00
Cao Xuan Hoang 1a5ebf6e6b Fix a typo in designate/worker/tasks/zone.py
Removed redundant 'the'

Change-Id: I6cfbee6208cbb9b222369fef2eeefe2166503ce4
2017-01-05 13:23:49 +07:00
Jenkins d7bedee680 Merge "[api-ref] fix create zone export endpoint" 2017-01-03 19:23:51 +00:00
Jenkins 99bf1753eb Merge "Fix typo in upgrade doc" 2017-01-03 19:23:45 +00:00
Jenkins 6ddf20aba5 Merge "Set import exceptions in tox.ini configuration" 2017-01-03 19:23:39 +00:00
Jenkins 7b9c6ce611 Merge "[backend:akamai] fix retrieval of tsig_key_name" 2017-01-03 19:23:26 +00:00
OpenStack Proposal Bot 1791233598 Updated from global requirements
Change-Id: I947456da268a02e944df99fff63e6a14264f6b14
2017-01-03 14:44:54 +00:00
Jenkins 7d85417f36 Merge "Use modules for import not objects" 2017-01-03 14:04:24 +00:00
Maurice Schreiber 150e4d0140 [api-ref] fix create zone export endpoint
Change-Id: I56b0262ffa619917edb68fad9b7a57239b3b77b2
2016-12-29 16:46:13 +01:00