Andrey Khomyakov

Results 10 comments of Andrey Khomyakov

Actually, seems like terraform's "output" resource help here ``` output "ns_groups" { value = data.nsxt_ns_groups.NS-GROUPS.items } output "ns_services" { value = data.nsxt_ns_services.NS-SERVICES.items } ``` but the names don't match what...

I see. This suggests that these two will never come out of beta. I am looking for a way to import all existing service objects and groups rather than import...

Hi I didn't forget about this. It just went onto the back burner. The reason I ended up doing this on a linux box is no more, so investing time...

I can see reason on that point of view, so I appreciate it. With that said let me try to expand on my reasoning. Firstly, on the point of bare...

Hey folks. Thanks for the responses. Much appreciated. I am not trying to say the nsxt provider must manage the edge infrastructure, but rather I'm advocating for the nsxt infrastructure...

One more thing I discovered on the subject and perhaps that's something that is a bit easier to fix than adding a full blown support for edge clusters. In order...

I just ran into the "misordered" edge nodes problem. You can see that I requested for those to be clustered in "b44f" first, and "3565" second. However, after clustering the...

+1 Would still love this to exist. Just the other day we had to rebuild an edge node by hand. Using APIs is not reasonable for a general operator. In...

I created a service group in the UI by hand ![Screen Shot 2022-01-24 at 11 22 34 AM](https://user-images.githubusercontent.com/16153883/150850035-dec6bb0c-70f0-44b7-adc3-c989a3066cb6.png) I then declared a tf resource ``` resource "nsxt_policy_service" "INFRA-SVC-LNX" { display_name...