Skip to content

Commit

Permalink
pre-commit format/documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Sep 8, 2021
1 parent 177bb10 commit 08fd36e
Show file tree
Hide file tree
Showing 65 changed files with 126 additions and 125 deletions.
2 changes: 1 addition & 1 deletion modules/adapter_configuration_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ No modules.
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"vic_adapter"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_portchannel_enabled"></a> [portchannel\_enabled](#input\_portchannel\_enabled) | When Port Channel is enabled, two vNICs and two vHBAs are available for use on the adapter card. When disabled, four vNICs and four vHBAs are available for use on the adapter card. Disabling port channel reboots the server. Port Channel is supported only for Cisco VIC 1455/1457 adapters. | `bool` | `true` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_slot_id"></a> [slot\_id](#input\_slot\_id) | PCIe slot where the VIC adapter is installed. Supported values are (1-15) and MLOM. | `string` | `"MLOM"` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

Expand Down
2 changes: 1 addition & 1 deletion modules/adapter_configuration_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
2 changes: 1 addition & 1 deletion modules/bios_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ No modules.
| <a name="input_processor_c3report"></a> [processor\_c3report](#input\_processor\_c3report) | BIOS Token for setting Processor C3 Report configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* enabled - Enables the BIOS setting.<br>* disabled - Disables the BIOS setting." | `string` | `"platform-default"` | no |
| <a name="input_processor_c6report"></a> [processor\_c6report](#input\_processor\_c6report) | BIOS Token for setting Processor C6 Report configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* enabled - Enables the BIOS setting.<br>* disabled - Disables the BIOS setting." | `string` | `"platform-default"` | no |
| <a name="input_processor_cstate"></a> [processor\_cstate](#input\_processor\_cstate) | BIOS Token for setting CPU C State configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* enabled - Enables the BIOS setting.<br>* disabled - Disables the BIOS setting." | `string` | `"platform-default"` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_psata"></a> [psata](#input\_psata) | BIOS Token for setting P-SATA Mode configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* AHCI - Value - AHCI for configuring Psata token.<br>* disabled - Value - Disabled for configuring Psata token.<br>* LSI SW RAID - Value - LSI SW RAID for configuring Psata token." | `string` | `"platform-default"` | no |
| <a name="input_pstate_coord_type"></a> [pstate\_coord\_type](#input\_pstate\_coord\_type) | BIOS Token for setting P-STATE Coordination configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* HW ALL - Value - HW ALL for configuring PstateCoordType token.<br>* SW ALL - Value - SW ALL for configuring PstateCoordType token.<br>* SW ANY - Value - SW ANY for configuring PstateCoordType token." | `string` | `"platform-default"` | no |
| <a name="input_putty_key_pad"></a> [putty\_key\_pad](#input\_putty\_key\_pad) | BIOS Token for setting Putty KeyPad configuration.<br>* platform-default - Default value used by the platform for the BIOS setting.<br>* ESCN - Value - ESCN for configuring PuttyKeyPad token.<br>* LINUX - Value - LINUX for configuring PuttyKeyPad token.<br>* SCO - Value - SCO for configuring PuttyKeyPad token.<br>* VT100 - Value - VT100 for configuring PuttyKeyPad token.<br>* VT400 - Value - VT400 for configuring PuttyKeyPad token.<br>* XTERMR6 - Value - XTERMR6 for configuring PuttyKeyPad token." | `string` | `"platform-default"` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/bios_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
2 changes: 1 addition & 1 deletion modules/boot_order_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ No modules.
| <a name="input_description"></a> [description](#input\_description) | Description for the Policy. | `string` | `""` | no |
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"boot"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/boot_order_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
2 changes: 1 addition & 1 deletion modules/certificate_management_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ No modules.
| <a name="input_ipv6_enable"></a> [ipv6\_enable](#input\_ipv6\_enable) | Flag to Enable or Disable the IPv6 Address Family for Poliices. | `bool` | `false` | no |
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"imc_access"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/certificate_management_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variable "org_moid" {
variable "profiles" {
default = {}
description = "Map of Profiles to Assign to the Policy."
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
2 changes: 1 addition & 1 deletion modules/device_connector_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ No modules.
| <a name="input_lockout"></a> [lockout](#input\_lockout) | Enables configuration lockout on the endpoint. | `bool` | `false` | no |
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"device_connector"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/device_connector_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
3 changes: 1 addition & 2 deletions modules/imc_access_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ No modules.
| <a name="input_inband_vlan_id"></a> [inband\_vlan\_id](#input\_inband\_vlan\_id) | VLAN ID to Assign as the Inband Management VLAN for IMC Access. | `number` | `1` | no |
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"imc_access"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_profile_type"></a> [profile\_type](#input\_profile\_type) | Value to Identify the Type of Profile being applied to the policy. Options are:<br>* chassis<br>* domain<br>* server | `string` | `"server"` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - chassis.Profile - For UCS Chassis Profiles.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/imc_access_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
2 changes: 1 addition & 1 deletion modules/ipmi_over_lan_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ No modules.
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"ipmi"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_privilege"></a> [privilege](#input\_privilege) | The highest privilege level that can be assigned to an IPMI session on a server.<br>* admin - Privilege to perform all actions available through IPMI.<br>* user - Privilege to perform some functions through IPMI but restriction on performing administrative tasks.<br>* read-only - Privilege to view information throught IPMI but restriction on making any changes. | `string` | `"admin"` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/ipmi_over_lan_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
8 changes: 4 additions & 4 deletions modules/lan_connectivity_add_vnic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ No modules.
| <a name="input_cdn_source"></a> [cdn\_source](#input\_cdn\_source) | Source of the CDN. It can either be user specified or be the same as the vNIC name.<br>* user - Source of the CDN is specified by the user.<br>* vnic - Source of the CDN is the same as the vNIC name. | `string` | `"vnic"` | no |
| <a name="input_cdn_value"></a> [cdn\_value](#input\_cdn\_value) | The CDN value entered in case of user defined mode. | `string` | `""` | no |
| <a name="input_enable_failover"></a> [enable\_failover](#input\_enable\_failover) | Setting this to true ensures that the traffic failover from one uplink to another auotmatically in case of an uplink failure. It is applicable for Cisco VIC adapters only which are connected to Fabric Interconnect cluster. The uplink if specified determines the primary uplink in case of a failover. | `bool` | `false` | no |
| <a name="input_eth_adapter_policy_moid"></a> [eth\_adapter\_policy\_moid](#input\_eth\_adapter\_policy\_moid) | A reference to a vnicEthAdapterPolicy resource. | `string` | `""` | no |
| <a name="input_eth_network_control_policy_moid"></a> [eth\_network\_control\_policy\_moid](#input\_eth\_network\_control\_policy\_moid) | A reference to a fabricEthNetworkControlPolicy resource. | `string` | `""` | no |
| <a name="input_eth_adapter_policy_moid"></a> [eth\_adapter\_policy\_moid](#input\_eth\_adapter\_policy\_moid) | A reference to a vnicEthAdapterPolicy resource. | `string` | n/a | yes |
| <a name="input_eth_network_control_policy_moid"></a> [eth\_network\_control\_policy\_moid](#input\_eth\_network\_control\_policy\_moid) | A reference to a fabricEthNetworkControlPolicy resource. | `string` | n/a | yes |
| <a name="input_eth_network_group_policy_moid"></a> [eth\_network\_group\_policy\_moid](#input\_eth\_network\_group\_policy\_moid) | An array of relationships to fabricEthNetworkGroupPolicy resources. | `set(string)` | `[]` | no |
| <a name="input_eth_network_policy_moid"></a> [eth\_network\_policy\_moid](#input\_eth\_network\_policy\_moid) | A reference to a vnicEthNetworkPolicy resource. | `set(string)` | `[]` | no |
| <a name="input_eth_qos_policy_moid"></a> [eth\_qos\_policy\_moid](#input\_eth\_qos\_policy\_moid) | A reference to a vnicEthQosPolicy resource. | `string` | `""` | no |
| <a name="input_eth_qos_policy_moid"></a> [eth\_qos\_policy\_moid](#input\_eth\_qos\_policy\_moid) | A reference to a vnicEthQosPolicy resource. | `string` | n/a | yes |
| <a name="input_ip_lease_moid"></a> [ip\_lease\_moid](#input\_ip\_lease\_moid) | A reference to an ippoolIpLease resource. | `set(string)` | `[]` | no |
| <a name="input_iscsi_boot_policy_moid"></a> [iscsi\_boot\_policy\_moid](#input\_iscsi\_boot\_policy\_moid) | A reference to a vnicIscsiBootPolicy resource. | `set(string)` | `[]` | no |
| <a name="input_lan_connectivity_policy_moid"></a> [lan\_connectivity\_policy\_moid](#input\_lan\_connectivity\_policy\_moid) | A reference to a vnicLanConnectivityPolicy resource. | `string` | `""` | no |
| <a name="input_lan_connectivity_policy_moid"></a> [lan\_connectivity\_policy\_moid](#input\_lan\_connectivity\_policy\_moid) | A reference to a vnicLanConnectivityPolicy resource. | `string` | n/a | yes |
| <a name="input_mac_address_allocation_type"></a> [mac\_address\_allocation\_type](#input\_mac\_address\_allocation\_type) | Type of allocation selected to assign a MAC address for the vnic.<br>* POOL - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface.<br>* STATIC - The user assigns a static mac/wwn address for the Virtual Interface. | `string` | `"POOL"` | no |
| <a name="input_mac_address_pool_moid"></a> [mac\_address\_pool\_moid](#input\_mac\_address\_pool\_moid) | A reference to a macpoolPool resource. | `set(string)` | `[]` | no |
| <a name="input_mac_address_static"></a> [mac\_address\_static](#input\_mac\_address\_static) | The MAC address must be in hexadecimal format xx:xx:xx:xx:xx:xx.To ensure uniqueness of MACs in the LAN fabric, you are strongly encouraged to use thefollowing MAC prefix 00:25:B5:xx:xx:xx. | `string` | `""` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/lan_connectivity_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ No modules.
| <a name="input_iqn_static_identifier"></a> [iqn\_static\_identifier](#input\_iqn\_static\_identifier) | User provided static iSCSI Qualified Name (IQN) for use as initiator identifiers by iSCSI vNICs. | `string` | `""` | no |
| <a name="input_name"></a> [name](#input\_name) | Name for the Policy. | `string` | `"lan_connectivity"` | no |
| <a name="input_org_moid"></a> [org\_moid](#input\_org\_moid) | Intersight Organization moid. | `string` | n/a | yes |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | List of Profiles to Assign to the Policy. | `set(string)` | `[]` | no |
| <a name="input_profiles"></a> [profiles](#input\_profiles) | Map of Profiles to Assign to the Policy.<br>* moid - Managed Object Identifier for the Managed Resource.<br>* object\_type - Object Type to Assign in the Profile Configuration.<br> - server.Profile - For UCS Server Profiles.<br> - server.ProfileTemplate - For UCS Server Profile Templates. | <pre>map(object(<br> {<br> moid = string<br> object_type = string<br> }<br> ))</pre> | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | List of Tag Attributes to Assign to the Policy. | `list(map(string))` | `[]` | no |
| <a name="input_target_platform"></a> [target\_platform](#input\_target\_platform) | The platform for which the server profile is applicable. It can either be:<br>* Standalone - a server that is operating independently<br>* FIAttached - A Server attached to a Intersight Managed Domain. | `string` | `"FIAttached"` | no |
| <a name="input_vnic_placement_mode"></a> [vnic\_placement\_mode](#input\_vnic\_placement\_mode) | The mode used for placement of vNICs on network adapters. It can either be auto or custom. | `string` | `"custom"` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/lan_connectivity_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "profiles" {
- server.Profile - For UCS Server Profiles.
- server.ProfileTemplate - For UCS Server Profile Templates.
EOT
type = map(object(
type = map(object(
{
moid = string
object_type = string
Expand Down
Loading

0 comments on commit 08fd36e

Please sign in to comment.