commit | cd8715f5bfc237c83e448cdf9277d53fb5966256 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Thu Aug 03 16:01:26 2023 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Thu Aug 03 16:01:26 2023 +0300 |
tree | 15fc42817d758af026b27e40f86173029a0988ad | |
parent | ff91516e80198ff63861c4da72319f87145ccde4 [diff] |
kolla: Discover the newly-created interfaces Change-Id: I54e8ccf1c09537acd2886638f3b3b9f2f369c5ee
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml index 81d4daf..e1504be 100644 --- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml +++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml
@@ -120,6 +120,9 @@ ansible.builtin.command: argv: [ "systemctl", "restart", "systemd-networkd" ] + - name: Discover the newly-created interfaces + ansible.builtin.gather_facts: + - name: Find the Name of Interface for 'network_interface' set_fact: kolla_network_interface: "{{ item }}"