Skip to content

Commit

Permalink
refreshing the provider for intersight version 5517 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Mar 10, 2022
1 parent 21f451a commit d3206e1
Show file tree
Hide file tree
Showing 12,522 changed files with 49,330 additions and 18,311 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Logs

## v1.0.24
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 5517)

## v1.0.23
* Refreshes the terraform module to be in sync with the latest Cisco Intersight model (build 5313)

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME=intersight
VERSION=1.0.23
VERSION=1.0.24
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
Expand Down
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion examples/sample_modules/os_install/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.23"
version = "1.0.24"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_modules/server_configurations/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.23"
version = "1.0.24"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_modules/server_deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
intersight = {
source = "CiscoDevNet/intersight"
version = "1.0.23"
version = "1.0.24"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions intersight/data_source_intersight_appliance_device_claim.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func dataSourceApplianceDeviceUpgradePolicy() *schema.Resource {
Optional: true,
},
"software_download_type": {
Description: "UpgradeType is used to indicate the kink of software upload to upgrade.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually .",
Description: "UpgradeType is used to indicate the kink of software upload to upgrade.\n* `unknown` - Indicates user setting of upgrade service to unknown.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.",
Type: schema.TypeString,
Optional: true,
},
Expand Down Expand Up @@ -709,7 +709,7 @@ func dataSourceApplianceDeviceUpgradePolicy() *schema.Resource {
Optional: true,
},
"software_download_type": {
Description: "UpgradeType is used to indicate the kink of software upload to upgrade.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually .",
Description: "UpgradeType is used to indicate the kink of software upload to upgrade.\n* `unknown` - Indicates user setting of upgrade service to unknown.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.",
Type: schema.TypeString,
Optional: true,
},
Expand Down
4 changes: 2 additions & 2 deletions intersight/data_source_intersight_appliance_upgrade_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func dataSourceApplianceUpgradePolicy() *schema.Resource {
Optional: true,
},
"software_download_type": {
Description: "SoftwareDownloadType is used to indicate the kind of software download.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually .",
Description: "SoftwareDownloadType is used to indicate the kind of software download.\n* `unknown` - Indicates user setting of upgrade service to unknown.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.",
Type: schema.TypeString,
Optional: true,
},
Expand Down Expand Up @@ -719,7 +719,7 @@ func dataSourceApplianceUpgradePolicy() *schema.Resource {
Optional: true,
},
"software_download_type": {
Description: "SoftwareDownloadType is used to indicate the kind of software download.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually .",
Description: "SoftwareDownloadType is used to indicate the kind of software download.\n* `unknown` - Indicates user setting of upgrade service to unknown.\n* `connected` - Indicates if the upgrade service is set to upload software to latest version automatically.\n* `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.",
Type: schema.TypeString,
Optional: true,
},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions intersight/data_source_intersight_asset_target.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@ func dataSourceCapabilityAdapterUnitDescriptor() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
},
"max_eth_rx_ring_size": {
Description: "Maximum Ring Size value for vNIC Receive Queue.",
Type: schema.TypeInt,
Optional: true,
},
"max_eth_tx_ring_size": {
Description: "Maximum Ring Size value for vNIC Transmit Queue.",
Type: schema.TypeInt,
Optional: true,
},
"max_rocev2_interfaces": {
Description: "Maximum number of vNIC interfaces that can be RoCEv2 enabled.",
Type: schema.TypeInt,
Expand Down Expand Up @@ -638,6 +648,16 @@ func dataSourceCapabilityAdapterUnitDescriptor() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
},
"max_eth_rx_ring_size": {
Description: "Maximum Ring Size value for vNIC Receive Queue.",
Type: schema.TypeInt,
Optional: true,
},
"max_eth_tx_ring_size": {
Description: "Maximum Ring Size value for vNIC Transmit Queue.",
Type: schema.TypeInt,
Optional: true,
},
"max_rocev2_interfaces": {
Description: "Maximum number of vNIC interfaces that can be RoCEv2 enabled.",
Type: schema.TypeInt,
Expand Down Expand Up @@ -1146,6 +1166,16 @@ func dataSourceCapabilityAdapterUnitDescriptorRead(c context.Context, d *schema.
o.SetIsGeneveSupported(x)
}

if v, ok := d.GetOkExists("max_eth_rx_ring_size"); ok {
x := int64(v.(int))
o.SetMaxEthRxRingSize(x)
}

if v, ok := d.GetOkExists("max_eth_tx_ring_size"); ok {
x := int64(v.(int))
o.SetMaxEthTxRingSize(x)
}

if v, ok := d.GetOkExists("max_rocev2_interfaces"); ok {
x := int64(v.(int))
o.SetMaxRocev2Interfaces(x)
Expand Down Expand Up @@ -1458,6 +1488,8 @@ func dataSourceCapabilityAdapterUnitDescriptorRead(c context.Context, d *schema.
temp["fibre_channel_scsi_ioq_limit"] = (s.GetFibreChannelScsiIoqLimit())
temp["is_azure_qos_supported"] = (s.GetIsAzureQosSupported())
temp["is_geneve_supported"] = (s.GetIsGeneveSupported())
temp["max_eth_rx_ring_size"] = (s.GetMaxEthRxRingSize())
temp["max_eth_tx_ring_size"] = (s.GetMaxEthTxRingSize())
temp["max_rocev2_interfaces"] = (s.GetMaxRocev2Interfaces())

temp["mod_time"] = (s.GetModTime()).String()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ func dataSourceCloudAwsVirtualMachine() *schema.Resource {
},
},
"nr_provider": {
Description: "Cloud platform, where the virtual machine is launched.\n* `Unknown` - Cloud provider is not known.\n* `VMwarevSphere` - Cloud provider named VMware vSphere.\n* `AmazonWebServices` - Cloud provider named Amazon Web Services.\n* `MicrosoftAzure` - Cloud provider named Microsoft Azure.\n* `GoogleCloudPlatform` - Cloud provider named Google Cloud Platform.",
Description: "Cloud platform, where the virtual machine is launched.\n* `Unknown` - Cloud provider is not known.\n* `VMwarevSphere` - Cloud provider named VMware vSphere.\n* `AmazonWebServices` - Cloud provider named Amazon Web Services.\n* `MicrosoftAzure` - Cloud provider named Microsoft Azure.\n* `GoogleCloudPlatform` - Cloud provider named Google Cloud Platform.\n* `CiscoIntersightWorkloadEngine` - Cloud provider named Cisco Intersight Workload Engine.",
Type: schema.TypeString,
Optional: true,
},
Expand Down Expand Up @@ -945,7 +945,7 @@ func dataSourceCloudAwsVirtualMachine() *schema.Resource {
Optional: true,
},
"state": {
Description: "The current state of the virtual machine. For example, starting, stopped, etc.\n* `None` - A place holder for the default value.\n* `Creating` - Virtual machine creation is in progress.\n* `Pending` - The virtual machine is preparing to enter the started state.\n* `Starting` - The virtual machine is starting.\n* `Started` - The virtual machine is running and ready for use.\n* `Stopping` - The virtual machine is preparing to be stopped.\n* `Stopped` - The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.\n* `Pausing` - The virtual machine is preparing to be paused.\n* `Paused` - The virtual machine enters into paused state due to low free disk space.\n* `Suspending` - The virtual machine is preparing to be suspended.\n* `Suspended` - Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.\n* `Deleting` - The virtual machine is preparing to be terminated.\n* `Terminated` - The virtual machine has been permanently deleted and cannot be started.\n* `Rebooting` - The virtual machine reboot is in progress.\n* `Error` - The deployment of virtual machine is failed.",
Description: "The current state of the virtual machine. For example, starting, stopped, etc.\n* `None` - A place holder for the default value.\n* `Creating` - Virtual machine creation is in progress.\n* `Pending` - The virtual machine is preparing to enter the started state.\n* `Starting` - The virtual machine is starting.\n* `Started` - The virtual machine is running and ready for use.\n* `Stopping` - The virtual machine is preparing to be stopped.\n* `Stopped` - The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.\n* `Pausing` - The virtual machine is preparing to be paused.\n* `Paused` - The virtual machine enters into paused state due to low free disk space.\n* `Suspending` - The virtual machine is preparing to be suspended.\n* `Suspended` - Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.\n* `Deleting` - The virtual machine is preparing to be terminated.\n* `Terminated` - The virtual machine has been permanently deleted and cannot be started.\n* `Rebooting` - The virtual machine reboot is in progress.\n* `Error` - The deployment of virtual machine is failed.\n* `Warning` - The virtual machine is in warning state.",
Type: schema.TypeString,
Optional: true,
},
Expand Down Expand Up @@ -2038,7 +2038,7 @@ func dataSourceCloudAwsVirtualMachine() *schema.Resource {
},
},
"nr_provider": {
Description: "Cloud platform, where the virtual machine is launched.\n* `Unknown` - Cloud provider is not known.\n* `VMwarevSphere` - Cloud provider named VMware vSphere.\n* `AmazonWebServices` - Cloud provider named Amazon Web Services.\n* `MicrosoftAzure` - Cloud provider named Microsoft Azure.\n* `GoogleCloudPlatform` - Cloud provider named Google Cloud Platform.",
Description: "Cloud platform, where the virtual machine is launched.\n* `Unknown` - Cloud provider is not known.\n* `VMwarevSphere` - Cloud provider named VMware vSphere.\n* `AmazonWebServices` - Cloud provider named Amazon Web Services.\n* `MicrosoftAzure` - Cloud provider named Microsoft Azure.\n* `GoogleCloudPlatform` - Cloud provider named Google Cloud Platform.\n* `CiscoIntersightWorkloadEngine` - Cloud provider named Cisco Intersight Workload Engine.",
Type: schema.TypeString,
Optional: true,
},
Expand Down Expand Up @@ -2157,7 +2157,7 @@ func dataSourceCloudAwsVirtualMachine() *schema.Resource {
Optional: true,
},
"state": {
Description: "The current state of the virtual machine. For example, starting, stopped, etc.\n* `None` - A place holder for the default value.\n* `Creating` - Virtual machine creation is in progress.\n* `Pending` - The virtual machine is preparing to enter the started state.\n* `Starting` - The virtual machine is starting.\n* `Started` - The virtual machine is running and ready for use.\n* `Stopping` - The virtual machine is preparing to be stopped.\n* `Stopped` - The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.\n* `Pausing` - The virtual machine is preparing to be paused.\n* `Paused` - The virtual machine enters into paused state due to low free disk space.\n* `Suspending` - The virtual machine is preparing to be suspended.\n* `Suspended` - Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.\n* `Deleting` - The virtual machine is preparing to be terminated.\n* `Terminated` - The virtual machine has been permanently deleted and cannot be started.\n* `Rebooting` - The virtual machine reboot is in progress.\n* `Error` - The deployment of virtual machine is failed.",
Description: "The current state of the virtual machine. For example, starting, stopped, etc.\n* `None` - A place holder for the default value.\n* `Creating` - Virtual machine creation is in progress.\n* `Pending` - The virtual machine is preparing to enter the started state.\n* `Starting` - The virtual machine is starting.\n* `Started` - The virtual machine is running and ready for use.\n* `Stopping` - The virtual machine is preparing to be stopped.\n* `Stopped` - The virtual machine is shut down and cannot be used. The virtual machine can be started again at any time.\n* `Pausing` - The virtual machine is preparing to be paused.\n* `Paused` - The virtual machine enters into paused state due to low free disk space.\n* `Suspending` - The virtual machine is preparing to be suspended.\n* `Suspended` - Virtual machine is in sleep mode.When a virtual machine is suspended, the current state of theoperating system, and applications is saved, and the virtual machine put into a suspended mode.\n* `Deleting` - The virtual machine is preparing to be terminated.\n* `Terminated` - The virtual machine has been permanently deleted and cannot be started.\n* `Rebooting` - The virtual machine reboot is in progress.\n* `Error` - The deployment of virtual machine is failed.\n* `Warning` - The virtual machine is in warning state.",
Type: schema.TypeString,
Optional: true,
},
Expand Down
Loading

0 comments on commit d3206e1

Please sign in to comment.