Skip to content

Instantly share code, notes, and snippets.

@brutus333
Created February 24, 2021 09:38
Show Gist options
  • Save brutus333/950a67e89c0a099356060af3a4ea4f2e to your computer and use it in GitHub Desktop.
Save brutus333/950a67e89c0a099356060af3a4ea4f2e to your computer and use it in GitHub Desktop.
redfish dell terraform debug bios update
2021/02/24 09:23:13 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/02/24 09:23:13 [INFO] Terraform version: 0.14.7
2021/02/24 09:23:13 [INFO] Go runtime version: go1.15.6
2021/02/24 09:23:13 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2021/02/24 09:23:13 [DEBUG] Attempting to open CLI config file: /terraform-dell/.terraformrc
2021/02/24 09:23:13 Loading CLI configuration from /terraform-dell/.terraformrc
2021/02/24 09:23:13 [DEBUG] Not reading CLI config directory because config location is overridden by environment variable
2021/02/24 09:23:13 [DEBUG] Explicit provider installation configuration is set
2021/02/24 09:23:13 [INFO] CLI command args: []string{"apply"}
2021/02/24 09:23:13 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/02/24 09:23:13 [DEBUG] New state was assigned lineage "cc46cb90-68dc-d5a5-9b6b-3f6a5db212c7"
2021/02/24 09:23:13 [DEBUG] Provider registry.terraform.io/hashicorp/redfish is overridden to load from /root/development/terraform-providers/terraform-provider-redfish
2021/02/24 09:23:13 [DEBUG] checking for provisioner in "."
2021/02/24 09:23:13 [DEBUG] checking for provisioner in "/usr/local/bin"
2021/02/24 09:23:13 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
Warning: Provider development overrides are in effect
The following provider development overrides are set in the CLI configuration:
- hashicorp/redfish in /root/development/terraform-providers/terraform-provider-redfish
2021/02/24 09:23:13 [INFO] backend/local: starting Apply operation
The behavior may therefore not match any released version of the provider and
applying changes may cause the state to become incompatible with published
releases.
2021-02-24T09:23:13.386Z [INFO] plugin: configuring client automatic mTLS
2021-02-24T09:23:13.424Z [DEBUG] plugin: starting plugin: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish args=[/root/development/terraform-providers/terraform-p
rovider-redfish/terraform-provider-redfish]
2021-02-24T09:23:13.425Z [DEBUG] plugin: plugin started: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2052
2021-02-24T09:23:13.425Z [DEBUG] plugin: waiting for RPC address: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish
2021-02-24T09:23:13.433Z [INFO] plugin.terraform-provider-redfish: configuring server automatic mTLS: timestamp=2021-02-24T09:23:13.433Z
2021-02-24T09:23:13.470Z [DEBUG] plugin: using plugin: version=5
2021-02-24T09:23:13.470Z [DEBUG] plugin.terraform-provider-redfish: plugin address: address=/tmp/plugin524424107 network=unix timestamp=2021-02-24T09:23:13.470Z
2021-02-24T09:23:13.559Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-24T09:23:13.561Z [DEBUG] plugin: plugin process exited: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2052
2021-02-24T09:23:13.561Z [DEBUG] plugin: plugin exited
2021/02/24 09:23:13 [INFO] terraform: building graph: GraphTypeValidate
2021/02/24 09:23:13 [DEBUG] ProviderTransformer: "redfish_bios.bios" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/redfish"]
2021/02/24 09:23:13 [DEBUG] ReferenceTransformer: "redfish_bios.bios" references: []
2021/02/24 09:23:13 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/redfish\"]" references: []
2021/02/24 09:23:13 [DEBUG] Starting graph walk: walkValidate
2021-02-24T09:23:13.563Z [INFO] plugin: configuring client automatic mTLS
2021-02-24T09:23:13.594Z [DEBUG] plugin: starting plugin: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish args=[/root/development/terraform-providers/terraform-p
rovider-redfish/terraform-provider-redfish]
2021-02-24T09:23:13.594Z [DEBUG] plugin: plugin started: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2061
2021-02-24T09:23:13.594Z [DEBUG] plugin: waiting for RPC address: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish
2021-02-24T09:23:13.600Z [INFO] plugin.terraform-provider-redfish: configuring server automatic mTLS: timestamp=2021-02-24T09:23:13.600Z
2021-02-24T09:23:13.638Z [DEBUG] plugin.terraform-provider-redfish: plugin address: address=/tmp/plugin746093484 network=unix timestamp=2021-02-24T09:23:13.637Z
2021-02-24T09:23:13.638Z [DEBUG] plugin: using plugin: version=5
2021-02-24T09:23:13.714Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-24T09:23:13.716Z [DEBUG] plugin: plugin process exited: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2061
2021-02-24T09:23:13.716Z [DEBUG] plugin: plugin exited
2021/02/24 09:23:13 [INFO] backend/local: apply calling Plan
2021/02/24 09:23:13 [INFO] terraform: building graph: GraphTypePlan
2021/02/24 09:23:13 [DEBUG] ProviderTransformer: "redfish_bios.bios (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/redfish"]
2021/02/24 09:23:13 [DEBUG] ReferenceTransformer: "redfish_bios.bios (expand)" references: []
2021/02/24 09:23:13 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/redfish\"]" references: []
2021/02/24 09:23:13 [DEBUG] Starting graph walk: walkPlan
2021-02-24T09:23:13.718Z [INFO] plugin: configuring client automatic mTLS
2021-02-24T09:23:13.748Z [DEBUG] plugin: starting plugin: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish args=[/root/development/terraform-providers/terraform-p
rovider-redfish/terraform-provider-redfish]
2021-02-24T09:23:13.750Z [DEBUG] plugin: plugin started: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2070
2021-02-24T09:23:13.750Z [DEBUG] plugin: waiting for RPC address: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish
2021-02-24T09:23:13.756Z [INFO] plugin.terraform-provider-redfish: configuring server automatic mTLS: timestamp=2021-02-24T09:23:13.756Z
2021-02-24T09:23:13.796Z [DEBUG] plugin.terraform-provider-redfish: plugin address: address=/tmp/plugin108029429 network=unix timestamp=2021-02-24T09:23:13.796Z
2021-02-24T09:23:13.796Z [DEBUG] plugin: using plugin: version=5
2021/02/24 09:23:13 [DEBUG] ReferenceTransformer: "redfish_bios.bios" references: []
redfish_bios.bios: Refreshing state... [id=/redfish/v1/Systems/System.Embedded.1/Bios]
2021-02-24T09:23:13.897Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:13 Using redfish user from provider
2021-02-24T09:23:13.897Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:13 Using redfish password from provider
2021-02-24T09:23:14.356Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:14 Connection with the redfish endpoint https://192.168.8.103:6443 was sucessful
2021-02-24T09:23:14.356Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:14 [DEBUG] /redfish/v1/Systems/System.Embedded.1/Bios: Beginning read
2021-02-24T09:23:15.903Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:15 [DEBUG] /redfish/v1/Systems/System.Embedded.1/Bios: Read finished successfully
2021-02-24T09:23:15.913Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-24T09:23:15.914Z [DEBUG] plugin: plugin process exited: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2070
2021-02-24T09:23:15.915Z [DEBUG] plugin: plugin exited
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# redfish_bios.bios will be updated in-place
~ resource "redfish_bios" "bios" {
~ attributes = {
- "AcPwrRcvry" = "Last" -> null
- "AcPwrRcvryDelay" = "Immediate" -> null
- "AcPwrRcvryUserDelay" = "60" -> null
- "AdddcSetting" = "Disabled" -> null
- "AesNi" = "Enabled" -> null
2021/02/24 09:23:15 [DEBUG] command: asking for input: "Do you want to perform these actions?"
- "AssetTag" = "" -> null
- "AuthorizeDeviceFirmware" = "Disabled" -> null
- "BootMode" = "Bios" -> null
- "BootSeqRetry" = "Enabled" -> null
- "CECriticalSEL" = "Enabled" -> null
- "ConTermType" = "Vt100Vt220" -> null
- "ControlledTurbo" = "Disabled" -> null
- "ControlledTurboMinusBin" = "0" -> null
- "CorrEccSmi" = "Enabled" -> null
- "CpuInterconnectBusLinkPower" = "Disabled" -> null
- "CpuInterconnectBusSpeed" = "MaxDataRate" -> null
- "CurrentEmbVideoState" = "Enabled" -> null
- "DcuIpPrefetcher" = "Enabled" -> null
- "DcuStreamerPrefetcher" = "Enabled" -> null
- "DeadLineLlcAlloc" = "Enabled" -> null
- "DellAutoDiscovery" = "PlatformDefault" -> null
- "DellWyseP25BIOSAccess" = "Enabled" -> null
- "DirectoryAtoS" = "Disabled" -> null
- "DramRefreshDelay" = "Performance" -> null
- "DynamicCoreAllocation" = "Disabled" -> null
- "EmbSata" = "AhciMode" -> null
- "EmbVideo" = "Enabled" -> null
- "EnergyPerformanceBias" = "MaxPower" -> null
- "ErrPrompt" = "Enabled" -> null
- "ExtSerialConnector" = "Serial1" -> null
- "FRMPercent" = "FRM_25_Percent" -> null
- "FailSafeBaud" = "115200" -> null
- "ForceInt10" = "Disabled" -> null
- "GenericUsbBoot" = "Disabled" -> null
- "HddFailover" = "Disabled" -> null
- "HddPlaceholder" = "Disabled" -> null
- "InBandManageabilityInterface" = "Enabled" -> null
- "IntegratedNetwork1" = "Enabled" -> null
- "IntegratedRaid" = "Enabled" -> null
- "IntelTxt" = "Off" -> null
- "InternalUsb" = "On" -> null
- "IoatEngine" = "Disabled" -> null
- "LlcPrefetch" = "Disabled" -> null
- "LogicalProc" = "Enabled" -> null
- "MemFrequency" = "MaxPerf" -> null
- "MemOpMode" = "OptimizerMode" -> null
- "MemPatrolScrub" = "Standard" -> null
- "MemRefreshRate" = "1x" -> null
- "MemTest" = "Disabled" -> null
- "MemoryMappedIOH" = "56TB" -> null
- "MmioAbove4Gb" = "Enabled" -> null
- "MonitorMwait" = "Enabled" -> null
- "NativeTrfcTiming" = "Enabled" -> null
- "NodeInterleave" = "Disabled" -> null
- "NumLock" = "On" -> null
- "NvmeMode" = "NonRaid" -> null
- "OneTimeBootMode" = "Disabled" -> null
- "OneTimeBootSeqDev" = "NIC.Integrated.1-1-1" -> null
- "OneTimeHddSeqDev" = "" -> null
- "OppSrefEn" = "Disabled" -> null
- "OsWatchdogTimer" = "Disabled" -> null
- "PCIRootDeviceUnhide" = "Disabled" -> null
- "PasswordStatus" = "Unlocked" -> null
- "PcieAspmL1" = "Disabled" -> null
- "PowerCycleRequest" = "None" -> null
- "Proc1Brand" = "Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz" -> null
- "Proc1Id" = "6-55-7" -> null
- "Proc1L2Cache" = "24x1 MB" -> null
- "Proc1L3Cache" = "36608 KB" -> null
- "Proc1MaxMemoryCapacity" = "1 TB" -> null
- "Proc1Microcode" = "0x5002F01" -> null
- "Proc1NumCores" = "24" -> null
- "Proc1TurboCoreNum" = "All" -> null
- "Proc2Brand" = "Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz" -> null
- "Proc2Id" = "6-55-7" -> null
- "Proc2L2Cache" = "24x1 MB" -> null
- "Proc2L3Cache" = "36608 KB" -> null
- "Proc2MaxMemoryCapacity" = "1 TB" -> null
- "Proc2Microcode" = "0x5002F01" -> null
- "Proc2NumCores" = "24" -> null
- "Proc2TurboCoreNum" = "All" -> null
- "ProcAdjCacheLine" = "Enabled" -> null
- "ProcBusSpeed" = "10.40 GT/s" -> null
- "ProcC1E" = "Disabled" -> null
- "ProcCStates" = "Disabled" -> null
- "ProcConfigTdp" = "Nominal" -> null
- "ProcCoreSpeed" = "2.20 GHz" -> null
- "ProcCores" = "All" -> null
- "ProcHwPrefetcher" = "Enabled" -> null
- "ProcPwrPerf" = "MaxPerf" -> null
- "ProcSwPrefetcher" = "Enabled" -> null
- "ProcTurboMode" = "Enabled" -> null
- "ProcVirtualization" = "Enabled" -> null
- "ProcX2Apic" = "Enabled" -> null
- "PwrButton" = "Enabled" -> null
- "RedirAfterBoot" = "Enabled" -> null
- "RedundantOsBoot" = "Disabled" -> null
- "RedundantOsLocation" = "None" -> null
- "RedundantOsState" = "Visible" -> null
- "SHA256SetupPassword" = "" -> null
- "SHA256SetupPasswordSalt" = "" -> null
- "SHA256SystemPassword" = "" -> null
- "SHA256SystemPasswordSalt" = "" -> null
- "SataPortA" = "Auto" -> null
- "SataPortACapacity" = "N/A" -> null
- "SataPortADriveType" = "Unknown Device" -> null
- "SataPortAModel" = "Unknown" -> null
- "SataPortB" = "Auto" -> null
- "SataPortBCapacity" = "N/A" -> null
- "SataPortBDriveType" = "Unknown Device" -> null
- "SataPortBModel" = "Unknown" -> null
- "SataPortC" = "Auto" -> null
- "SataPortCCapacity" = "N/A" -> null
- "SataPortCDriveType" = "Unknown Device" -> null
- "SataPortCModel" = "Unknown" -> null
- "SataPortD" = "Auto" -> null
- "SataPortDCapacity" = "N/A" -> null
- "SataPortDDriveType" = "Unknown Device" -> null
- "SataPortDModel" = "Unknown" -> null
- "SataPortE" = "Auto" -> null
- "SataPortECapacity" = "N/A" -> null
- "SataPortEDriveType" = "Unknown Device" -> null
- "SataPortEModel" = "Unknown" -> null
- "SataPortF" = "Auto" -> null
- "SataPortFCapacity" = "N/A" -> null
- "SataPortFDriveType" = "Unknown Device" -> null
- "SataPortFModel" = "Unknown" -> null
- "SataPortG" = "Auto" -> null
- "SataPortGCapacity" = "N/A" -> null
- "SataPortGDriveType" = "Unknown Device" -> null
- "SataPortGModel" = "Unknown" -> null
- "SataPortH" = "Auto" -> null
- "SataPortHCapacity" = "N/A" -> null
- "SataPortHDriveType" = "Unknown Device" -> null
- "SataPortHModel" = "Unknown" -> null
- "SataPortI" = "Auto" -> null
- "SataPortICapacity" = "N/A" -> null
- "SataPortIDriveType" = "Unknown Device" -> null
- "SataPortIModel" = "Unknown" -> null
- "SataPortJ" = "Auto" -> null
- "SataPortJCapacity" = "N/A" -> null
- "SataPortJDriveType" = "Unknown Device" -> null
- "SataPortJModel" = "Unknown" -> null
- "SataPortK" = "Auto" -> null
- "SataPortKCapacity" = "N/A" -> null
- "SataPortKDriveType" = "Unknown Device" -> null
- "SataPortKModel" = "Unknown" -> null
- "SataPortL" = "Auto" -> null
- "SataPortLCapacity" = "N/A" -> null
- "SataPortLDriveType" = "Unknown Device" -> null
- "SataPortLModel" = "Unknown" -> null
- "SataPortM" = "Auto" -> null
- "SataPortMCapacity" = "N/A" -> null
- "SataPortMDriveType" = "Unknown Device" -> null
- "SataPortMModel" = "Unknown" -> null
- "SataPortN" = "Auto" -> null
- "SataPortNCapacity" = "N/A" -> null
- "SataPortNDriveType" = "Unknown Device" -> null
- "SataPortNModel" = "Unknown" -> null
- "SecureBoot" = "Disabled" -> null
- "SecureBootMode" = "DeployedMode" -> null
- "SecureBootPolicy" = "Standard" -> null
- "SecurityFreezeLock" = "Enabled" -> null
- "SerialComm" = "OnConRedirAuto" -> null
- "SerialPortAddress" = "Serial1Com2Serial2Com1" -> null
- "SetBootOrderDis" = "" -> null
- "SetBootOrderEn" = "NIC.Integrated.1-1-1" -> null
- "SetBootOrderFqdd1" = "" -> null
- "SetBootOrderFqdd10" = "" -> null
- "SetBootOrderFqdd11" = "" -> null
- "SetBootOrderFqdd12" = "" -> null
- "SetBootOrderFqdd13" = "" -> null
- "SetBootOrderFqdd14" = "" -> null
- "SetBootOrderFqdd15" = "" -> null
- "SetBootOrderFqdd16" = "" -> null
- "SetBootOrderFqdd2" = "" -> null
- "SetBootOrderFqdd3" = "" -> null
- "SetBootOrderFqdd4" = "" -> null
- "SetBootOrderFqdd5" = "" -> null
- "SetBootOrderFqdd6" = "" -> null
- "SetBootOrderFqdd7" = "" -> null
- "SetBootOrderFqdd8" = "" -> null
- "SetBootOrderFqdd9" = "" -> null
- "SetLegacyHddOrderFqdd1" = "" -> null
- "SetLegacyHddOrderFqdd10" = "" -> null
- "SetLegacyHddOrderFqdd11" = "" -> null
- "SetLegacyHddOrderFqdd12" = "" -> null
- "SetLegacyHddOrderFqdd13" = "" -> null
- "SetLegacyHddOrderFqdd14" = "" -> null
- "SetLegacyHddOrderFqdd15" = "" -> null
- "SetLegacyHddOrderFqdd16" = "" -> null
- "SetLegacyHddOrderFqdd2" = "" -> null
- "SetLegacyHddOrderFqdd3" = "" -> null
- "SetLegacyHddOrderFqdd4" = "" -> null
- "SetLegacyHddOrderFqdd5" = "" -> null
- "SetLegacyHddOrderFqdd6" = "" -> null
- "SetLegacyHddOrderFqdd7" = "" -> null
- "SetLegacyHddOrderFqdd8" = "" -> null
- "SetLegacyHddOrderFqdd9" = "" -> null
- "SetupPassword" = "<nil>" -> null
- "Slot1" = "Enabled" -> null
- "Slot1Bif" = "x16" -> null
- "Slot2" = "Enabled" -> null
- "Slot2Bif" = "x16" -> null
- "Slot3" = "Enabled" -> null
- "Slot3Bif" = "x16" -> null
- "SnoopHldOff" = "Roll2KCycles" -> null
- "SriovGlobalEnable" = "Disabled" -> null
- "SubNumaCluster" = "Disabled" -> null
- "SysMemSize" = "192 GB" -> null
- "SysMemSpeed" = "2666 Mhz" -> null
- "SysMemType" = "ECC DDR4" -> null
- "SysMemVolt" = "1.20 V" -> null
- "SysMfrContactInfo" = "www.dell.com" -> null
- "SysPassword" = "<nil>" -> null
- "SystemBiosVersion" = "2.8.2" -> null
- "SystemCpldVersion" = "1.0.6" -> null
- "SystemManufacturer" = "Dell Inc." -> null
- "SystemMeVersion" = "4.1.4.381" -> null
- "SystemModelName" = "PowerEdge R640" -> null
- "SystemServiceTag" = "2DKFH73" -> null
- "Tpm2Hierarchy" = "" -> null
- "TpmFirmware" = "TpmFirmware" -> null
- "TpmInfo" = "Type: 2.0-NTC" -> null
- "TpmPpiBypassClear" = "Disabled" -> null
- "TpmPpiBypassProvision" = "Disabled" -> null
- "TpmSecurity" = "Off" -> null
- "UefiComplianceVersion" = "2.7" -> null
- "UefiVariableAccess" = "Standard" -> null
- "UncoreFrequency" = "MaxUFS" -> null
- "UpiPrefetch" = "Enabled" -> null
- "UsbManagedPort" = "On" -> null
- "UsbPorts" = "AllOn" -> null
- "VideoMem" = "16 MB" -> null
- "WorkloadProfile" = "NotAvailable" -> null
- "WriteCache" = "Disabled" -> null
- "WriteDataCrc" = "Disabled" -> null
# (1 unchanged element hidden)
}
id = "/redfish/v1/Systems/System.Embedded.1/Bios"
# (3 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2021/02/24 09:23:27 [INFO] backend/local: apply calling Apply
2021/02/24 09:23:27 [INFO] terraform: building graph: GraphTypeApply
2021/02/24 09:23:27 [DEBUG] ProviderTransformer: "redfish_bios.bios (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/redfish"]
2021/02/24 09:23:27 [DEBUG] ProviderTransformer: "redfish_bios.bios" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/redfish"]
2021/02/24 09:23:27 [DEBUG] ReferenceTransformer: "redfish_bios.bios (expand)" references: []
2021/02/24 09:23:27 [DEBUG] ReferenceTransformer: "redfish_bios.bios" references: []
2021/02/24 09:23:27 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/redfish\"]" references: []
2021/02/24 09:23:27 [DEBUG] Starting graph walk: walkApply
2021-02-24T09:23:27.532Z [INFO] plugin: configuring client automatic mTLS
2021-02-24T09:23:27.567Z [DEBUG] plugin: starting plugin: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish args=[/root/development/terraform-providers/terraform-p
rovider-redfish/terraform-provider-redfish]
2021-02-24T09:23:27.567Z [DEBUG] plugin: plugin started: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2080
2021-02-24T09:23:27.567Z [DEBUG] plugin: waiting for RPC address: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish
2021-02-24T09:23:27.577Z [INFO] plugin.terraform-provider-redfish: configuring server automatic mTLS: timestamp=2021-02-24T09:23:27.577Z
2021-02-24T09:23:27.613Z [DEBUG] plugin: using plugin: version=5
2021-02-24T09:23:27.613Z [DEBUG] plugin.terraform-provider-redfish: plugin address: address=/tmp/plugin535256439 network=unix timestamp=2021-02-24T09:23:27.613Z
redfish_bios.bios: Modifying... [id=/redfish/v1/Systems/System.Embedded.1/Bios]
2021/02/24 09:23:27 [DEBUG] EvalApply: ProviderMeta config value set
2021/02/24 09:23:27 [DEBUG] redfish_bios.bios: applying the planned Update change
2021-02-24T09:23:27.713Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:27 Using redfish user from provider
2021-02-24T09:23:27.713Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:27 Using redfish password from provider
2021-02-24T09:23:28.185Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:28 Connection with the redfish endpoint https://192.168.8.103:6443 was sucessful
2021-02-24T09:23:28.185Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:28 [DEBUG] Beginning update
2021-02-24T09:23:28.185Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:28 [DEBUG] /redfish/v1/Systems/System.Embedded.1/Bios: Bios config task monitor uri is "/redfish/v1/TaskService/Tasks/JID_141
800406301"
2021-02-24T09:23:30.343Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:30 [DEBUG] BIOS attributes are already set
2021-02-24T09:23:31.432Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:31 [TRACE]: Performing system.Reset(ForceRestart)
2021-02-24T09:23:31.975Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:31 [TRACE]: system.Reset successful
2021-02-24T09:23:31.975Z [DEBUG] plugin.terraform-provider-redfish: 2021/02/24 09:23:31 [DEBUG] /redfish/v1/Systems/System.Embedded.1/Bios: Update finished successfully
2021/02/24 09:23:31 [WARN] Provider "registry.terraform.io/hashicorp/redfish" produced an unexpected new value for redfish_bios.bios, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .attributes: new element "AcPwrRcvry" has appeared
- .attributes: new element "AcPwrRcvryDelay" has appeared
- .attributes: new element "AcPwrRcvryUserDelay" has appeared
- .attributes: new element "AdddcSetting" has appeared
- .attributes: new element "AesNi" has appeared
- .attributes: new element "AssetTag" has appeared
- .attributes: new element "AuthorizeDeviceFirmware" has appeared
- .attributes: new element "BootMode" has appeared
- .attributes: new element "BootSeqRetry" has appeared
- .attributes: new element "CECriticalSEL" has appeared
- .attributes: new element "ConTermType" has appeared
- .attributes: new element "ControlledTurbo" has appeared
- .attributes: new element "ControlledTurboMinusBin" has appeared
- .attributes: new element "CorrEccSmi" has appeared
- .attributes: new element "CpuInterconnectBusLinkPower" has appeared
- .attributes: new element "CpuInterconnectBusSpeed" has appeared
- .attributes: new element "CurrentEmbVideoState" has appeared
- .attributes: new element "DcuIpPrefetcher" has appeared
- .attributes: new element "DcuStreamerPrefetcher" has appeared
- .attributes: new element "DeadLineLlcAlloc" has appeared
- .attributes: new element "DellAutoDiscovery" has appeared
- .attributes: new element "DellWyseP25BIOSAccess" has appeared
- .attributes: new element "DirectoryAtoS" has appeared
- .attributes: new element "DramRefreshDelay" has appeared
- .attributes: new element "DynamicCoreAllocation" has appeared
- .attributes: new element "EmbSata" has appeared
- .attributes: new element "EmbVideo" has appeared
s: new element "EnergyPerformanceBias" has appeared
- .attributes: new element "ErrPrompt" has appeared
- .attributes: new element "ExtSerialConnector" has appeared
- .attributes: new element "FRMPercent" has appeared
- .attributes: new element "FailSafeBaud" has appeared
- .attributes: new element "ForceInt10" has appeared
- .attributes: new element "GenericUsbBoot" has appeared
- .attributes: new element "HddFailover" has appeared
- .attributes: new element "HddPlaceholder" has appeared
- .attributes: new element "InBandManageabilityInterface" has appeared
- .attributes: new element "IntegratedNetwork1" has appeared
- .attributes: new element "IntegratedRaid" has appeared
- .attributes: new element "IntelTxt" has appeared
- .attributes: new element "InternalUsb" has appeared
- .attributes: new element "IoatEngine" has appeared
- .attributes: new element "LlcPrefetch" has appeared
- .attributes: new element "LogicalProc" has appeared
- .attributes: new element "MemFrequency" has appeared
- .attributes: new element "MemOpMode" has appeared
- .attributes: new element "MemPatrolScrub" has appeared
- .attributes: new element "MemRefreshRate" has appeared
- .attributes: new element "MemTest" has appeared
- .attributes: new element "MemoryMappedIOH" has appeared
- .attributes: new element "MmioAbove4Gb" has appeared
- .attributes: new element "MonitorMwait" has appeared
- .attributes: new element "NativeTrfcTiming" has appeared
- .attributes: new element "NodeInterleave" has appeared
- .attributes: new element "NumLock" has appeared
- .attributes: new element "NvmeMode" has appeared
- .attributes: new element "OneTimeBootMode" has appeared
- .attributes: new element "OneTimeBootSeqDev" has appeared
- .attributes: new element "OneTimeHddSeqDev" has appeared
- .attributes: new element "OppSrefEn" has appeared
ew element "OsWatchdogTimer" has appeared
- .attributes: new element "PCIRootDeviceUnhide" has appeared
- .attributes: new element "PasswordStatus" has appeared
- .attributes: new element "PcieAspmL1" has appeared
- .attributes: new element "PowerCycleRequest" has appeared
- .attributes: new element "Proc1Brand" has appeared
- .attributes: new element "Proc1Id" has appeared
- .attributes: new element "Proc1L2Cache" has appeared
- .attributes: new element "Proc1L3Cache" has appeared
- .attributes: new element "Proc1MaxMemoryCapacity" has appeared
- .attributes: new element "Proc1Microcode" has appeared
- .attributes: new element "Proc1NumCores" has appeared
- .attributes: new element "Proc1TurboCoreNum" has appeared
- .attributes: new element "Proc2Brand" has appeared
- .attributes: new element "Proc2Id" has appeared
- .attributes: new element "Proc2L2Cache" has appeared
- .attributes: new element "Proc2L3Cache" has appeared
- .attributes: new element "Proc2MaxMemoryCapacity" has appeared
- .attributes: new element "Proc2Microcode" has appeared
- .attributes: new element "Proc2NumCores" has appeared
- .attributes: new element "Proc2TurboCoreNum" has appeared
- .attributes: new element "ProcAdjCacheLine" has appeared
- .attributes: new element "ProcBusSpeed" has appeared
- .attributes: new element "ProcC1E" has appeared
- .attributes: new element "ProcCStates" has appeared
- .attributes: new element "ProcConfigTdp" has appeared
- .attributes: new element "ProcCoreSpeed" has appeared
- .attributes: new element "ProcCores" has appeared
- .attributes: new element "ProcHwPrefetcher" has appeared
- .attributes: new element "ProcPwrPerf" has appeared
- .attributes: new element "ProcSwPrefetcher" has appeared
- .attributes: new element "ProcTurboMode" has appeared
- .attributes: new element "ProcVirtualization" has appeared
attributes: new element "ProcX2Apic" has appeared
- .attributes: new element "PwrButton" has appeared
- .attributes: new element "RedirAfterBoot" has appeared
- .attributes: new element "RedundantOsBoot" has appeared
- .attributes: new element "RedundantOsLocation" has appeared
- .attributes: new element "RedundantOsState" has appeared
- .attributes: new element "SHA256SetupPassword" has appeared
- .attributes: new element "SHA256SetupPasswordSalt" has appeared
- .attributes: new element "SHA256SystemPassword" has appeared
- .attributes: new element "SHA256SystemPasswordSalt" has appeared
- .attributes: new element "SataPortA" has appeared
- .attributes: new element "SataPortACapacity" has appeared
- .attributes: new element "SataPortADriveType" has appeared
- .attributes: new element "SataPortAModel" has appeared
- .attributes: new element "SataPortB" has appeared
- .attributes: new element "SataPortBCapacity" has appeared
- .attributes: new element "SataPortBDriveType" has appeared
- .attributes: new element "SataPortBModel" has appeared
- .attributes: new element "SataPortC" has appeared
- .attributes: new element "SataPortCCapacity" has appeared
- .attributes: new element "SataPortCDriveType" has appeared
- .attributes: new element "SataPortCModel" has appeared
- .attributes: new element "SataPortD" has appeared
- .attributes: new element "SataPortDCapacity" has appeared
- .attributes: new element "SataPortDDriveType" has appeared
- .attributes: new element "SataPortDModel" has appeared
- .attributes: new element "SataPortE" has appeared
- .attributes: new element "SataPortECapacity" has appeared
- .attributes: new element "SataPortEDriveType" has appeared
- .attributes: new element "SataPortEModel" has appeared
- .attributes: new element "SataPortF" has appeared
- .attributes: new element "SataPortFCapacity" has appeared
- .attributes: new element "SataPortFDriveType" has appeared
- .attributes: new element "SataPortFModel" has appeared
- .attributes: new element "SataPortG" has appeared
- .attributes: new element "SataPortGCapacity" has appeared
- .attributes: new element "SataPortGDriveType" has appeared
- .attributes: new element "SataPortGModel" has appeared
- .attributes: new element "SataPortH" has appeared
- .attributes: new element "SataPortHCapacity" has appeared
- .attributes: new element "SataPortHDriveType" has appeared
- .attributes: new element "SataPortHModel" has appeared
- .attributes: new element "SataPortI" has appeared
- .attributes: new element "SataPortICapacity" has appeared
- .attributes: new element "SataPortIDriveType" has appeared
- .attributes: new element "SataPortIModel" has appeared
- .attributes: new element "SataPortJ" has appeared
- .attributes: new element "SataPortJCapacity" has appeared
- .attributes: new element "SataPortJDriveType" has appeared
- .attributes: new element "SataPortJModel" has appeared
- .attributes: new element "SataPortK" has appeared
- .attributes: new element "SataPortKCapacity" has appeared
- .attributes: new element "SataPortKDriveType" has appeared
- .attributes: new element "SataPortKModel" has appeared
- .attributes: new element "SataPortL" has appeared
- .attributes: new element "SataPortLCapacity" has appeared
- .attributes: new element "SataPortLDriveType" has appeared
- .attributes: new element "SataPortLModel" has appeared
- .attributes: new element "SataPortM" has appeared
- .attributes: new element "SataPortMCapacity" has appeared
- .attributes: new element "SataPortMDriveType" has appeared
- .attributes: new element "SataPortMModel" has appeared
- .attributes: new element "SataPortN" has appeared
- .attributes: new element "SataPortNCapacity" has appeared
new element "SataPortNDriveType" has appeared
- .attributes: new element "SataPortNModel" has appeared
- .attributes: new element "SecureBoot" has appeared
- .attributes: new element "SecureBootMode" has appeared
- .attributes: new element "SecureBootPolicy" has appeared
- .attributes: new element "SecurityFreezeLock" has appeared
- .attributes: new element "SerialComm" has appeared
- .attributes: new element "SerialPortAddress" has appeared
- .attributes: new element "SetBootOrderDis" has appeared
- .attributes: new element "SetBootOrderEn" has appeared
- .attributes: new element "SetBootOrderFqdd1" has appeared
- .attributes: new element "SetBootOrderFqdd10" has appeared
- .attributes: new element "SetBootOrderFqdd11" has appeared
- .attributes: new element "SetBootOrderFqdd12" has appeared
- .attributes: new element "SetBootOrderFqdd13" has appeared
- .attributes: new element "SetBootOrderFqdd14" has appeared
- .attributes: new element "SetBootOrderFqdd15" has appeared
- .attributes: new element "SetBootOrderFqdd16" has appeared
- .attributes: new element "SetBootOrderFqdd2" has appeared
- .attributes: new element "SetBootOrderFqdd3" has appeared
- .attributes: new element "SetBootOrderFqdd4" has appeared
- .attributes: new element "SetBootOrderFqdd5" has appeared
- .attributes: new element "SetBootOrderFqdd6" has appeared
- .attributes: new element "SetBootOrderFqdd7" has appeared
- .attributes: new element "SetBootOrderFqdd8" has appeared
- .attributes: new element "SetBootOrderFqdd9" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd1" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd10" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd11" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd12" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd13" has appeared
ttributes: new element "SetLegacyHddOrderFqdd14" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd15" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd16" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd2" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd3" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd4" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd5" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd6" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd7" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd8" has appeared
- .attributes: new element "SetLegacyHddOrderFqdd9" has appeared
- .attributes: new element "SetupPassword" has appeared
- .attributes: new element "Slot1" has appeared
- .attributes: new element "Slot1Bif" has appeared
- .attributes: new element "Slot2" has appeared
- .attributes: new element "Slot2Bif" has appeared
- .attributes: new element "Slot3" has appeared
- .attributes: new element "Slot3Bif" has appeared
- .attributes: new element "SnoopHldOff" has appeared
- .attributes: new element "SriovGlobalEnable" has appeared
- .attributes: new element "SubNumaCluster" has appeared
- .attributes: new element "SysMemSize" has appeared
- .attributes: new element "SysMemSpeed" has appeared
- .attributes: new element "SysMemType" has appeared
- .attributes: new element "SysMemVolt" has appeared
- .attributes: new element "SysMfrContactInfo" has appeared
- .attributes: new element "SysPassword" has appeared
- .attributes: new element "SystemBiosVersion" has appeared
- .attributes: new element "SystemCpldVersion" has appeared
- .attributes: new element "SystemManufacturer" has appeared
- .attributes: new element "SystemMeVersion" has appeared
- .attributes: new element "SystemModelName" has appeared
- .attributes: new element "SystemServiceTag" has appeared
- .attributes: new element "Tpm2Hierarchy" has appeared
- .attributes: new element "TpmFirmware" has appeared
- .attributes: new element "TpmInfo" has appeared
- .attributes: new element "TpmPpiBypassClear" has appeared
- .attributes: new element "TpmPpiBypassProvision" has appeared
- .attributes: new element "TpmSecurity" has appeared
- .attributes: new element "UefiComplianceVersion" has appeared
- .attributes: new element "UefiVariableAccess" has appeared
- .attributes: new element "UncoreFrequency" has appeared
- .attributes: new element "UpiPrefetch" has appeared
- .attributes: new element "UsbManagedPort" has appeared
- .attributes: new element "UsbPorts" has appeared
- .attributes: new element "VideoMem" has appeared
- .attributes: new element "WorkloadProfile" has appeared
- .attributes: new element "WriteCache" has appeared
- .attributes: new element "WriteDataCrc" has appeared
redfish_bios.bios: Modifications complete after 4s [id=/redfish/v1/Systems/System.Embedded.1/Bios]
2021-02-24T09:23:31.986Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-24T09:23:31.988Z [DEBUG] plugin: plugin process exited: path=/root/development/terraform-providers/terraform-provider-redfish/terraform-provider-redfish pid=2080
2021-02-24T09:23:31.988Z [DEBUG] plugin: plugin exited
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment