terraform-provider-vra
terraform-provider-vra copied to clipboard
adding cloud assembly Integration resources
Are there plans in roadmap for creating resources for integrating with services like "Gitlab" or "IPAM" etc?
@vvinnich Are there specific integration endpoints you are looking for managing from terraform provider?
I would be looking for mostly ansible, adding a k8s cluster, git integration and most importantly assigning a git repo and branch to a project
@vvinnich Are there specific integration endpoints you are looking for managing from terraform provider?
- Gitlab
- IPAM (as example Infoblox)
- vRO
- Exntensibility Actions On prem
vRA version : 8.2
Hello
I'm adding a comment to join the need that was exposed to manage integrations with vra provider
- IPAM
- Ansible Tower
- Gitlab
- vROPS
Regards,
I'd like to chime in a usage of the activedirectory integration. It's highly convenient to have servers added and removed from the AD by vRA.
POST /provisioning/uerp/provisioning/activedirectory/api/providers
{
"id":"",
"integrationId":"${integrationId}",
"projectId": "${projectId}",
"integrationType":"activedirectory",
"properties":{
"ou":"OU=Common Servers",
"defaultOU":"DC=example,DC=com"
},
"tags":[
]
}
Hi, I see this is still open. Does it mean someone already working on to include this. I see that all CRUD operations are now available per swagger. I am looking for GitHub & vRO.
Before any integration addition can proceed, the API references for integrations would need to be added to vra-go-sdk first.
Ryan
I also suggest that anyone that requires this enhancement add a 👍🏻 as a +1 - it helps the maintainers and product managers gain insight into level of priority.
Ryan
We were just talking about scripting this out but if we could have it in TF it would be very helpful
I've added a few examples on how to create Active Directory, GitHub, and SaltStack integrations.
Any chance of having the example for creating the vRO integration of an external vRO? I am looking to set this up in vRA Cloud and add the Cloud Extensibility Proxy