bf7fe362e6
This patch replaces git.openstack.org with opendev.org as redirection from old path was enabled. Also we change upper constraints url due to [1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Depends-On: https://review.opendev.org/693841/ Change-Id: I62dcba3a70298060baf975ac012d15e962b92863
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
---
|
|
# Copyright 2016, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
|
|
designate_developer_mode: true
|
|
designate_service_password: "secrete"
|
|
designate_galera_password: "SuperSecrete"
|
|
designate_oslomsg_rpc_password: "secrete"
|
|
designate_pools_yaml:
|
|
- name: "default"
|
|
description: Default BIND9 Pool
|
|
attributes: {}
|
|
ns_records:
|
|
- hostname: ns1.example.org.
|
|
priority: 1
|
|
nameservers:
|
|
- host: 127.0.0.1
|
|
port: 53
|
|
targets:
|
|
- type: bind9
|
|
description: BIND9 Server
|
|
masters:
|
|
- host: 127.0.0.1
|
|
port: 5354
|
|
options:
|
|
host: 127.0.0.1
|
|
port: 53
|
|
rndc_host: 127.0.0.1
|
|
rndc_port: 953
|
|
rndc_key_file: /etc/rndc.key
|
|
designate_rndc_keys:
|
|
- name: "rndc-key"
|
|
file: /etc/rndc.key
|
|
algorithm: "hmac-md5"
|
|
secret: 'DTngw5O8I5Axx631GjQ9pA=='
|
|
mode: "0644"
|
|
|
|
tempest_run: yes
|
|
|
|
tempest_plugins:
|
|
- name: designate-tempest-plugin
|
|
repo: https://opendev.org/openstack/designate-tempest-plugin
|
|
branch: master
|
|
|
|
tempest_test_whitelist:
|
|
- designate_tempest_plugin.tests.scenario.v2.test_zones
|