bitovi / bitops

Automate the provisioning and configuration of cloud infrastructure with BitOps docker image
https://bitops.sh
Other
36 stars 9 forks source link

Ops Repo Catalog #321

Open mickmcgrath13 opened 1 year ago

mickmcgrath13 commented 1 year ago

Purpose

Operations repos give an opportunity to configure sets of configurations across multiple IaC tools. The power of BitOps grows substantially when you have a strong set of existing configuration stacks for various use-cases. Bitovi, for example, has found enormous value in speeding up our ability to kick off a new project because we have an internal set of ops repos to copy from.

This issue is to implement an open source catalog of operations repositories (or operations repo environments) and allow contributors to add their own stacks that others can use.

Value

The core value of an ops repo catalog would be to provide a growing set of examples for people to clone/copy and use for their own needs. They'd act as a great starting point for bootstrapping infrastructure.

Examples

Approach

Option 1: We could create a dedicated github org to house sets of operations repositories and provide an avenue for the community to create new repos Option 2: We could create a single ops repo, and each catalog item would be an ops repo environment

PhillypHenning commented 1 year ago

I believe approach 1 in the long term will be more successful.

My reasoning is that, by separating the actions they become distinct entities that can be participated with distinctly and with minimal hassle. In the same way that plugins are individual components that users could work on.