Comment 2 for bug 1823688

Revision history for this message
Quique Llorente (quiquell) wrote :

So the right repo-setup-queens.sh script does not add the dlrn hash just uses the default in the setup since it's running with stable/queens

http://logs.openstack.org/10/651710/1/check/tripleo-ci-centos-7-undercloud-upgrades/a54a588/logs/undercloud/home/zuul/repo-setup-queens.sh.txt.gz
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-queens/current/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | cut -d= -f2`
tripleo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/centos7-queens/current-tripleo/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | cut -d= -f2`
if [[ -z "$rdo_dlrn" || -z "$tripleo_dlrn" ]]; then