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.
This commit is contained in:
OpenDev Sysadmins 2019-04-19 19:35:19 +00:00
parent d2255f8ddd
commit eed1c6b212
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/octavia-tempest-plugin.git

View File

@ -81,7 +81,7 @@
s-proxy: false
tempest: true
devstack_plugins:
octavia: https://git.openstack.org/openstack/octavia.git
octavia: https://opendev.org/openstack/octavia.git
- job:
name: octavia-dsvm-live-base
@ -102,7 +102,7 @@
devstack_services:
neutron-qos: true
devstack_plugins:
neutron: https://git.openstack.org/openstack/neutron.git
neutron: https://opendev.org/openstack/neutron.git
zuul_copy_output:
'/var/log/dib-build' : logs
@ -145,8 +145,8 @@
OCTAVIA_NODES: "main:{{ hostvars['controller']['nodepool']['private_ipv4'] }},second:{{ hostvars['controller2']['nodepool']['private_ipv4'] }}"
OCTAVIA_USE_PREGENERATED_CERTS: true
devstack_plugins:
neutron: https://git.openstack.org/openstack/neutron.git
octavia: https://git.openstack.org/openstack/octavia.git
neutron: https://opendev.org/openstack/neutron.git
octavia: https://opendev.org/openstack/octavia.git
controller2:
devstack_localrc:
# From devstack "vars:"
@ -180,7 +180,7 @@
OCTAVIA_USE_PREGENERATED_CERTS: true
OCTAVIA_MGMT_PORT_IP: 192.168.0.4
devstack_plugins:
octavia: https://git.openstack.org/openstack/octavia.git
octavia: https://opendev.org/openstack/octavia.git
group-vars:
controller:
devstack_local_conf:
@ -386,7 +386,7 @@
devstack_services:
barbican: true
devstack_plugins:
barbican: https://git.openstack.org/openstack/barbican.git
barbican: https://opendev.org/openstack/barbican.git
devstack_localrc:
TEMPEST_PLUGINS: '"/opt/stack/octavia-tempest-plugin /opt/stack/barbican-tempest-plugin"'