Bug 1204126

Summary: [RFE] Enable deployment of Ceph via instack
Product: [Community] RDO Reporter: Giulio Fidente <gfidente>
Component: instack-undercloudAssignee: Giulio Fidente <gfidente>
Status: CLOSED NEXTRELEASE QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunkCC: calfonso, mandreou, morazi, srevivo
Target Milestone: ---Keywords: Triaged
Target Release: Kilo   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-18 15:54:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Giulio Fidente 2015-03-20 12:50:59 UTC
Description of problem:
instack should allow for the deployment of Ceph

Comment 1 Giulio Fidente 2015-03-20 12:53:46 UTC
in addition to building the CephStorage nodes image, we should pass to the template some additional params like:

        "OvercloudCephStorageFlavor": "'"${CEPHSTORAGE_FLAVOR}"'",
        "CephStorageImage": "'"${OVERCLOUD_CEPHSTORAGE_ID}"'",
        "CephClusterFSID": "'"${FSID}"'",
        "CephMonKey": "'"${MON_KEY}"'",
        "CephAdminKey": "'"${ADMIN_KEY}"'",
        "CinderEnableRbdBackend": "True",
        "NovaEnableRbdBackend": "True",

Comment 3 Giulio Fidente 2015-04-17 12:28:37 UTC
all needed changes are merged and usable in instack now

Comment 4 Marios Andreou 2015-04-17 12:37:57 UTC
+1 confirmed what Giulio says above, with the params added (see review @ [1]) I can:

export CEPHSTORAGESCALE=1
instack-deploy-overcloud --tuskar 

to completion (having setup enough nodes obv)


[1] https://review.gerrithub.io/#/c/230262/1