Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying BIGIP Next using tf with vsphere #34

Open
sebbycorp opened this issue Sep 2, 2024 · 2 comments
Open

Deploying BIGIP Next using tf with vsphere #34

sebbycorp opened this issue Sep 2, 2024 · 2 comments
Labels
backlog issue will be tracked by JIRA in backlog bug Something isn't working

Comments

@sebbycorp
Copy link

Hi there,
resource "bigipnext_cm_deploy_vmware" "vmware" {
vsphere_provider = {
provider_name = "vc.maniak.lab"
content_library = "BIG-IP-NEXT"
cluster_name = "MyCluster"
datacenter_name = "Datacenter"
datastore_name = "datastore1"
resource_pool_name = "Resources"
vm_template_name = "BIG-IP-Next-20.2.1"
}
instance = {
instance_hostname = "f5next-001.maniak.lab"
mgmt_address = "172.16.10.22"
mgmt_prefix = 24
mgmt_gateway = "172.16.10.1"
mgmt_network_name = "VM Network"
mgmt_user = "admin-cm"
mgmt_password = "W3lcome098!"
external_network_name = "VM Network"

cpu = "2"
memory = "8192"

}
ntp_servers = ["0.us.pool.ntp.org"]
dns_servers = ["8.8.8.8"]
timeout = 1200
}

I am getting this error ? bigipnext_cm_deploy_vmware.vmware: Still creating... [18m0s elapsed]

│ Error: Client Error

│ with bigipnext_cm_deploy_vmware.vmware,
│ on main.tf line 1, in resource "bigipnext_cm_deploy_vmware" "vmware":
│ 1: resource "bigipnext_cm_deploy_vmware" "vmware" {

│ Failed to Deploy Instance, got error: DEVICE-0206: BIG-IP Next instance discovery error: FailedToStoreL3Network

do i need to set network ?

@pgouband
Copy link
Collaborator

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1666.

@pgouband pgouband added bug Something isn't working backlog issue will be tracked by JIRA in backlog labels Sep 23, 2024
@RavinderReddyF5
Copy link
Collaborator

Hi @sebbycorp , we did not run into this issue, but on latest version of v20.3.0 we got different issue, which will be addressing through INFRAANO-1666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog issue will be tracked by JIRA in backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants