From 69e31a440c2696e3d6cb493e5e6dfa3109b37cc4 Mon Sep 17 00:00:00 2001 From: Pradeep Gorthi <32436276+deepgorthi@users.noreply.github.com> Date: Fri, 14 Feb 2020 11:13:00 -0500 Subject: [PATCH] Updating UCS Platform Emulator Link (#67400) --- lib/ansible/modules/remote_management/ucs/ucs_dns_server.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py | 2 +- .../modules/remote_management/ucs/ucs_lan_connectivity.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py | 2 +- .../modules/remote_management/ucs/ucs_managed_objects.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_org.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_query.py | 2 +- .../modules/remote_management/ucs/ucs_san_connectivity.py | 2 +- .../remote_management/ucs/ucs_service_profile_template.py | 2 +- .../modules/remote_management/ucs/ucs_storage_profile.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_timezone.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_vhba_template.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_vlans.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_vnic_template.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_vsans.py | 2 +- lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/ansible/modules/remote_management/ucs/ucs_dns_server.py b/lib/ansible/modules/remote_management/ucs/ucs_dns_server.py index 93198f6dacf..4b0bd2e36fc 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_dns_server.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_dns_server.py @@ -21,7 +21,7 @@ extends_documentation_fragment: description: - Configure DNS servers on Cisco UCS Manager. -- Examples can be used with the L(UCS Platform Emulator,https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py b/lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py index 71f79715828..c9db84c202d 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py @@ -16,7 +16,7 @@ module: ucs_ip_pool short_description: Configures IP address pools on Cisco UCS Manager description: - Configures IP address pools and blocks of IP addresses on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_lan_connectivity.py b/lib/ansible/modules/remote_management/ucs/ucs_lan_connectivity.py index 83c2bd2cb9c..0c075f61466 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_lan_connectivity.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_lan_connectivity.py @@ -16,7 +16,7 @@ module: ucs_lan_connectivity short_description: Configures LAN Connectivity Policies on Cisco UCS Manager description: - Configures LAN Connectivity Policies on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py b/lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py index 69b047951fc..0a161c324f7 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py @@ -16,7 +16,7 @@ module: ucs_mac_pool short_description: Configures MAC address pools on Cisco UCS Manager description: - Configures MAC address pools and MAC address blocks on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_managed_objects.py b/lib/ansible/modules/remote_management/ucs/ucs_managed_objects.py index 9f5ed4117a0..38fa727895b 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_managed_objects.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_managed_objects.py @@ -18,7 +18,7 @@ description: - Configures Managed Objects on Cisco UCS Manager. - The Python SDK module, Python class within the module (UCSM Class), and all properties must be directly specified. - More information on the UCSM Python SDK and how to directly configure Managed Objects is available at L(UCSM Python SDK,http://ucsmsdk.readthedocs.io/). -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py b/lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py index c3b60410790..269e71423ac 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py @@ -18,7 +18,7 @@ extends_documentation_fragment: - ucs description: - Configures NTP server on Cisco UCS Manager. -- Examples can be used with the L(UCS Platform Emulator,https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). options: state: description: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_org.py b/lib/ansible/modules/remote_management/ucs/ucs_org.py index 5c459cf6b28..40e8f96b292 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_org.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_org.py @@ -18,7 +18,7 @@ short_description: Manages UCS Organizations for UCS Manager description: - Manages UCS Organizations for UCS Manager. - - Examples can be used with the UCS Platform Emulator U(https://cs.co/ucspe). + - Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs diff --git a/lib/ansible/modules/remote_management/ucs/ucs_query.py b/lib/ansible/modules/remote_management/ucs/ucs_query.py index de35b4a17ff..f7d61ee25f6 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_query.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_query.py @@ -18,7 +18,7 @@ short_description: Queries UCS Manager objects by class or distinguished name description: -Queries UCS Manager objects by class or distinguished name. - - Examples can be used with the UCS Platform Emulator U(https://cs.co/ucspe). + - Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs diff --git a/lib/ansible/modules/remote_management/ucs/ucs_san_connectivity.py b/lib/ansible/modules/remote_management/ucs/ucs_san_connectivity.py index fc13a6184ed..c4c106a8fa3 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_san_connectivity.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_san_connectivity.py @@ -16,7 +16,7 @@ module: ucs_san_connectivity short_description: Configures SAN Connectivity Policies on Cisco UCS Manager description: - Configures SAN Connectivity Policies on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_service_profile_template.py b/lib/ansible/modules/remote_management/ucs/ucs_service_profile_template.py index 67d12fc125a..59022ee9453 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_service_profile_template.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_service_profile_template.py @@ -16,7 +16,7 @@ module: ucs_service_profile_template short_description: Configures Service Profile Templates on Cisco UCS Manager description: - Configures Service Profile Templates on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_storage_profile.py b/lib/ansible/modules/remote_management/ucs/ucs_storage_profile.py index 146507b0c34..ab20d3b5888 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_storage_profile.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_storage_profile.py @@ -16,7 +16,7 @@ module: ucs_storage_profile short_description: Configures storage profiles on Cisco UCS Manager description: - Configures storage profiles on Cisco UCS Manager. -- Examples can be used with the L(UCS Platform Emulator,https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_timezone.py b/lib/ansible/modules/remote_management/ucs/ucs_timezone.py index 2b0f22080cd..99226778856 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_timezone.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_timezone.py @@ -16,7 +16,7 @@ module: ucs_timezone short_description: Configures timezone on Cisco UCS Manager description: - Configures timezone on Cisco UCS Manager. -- Examples can be used with the L(UCS Platform Emulator,https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py b/lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py index 7b7dd38e22b..ad96f97cafe 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py @@ -16,7 +16,7 @@ module: ucs_uuid_pool short_description: Configures server UUID pools on Cisco UCS Manager description: - Configures server UUID pools and UUID blocks on Cisco UCS Manager. -- Examples can be used with the L(UCS Platform Emulator,https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_vhba_template.py b/lib/ansible/modules/remote_management/ucs/ucs_vhba_template.py index 069b40e6d76..cb0eef214b3 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vhba_template.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vhba_template.py @@ -16,7 +16,7 @@ module: ucs_vhba_template short_description: Configures vHBA templates on Cisco UCS Manager description: - Configures vHBA templates on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_vlans.py b/lib/ansible/modules/remote_management/ucs/ucs_vlans.py index 97e3a7e6cbe..b0ef1e3e44c 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vlans.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vlans.py @@ -16,7 +16,7 @@ module: ucs_vlans short_description: Configures VLANs on Cisco UCS Manager description: - Configures VLANs on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_vnic_template.py b/lib/ansible/modules/remote_management/ucs/ucs_vnic_template.py index d509d8c1093..fcb4bc7be15 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vnic_template.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vnic_template.py @@ -16,7 +16,7 @@ module: ucs_vnic_template short_description: Configures vNIC templates on Cisco UCS Manager description: - Configures vNIC templates on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_vsans.py b/lib/ansible/modules/remote_management/ucs/ucs_vsans.py index 3a61165b137..a9eb194baee 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vsans.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vsans.py @@ -16,7 +16,7 @@ module: ucs_vsans short_description: Configures VSANs on Cisco UCS Manager description: - Configures VSANs on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py b/lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py index 36f576e343f..1beff447384 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py @@ -16,7 +16,7 @@ module: ucs_wwn_pool short_description: Configures WWNN or WWPN pools on Cisco UCS Manager description: - Configures WWNNs or WWPN pools on Cisco UCS Manager. -- Examples can be used with the UCS Platform Emulator U(https://communities.cisco.com/ucspe). +- Examples can be used with the L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: