From 711d53abd4b12d2297be63ed78dfd6b2fd254284 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Sun, 7 Apr 2024 22:05:28 -0700 Subject: [PATCH] [CI] CephFS-NFS standalone with ceph-orch deployed Ceph This is an effort to remove package based deployment of Ceph from devstack-plugin-ceph in favor of ceph orchestrator (cephadm) deployed ceph. Change-Id: I0c35ef0eb4293aae37cd597d78d7aed0100e8ec7 Signed-off-by: Goutham Pacha Ravi --- zuul.d/manila-tempest-jobs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml index 702dcf81..02d07fe2 100644 --- a/zuul.d/manila-tempest-jobs.yaml +++ b/zuul.d/manila-tempest-jobs.yaml @@ -486,12 +486,17 @@ description: Test CephFS NFS (DHSS=False) parent: manila-tempest-plugin-cephfs-nfs-base branches: *ubuntu_jammy_test_image_branches - nodeset: devstack-single-node-centos-9-stream vars: # TODO(gouthamr): some tests are disabled due to bugs # IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489 tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" devstack_localrc: + CEPHADM_DEPLOY: True + CEPHADM_DEV_OSD: True + CEPH_LOOPBACK_DISK_SIZE: 40GB + CEPHADM_DEPLOY_NFS: False + TARGET_DEV_OSD_DIR: /opt/stack + ENABLED_SHARE_PROTOCOLS: NFS MANILA_OPTGROUP_cephfsnfs_cephfs_ganesha_server_ip: "{{ hostvars[inventory_hostname]['nodepool']['private_ipv4'] }}" CEPH_RELEASE: "quincy" MANILA_SETUP_IPV6: false