You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create F5 secure Mesh Sites v2 via terraform using volterra_securemesh_site_v2, we receive various errors when we attempt to deploy this via azure devops. The errors suggest that we need to specify details of the nodes even though Nodes are added via an external provider management consoles. If we were to create this manually via the F5 interface, we would be able to select the provider but would not be expected to enter details of the nodes as these are populated by a separate process.
I we do not specify any node details in the terraform, we get a different error indicating that we are passing in an invalid payload to the host. I have tried several combinations including using the entire example in the terraform documentation and nothing works so I believe that this is a bug.
With node details block-
Error: error creating SecuremeshSiteV2: Creating object: Unsuccessful POST at URL https://xxxxxx.console.ves.volterra.io/api/public/namespaces/system/securemesh_site_v2s, status code 400, body {"code":3,"details":[{"code":"UNKNOWN","details":"CreateResource: adding nodes are not allowed while creating securemesh site, they will be auto discovered","timestamp":"2024-09-05T09:38:26Z"}],"message":"adding nodes are not allowed while creating securemesh site, they will be auto discovered"}
Without node details block-
##[error]Terraform command 'apply' failed with exit code '1'.: error creating SecuremeshSiteV2: Creating object: Unsuccessful POST at URL https://xxxx.console.ves.volterra.io/api/public/namespaces/system/securemesh_site_v2s, status code 500, body {"code":13,"details":[{"code":"UNKNOWN","details":"Filling oneof default choice: oneof container field list *protoutil.NilField is not *protoutil.PtrListField","timestamp":"2024-09-04T16:42:33Z"}],"message":"There was a server error in processing request"}
The text was updated successfully, but these errors were encountered:
When trying to create F5 secure Mesh Sites v2 via terraform using volterra_securemesh_site_v2, we receive various errors when we attempt to deploy this via azure devops. The errors suggest that we need to specify details of the nodes even though Nodes are added via an external provider management consoles. If we were to create this manually via the F5 interface, we would be able to select the provider but would not be expected to enter details of the nodes as these are populated by a separate process.
I we do not specify any node details in the terraform, we get a different error indicating that we are passing in an invalid payload to the host. I have tried several combinations including using the entire example in the terraform documentation and nothing works so I believe that this is a bug.
With node details block-
Error: error creating SecuremeshSiteV2: Creating object: Unsuccessful POST at URL https://xxxxxx.console.ves.volterra.io/api/public/namespaces/system/securemesh_site_v2s, status code 400, body {"code":3,"details":[{"code":"UNKNOWN","details":"CreateResource: adding nodes are not allowed while creating securemesh site, they will be auto discovered","timestamp":"2024-09-05T09:38:26Z"}],"message":"adding nodes are not allowed while creating securemesh site, they will be auto discovered"}
Without node details block-
##[error]Terraform command 'apply' failed with exit code '1'.: error creating SecuremeshSiteV2: Creating object: Unsuccessful POST at URL https://xxxx.console.ves.volterra.io/api/public/namespaces/system/securemesh_site_v2s, status code 500, body {"code":13,"details":[{"code":"UNKNOWN","details":"Filling oneof default choice: oneof container field list *protoutil.NilField is not *protoutil.PtrListField","timestamp":"2024-09-04T16:42:33Z"}],"message":"There was a server error in processing request"}
The text was updated successfully, but these errors were encountered: