Comment 1 for bug 1664304

Revision history for this message
Marios Andreou (marios-b) wrote :

thanks Marius... it looks like we'll have to rework this https://github.com/openstack/tripleo-heat-templates/blob/093949dc5d102d13d857e18427ce671861dc6352/extraconfig/tasks/tripleo_upgrade_node.sh#L48

In the normal case the puppet config is applied as a number of steps https://github.com/openstack/tripleo-heat-templates/blob/093949dc5d102d13d857e18427ce671861dc6352/puppet/puppet-steps.j2#L36 and the step param is passed by the tripleo-heat-templates to be used puppet-tripleo side... the error you have above is from https://github.com/openstack/puppet-tripleo/blob/master/manifests/profile/base/ceph/client.pp#L27

So we need to think about how we apply the puppet config manually for these nodes... lets try and make some progress on this today it is a main blocker right now