From 8879e6110f5c29926ee08655a797b04f99c19361 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 14 Dec 2018 10:22:52 -0600 Subject: [PATCH] Disable gnocchi, ceilometer, mongodb from multinode jobs This disables the deployment of gnocchi, ceilometer and mongodb from the multinode job until we can determine the root cause of the failures in these charts Change-Id: I8c936cae0b814841da12aabd6d3f95e902912bda --- tools/gate/playbooks/multinode-deploy.yaml | 69 +++++++++++----------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/tools/gate/playbooks/multinode-deploy.yaml b/tools/gate/playbooks/multinode-deploy.yaml index a190ce4f..1e3cffab 100644 --- a/tools/gate/playbooks/multinode-deploy.yaml +++ b/tools/gate/playbooks/multinode-deploy.yaml @@ -245,36 +245,39 @@ ./tools/deployment/multinode/210-postgresql.sh args: chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" - - name: Deploy Gnocchi - environment: - OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" - OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" - OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" - zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" - shell: | - set -xe; - ./tools/deployment/multinode/220-gnocchi.sh - args: - chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" - - name: Deploy MongoDB - environment: - OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" - OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" - OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" - zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" - shell: | - set -xe; - ./tools/deployment/multinode/230-mongodb.sh - args: - chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" - - name: Deploy Ceilometer - environment: - OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" - OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" - OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" - zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" - shell: | - set -xe; - ./tools/deployment/multinode/240-ceilometer.sh - args: - chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" + # TODO(srwilkers: Disable these charts until we can determine periodic job + # failures + # + # - name: Deploy Gnocchi + # environment: + # OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" + # OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" + # OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" + # zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" + # shell: | + # set -xe; + # ./tools/deployment/multinode/220-gnocchi.sh + # args: + # chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" + # - name: Deploy MongoDB + # environment: + # OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" + # OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" + # OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" + # zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" + # shell: | + # set -xe; + # ./tools/deployment/multinode/230-mongodb.sh + # args: + # chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}" + # - name: Deploy Ceilometer + # environment: + # OSH_OPENSTACK_RELEASE: "{{ osh_openstack_release }}" + # OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}" + # OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}" + # zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" + # shell: | + # set -xe; + # ./tools/deployment/multinode/240-ceilometer.sh + # args: + # chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"