From: Guillaume Abrioux Date: Thu, 16 May 2019 10:51:50 +0000 (+0200) Subject: ceph-ansible: add new scenario 'dashboard' X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1298%2Fhead;p=ceph-build.git ceph-ansible: add new scenario 'dashboard' This commit adds a new scenario to test the dashboard deployment. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index 4d8fbcede..34f538d74 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -82,6 +82,10 @@ current-parameters: true - name: 'ceph-ansible-prs-dev-rhel-container-podman' current-parameters: true + - name: 'ceph-ansible-prs-dev-centos-non_container-dashboard' + current-parameters: true + - name: 'ceph-ansible-prs-dev-centos-container-dashboard' + current-parameters: true - multijob: name: 'ceph-ansible cluster second testing phase' condition: SUCCESSFUL diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 2713385f4..1a822d907 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -28,6 +28,7 @@ - rgw_multisite - purge - lvm_auto_discovery + - dashboard jobs: - 'ceph-ansible-prs-pipeline' diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index d0441dd41..c4b370fbb 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -779,6 +779,9 @@ case $SCENARIO in update) TOX_INI_FILE=tox-update.ini ;; + dashboard) + TOX_INI_FILE=tox-dashboard.ini + ;; *) TOX_INI_FILE=tox.ini ;;