diff --git a/tools/gate/playbooks/multinode-deploy.yaml b/tools/gate/playbooks/multinode-deploy.yaml index a190ce4f54..1e3cffab16 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) }}"