Comment 2 for bug 1863972

Revision history for this message
r3ap3r-d3v (r3ap3r-d3v) wrote :

I added the above patch and now I appear to be failing at a different point. Below is what I am getting now. Please forgive me, trying to do this from my phone right now.

TASK [haproxy : Fail if internal haproxy certificate is absent] ****************
task path: /home/osadmin/openstack/share/kolla-ansible/ansible/roles/haproxy/tas
ks/precheck.yml:101
fatal: [localhost -> localhost]: FAILED! => {
    "changed": false,
    "msg": "Internal haproxy certificate file is not found. It is configured via
 'kolla_internal_fqdn_cert'"
}

NO MORE HOSTS LEFT *************************************************************

PLAY RECAP *********************************************************************
localhost : ok=28 changed=0 unreachable=0 failed=1 s
kipped=12 rescued=0 ignored=0

Command failed ansible-playbook -i all-in-one -e @/etc/kolla/globals.yml -e @/et
c/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e kolla_action=precheck /home/o
sadmin/openstack/share/kolla-ansible/ansible/site.yml --verbose --verbose --ver
bose
(openstack) [osadmin@openstack