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:44:55 +00:00
parent f61f937d87
commit c1b7b572e1
5 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/kuryr-kubernetes.git
defaultbranch=stable/queens

View File

@ -7,7 +7,7 @@
vars:
variant: default
required-projects:
- openstack-infra/devstack-gate
- openstack/devstack-gate
- openstack/devstack-plugin-container
- openstack/dragonflow
- openstack/kuryr
@ -28,7 +28,7 @@
kuryr_daemon: false
container_engine: kubernetes
required-projects:
- openstack-infra/devstack-gate
- openstack/devstack-gate
- openstack/devstack-plugin-container
- openstack/kuryr
- openstack/kuryr-kubernetes
@ -58,7 +58,7 @@
post-run: playbooks/tempest-kuryr-kubernetes-multinode/post.yaml
timeout: 4200
required-projects:
- openstack-infra/devstack-gate
- openstack/devstack-gate
- openstack/devstack-plugin-container
- openstack/kuryr
- openstack/kuryr-kubernetes

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@ -30,7 +30,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin kuryr-kubernetes \
https://git.openstack.org/openstack/kuryr-kubernetes
https://opendev.org/openstack/kuryr-kubernetes
ENABLED_SERVICES=""
# Neutron services
enable_service neutron
@ -57,7 +57,7 @@
enable_service g-reg
# Docker
enable_plugin devstack-plugin-container \
https://git.openstack.org/openstack/devstack-plugin-container
https://opendev.org/openstack/devstack-plugin-container
# Etcd
enable_service etcd3
# Kubernetes
@ -80,13 +80,13 @@
# LBaaS service
ENABLED_SERVICES+=,q-lbaasv2
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
enable_plugin neutron-lbaas https://opendev.org/openstack/neutron-lbaas
# Haproxy agent
NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
elif [ "{{ loadbalancer }}" == "octavia" ]; then
# Octavia
enable_plugin octavia https://git.openstack.org/openstack/octavia
enable_plugin barbican https://git.openstack.org/openstack/barbican
enable_plugin octavia https://opendev.org/openstack/octavia
enable_plugin barbican https://opendev.org/openstack/barbican
ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hk,o-hm
LIBS_FROM_GIT+=,python-octaviaclient
fi

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@ -30,7 +30,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin kuryr-kubernetes \
https://git.openstack.org/openstack/kuryr-kubernetes
https://opendev.org/openstack/kuryr-kubernetes
ENABLED_SERVICES=""
# Neutron services
enable_service neutron
@ -40,7 +40,7 @@
enable_service q-svc
# LBaaSv2 service and Haproxy agent
enable_plugin neutron-lbaas \
https://git.openstack.org/openstack/neutron-lbaas
https://opendev.org/openstack/neutron-lbaas
enable_service q-lbaasv2
NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
# Keystone
@ -50,7 +50,7 @@
enable_service rabbit
# Docker
enable_plugin devstack-plugin-container \
https://git.openstack.org/openstack/devstack-plugin-container
https://opendev.org/openstack/devstack-plugin-container
# Etcd
enable_service etcd3
# Kubernetes