Activity log for bug #1715495

Date Who What changed Old value New value Message
2017-09-06 21:19:09 Dan Sneddon bug added bug
2017-09-06 21:26:40 Dan Sneddon os-net-config: assignee Dan Sneddon (dsneddon)
2017-09-06 21:26:46 Dan Sneddon os-net-config: importance Undecided Medium
2017-09-06 23:11:03 Dan Sneddon description VLAN interfaces can be created by stating the parent device in the VLAN definition, but the device should be applied automatically if the VLAN is a member of an interface. For instance, this works: - type: interface name: nic2 addresses: - ip_netmask: 192.168.20.10/24 members: - type: vlan vlan_id: 20 device: nic2 But the device: nic2 shouldn't be required, since the VLAN is a member of nic2 it should be applied automatically. VLAN interfaces can be created by stating the parent device in the VLAN definition, but the device should be applied automatically if the VLAN is a member of an interface. For instance, this works: -   type: interface   name: nic2   addresses:     - ip_netmask: 192.168.20.10/24 -   type: vlan   vlan_id: 20   device: nic2 But the device: nic2 shouldn't be required. It would be better if type interface accepted a members: stanza, and the VLAN could be a member. The device could be determined by the parent object (interface in this case).
2017-09-07 16:55:53 Bob Fournier bug added subscriber Bob Fournier