Activity log for bug #1790685

Date Who What changed Old value New value Message
2018-09-04 17:08:40 Sorin Sbarnea bug added bug
2018-09-04 17:09:59 OpenStack Infra tripleo: status Triaged In Progress
2018-09-04 17:09:59 OpenStack Infra tripleo: assignee Sorin Sbarnea (ssbarnea)
2018-09-04 17:14:34 Sorin Sbarnea summary creating host via 'add_host': hostname=ip_address VIRTHOST=ip_address and creating host via 'add_host': hostname=ip_address
2018-09-04 17:14:57 Sorin Sbarnea description In case provisioning does not create any machines, trileo fails to identify the error and loads the string ip_address as the ansible_hostame because this happens to be the column title fron the file. 15:50:54 TASK [Add virthost] ************************************************************ 15:50:54 task path: /home/jenkins/workspace/tripleo-quickstart-gate-master-delorean-quick-basic/playbooks/quickstart.yml:8 15:50:54 Tuesday 04 September 2018 14:50:54 +0000 (0:00:00.281) 0:00:00.281 ***** 15:50:55 creating host via 'add_host': hostname=ip_address 15:50:55 changed: [localhost] => {"add_host": {"groups": ["virthost"], "host_name": "ip_address", "host_vars": {"ansible_fqdn": "ip_address", "ansible_host": "ip_address", "ansible_user": "root"}}, "changed": true} Found on https://ci.centos.org/job/tripleo-quickstart-gate-master-delorean-quick-basic/6873/consoleFull This patch is supposed to avoid this bug https://review.openstack.org/#/c/595795/ In case provisioning does not create any machines, trileo fails to identify the error and loads the string ip_address as the ansible_hostame because this happens to be the column title fron the file. VIRTHOST=ip_address 15:50:54 TASK [Add virthost] ************************************************************ 15:50:54 task path: /home/jenkins/workspace/tripleo-quickstart-gate-master-delorean-quick-basic/playbooks/quickstart.yml:8 15:50:54 Tuesday 04 September 2018 14:50:54 +0000 (0:00:00.281) 0:00:00.281 ***** 15:50:55 creating host via 'add_host': hostname=ip_address 15:50:55 changed: [localhost] => {"add_host": {"groups": ["virthost"], "host_name": "ip_address", "host_vars": {"ansible_fqdn": "ip_address", "ansible_host": "ip_address", "ansible_user": "root"}}, "changed": true} Found on https://ci.centos.org/job/tripleo-quickstart-gate-master-delorean-quick-basic/6873/consoleFull This patch is supposed to avoid this bug https://review.openstack.org/#/c/595795/
2018-09-07 19:53:10 Alex Schultz tripleo: milestone rocky-rc2 stein-1
2018-10-30 16:50:03 Juan Antonio Osorio Robles tripleo: milestone stein-1 stein-2
2019-01-13 22:50:36 Emilien Macchi tripleo: milestone stein-2 stein-3
2019-01-24 15:11:38 OpenStack Infra tripleo: status In Progress Fix Released