Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbologna/configdrive_creator
A script to create config-drive that contains user customizations (cloud-config) for CoreOS deployments
https://github.com/mbologna/configdrive_creator
Last synced: 5 days ago
JSON representation
A script to create config-drive that contains user customizations (cloud-config) for CoreOS deployments
- Host: GitHub
- URL: https://github.com/mbologna/configdrive_creator
- Owner: mbologna
- License: mit
- Created: 2015-09-20T17:17:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T17:20:10.000Z (over 9 years ago)
- Last Synced: 2024-10-30T22:57:58.976Z (about 2 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config-drive (cloud-config) generator
This simple script prepares a config-drive containing user customizations (`cloud-config`) for CoreOS deployments.
Reference: https://coreos.com/os/docs/latest/config-drive.html## Usage
1. `cp user_data.example user_data`
2. Edit user_data to suit your needs (See https://coreos.com/os/docs/latest/cloud-config.html)
3. `chmod +x configdrive_creator.sh`
4. `./configdrive_creator.sh` (it will create `configdrive.iso` in the current directory)
5. Mount `configdrive.iso` as a drive for CoreOS## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request