Merge "Fix physical network configuration on Dell switches"
This commit is contained in:
commit
b6a2fe0db8
@ -10,6 +10,5 @@ switch_dellos_provider:
|
||||
host: "{{ ansible_host|default(inventory_hostname) }}"
|
||||
username: "{{ ansible_user }}"
|
||||
password: "{{ ansible_ssh_pass }}"
|
||||
transport: cli
|
||||
authorize: yes
|
||||
auth_pass: "{{ switch_auth_pass }}"
|
||||
|
@ -57,7 +57,6 @@ passwords. It applies global configuration for LLDP, and enables two
|
||||
host: "{{ switch_host }}"
|
||||
username: "{{ switch_user }}"
|
||||
password: "{{ switch_password }}"
|
||||
transport: cli
|
||||
authorize: yes
|
||||
auth_pass: "{{ switch_auth_pass }}"
|
||||
dell_switch_config:
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes a compatibility issue with Ansible modules for Dell switches which
|
||||
was preventing physical network configuration for this type of hardware.
|
||||
See `Story 2004588 <https://storyboard.openstack.org/#!/story/2004588>`__
|
||||
for details.
|
Loading…
x
Reference in New Issue
Block a user