Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-21 Thread Albert Short
Nabil, as Phil has mentioned, Ansible uses modules & depending which vendor's SDN solution you decide to use, you use the appropriate module. You can find quite a few Cisco ACI & MSO modules ofr Ansible 2.9 or like in Cumulus just 1 module. The closest you can get to a 'SDN' generic module

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread Phil Griffiths
Nabil As with everything Ansible it comes down to the modules- this is a link to the complete list: https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html Have a look through there for anything SDN related for the solution you're looking for. There is no such generic 'sdn'

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread nabil hama
Hello Albert, Thanks a lot for your feedback. Please do know how it works (using Ansible for SDN automation)? if not, do you know where can I find this details? Thanks in advance BR Le lundi 20 avril 2020 15:36:20 UTC+1, Albert Short a écrit : > > There are a number of vendors that use

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread Albert Short
There are a number of vendors that use Ansible for SDN automation. Cisco as you mentioned for ACI & or traditional networking Cumulus Networks also uses Ansible If you wanted you could use it for NSX but vRa may help you there. There are git repositories, just need to know where to look :) On

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread nabil hama
Hello Karl, Effectively, I google it, I understood for Ansible but not the relation between it and SDN. Apart Cisco who talked about this topic, no other person talking about this subject. Many thanks for feedback, which very helpful for me. best regards Le lundi 20 avril 2020 14:09:04

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread Karl Auer
Hullo Nabil. On Mon, 20 Apr 2020 at 13:44, nabil hama wrote:> > I have confusion between the utilization of Ansible and SDN, As long as > the SDN offers network automation, optimization and high flexibility, what is > the role of Ansible in that network? are two different subjects and work

Re: [ansible-project] Re: Relation between Ansible and SDN

2020-04-20 Thread Dick Visser
Hi To me this is still too generic. I'll leave it to someone else to answer. On Mon, 20 Apr 2020 at 13:44, nabil hama wrote: > > > > Le lundi 20 avril 2020 11:25:37 UTC+1, nabil hama a écrit : >> >> Hello, >> >> Thanks Dick for your feedback. > > > my question is as follow : > > I have