Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osism-archive/openstack-nannies
Various scripts to repair recurring problems in an OpenStack environment.
https://github.com/osism-archive/openstack-nannies
Last synced: 20 days ago
JSON representation
Various scripts to repair recurring problems in an OpenStack environment.
- Host: GitHub
- URL: https://github.com/osism-archive/openstack-nannies
- Owner: osism-archive
- License: apache-2.0
- Archived: true
- Created: 2019-12-19T11:30:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T07:20:45.000Z (over 1 year ago)
- Last Synced: 2024-12-15T02:16:51.564Z (20 days ago)
- Language: Python
- Homepage: https://www.osism.tech
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openstack-nannies
Various scripts to repair recurring problems in an OpenStack environment.
Usage
-----* Create `configuration/clouds.yml` on basis of `configuration/clouds.yml.sample`
* Create `configuration/secure.yml` on basis of `configuration/secure.yml.sample`
* Create `configuration/nova.env` on basis of `configuration/nova.env.sample`
* Optionally edit the file `files/crontab`
* Build the container image with `docker-compose build`
* Start the container with `docker-compose up -d`Sources
-------The scripts partly originate from other projects. The exact source is mentioned in the
first lines of the scripts.* https://github.com/cernops/nova-quota-sync
* https://github.com/sapcc/openstack-nannies