From aeec5fa2532ba5e720383a18cbd7e41f6e71ef80 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 4 Dec 2019 12:41:29 -0800 Subject: [PATCH] Add a limestone-specific label for debugging Limestone is currently our only ipv6-only provider. Debugging issues that only occur in that situation can be difficult depending on node allocation. Add a debug label so we can request a limestone node in these circumstances. Change-Id: I1e431431779a052ebbacaee1cf2b830fdcb2003a --- nodepool/nl02.openstack.org.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodepool/nl02.openstack.org.yaml b/nodepool/nl02.openstack.org.yaml index 170c502e8c..f5034992dd 100644 --- a/nodepool/nl02.openstack.org.yaml +++ b/nodepool/nl02.openstack.org.yaml @@ -23,6 +23,7 @@ labels: - name: opensuse-15 - name: opensuse-tumbleweed - name: ubuntu-bionic + - name: ubuntu-bionic-limestone-debug - name: ubuntu-trusty - name: ubuntu-xenial - name: centos-7-expanded @@ -239,6 +240,11 @@ providers: flavor-name: 'nodepool.0' diskimage: ubuntu-bionic key-name: infra-root-keys-2018-06-15 + - name: ubuntu-bionic-limestone-debug + min-ram: 8000 + flavor-name: 'nodepool.0' + diskimage: ubuntu-bionic + key-name: infra-root-keys-2018-06-15 - name: ubuntu-trusty min-ram: 8000 flavor-name: 'nodepool.0'