From 0b658747e02d3035e1ff85df890138cc3ef34fd6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 18 Dec 2018 15:40:36 -0800 Subject: [PATCH] Trim devstack services used in testing Nodepool doesn't need metadata service access (at least not as currently tested) and doesn't need novnc console access. Remove these services as they shouldn't be needed. Note that etcd was also considered for removal as only cinder uses it today aiui. However, openstack services may start depending on it at any time. We don't disable it to avoid breaking devstack in the potential future. Change-Id: I48eb81becf5ffb0f79340bdce117de15d9c94b12 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0bd772a9c..ce7e2bbd2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -49,6 +49,11 @@ s-container: false s-object: false s-proxy: false + # Nodepool doesn't need vnc access + n-novnc: false + # Nodepool testing uses config drive only + n-api-meta: false + q-meta: false devstack_plugins: nodepool: https://git.openstack.org/openstack-infra/nodepool zuul_copy_output: