openstack-cinder

Openstack Heat - separate templates

回眸只為那壹抹淺笑 提交于 2019-12-08 12:38:48
问题 I am looking for the best way of creating a stack, in a number of separate steps. I would like in the first template, to only get up the compute nodes and the network configuration. In the second template, I would like to create the storage nodes and attach them to the already existing compute nodes. What do you think is the best way to do this? 回答1: Following is one possible approach. 1) Define first template for your compute nodes and network configuration. But define outputs in your first

Kubernetes: using OpenStack Cinder from one cloud provider while nodes on another

守給你的承諾、 提交于 2019-12-01 06:26:51
Maybe my question does not make sense, but this is what I'm trying to do: I have a running Kubernetes cluster running on CoreOS on bare metal. I am trying to mount block storage from an OpenStack cloud provider with Cinder. From my readings, to be able to connect to the block storage provider, I need kubelet to be configured with cloud-provider=openstack , and use a cloud.conf file for the configuration of credentials. I did that and the auth part seems to work fine (i.e. I successfully connect to the cloud provider), however kubelet then complains that it cannot find my node on the openstack

Kubernetes: using OpenStack Cinder from one cloud provider while nodes on another

无人久伴 提交于 2019-12-01 06:02:13
问题 Maybe my question does not make sense, but this is what I'm trying to do: I have a running Kubernetes cluster running on CoreOS on bare metal. I am trying to mount block storage from an OpenStack cloud provider with Cinder. From my readings, to be able to connect to the block storage provider, I need kubelet to be configured with cloud-provider=openstack , and use a cloud.conf file for the configuration of credentials. I did that and the auth part seems to work fine (i.e. I successfully