Merge "Do not fail if initiatorname.iscsi does not exist"

This commit is contained in:
Zuul 2021-06-08 20:48:44 +00:00 committed by Gerrit Code Review
commit d77f6a088e
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
- copy: /usr/share/tripleo-common/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_gather_files: '{{ lookup(''fileglob'', ''/usr/share/tripleo-common/container-images/kolla/iscsid/*'', wantlist=True) }}'
tcib_packages: