我想用microStack设置一个多节点OpenStack,但它一直失败,我做错了什么?

问题描述 投票:1回答:1

我想用microStack建立一个多节点OpenStack,但是一直失败,我到底做错了什么?

我是按照这个方法来做的。https:/ubuntu.comopenstackinstall#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.comunYw5LE2

我可以看到程序无法在两个节点之间建立连接,但我不明白为什么。

第一台机器用的是ubuntu 18.04.4 LTS,第二台用的是osx 10.14.6 (Mojave),两台机器都有所需的配置(或更多),而且它们在同一个网络上(而且相距50cm)。

我是不是错过了什么?

openstack
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.