Yesterday there was merged change of repositories in the
instack-undercloud:
https://review.gerrithub.io/#/c/233196. This change
sis not CI'ed (I just checked with Atilla) and it is breaking current
deployment of overcloud.
Issue is version of tripleo-heat-templates:
ORIGINAL:
http://trunk-mgt.rdoproject.org/repos/current-passed-ci/
0.8.4-post37
NEW:
http://trunk-mgt.rdoproject.org/centos-kilo/current-passed-ci/
0.8.5-post1
new version doesn't contain this patch apparently:
https://github.com/rdo-management/tripleo-heat-templates/commit/55619c68b...
[stack@instack ~]$ rpm -q openstack-tripleo-heat-templates
openstack-tripleo-heat-templates-0.8.5-post1.el7.centos.noarch
[stack@instack ~]$ less
/usr/share/openstack-tripleo-heat-templates/puppet/hieradata/controller.yaml
the line 15 from the patch is missing.
Until this packaging issue is fixed the deployment will be blocked.
-- Jarda