RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1204126 - [RFE] Enable deployment of Ceph via instack
Summary: [RFE] Enable deployment of Ceph via instack
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: instack-undercloud
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Kilo
Assignee: Giulio Fidente
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-20 12:50 UTC by Giulio Fidente
Modified: 2016-04-18 06:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-18 15:54:56 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.