]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: add new scenario 'dashboard' 1298/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 16 May 2019 10:51:50 +0000 (12:51 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 16 May 2019 10:51:50 +0000 (12:51 +0200)
This commit adds a new scenario to test the dashboard deployment.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml
scripts/build_utils.sh

index 4d8fbcede604ae56c11719e673ec0fc85914231c..34f538d74dcc76833ae1d8eff2f2839d75c56d94 100644 (file)
                     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
index 2713385f4369c590e32fc3b0c0ec4d4b489bac27..1a822d907254a6a8cce924ba5281f99f59705528 100644 (file)
@@ -28,6 +28,7 @@
       - rgw_multisite
       - purge
       - lvm_auto_discovery
+      - dashboard
     jobs:
         - 'ceph-ansible-prs-pipeline'
 
index d0441dd41eb7f90df57acaa3be089050f3a3169a..c4b370fbbf577d9d8f964457def341474daf9275 100644 (file)
@@ -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
     ;;