You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tenant_group module does not currently allow for a parent_tenant_group argument (which is present in the corresponding Netbox module). The parent_tenant_group is useful to create hierarchies of tenant groups.
STEPS TO REPRODUCE
Try to create or update a tenant group, using the parent_tenant_group parameter.
- name: Create our Tenant Groups in Nautobotnetworktocode.nautobot.tenant_group:
description: "{{ item.description }}"name: "{{ item.name }}"# Parent Tenant Group is currently absent from the collection.parent_tenant_group: "{{ item.parent }}"token: "{{ nautobot_token }}"url: "{{ nautobot_url }}"state: presentvalidate_certs: falseloop: "{{ all_tenant_groups }}"
EXPECTED RESULTS
The tenant group to be added with the correct parent.
ACTUAL RESULTS
parent_tenant_group is not a supported parameter
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SOFTWARE VERSIONS
pynautobot
1.0.2
Ansible:
2.10.12
Nautobot:
1.0.3
Collection:
3.0.0
SUMMARY
The tenant_group module does not currently allow for a parent_tenant_group argument (which is present in the corresponding Netbox module). The parent_tenant_group is useful to create hierarchies of tenant groups.
STEPS TO REPRODUCE
Try to create or update a tenant group, using the parent_tenant_group parameter.
EXPECTED RESULTS
The tenant group to be added with the correct parent.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: