From 959da510b56bba982179f5f08b2cb1bca05cbc1e Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Tue, 15 Sep 2020 13:10:09 +0900 Subject: [PATCH] Temporarily remove ceilometer install We temporarily remove Ceilometer and Barbican install to execute FT because Gnocchi and Barbican cannot be installed by some error. Related to https://storyboard.openstack.org/#!/story/2007732 Related to https://storyboard.openstack.org/#!/story/2008121 Related-Bug: #1889732 Change-Id: I93dbd84cec252bb93257b852aa171d9ca89665c2 --- .zuul.yaml | 23 ++++++++++++++++++----- devstack/settings | 4 +++- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0f3f8fef7..887de3166 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -47,13 +47,21 @@ - openstack/blazar - openstack/blazar-nova - openstack/horizon - - openstack/barbican - - openstack/ceilometer + # Temporarily remove because of Ubuntu Focal Migration issue + # https://storyboard.openstack.org/#!/story/2007732 + # - openstack/barbican + # Temporarily remove because of Ubuntu Focal Migration issue + # https://storyboard.openstack.org/#!/story/2008121 + # https://review.opendev.org/#/c/752294/ + # - openstack/ceilometer - openstack/heat - openstack/mistral - openstack/mistral-dashboard - openstack/networking-sfc - - openstack/python-barbicanclient + # Temporarily remove because of Ubuntu Focal Migration issue + # https://storyboard.openstack.org/#!/story/2008121 + # https://review.opendev.org/#/c/752294/ + # - openstack/python-barbicanclient - openstack/python-blazarclient - openstack/python-mistralclient - openstack/python-tackerclient @@ -75,8 +83,13 @@ heat: https://opendev.org/openstack/heat networking-sfc: https://opendev.org/openstack/networking-sfc aodh: https://opendev.org/openstack/aodh - ceilometer: https://opendev.org/openstack/ceilometer - barbican: https://opendev.org/openstack/barbican + # Temporarily remove because of Ubuntu Focal Migration issue + # https://storyboard.openstack.org/#!/story/2008121 + # https://review.opendev.org/#/c/752294/ + # ceilometer: https://opendev.org/openstack/ceilometer + # Temporarily remove because of Ubuntu Focal Migration issue + # https://storyboard.openstack.org/#!/story/2007732 + # barbican: https://opendev.org/openstack/barbican mistral: https://opendev.org/openstack/mistral tacker: https://opendev.org/openstack/tacker blazar: https://opendev.org/openstack/blazar diff --git a/devstack/settings b/devstack/settings index e7564676b..1f4a4c3dd 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,5 +1,7 @@ TACKER_MODE=${TACKER_MODE:-all} -USE_BARBICAN=True +# Temporarily change because of Ubuntu Focal Migration issue +# https://storyboard.openstack.org/#!/story/2007732 +USE_BARBICAN=False KUBERNETES_VIM=${KUBERNETES_VIM:-False} if [ "${TACKER_MODE}" == "all" ]; then