From db58ec86c748a99efb427a8b37ee4a514f7acdaf Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 20 Jan 2017 18:25:32 +0100 Subject: Deploy Manila with CephMDS in scenario004 Adds the Manila and CephMDS services into scenario004 and a few resources in the pingtest to test the Manila deployment. Also adds Pacemaker to scenario004 which is needed for ManilaShare. Co-Authored-By: jprovazn@redhat.com Depends-On: Ia2ece0163a3c25eb28bc0b471cd1797d52fe4e3c Change-Id: I70515c5b9ce2668a684649ecd40421b69078ee83 Related-Bug: #1644784 --- ci/pingtests/scenario004-multinode.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ci/pingtests/scenario004-multinode.yaml') diff --git a/ci/pingtests/scenario004-multinode.yaml b/ci/pingtests/scenario004-multinode.yaml index a188fd1c..ebdfea14 100644 --- a/ci/pingtests/scenario004-multinode.yaml +++ b/ci/pingtests/scenario004-multinode.yaml @@ -118,6 +118,18 @@ resources: ram: 512 vcpus: 1 + manila_share_type: + type: OS::Manila::ShareType + properties: + name: default + driver_handles_share_servers: false + + manila_share: + type: OS::Manila::Share + properties: + share_protocol: CEPHFS + size: 1 + outputs: server1_private_ip: description: IP address of server1 in private network -- cgit 1.2.3-korg