Comment 5 for bug 1853028

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

i think this is a duplicate for https://bugs.launchpad.net/tripleo/+bug/1851274 or at least it is definitely related to it.

The error in that bug was meant to be fixed by using chkconfig instead of systemctl enable https://opendev.org/openstack/tripleo-puppet-elements/commit/63859da17b4f4e25b4817950544a5daf50270e8a

However we still have the same error appearing ... trace now is like:

2019-11-26 01:55:15.886 | dib-run-parts Running /tmp/in_target.d/post-install.d/51-enable-network-service
2019-11-26 01:55:15.888 | + set -o pipefail
2019-11-26 01:55:15.888 | + chkconfig network on
2019-11-26 01:55:15.889 | failed to glob pattern /etc/rc0.d/[SK][0-9][0-9]network: No such file or directory

(before it was the same but with systemctl enable instead of chkconfig see https://bugs.launchpad.net/tripleo/+bug/1851274 )