Merge "Fix physical network configuration on Dell switches"

This commit is contained in:
Zuul 2018-12-17 11:17:16 +00:00 committed by Gerrit Code Review
commit b6a2fe0db8
3 changed files with 7 additions and 2 deletions

View File

@ -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 }}"

View File

@ -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:

View File

@ -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.