Open hasuf opened 6 years ago
Adding log file: iaas_launch-20180126-145212.log
Adding deployment.yaml (renamed here with .txt suffix so I could attach the yaml file) deployment.yaml.txt
Hi, Seems like the issue is with mariadb container. Try deploying openstack with different keepalived_virtual_router_id(can be anything from 0-255) and virtual ip provided in deployment.yaml. The tags are present in deployment.yaml as keepalived_virtual_router_id: , internal_vip_address:, external_vip_address:
Br, chirag gupta
Hi, I changed the values
...
keepalived_virtual_router_id: "100"
...
internal_vip_address: "10.30.17.5"
...
external_vip_address: "10.30.19.6"
...
but got the same error:
"fatal: [10.30.17.11 -> 10.30.17.11]: FAILED! => {"changed": true,
"failed": true,
"msg": "Container exited with non-zero return code"}",
"",
Hi, Can you please check that mariadb container status after cleanup you can use command docker ps -a for this and provide mariadb,neutron container logs via command "docker logs mariadbcontainerID" . Also provide logs present inside mariadb container at /var/log/kolla/mariadb/ you can access container via command: "docker exec -it containerID bash"
Running
sudo python iaas_launch.py -l TRACE -f conf/openstack/kolla/deployment.yaml -drs 2>&1 |while read line; do printf "$(date -u '+%F %T%z')\t$line\n"; done | tee /var/tmp/iaas_launch-`date +%Y%m%d-%H%M%S`.log
Errors out at
On my controller, I see:
and
My host info looks correct on the controller: