diff --git a/ansible/kolla-openstack.yml b/ansible/kolla-openstack.yml index a87e0eb45..051ef04d9 100644 --- a/ansible/kolla-openstack.yml +++ b/ansible/kolla-openstack.yml @@ -94,6 +94,7 @@ switch_type_to_device_type: arista: netmiko_arista_eos dellos9: netmiko_dell_force10 + dellos10: netmiko_dell_os10 dell-powerconnect: netmiko_dell_powerconnect junos: netmiko_juniper openvswitch: netmiko_ovs_linux diff --git a/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml b/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml new file mode 100644 index 000000000..a659fb322 --- /dev/null +++ b/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Adds support for using DellOS 10 switches with Networking Generic Switch.