From 210e799375859477249fdadad613b4c06f65d3d9 Mon Sep 17 00:00:00 2001 From: John McDonough Date: Fri, 14 Feb 2020 15:20:17 -0500 Subject: [PATCH] UCS Emulator link to Doc Fragment use cs.co domain (#67434) --- .../modules/remote_management/ucs/ucs_disk_group_policy.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_dns_server.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_ip_pool.py | 1 - .../modules/remote_management/ucs/ucs_lan_connectivity.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_mac_pool.py | 1 - .../modules/remote_management/ucs/ucs_managed_objects.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_ntp_server.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_org.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_query.py | 1 - .../modules/remote_management/ucs/ucs_san_connectivity.py | 1 - .../remote_management/ucs/ucs_service_profile_template.py | 1 - .../modules/remote_management/ucs/ucs_storage_profile.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_timezone.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_uuid_pool.py | 1 - .../modules/remote_management/ucs/ucs_vhba_template.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_vlans.py | 1 - .../modules/remote_management/ucs/ucs_vnic_template.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_vsans.py | 1 - lib/ansible/modules/remote_management/ucs/ucs_wwn_pool.py | 1 - lib/ansible/plugins/doc_fragments/ucs.py | 4 +++- 20 files changed, 3 insertions(+), 20 deletions(-) diff --git a/lib/ansible/modules/remote_management/ucs/ucs_disk_group_policy.py b/lib/ansible/modules/remote_management/ucs/ucs_disk_group_policy.py index 5e8ce400c6c..cf296a924a1 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_disk_group_policy.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_disk_group_policy.py @@ -17,7 +17,6 @@ module: ucs_disk_group_policy short_description: Configures disk group policies on Cisco UCS Manager description: - Configures disk group policies on Cisco UCS Manager. -- 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_dns_server.py b/lib/ansible/modules/remote_management/ucs/ucs_dns_server.py index 4b0bd2e36fc..235fe81e587 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,6 @@ extends_documentation_fragment: description: - Configure DNS servers on Cisco UCS Manager. -- 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 c9db84c202d..02e576eb37b 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,6 @@ 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 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 0c075f61466..c226963fc74 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,6 @@ 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 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 0a161c324f7..ddd9fcf8710 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,6 @@ 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 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 38fa727895b..965207af78b 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,6 @@ 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 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 269e71423ac..096c13915bb 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,6 @@ extends_documentation_fragment: - ucs description: - Configures NTP server on Cisco UCS Manager. -- 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 40e8f96b292..df0ba1961b1 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_org.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_org.py @@ -18,7 +18,6 @@ short_description: Manages UCS Organizations for UCS Manager description: - Manages UCS Organizations for UCS Manager. - - 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 f7d61ee25f6..0736e24ae04 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_query.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_query.py @@ -18,7 +18,6 @@ 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 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 c4c106a8fa3..2f12092a58b 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,6 @@ 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 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 59022ee9453..8a900df8373 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,6 @@ 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 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 ab20d3b5888..7e1121fdcc5 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,6 @@ 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://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 99226778856..9abf83718e9 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_timezone.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_timezone.py @@ -16,7 +16,6 @@ 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://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 ad96f97cafe..b2a67569cf6 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,6 @@ 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://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 cb0eef214b3..4572562d28e 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,6 @@ 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 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 b0ef1e3e44c..4293a52d466 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vlans.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vlans.py @@ -16,7 +16,6 @@ module: ucs_vlans short_description: Configures VLANs on Cisco UCS Manager description: - Configures VLANs on Cisco UCS Manager. -- 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 fcb4bc7be15..18f7f613265 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,6 @@ 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 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 a9eb194baee..35b42b5033c 100644 --- a/lib/ansible/modules/remote_management/ucs/ucs_vsans.py +++ b/lib/ansible/modules/remote_management/ucs/ucs_vsans.py @@ -16,7 +16,6 @@ module: ucs_vsans short_description: Configures VSANs on Cisco UCS Manager description: - Configures VSANs on Cisco UCS Manager. -- 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 1beff447384..fc77c9c8915 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,6 @@ 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 L(UCS Platform Emulator,https://bit.ly/38w8JCk). extends_documentation_fragment: ucs options: state: diff --git a/lib/ansible/plugins/doc_fragments/ucs.py b/lib/ansible/plugins/doc_fragments/ucs.py index 4555e457ba5..5c2c08add96 100644 --- a/lib/ansible/plugins/doc_fragments/ucs.py +++ b/lib/ansible/plugins/doc_fragments/ucs.py @@ -7,7 +7,7 @@ # to the complete work. # # (c) 2016 Red Hat Inc. -# (c) 2017 Cisco Systems Inc. +# (c) 2020 Cisco Systems Inc. # # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: @@ -33,6 +33,8 @@ class ModuleDocFragment(object): # Cisco UCS doc fragment DOCUMENTATION = ''' +notes: + - Examples can be used with the L(UCS Platform Emulator, https://cs.co/ucspe). options: hostname: description: