Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

File metadata and controls

9 lines (6 loc) · 313 Bytes

roboconf-examples

Roboconf basic examples of 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 (eg. in /etc/rc.local):
    echo 127.0.0.1 `hostname` >> /etc/hosts