Thank you for these new updates.
For the nova.yml, I simply run ansible-playbook nova.yml
(the way I ran it could be wrong)
The interesting thing is, today when I reboot again, after I re-ran the ansible playbook script, the virtual NIC was re-created by the script, so I don't have to run these commands you suggested above. It is pretty nice!
However, I noticed the instance doesn't have internet connection.
For example, I have one instance whose ip address is 10.11.13.4. On my local machine, I can ping 10.11.13.4
also ssh cloudlet@10.11.13.4
. But when I tried to ran any command which needs internet within the instance, it would fail
cloudlet@ubuntu:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
158 packets transmitted, 0 received, 100% packet loss, time 158256ms
How could I resolve this issue? Because I want to deploy my backend server in the instance and let front-end server call its API from outside, I feel that the internet connection is necessary here. Please help. Thank you!
Best wishes,
Adam