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
Due to the changes requested in issue #2079, modifications were made to the inventory generated by the Allocator.
The output format of inventory.yaml was modified to be in Ansible format.
This format is valid to be executed directly with an ansible playbook. For more detailed examples see this comment
Review any automation that uses the inventory of Allocator to adapt them to the new format.
The objective of this issue is to modify the automation that utilizes the allocator; these modifications will take effect from version 4.12.0 onwards.
For testing you can use the branches:
Based on main: enhancement/2079-adapt-allocator-to-generate-ansible-inventory-to-master
Based on 4.12.0: enhancement/2079-adapt-allocator-to-generate-ansible-inventory
Approved by
DRI name:
The text was updated successfully, but these errors were encountered:
The necessary changes have been analyzed. The modifications have been implemented so that the workflow directly uses the inventory generated by the allocator.
The playbooks need to be modified.
Description
Due to the changes requested in issue #2079, modifications were made to the inventory generated by the Allocator.
The output format of
inventory.yaml
was modified to be in Ansible format.Previous format:
New format:
This format is valid to be executed directly with an ansible playbook. For more detailed examples see this comment
Review any automation that uses the inventory of Allocator to adapt them to the new format.
The objective of this issue is to modify the automation that utilizes the allocator; these modifications will take effect from version 4.12.0 onwards.
For testing you can use the branches:
Approved by
DRI name:
The text was updated successfully, but these errors were encountered: