Skip to content

Cluster Acquisition on Openstack

Lukas edited this page Mar 31, 2018 · 3 revisions
you need to choose
- FLAVOR
- CLUSTER_NAME
- KEYPAIR
- NODECOUNT
- SHARE_NAME
- SHARE_SIZE_GB
- SHARE_KEY
- SHARE_MONITOR_{1..N}

openstack coe cluster create --name [CLUSTER_NAME] --cluster-template kubernetes-preview -flavor [FLAVOR] --master-flavor [FLAVOR] --keypair [KEYPAIR] --node-count [NODECOUNT]

manila create --share-type "Geneva CephFS Testing" --name [SHARE_NAME] cephfs [SHARE_SIZE_GB]
manila access-allow [SHARE_NAME] cephx storage_user

#get access key, monitor list, and path
manila access-list [SHARE_NAME]|grep storage_user
manila show [SHARE_NAME]|grep path
Clone this wiki locally