openstack-heat

kube-up.sh failes in OpenStack

你离开我真会死。 提交于 2019-12-25 09:18:28
问题 I'm trying to install Kubernetes in an internal OpenStack environment using Heat. I'm following the instructions give here -> http://kubernetes.io/docs/getting-started-guides/openstack-heat/ While issuing the command ./cluster/kube-up.sh/ , I hit the following issue: ... Starting cluster using provider: openstack-heat ... calling verify-prereqs swift client installed glance client installed nova client installed heat client installed [INFO] Uploading kubernetes-server-linux-amd64.tar.gz

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