Merge "Do not fail if initiatorname.iscsi does not exist" into stable/wallaby

This commit is contained in:
Zuul 2022-01-06 18:53:52 +00:00 committed by Gerrit Code Review
commit cb0524a63f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: cp /usr/share/openstack-tripleo-common-containers/container-images/kolla/iscsid/extend_start.sh /usr/local/bin/kolla_extend_start
- run: chmod 755 /usr/local/bin/kolla_extend_start
- run: rm /etc/iscsi/initiatorname.iscsi
- run: rm -f /etc/iscsi/initiatorname.iscsi
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/iscsid /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common: