From 29b124e3dc8ac0fc38c0544cf713e77482078e24 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:34:11 +0000 Subject: [PATCH] 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. --- .gitreview | 2 +- playbooks/osh-infra-airship-divingbell-check.yaml | 2 +- roles/disable-local-nameserver/tasks/main.yaml | 2 +- zuul.d/jobs.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitreview b/.gitreview index a69037f36..389e86008 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/openstack-helm-infra.git diff --git a/playbooks/osh-infra-airship-divingbell-check.yaml b/playbooks/osh-infra-airship-divingbell-check.yaml index e7bdb3b4d..1ba66df5c 100644 --- a/playbooks/osh-infra-airship-divingbell-check.yaml +++ b/playbooks/osh-infra-airship-divingbell-check.yaml @@ -16,7 +16,7 @@ tasks: - name: clone and run divingbell override test shell: | - git clone https://github.com/openstack/airship-divingbell + git clone https://github.com/airship/divingbell cd airship-divingbell mkdir build ln -s ../openstack-helm-infra build/openstack-helm-infra diff --git a/roles/disable-local-nameserver/tasks/main.yaml b/roles/disable-local-nameserver/tasks/main.yaml index 4cbd9a7ee..d9f21ae6c 100644 --- a/roles/disable-local-nameserver/tasks/main.yaml +++ b/roles/disable-local-nameserver/tasks/main.yaml @@ -15,7 +15,7 @@ # NOTE(portdirect): We disable the local nameserver as it interferes with the # k8s dns-service and other local resolvers used for development use. # See the following for the original config: -# * https://github.com/openstack-infra/project-config/blob/0332c33dd134033e0620645c252f82b77e4c16f5/nodepool/elements/nodepool-base/finalise.d/89-unbound +# * https://github.com/openstack/project-config/blob/0332c33dd134033e0620645c252f82b77e4c16f5/nodepool/elements/nodepool-base/finalise.d/89-unbound - name: Disable local nameserver when: ansible_distribution == 'Ubuntu' diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 9ee57694a..0dba3106f 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -374,7 +374,7 @@ nodeset: openstack-helm-single-node run: playbooks/osh-infra-airship-divingbell-check.yaml required-projects: - - openstack/airship-divingbell + - airship/divingbell - job: name: openstack-helm-infra-aio-podsecuritypolicy