I'm working on a vra provider that I think makes m...
# pulumiverse
p
I'm working on a vra provider that I think makes more sense to be in pulumiverse (and I'll need help with it). I'm in the process of testing it out, but wanted to know if it is better/easier to move a repo between orgs, or better to create a new one in pulumiverse? Also at what quality level do we want it to be at before it shows up in pulumiverse?
l
Hello @proud-machine-85126, if you already have an existing codebase, we can arrange to transfer that one to the
pulumiverse
organization. You decide. There is no minimum quality level required for it to show up on Pulumiverse. We will mainly look into searching for a co-maintainer to prevent maintenance becoming stale.
p
ok, that sounds good - I've been making progress testing against a real instance so it seems like it probably "just works" for most things. I'll post back when I'm a bit more confident the code is worth using.
🎊 1
l
@proud-machine-85126 for my understanding, is your vra provider matching this request? https://github.com/pulumi/pulumi/issues/3209
p
I think so - I'm not sure how to deal with the different versions of the vra library and the cloud, but that's the use case.
@limited-rainbow-51650 I've been able to confirm the provider works. I know it's a bit rough, but think it's a good time to move over to pulumiverse if that's ok. I will need to change the URLs and get the automation working, but I think that is better suited when it moves.
l
@proud-machine-85126 let’s kick off the transfer. If you start with transferring the git repo to me (GH user:
ringods
), I will move it further to the
pulumiverse
organization.
βœ… 1
@proud-machine-85126 moved! https://github.com/pulumiverse/pulumi-vra
πŸ˜„ 1
Here is some information on how to change the
resources.go
file to update it for Pulumiverse: https://github.com/pulumiverse/infra/blob/main/README.md#package-registries
πŸ‘ 1
p
I'll submit PRs to fix the names & finish configuration.
πŸ‘πŸΌ 1
I need some help figuring out the config aspects - I couldn't make optional parameters secret & I had trouble adding env vars to them, too: https://github.com/pulumiverse/pulumi-vra/blob/main/provider/resources.go#L76
πŸ‘€ 1