fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

Add ansible-role-lldpd #172

Closed martbhell closed 7 years ago

martbhell commented 7 years ago

https://github.com/bvansomeren/ansible-lldpd

With it installed and running one can see on the switch which physical server is connected to which port.

Currently waiting on a PR merge before adding to fgci-ansible. Might also be good to add some conditional so that it is only applied to physical servers.

martbhell commented 7 years ago

Now using our fork instead of upstream: https://github.com/CSC-IT-Center-for-Science/ansible-lldpd

This is so we can use the FGCI specific variable {{ internal_interface }} to by default only configure lldp on that instead of hardcoded to "em1"

martbhell commented 7 years ago

Remaining task: add it to playbooks. Let's do this for the second FGCI release in 2017

martbhell commented 7 years ago

Added in https://github.com/CSC-IT-Center-for-Science/fgci-ansible/commit/d5163e57f9444f687543164598a88a1992fa1f98