Activity log for bug #1773572

Date Who What changed Old value New value Message
2018-05-26 19:29:41 Matt Young bug added bug
2018-06-04 16:43:19 Matt Young description In a related bug: https://bugs.launchpad.net/tripleo/+bug/1773569 I noticed that for the master ovc periodic job running in rdo2:master (which has never passed) we're not setting the hash correctly when we invoke quickstart. # the ansible-playbook invocation is here: https://thirdparty.logs.rdoproject.org/jenkins-periodic-master-rdo_trunk-ovb-minimal-pacemaker-multiple-nics-192/console.txt.gz#_2018-05-26_18_36_24_690 # here's the cleaned up call (to avoid eye bleed) export wd="/home/rhos-ci/jenkins/workspace/periodic-master-rdo_trunk-ovb-minimal-pacemaker-multiple-nics" ansible-playbook -vv $wd/playbooks/baremetal-full-deploy.yml -e @$wd/config/release/master.yml -e @$wd/config/nodes/1ctlr_1comp.yml -e @$wd/config/general_config/ovb-minimal-pacemaker-multiple-nics.yml -e @$wd/config/environments/ci-rhos.yml -e local_working_dir=$wd -e virthost=localhost -e @$wd/config/environments/ovb-common.yml -e cleanup_stacks_keypairs=false -e dlrn_hash_tag= -e overcloud_image_url=http://REDACTED/ci-images/centos-org-image-cache/master//overcloud-full.tar -e ipa_image_url=http://REDACTED/ci-images/centos-org-image-cache/master//ironic-python-agent.tar -t all,teardown-nodes Note the missing params "//" on the image URL's, it should be "/$hashValue/". Also "dlrn_hash_tag" is empty. Once we get past the blocking issue linked above, this is what we'll run headlong into. Capturing it here so we can track/fix. In a related bug: https://bugs.launchpad.net/tripleo/+bug/1773569 I noticed that for the master ovb periodic job running in rdo2:master (which has never passed) we're not setting the hash correctly when we invoke quickstart. # the ansible-playbook invocation is here: https://thirdparty.logs.rdoproject.org/jenkins-periodic-master-rdo_trunk-ovb-minimal-pacemaker-multiple-nics-192/console.txt.gz#_2018-05-26_18_36_24_690 # here's the cleaned up call (to avoid eye bleed) export wd="/home/rhos-ci/jenkins/workspace/periodic-master-rdo_trunk-ovb-minimal-pacemaker-multiple-nics" ansible-playbook -vv $wd/playbooks/baremetal-full-deploy.yml -e @$wd/config/release/master.yml -e @$wd/config/nodes/1ctlr_1comp.yml -e @$wd/config/general_config/ovb-minimal-pacemaker-multiple-nics.yml -e @$wd/config/environments/ci-rhos.yml -e local_working_dir=$wd -e virthost=localhost -e @$wd/config/environments/ovb-common.yml -e cleanup_stacks_keypairs=false -e dlrn_hash_tag= -e overcloud_image_url=http://REDACTED/ci-images/centos-org-image-cache/master//overcloud-full.tar -e ipa_image_url=http://REDACTED/ci-images/centos-org-image-cache/master//ironic-python-agent.tar -t all,teardown-nodes Note the missing params "//" on the image URL's, it should be "/$hashValue/". Also "dlrn_hash_tag" is empty. Once we get past the blocking issue linked above, this is what we'll run headlong into. Capturing it here so we can track/fix.
2018-06-05 19:52:38 Emilien Macchi tripleo: milestone rocky-2 rocky-3
2018-06-18 09:24:27 Quique Llorente tripleo: assignee Quique Llorente (quiquell)
2018-06-19 14:15:34 Matt Young tripleo: status Triaged In Progress
2018-06-19 14:15:36 Matt Young tripleo: assignee Quique Llorente (quiquell) Matt Young (halcyondude)
2018-06-20 14:35:27 Matt Young tripleo: status In Progress Fix Released