mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 09:17:18 +00:00
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
This commit is contained in:
@@ -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) }}"
|
||||
|
||||
Reference in New Issue
Block a user