diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-01-20 18:25:32 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-02-14 10:59:51 +0100 |
commit | db58ec86c748a99efb427a8b37ee4a514f7acdaf (patch) | |
tree | 20cd1f9e475f1e3135b3d850b52614387d8e70af /ci/pingtests | |
parent | 093949dc5d102d13d857e18427ce671861dc6352 (diff) |
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
Diffstat (limited to 'ci/pingtests')
-rw-r--r-- | ci/pingtests/scenario004-multinode.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |