-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Equinix cloud package update from Equinix Metal (#7769)
* Update requirements.yml to add equinix.cloud * Update requirements.txt to ansible-specdoc * Update metal project on create * Update create_project.yaml * Update delete_project.yaml * Update main.yaml * Update requirements.txt to add equinix_metal * Update create_project.yaml for metal_api_token * Update delete_project.yaml for metal_api_token * Update create_instances.yaml for metal_api_token * Update main.yaml for metal_api_token * Update delete_instances.yaml for equinix.cloud.metal_device * Update create_instances.yaml to have hostname and userdata * Update create_instances.yaml for wait_for_public_IPv remove * Update nested_loop.yml for IP * Update nested_loop.yml boolean * Update nested_loop.yml trying first element * Update nested_loop.yml * Update nested_loop.yml debugging * Update nested_loop.yml debug logging * Update nested_loop.yml * Update nested_loop.yml * Update nested_loop.yml results * Update main.yml debug * Update main.yml * Update nested_loop.yml * Update nested_loop.yml results * Update nested_loop.yml trying * Update nested_loop.yml new search * Update nested_loop.yml address * Try without nested 'devices' * Update nested_loop.yml * add pipe * Patch the inventory to work with new module * remove devices[] * Remove backquotes for true * Fix jsonquery search string * Add provisioning_wait_seconds and metro|default(omit) * take out facility * Remove 'omit' and add value instead --------- Co-authored-by: Billy Bethell <[email protected]> Co-authored-by: Guillaume Coré <[email protected]>
- Loading branch information
1 parent
53f43ca
commit ed31b1d
Showing
9 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
ansible/roles-infra/infra-equinix-metal-resources/tasks/create_project.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
ansible/roles-infra/infra-equinix-metal-resources/tasks/delete_project.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
- name: Delete Equinix Metal project | ||
equinix.metal.project: | ||
auth_token: "{{ equinix_metal_api_token }}" | ||
equinix.cloud.metal_project: | ||
metal_api_token: "{{ equinix_metal_api_token }}" | ||
id: "{{ equinix_metal_project_id }}" | ||
org_id: "{{ equinix_metal_organization_id }}" | ||
organization_id: "{{ equinix_metal_organization_id }}" | ||
state: absent |
2 changes: 2 additions & 0 deletions
2
tools/execution_environments/ee-multicloud-public/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters