2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00
Markus Hilger 097bf969d4 Configure bond IP even if there is a $next_nic but also $_ipaddr
Check for $_ipaddr instead of $next_nic.
The followint configuration is totally valid but fails with the old logic because it does not configure any bond0 IP because $next_nic is set to bond0.10.

    nictypes.eno1=Ethernet
    nictypes.eno2=Ethernet
    nicdevices.bond0=eno1|eno2
    nictypes.bond0=bond
    nicnetworks.bond0=management
    nicips.bond0=192.168.0.1
    nicdevices.bond0.10=bond0
    nictypes.bond0.10=vlan
    nicnetworks.bond0.10=production
    nicips.bond0.10=192.168.1.1

May needs some additional testing with bridges etc.
2020-05-12 13:22:06 +02:00
2020-04-29 09:06:57 -04:00
2020-05-06 17:26:27 -04:00
2018-10-11 15:54:39 -04:00
2020-04-08 11:07:25 -04:00
2019-11-13 09:24:57 -05:00
2020-05-11 09:29:03 -04:00
2018-10-11 15:54:39 -04:00
2018-10-03 11:19:27 -04:00
2018-10-11 15:54:39 -04:00
2018-11-28 10:28:17 +08:00
2017-03-14 11:27:56 -04:00
2018-11-20 18:46:13 +08:00
2018-02-09 01:03:46 -05:00
2019-09-17 15:02:21 -04:00
2017-12-31 23:59:59 +00:00
2019-05-14 16:28:29 -04:00
2020-03-05 14:00:40 -05:00

xCAT

xCAT is a toolkit for deployment and administration of clusters of all sizes.

Documentation

xCAT Documentation is hosted on Read The Docs: https://xcat-docs.readthedocs.io

Status

xCAT Version Build Status
Latest (master branch) Documentation Status
Stable (latest release) Documentation Status

Looking for older versions?

Open Source License

xCAT is made available under the EPL license: https://opensource.org/licenses/eclipse-1.0.php

Developers

Want to help? Check out the developers guide!

Description
No description provided
Readme EPL-1.0 230 MiB
Languages
Perl 78.5%
Shell 11.4%
JavaScript 7.1%
Python 1.8%
PHP 0.4%
Other 0.4%