Commit Graph

5 Commits

Author SHA1 Message Date
17ecb2d824 Python3 support fixes 2022-03-08 23:05:46 +04:00
Sergey Bubnov (omg)
aa46353af2 allow define network ranges in dhcp config 2019-06-29 15:11:26 +04:00
Sergey Bubnov (omg)
d89c7ab77e prevent wrong behaviour when more than one dhcp on interfaces
firts we check that the VM has already get some IP address
and if so we just deploy as usual. If VM have no IP address
on any interface we throw all interfaces except first (eth0) to
the `empty vlan` that have no DHCP server enabled. VLAD ID defined
in environment variable. After network configuration inside VM we
restore propper VLAN IDs on all interfaces. This approach should help
in situations when DHCP available on more than one interfaces and those
interfaces configured as dhcp-clients, thus more than one default gw
will be configured with some metrics and all traffic will be routed
to the right one or will be not.
2019-06-27 13:21:48 +04:00
Sergey Bubnov
55985436dc add couple filters 2018-11-01 14:59:58 +04:00
Sergey Bubnov
abbd377dce inial public version 2018-10-02 10:16:46 +04:00