我想用microStack设置一个多节点OpenStack,但它总是失败。
我关注的是:https://ubuntu.com/openstack/install#multi-node-deployment
对于控制节点,我这样做:
sudo microstack.init
Do you want to setup clustering? (yes/no) [default=yes] > yes
2020-04-05 23:10:37,251 - microstack_init - INFO - Configuring clustering ...
What is this machines' role? (control/compute) > control
Please enter a cluster password >
Please re-enter password >
Please enter the ip address of the control node [default=192.168.0.31] > 192.168.0.31
.
.
2020-04-05 23:14:14,252 - microstack_init - INFO - Complete. Marked microstack as initialized!这部分是正常的,但当我想要添加一个计算节点时出现了一个问题。所以我这样做:
multipass exec microstack-vm -- sudo microstack.init
Do you want to setup clustering? (yes/no) [default=no] > yes
2020-04-05 23:13:40,657 - microstack_init - INFO - Configuring clustering ...
What is this machines' role? (control/compute) > compute
Please enter a cluster password >
Please re-enter password >
Please enter the ip address of the control node [default=192.168.0.31] > 192.168.0.31
Please enter the ip address of this node [default=192.168.64.2] > 192.168.64.2
2020-04-05 23:16:37,680 - microstack_init - INFO - I am a compute node.下面是错误堆栈:https://pastebin.com/unYw5LE2
我可以看到程序无法在两个节点之间建立连接,但我不知道原因。
第一台机器运行在ubuntu 18.04.4 LTS上,第二台运行在osx 10.14.6 (Mojave)上,两台机器都有所需的配置(或更多),并且它们位于相同的网络上(并且间隔大约50 on )。
我是不是漏掉了什么?谢谢
发布于 2021-04-05 08:41:34
我正在努力获得在微堆栈上的经验,因为我们speak....so我不确定。看起来您没有指定集群密码,或者您指定了一个空密码,这在一开始看起来很好,但一旦连接失败,就会出现这种情况。请参阅粘贴箱的第14/15行
https://stackoverflow.com/questions/61050114
复制相似问题