Update BOTMETA.yml migrated_to for Netbox components (#67586)
* Update BOTMETA.yml to show they have been migrated to netbox_community.ansible_modules * Update BOTMETA.yml to proper format * Expanded from dir to each module migrated_to * Fixed test issues * Updated to new FQCN
This commit is contained in:
parent
0bb2d67562
commit
9dacbea5ef
1 changed files with 13 additions and 1 deletions
14
.github/BOTMETA.yml
vendored
14
.github/BOTMETA.yml
vendored
|
@ -852,7 +852,18 @@ files:
|
|||
labels:
|
||||
- networking
|
||||
- infoblox
|
||||
$modules/net_tools/netbox/: FragmentedPacket
|
||||
$modules/net_tools/netbox:
|
||||
maintainers: FragmentedPacket
|
||||
$modules/net_tools/netbox/netbox_device.py:
|
||||
migrated_to: netbox.netbox
|
||||
$modules/net_tools/netbox/netbox_interface.py:
|
||||
migrated_to: netbox.netbox
|
||||
$modules/net_tools/netbox/netbox_ip_address.py:
|
||||
migrated_to: netbox.netbox
|
||||
$modules/net_tools/netbox/netbox_prefix.py:
|
||||
migrated_to: netbox.netbox
|
||||
$modules/net_tools/netbox/netbox_site.py:
|
||||
migrated_to: netbox.netbox
|
||||
$modules/network/a10/: ericchou1 mischapeters
|
||||
$modules/network/aci/: &aci
|
||||
keywords: [ aci, cisco msc, cisco mso, multisite, multi-site ]
|
||||
|
@ -3776,6 +3787,7 @@ files:
|
|||
$plugins/inventory/netbox.py:
|
||||
support: community
|
||||
maintainers: $team_netbox
|
||||
migrated_to: netbox.netbox
|
||||
$plugins/inventory/openshift.py:
|
||||
support: community
|
||||
maintainers: chouseknecht maxamillion fabianvf flaper87
|
||||
|
|
Loading…
Reference in a new issue