ganeti / instance-debootstrap

Debootstrap instance OS (migrated from http://git.ganeti.org/?p=instance-debootstrap.git;a=summary)
GNU General Public License v2.0
4 stars 13 forks source link

enable instance network configuration WRT gnt-network #1

Closed saschalucas closed 6 years ago

saschalucas commented 6 years ago

With the introduction of gnt-network all information regarding the configration of an instance NIC is present. This patch makes use of it, so that the instance comes up online (ready to connect via SSH). Instances must be added with "gnt-instance add --net 0:network=,ip=<pool_or_ip ..."

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
saschalucas commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

saschalucas commented 6 years ago

Hi iustin,

I've tried to match the variables style, where possible and also change the flow as suggested.

Thanks, Sascha.