https://github.com/roboconf/roboconf-examples
Roboconf basic examples of cloud deployments
https://github.com/roboconf/roboconf-examples
examples recipes roboconf samples
Last synced: about 1 year ago
JSON representation
Roboconf basic examples of cloud deployments
- Host: GitHub
- URL: https://github.com/roboconf/roboconf-examples
- Owner: roboconf
- License: apache-2.0
- Created: 2014-04-04T12:52:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T13:29:40.000Z (about 4 years ago)
- Last Synced: 2025-03-23T00:31:53.229Z (about 1 year ago)
- Topics: examples, recipes, roboconf, samples
- Language: Shell
- Size: 17.2 MB
- Stars: 0
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Roboconf Examples
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://gitter.im/roboconf/roboconf)
[](https://roboconf.github.io)
Some examples of Roboconf projects for cloud deployments.
Notes
-----
On OpenStack, there may be issues concerning **hostname** and **/etc/hosts**.
It may be necessary to run the following command at system startup (e.g. in **/etc/rc.local**).
```bash
echo 127.0.0.1 `hostname` >> /etc/hosts
```