From 3165c57f8e91b7a0cbe515e9aee2966f080b1f80 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 13 Aug 2019 17:02:49 +1000 Subject: [PATCH] mirror-info: add ubuntu-ports Add the ubuntu-ports directory which is useful for alternative architectures. Change-Id: I2b531462ca799f3c5e8be4e190f73aaa00ba6a60 --- roles/mirror-info/templates/mirror_info.sh.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mirror-info/templates/mirror_info.sh.j2 b/roles/mirror-info/templates/mirror_info.sh.j2 index dda69cc..20e1634 100644 --- a/roles/mirror-info/templates/mirror_info.sh.j2 +++ b/roles/mirror-info/templates/mirror_info.sh.j2 @@ -51,6 +51,7 @@ export NODEPOOL_DEBIAN_MIRROR=${NODEPOOL_DEBIAN_MIRROR:-http://$NODEPOOL_MIRROR_ export NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-http://$NODEPOOL_MIRROR_HOST/pypi/simple} export NODEPOOL_WHEEL_MIRROR=${NODEPOOL_WHEEL_MIRROR:-http://$NODEPOOL_MIRROR_HOST/wheel/$AFS_SLUG} export NODEPOOL_UBUNTU_MIRROR=${NODEPOOL_UBUNTU_MIRROR:-http://$NODEPOOL_MIRROR_HOST/ubuntu} +export NODEPOOL_UBUNTU_PORTS_MIRROR=${NODEPOOL_UBUNTU_PORTS_MIRROR:-http://$NODEPOOLMIRROR_HOST/ubuntu-ports} export NODEPOOL_CENTOS_MIRROR=${NODEPOOL_CENTOS_MIRROR:-http://$NODEPOOL_MIRROR_HOST/centos} export NODEPOOL_DEBIAN_OPENSTACK_MIRROR=${NODEPOOL_DEBIAN_OPENSTACK_MIRROR:-http://$NODEPOOL_MIRROR_HOST/debian-openstack} export NODEPOOL_EPEL_MIRROR=${NODEPOOL_EPEL_MIRROR:-http://$NODEPOOL_MIRROR_HOST/epel}