Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create projects? #393

Open
n3mawashi opened this issue Sep 16, 2021 · 5 comments
Open

Create projects? #393

n3mawashi opened this issue Sep 16, 2021 · 5 comments
Labels

Comments

@n3mawashi
Copy link

Hi,

Would creating Projects be something that this module would look to cover as well?

@n3mawashi
Copy link
Author

To provide better clarification - I want to have puppet code that will create a namespace and projects in that namespace to ensure reproducibility should the host develop problems.

@smortex
Copy link
Member

smortex commented Oct 5, 2021

My guess is that if a host develop problems you would rather restore from backup rather than restart from scratch, but that being said I see no reason such a feature would not be included 😄

Feel free to send a PR that implement this if you have a need for it!

@alexjfisher
Copy link
Member

If you wanted to implement this, probably best handled with a native puppet type/provider?

@bschonec
Copy link

I have a need for this feature, too. When building a new Gitlab CE server on linux, I want to create a base project (control-repo) and populate its properties with CI/CD, tokens, Webhooks, etc.

Currently, this module installs Gitlab CE, I then have to create the control-repo project and then run my puppet module again to have the Runners and webhooks created to "finish" the project. I think this would be even more useful in a containerized environment.

@tuxmea
Copy link
Member

tuxmea commented Apr 14, 2022

Discussion on native types/provider for gitlab: #395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants