我正在尝试安装IBM Cloud Private CE 2.1.0.2并在安装过程中收到以下错误。我不明白它为什么会发生,我可以启用/禁用这个“va”服务。 以下是具有详细模式(-vvv)的安装输出:
TASK [check : Validating Community Edition] ************************************
task path: /installer/playbook/roles/check/tasks/main.yaml:8
TASK [check : Validating hosts file] *******************************************
task path: /installer/playbook/roles/check/tasks/local.yaml:8
TASK [check : Validating Master nodes number] **********************************
task path: /installer/playbook/roles/check/tasks/local.yaml:13
TASK [check : Validating Proxy nodes number] ***********************************
task path: /installer/playbook/roles/check/tasks/local.yaml:17
TASK [check : Validating master HA configuration] ******************************
task path: /installer/playbook/roles/check/tasks/local.yaml:21
TASK [check : Validating proxy HA configuration] *******************************
task path: /installer/playbook/roles/check/tasks/local.yaml:28
TASK [check : Validating HA VIP configuration] *********************************
task path: /installer/playbook/roles/check/tasks/local.yaml:35
TASK [check : Validating HA Master node interface configuration] ***************
task path: /installer/playbook/roles/check/tasks/local.yaml:42
TASK [check : Validating HA Proxy node interface configuration] ****************
task path: /installer/playbook/roles/check/tasks/local.yaml:50
TASK [check : Validating VA service configuration] *****************************
task path: /installer/playbook/roles/check/tasks/local.yaml:58
fatal: [127.0.0.1 -> localhost]: FAILED! => {
"changed": false,
"failed": true,
"msg": "You must set \"va\" host group when enable \"va\" service"
}
NO MORE HOSTS LEFT *************************************************************
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
127.0.0.1 : ok=4 changed=3 unreachable=0 failed=1
Playbook run took 0 days, 0 hours, 0 minutes, 7 seconds
user@kim:/opt/ibm-cloud-private-ce-2.1.0.2/cluster$
感谢您的帮助!
答案 0 :(得分:0)
我发现了导致错误的原因。
在“禁用管理服务设置”部分下的配置文件中,可以禁用“va”。 我将我的设置从2.1.0.3配置文件复制到2.1.0.2配置文件,虽然2.1.0.3安装没有发生错误而没有禁用“va”,但是在尝试安装2.1.0.2时会发生这种情况。
要避免此错误消息,设置必须如此(默认):
## Disabled Managment Services Settings
disabled_managment_services: ["va"]
对于2.1.0.3,“va”不是禁用的服务,因为它不是那里列出的参数。