Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a couple servers that have been disconnected from intersight for about a month now. They are accessible via kVM, but how can I reboot the CIMC? These are Blades
I am trying to configure Terraform and Intersight and trying to call the OS Install workflow, but something isnt right. I ran terraform init, then plan, then apply, but I get this error message below. Any idea what could be wrong? intersight_os_ins...
Just trying to keep this as generic as possible. I have 2 active zoneset's. I have 4x storage ports that I would like to share between the 2x zoneset's. How would I accomplish this? I do not want to physically separate the storage ports. Thank yo...
I did pull this code from GitHub, and it looks like the last update may have been around 7 months ago, but you know how things can change very quicklyhttps://developer.cisco.com/codeexchange/github/repo/sandkum5/terraform_intersight_os_install/
So I have a data.tf file that has this in there, then I have another file called os_install.tfdata "intersight_os_install" "response" { moid = intersight_os_install.os_install.id}resource "intersight_os_install" "os_install" {name = local.namedescri...
terraform state show 'data.intersight_os_install.os_install'No instance found for the given address! This command requires that the address references one specific instance.To view the available instances, use "terraform state list". Please modify th...
Thank you, but when I run the above I get this error message. Should I be setting it to os_install.tf?terraform show -json os_install.tf╷│ Error: Failed to read the given file as a state or plan file││ State read error: Error reading os_install.tf a...