From 93f9eae6f5d23dccb269cb90f6448b19344467f7 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 31 Jan 2020 10:12:57 +0100 Subject: [PATCH] ceph-ansible: add external ceph clients scenario Add a new job in order to test the external ceph clients scenario testing. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 1 + scripts/build_utils.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index d902cf46..f9205d47 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -14,6 +14,7 @@ - collocation - lvm_batch - all_in_one + - external_clients jobs: - 'ceph-ansible-prs-auto' diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 67b3f987..c2922c31 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -855,6 +855,9 @@ case $SCENARIO in docker_to_podman) TOX_INI_FILE=tox-docker2podman.ini ;; + external_clients) + TOX_INI_FILE=tox-external_clients.ini + ;; *) TOX_INI_FILE=tox.ini ;; -- 2.39.5