Changes

From Amahi Wiki
Jump to: navigation, search
:::<code>su - username</code>
:::<code>./start-mirror.sh</code>
====Create Static IP for Instance====
Setting a static IP for instances will ensure the internal IP address remains the same through it's life cycle. The floating IP address can be easily added afterwards.
* Use the following to reserve the IP address:
neutron port-create internal --fixed-ip subnet-id=internal_subnet,ip_address=x.x.x.x
* Create the instance and boot via command-line vs the web UI:
nova boot --image NAME_OF_IMAGE --flavor amahi.small --nic port-id=ID_FROM_ABOVE_COMMAND VM_NAME
----
12,424

edits