Openstack (kolla-ansible -i ./multinode prechecks)
Bonjour,
j'ai un problème de déploiement de Openstack sur 4 serveur
L'étape de blocage est:
Code:
kolla-ansible -i ./multinode prechecks
Et voilà l'erreur de problème:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| TASK [prechecks : Validate that internal and external vip address are different when TLS is enabled only on either the internal and external network] ***********************
fatal: [192.168.1.102]: FAILED! => {"msg": "The conditional check 'kolla_enable_tls_external | bool or kolla_enable_tls_internal | bool' failed. The error was: error while evaluating conditional (kolla_enable_tls_external | bool or kolla_enable_tls_internal | bool): 'kolla_internal_address' is undefined\n\nThe error appears to be in '/usr/share/kolla-ansible/ansible/roles/prechecks/tasks/service_checks.yml': line 36, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Validate that internal and external vip address are different when TLS is enabled only on either the internal and external network\n ^ here\n"}
NO MORE HOSTS LEFT **********************************************************************************************************************************************************
PLAY RECAP ******************************************************************************************************************************************************************
192.168.1.102 : ok=12 changed=0 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0
192.168.1.103 : ok=11 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0
192.168.1.104 : ok=11 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0
192.168.1.105 : ok=11 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0
localhost : ok=9 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0
Command failed ansible-playbook -i ./multinode -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e kolla_action=precheck /usr/share/kolla-ansible/ansible/site.yml |
Merci d'avance.