Dear OpenNebula Community,<br><br>Decompress the ttylinux.tar.gz, there is a ttylinux.one file with below content:<br><br>NAME   = ttylinux<br>CPU    = 0.1<br>MEMORY = 64<br><br>DISK   = [ IMAGE_ID = 0 ]<br><br>NIC    = [ NETWORK_ID = 0 ]<br>
<br>FEATURES=[ acpi="no" ]<br><br>CONTEXT = [<br>    hostname    = "$NAME",<br>    ip_public   = "IP_PUBLIC",<br>    files      = "/path/to/init.sh /path/to/.ssh/id_rsa.pub",<br>    target      = "hdc",<br>
    root_pubkey = "id_rsa.pub",<br>    username    = "opennebula",<br>    user_pubkey = "id_rsa.pub"<br>]<br><br>I only use one physical server for the installation of ubuntu OS, opennebula front end, KVM hypervisor, VM instance with ttylinux image, i.e. everything are installed in only one physical server. <br>
<br>The physical server is with hostname "host-1", private local IP "192.168.25.100". The ttylinux image VM instance is with name "ttylinux", private local IP "192.168.35.110" and username "root" to ssh passwordless access into its OS.<br>
<br>I have some questions for the attributes of the CONTEXT in the ttylinux.one file, for the setup of the system:<br><br>1) does the hostname refer to "host-1"?<br>2) what should the ip_public be?<br>3) what should the username be?<br>
<br>Please let me know if anything unclear.<br><br>Thank you for your help, much appreciated.<br><br>Thanks,<br>David Su<br>