terraform-provider-vra icon indicating copy to clipboard operation
terraform-provider-vra copied to clipboard

adding cloud assembly Integration resources

Open vvinnich opened this issue 5 years ago • 9 comments

Are there plans in roadmap for creating resources for integrating with services like "Gitlab" or "IPAM" etc?

vvinnich avatar Apr 17 '20 15:04 vvinnich

@vvinnich Are there specific integration endpoints you are looking for managing from terraform provider?

dmettem avatar Apr 17 '20 21:04 dmettem

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

vrabbi avatar Apr 18 '20 17:04 vrabbi

@vvinnich Are there specific integration endpoints you are looking for managing from terraform provider?

  1. Gitlab
  2. IPAM (as example Infoblox)
  3. vRO
  4. Exntensibility Actions On prem

vvinnich avatar Apr 20 '20 13:04 vvinnich

vRA version : 8.2

Hello

I'm adding a comment to join the need that was exposed to manage integrations with vra provider

  1. IPAM
  2. Ansible Tower
  3. Gitlab
  4. vROPS

Regards,

ksoul78 avatar Nov 06 '20 15:11 ksoul78

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":[        
        ]
 }

elipsion avatar Jul 22 '21 14:07 elipsion

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.

VickyWinner avatar Dec 20 '21 15:12 VickyWinner

Before any integration addition can proceed, the API references for integrations would need to be added to vra-go-sdk first.

Ryan

tenthirtyam avatar Dec 21 '21 00:12 tenthirtyam

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

tenthirtyam avatar Dec 21 '21 00:12 tenthirtyam

We were just talking about scripting this out but if we could have it in TF it would be very helpful

mdittbrenner215 avatar Dec 21 '21 02:12 mdittbrenner215

I've added a few examples on how to create Active Directory, GitHub, and SaltStack integrations.

frodenas avatar Oct 10 '22 22:10 frodenas

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

whochradel avatar Oct 24 '22 15:10 whochradel