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] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/kuryr-kubernetes.git project=openstack/kuryr-kubernetes.git
defaultbranch=stable/queens defaultbranch=stable/queens

View File

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

View File

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

View File

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

View File

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