-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerate code for version 0.8.0 triggered by
- Loading branch information
equinix-labs@auto-commit-workflow
committed
Jul 19, 2024
1 parent
6f1ee4b
commit 08b3ffd
Showing
37 changed files
with
261 additions
and
256 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Get list of avialable IP addresses from a reserved IP block | ||
module: metal_available_ips_info | ||
|
@@ -21,23 +21,23 @@ | |
type: str | ||
requirements: null | ||
short_description: Get list of avialable IP addresses from a reserved IP block | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
name: available addresses from reservation | ||
equinix.cloud.metal_available_ips_info: | ||
reserved_ip_block_id: '{{ ip_reservation.id }}' | ||
cidr: 32 | ||
register: available_ips | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
available: | ||
description: Available IP addresses from the reservation. | ||
returned: always | ||
sample: | ||
- available: | ||
- 147.75.71.192/32 | ||
type: dict | ||
''' | ||
""" | ||
|
||
from ansible.module_utils._text import to_native | ||
import traceback | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# DOCUMENTATION, EXAMPLES, and RETURN are generated by | ||
# ansible_specdoc. Do not edit them directly. | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Manage BGP sessions in Equinix Metal.Create, update or delete BGP session. | ||
To look up an existing session, pass only the *id* attribute. | ||
|
@@ -35,8 +35,8 @@ | |
type: str | ||
requirements: null | ||
short_description: Manage BGP sessions in Equinix Metal | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
- name: Start first test bgp session | ||
hosts: localhost | ||
tasks: | ||
|
@@ -50,8 +50,8 @@ | |
- equinix.cloud.metal_bgp_session: | ||
id: 1273edef-39af-4df0-85bb-02a847a484d1 | ||
state: absent | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
metal_bgp_session: | ||
description: The module object | ||
returned: always | ||
|
@@ -65,7 +65,7 @@ | |
device_id: bfab58c0-0723-49aa-a64e-6caf1b8ea2e2 | ||
id: 277d4a7a-82dd-4e7c-bf79-8a1de6882982 | ||
type: dict | ||
''' | ||
""" | ||
|
||
# End of generated documentation | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# DOCUMENTATION, EXAMPLES, and RETURN are generated by | ||
# ansible_specdoc. Do not edit them directly. | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Gather information BGP sessions in Equinix Metal. You can fetch it by | ||
device ID or project ID. | ||
|
@@ -25,15 +25,15 @@ | |
type: str | ||
requirements: null | ||
short_description: Gather information BGP sessions in Equinix Metal | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
- name: Gather information about all BGP sessions in a project | ||
hosts: localhost | ||
tasks: | ||
- equinix.cloud.metal_bgp_session_info: | ||
project_id: 2a5122b9-c323-4d5c-b53c-9ad3f54273e7 | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
resources: | ||
description: Found resources | ||
returned: always | ||
|
@@ -43,7 +43,7 @@ | |
device_id: b068984f-f7d9-43a2-aa45-de04dcf4fe06 | ||
id: 03912bd6-a158-47ad-8bc7-c93df338fe0d | ||
type: dict | ||
''' | ||
""" | ||
|
||
# End | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# DOCUMENTATION, EXAMPLES, and RETURN are generated by | ||
# ansible_specdoc. Do not edit them directly. | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Manage an Interconnection in Equinix Metal. You can use *connection_id* | ||
to lookup the resource. If you want to create a new resource, you must provide *project_id*, | ||
|
@@ -117,8 +117,8 @@ | |
type: list | ||
requirements: null | ||
short_description: Manage an Interconnection in Equinix Metal | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
- name: Create new connection | ||
hosts: localhost | ||
tasks: | ||
|
@@ -136,8 +136,8 @@ | |
project_id: Bhf47603-7a09-4ca1-af67-4087c13ab5b6 | ||
name: new connection | ||
connection_id: 3113c6bf-b0e8-4985-8f35-3c987a0ed46e | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
metal_resource: | ||
description: The module object | ||
returned: always | ||
|
@@ -149,7 +149,7 @@ | |
speed: 50Mbps | ||
type: dedicated | ||
type: dict | ||
''' | ||
""" | ||
|
||
# End of generated documentation | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# DOCUMENTATION, EXAMPLES, and RETURN are generated by | ||
# ansible_specdoc. Do not edit them directly. | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Gather information about Interconnections | ||
module: metal_connection_info | ||
|
@@ -29,15 +29,15 @@ | |
type: str | ||
requirements: null | ||
short_description: Gather information about Interconnections | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
- name: Gather information about all connection in a project | ||
hosts: localhost | ||
tasks: | ||
- equinix.cloud.metal_connection_info: | ||
project_id: 2a5122b9-c323-4d5c-b53c-9ad3f54273e7 | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
resources: | ||
description: Found resources | ||
returned: always | ||
|
@@ -50,7 +50,7 @@ | |
speed: 50Mbps | ||
type: dedicated | ||
type: dict | ||
''' | ||
""" | ||
|
||
# End | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
from __future__ import absolute_import, division, print_function | ||
|
||
DOCUMENTATION = ''' | ||
DOCUMENTATION = r""" | ||
author: Equinix DevRel Team (@equinix) <[email protected]> | ||
description: Create, update, or delete Equinix Metal devices | ||
module: metal_device | ||
|
@@ -237,8 +237,8 @@ | |
type: str | ||
requirements: null | ||
short_description: Create, update, or delete Equinix Metal devices | ||
''' | ||
EXAMPLES = ''' | ||
""" | ||
EXAMPLES = r""" | ||
- name: Create new device in a project | ||
hosts: localhost | ||
tasks: | ||
|
@@ -251,8 +251,8 @@ | |
equinix.cloud.metal_device: | ||
id: eef49903-7a09-4ca1-af67-4087c29ab5b6 | ||
state: absent | ||
''' | ||
RETURN = ''' | ||
""" | ||
RETURN = r""" | ||
metal_device: | ||
description: The module object | ||
returned: always | ||
|
@@ -308,7 +308,7 @@ | |
tags: [] | ||
userdata: '' | ||
type: dict | ||
''' | ||
""" | ||
|
||
|
||
from ansible.module_utils._text import to_native | ||
|
Oops, something went wrong.