diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-01-20 18:25:32 +0100 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-17 12:10:52 +0000 |
commit | 695efa6bd055162f3a6e805caef44e7522ab0cb0 (patch) | |
tree | 6d2001fdf82420490c14932b8aed6ddc7fd117e6 /ci/pingtests | |
parent | aef946f8453d81b8bb6b20f5539e5949209af8a9 (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
Change-Id: I70515c5b9ce2668a684649ecd40421b69078ee83
Related-Bug: #1644784
(cherry picked from commit db58ec86c748a99efb427a8b37ee4a514f7acdaf)
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 |