From a2ce3916e10c0a598ccfee7101f098f766c5c1db Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 24 Oct 2019 09:49:44 +1100 Subject: [PATCH] Switch nodepool builders to opendev.org mirror Change-Id: I1cd78fedea1b7e5bc9563531258179d97e9a9727 --- nodepool/nodepool.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 67e18d0c9f..a606223ca6 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -223,9 +223,9 @@ diskimages: - cache-devstack release: stretch env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/debian' DIB_DEBIAN_SECURITY_MIRROR: - 'http://mirror.dfw.rax.openstack.org/debian-security' + 'http://mirror.dfw.rax.opendev.org/debian-security' DIB_DEBIAN_SECURITY_SUBPATH: '' - name: debian-buster @@ -236,9 +236,9 @@ diskimages: - cache-devstack release: buster env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/debian' DIB_DEBIAN_SECURITY_MIRROR: - 'http://mirror.dfw.rax.openstack.org/debian-security' + 'http://mirror.dfw.rax.opendev.org/debian-security' DIB_DEBIAN_SECURITY_SUBPATH: '' DIB_BLOCK_DEVICE_CONFIG: | # Default single partition loopback @@ -285,7 +285,7 @@ diskimages: release: '15.1' python-path: /usr/bin/python3 env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/opensuse' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/opensuse' - name: opensuse-tumbleweed parent: base @@ -296,7 +296,7 @@ diskimages: release: 'tumbleweed' python-path: /usr/bin/python3 env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/opensuse' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/opensuse' ############ Ubuntu ############# @@ -309,7 +309,7 @@ diskimages: - cache-devstack release: bionic env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu' DIB_DEBIAN_COMPONENTS: 'main,universe' - name: ubuntu-focal @@ -320,7 +320,7 @@ diskimages: - cache-devstack release: focal env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu' DIB_DEBIAN_COMPONENTS: 'main,universe' - name: ubuntu-xenial @@ -360,7 +360,7 @@ diskimages: - cache-devstack release: xenial env-vars: - DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.opendev.org/ubuntu' DIB_DEBIAN_COMPONENTS: 'main,universe' - name: centos-8-plain