Bug 1204126
Summary: | [RFE] Enable deployment of Ceph via instack | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Giulio Fidente <gfidente> |
Component: | instack-undercloud | Assignee: | Giulio Fidente <gfidente> |
Status: | CLOSED NEXTRELEASE | QA Contact: | yeylon <yeylon> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | trunk | CC: | 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
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", all needed changes are merged and usable in instack now +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 |