ansible / community

This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
Apache License 2.0
489 stars 144 forks source link

Network Working Group Meeting Agenda 3 #363

Closed Qalthos closed 4 years ago

Qalthos commented 6 years ago

Please leave a comment regarding any agenda item you wish to discuss. If you don't show up for the meeting, your item will be skipped.

If your IRC nick is different from your Github username, leave that as well.

See https://github.com/ansible/community/tree/master/group-network for the schedule

All Core Networking issues (most recently updated at the top): https://github.com/ansible/ansible/issues?q=is%3Aopen+label%3Anetworking+-label%3Aneeds_revision+sort%3Aupdated-desc

Network Working Group: https://github.com/ansible/community/tree/master/group-network

ansible-network on Freenode IRC

ujwalkomarla commented 5 years ago

Please review and merge https://github.com/ansible/ansible/pull/53762 Merged

rdelcampog commented 5 years ago

Please review and merge https://github.com/ansible/ansible/pull/53210

Qalthos commented 5 years ago

2019-03-20

Team status and updates

Actions

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-03-20/ansible_network_working_group.2019-03-20-15.59.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-03-20/ansible_network_working_group.2019-03-20-15.59.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-03-20/ansible_network_working_group.2019-03-20-15.59.log.html

amuraleedhar commented 5 years ago

Please review and merge ansible/ansible#53763 Merged

lvrfrc87 commented 5 years ago

Please review and merge. asa_og module. https://github.com/ansible/ansible/pull/52925

Qalthos commented 5 years ago

2019-03-27

Team status and updates

Actions

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/[date...] Minutes (text): https://meetbot.fedoraproject.org/ansible-network/[date...] Log: https://meetbot.fedoraproject.org/ansible-network/[date...]

amuraleedhar commented 5 years ago

Please review and merge ansible/ansible#54188 MERGED ansible/ansible#54623

lvrfrc87 commented 5 years ago

https://github.com/ansible/ansible/pull/52925 Merged

mikewiebe commented 5 years ago

Need to discuss options for https://github.com/ansible/ansible/pull/54691

ujwalkomarla commented 5 years ago

Need to discuss usage of restconf and jsonrpc for exos_* modules. First module using it is exos_vlan @ https://github.com/ansible/ansible/pull/54500

Qalthos commented 5 years ago

2019-04-03

Team status and updates

Actions

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-04-03/ansible_network_working_group.2019-04-03-16.00.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-04-03/ansible_network_working_group.2019-04-03-16.00.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-04-03/ansible_network_working_group.2019-04-03-16.00.log.html

amuraleedhar commented 5 years ago

Please review and merge ansible/ansible#54970 Merged This is a bug fix for cnos_vrf module. I fails, if the port is a switchport. So a check is added if its switch port module fails. Made modifications accordingly in unit tests and integration tests as well.

grastogi23 commented 5 years ago

Please review and merge https://github.com/ansible/ansible/pull/54894 This is a fork lift change to remove dependency on external Avi API SDK module. We do realize 2.8 is about to ship. We have extensively tested it but we are okay to wait for this change in 2.9.

Qalthos commented 5 years ago

2019-04-10

Team status and updates

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-04-10/ansible_network_working_group.2019-04-10-16.01.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-04-10/ansible_network_working_group.2019-04-10-16.01.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-04-10/ansible_network_working_group.2019-04-10-16.01.log.html

mikewiebe commented 5 years ago

Discuss https://github.com/ansible/ansible/issues/55381 causing many of our NX-OS tests to fail.

Update: No longer need to discuss this given that PR is open with a fix (https://github.com/ansible/ansible/pull/55384)

@Qalthos Thanks for the quick turn around!

chaitanyaavi commented 5 years ago

Please review and merge ansible/ansible#54894

ujwalkomarla commented 5 years ago

Can we discuss this? https://github.com/ansible/ansible/pull/54500 https://github.com/ujwalkomarla/ansible/compare/EXOS_VLAN...ruturajvy:EXOS_VLAN

Qalthos commented 5 years ago

2019-04-17

Team status and updates

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-04-17/ansible_network_working_group.2019-04-17-16.00.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-04-17/ansible_network_working_group.2019-04-17-16.00.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-04-17/ansible_network_working_group.2019-04-17-16.00.log.html

kbreit commented 5 years ago
samerd commented 5 years ago

Please review the following onyx PRs by @anasbadaha and approve if OK:

Thanks for your efforts.

twbowman commented 5 years ago

Can we discuss these for eos:

ansible/ansible#55298 ansible/ansible#54863

Thanks.

ujwalkomarla commented 5 years ago

Please Review and Merge: https://github.com/ansible/ansible/pull/51364 https://github.com/ansible/ansible/pull/54500

Qalthos commented 5 years ago

2019-04-24

Team status and updates

Actions

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/https://meetbot.fedoraproject.org/ansible-network/2019-04-24/ansible_network_working_group.2019-04-24-16.01.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/https://meetbot.fedoraproject.org/ansible-network/2019-04-24/ansible_network_working_group.2019-04-24-16.01.txt Log: https://meetbot.fedoraproject.org/ansible-network/https://meetbot.fedoraproject.org/ansible-network/2019-04-24/ansible_network_working_group.2019-04-24-16.01.log.html

amuraleedhar commented 5 years ago

Please Review and Merge: ansible/ansible#55954 Merged This is a bug fix for modules after running coverity scan. I need to backport this to 2.8 as well.

kbreit commented 5 years ago

Agenda item:

IRC nick is mrproper

twbowman commented 5 years ago

Follow up on ansible/ansible#55298. I want to confirm i followed the right procedures and it is good to go.

kbreit commented 5 years ago

IRC nick: mrproper

grastogi23 commented 5 years ago

Please review https://github.com/ansible/ansible/pull/54894

Qalthos commented 5 years ago

2019-05-15

Team status and updates

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-05-15/ansible_network_working_goup.2019-05-15-15.59.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-05-15/ansible_network_working_goup.2019-05-15-15.59.txt https://meetbot.fedoraproject.org/ansible-network/2019-05-15/ansible_network_working_goup.2019-05-15-15.59.log.html

kbreit commented 5 years ago

IRC: mrproper

yuandongx commented 5 years ago

Please Review and Merge:

Qalthos commented 5 years ago

2019-05-22

Team status and updates

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-05-22/ansible_network_working_group.2019-05-22-16.00.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-05-22/ansible_network_working_group.2019-05-22-16.00.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-05-22/ansible_network_working_group.2019-05-22-16.00.log.html

amuraleedhar commented 5 years ago

Please Review and Merge: ansible/ansible#56810 Merged This is back porting of 55954 to stable-2.8 Please merge it for 2.8.1

kbreit commented 5 years ago

IRC: mrproper

yuandongx commented 5 years ago

Please Review and Merge:

samerd commented 5 years ago

Added support for container management in onyx switches: could you please review and merge: ansible/ansible#57066

chaitanyaavi commented 5 years ago

Please review and merge:

  1. Added new modules https://github.com/ansible/ansible/pull/56995 https://github.com/ansible/ansible/pull/56997 https://github.com/ansible/ansible/pull/56998 https://github.com/ansible/ansible/pull/56999 https://github.com/ansible/ansible/pull/57001 https://github.com/ansible/ansible/pull/57002 https://github.com/ansible/ansible/pull/57003 https://github.com/ansible/ansible/pull/57004 https://github.com/ansible/ansible/pull/57116

  2. Split Avi Credentials into two parts - secrets and login_info https://github.com/ansible/ansible/pull/57114

chrisvanheuveln commented 5 years ago

Please review and merge several NXOS BFD related PRs:

Qalthos commented 5 years ago

2019-05-29

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-05-29/ansible_network_working_group.2019-05-29-15.59.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-05-29/ansible_network_working_group.2019-05-29-15.59.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-05-29/ansible_network_working_group.2019-05-29-15.59.log.html

kbreit commented 5 years ago

IRC: mrproper

yuandongx commented 5 years ago

Please review and merge.

mikewiebe commented 5 years ago

Please merge. Reviewed internally and shipit label added.

mikewiebe commented 5 years ago

Please review and merge: Already reviewed by @trishnaguha but she had one additional comment which has been resolved.

Please merge. Reviewed internally and shipit label added.

Qalthos commented 5 years ago

2019-06-05

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-06-05/ansible_network_working_group.2019-06-05-16.00.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-06-05/ansible_network_working_group.2019-06-05-16.00.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-06-05/ansible_network_working_group.2019-06-05-16.00.log.html

kbreit commented 5 years ago

IRC: mrproper Review - https://github.com/ansible/ansible/pull/57289 Review - https://github.com/ansible/ansible/pull/54627 (merged) Review - https://github.com/ansible/ansible/pull/57286 (merged) Review - https://github.com/ansible/ansible/pull/53891 Review - https://github.com/ansible/ansible/pull/57562 (merged) Review - https://github.com/ansible/ansible/pull/56201 (merged)

chaitanyaavi commented 5 years ago

Updated as per review comments by @Qalthos https://github.com/ansible/ansible/pull/57531 https://github.com/ansible/ansible/pull/57116

yuandongx commented 5 years ago

Please review and merge.

Qalthos commented 5 years ago

2019-06-12

Team status and updates

Logs

Minutes: https://meetbot.fedoraproject.org/ansible-network/2019-06-12/ansible_network_working_group.2019-06-12-16.01.html Minutes (text): https://meetbot.fedoraproject.org/ansible-network/2019-06-12/ansible_network_working_group.2019-06-12-16.01.txt Log: https://meetbot.fedoraproject.org/ansible-network/2019-06-12/ansible_network_working_group.2019-06-12-16.01.log.html

kbreit commented 5 years ago

IRC: mrproper

Feature Enhancements: Review - https://github.com/ansible/ansible/pull/57708 Review - https://github.com/ansible/ansible/pull/54625

New Module: Review - https://github.com/ansible/ansible/pull/55485 Review - https://github.com/ansible/ansible/pull/52889

yuandongx commented 5 years ago

Please review and merge. #