163969f3dd
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
MIT_CSAIL | ||
.gitreview | ||
README.md |
example-configs
Example configurations, sanitized from real environments
Please see the wiki page at https://wiki.openstack.org/wiki/Osops for other osops tools & repos.
How to use:
-
Create directory
-
Add a README.md in that directory describing your environment
-
SANITIZE YOUR CONFIGS BEFORE FIRST COMMIT
-
Add configs, CM descriptions, etc. that make sense from your environment in a logical way
-
Create a Gerrit review of your changes (see http://docs.openstack.org/infra/manual/developers.html for how to.)
External Example Repositories
Some sites have open versions of their configs and/or config management systems online in other places. Here's a list of the ones we know about:
-
https://github.com/bloomberg/chef-bcpc/tree/master/cookbooks/bcpc/templates/default Bloomberg's configs are open source (apart from things like ips, tokens and such) and in chef templates. Thats what we run in production on several clusters at the moment.
-
https://github.com/blueboxgroup/ursula Blue Box has the same, but in Ansible roles. The secret stuff is in an internal repo that provides variables to fill in content.
-
https://github.com/NeCTAR-RC NeCTAR uses puppet templates, mainly based on upstream pupet-openstack for a multi-site production cloud, and several test clusters. Configs for multiple versions are available. Search for puppet-{nova,designate...} repositories.
-
https://github.com/gfa/os-sample-configs Default configs for nova, keystone, cinder, ceilometer and heat. For Debian and Ubuntu versions of Havana, Icehouse and Juno.