Dan Kenigsberg has submitted this change and it was merged. Change subject: net: Move netinfo under vdsm.network ......................................................................
net: Move netinfo under vdsm.network Change-Id: Ia02e5f79e093067789659e414b595aa4e3d5a62e Signed-off-by: Edward Haas <[email protected]> Reviewed-on: https://gerrit.ovirt.org/56713 Continuous-Integration: Jenkins CI Reviewed-by: Ondřej Svoboda <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M configure.ac M init/wait_for_ipv4s M lib/vdsm/Makefile.am M lib/vdsm/kernelconfig.py M lib/vdsm/network/Makefile.am M lib/vdsm/network/canonicalize.py M lib/vdsm/network/configurators/__init__.py M lib/vdsm/network/configurators/dhclient.py M lib/vdsm/network/configurators/ifcfg.py M lib/vdsm/network/configurators/iproute2.py M lib/vdsm/network/configurators/libvirt.py M lib/vdsm/network/configurators/pyroute_two.py M lib/vdsm/network/configurators/qos.py M lib/vdsm/network/legacy_switch.py M lib/vdsm/network/models.py R lib/vdsm/network/netinfo/Makefile.am R lib/vdsm/network/netinfo/__init__.py R lib/vdsm/network/netinfo/addresses.py R lib/vdsm/network/netinfo/bonding.py R lib/vdsm/network/netinfo/bridges.py R lib/vdsm/network/netinfo/cache.py R lib/vdsm/network/netinfo/dhcp.py R lib/vdsm/network/netinfo/dns.py R lib/vdsm/network/netinfo/misc.py R lib/vdsm/network/netinfo/mtus.py R lib/vdsm/network/netinfo/nics.py R lib/vdsm/network/netinfo/qos.py R lib/vdsm/network/netinfo/routes.py R lib/vdsm/network/netinfo/vlans.py M lib/vdsm/network/netswitch.py M lib/vdsm/network/ovs/switch.py M lib/vdsm/network/sourceroute.py M lib/vdsm/rpc/Bridge.py M lib/vdsm/rpc/bindingxmlrpc.py M lib/vdsm/tool/dummybr.py M lib/vdsm/tool/dump_bonding_opts.py M lib/vdsm/tool/unified_persistence.py M lib/vdsm/virt/sampling.py M tests/functional/networkTests.py M tests/functional/utils.py M tests/network/config_network_test.py M tests/network/models_test.py M tests/network/netinfo_test.py M tests/network/qos_test.py M tests/network/tc_test.py M tests/network/unified_persistence_test.py M vdsm.spec.in M vdsm/caps.py M vdsm/gluster/cli.py M vdsm/storage/iscsi.py M vdsm/vdsm-restore-net-config M vdsm/virt/vm.py M vdsm/virt/vmdevices/graphics.py M vdsm/virt/vmdevices/network.py M vdsm_hooks/ethtool_options/ethtool_options.py M vdsm_hooks/extra_ipv4_addrs/extra_ipv4_addrs.py M vdsm_hooks/openstacknet/openstacknet_utils.py M vdsm_hooks/ovs/ovs_after_get_caps.py M vdsm_hooks/ovs/ovs_before_network_setup_mtu.py M vdsm_hooks/ovs/ovs_before_network_setup_ovs.py M vdsm_hooks/ovs/ovs_utils.py 61 files changed, 109 insertions(+), 117 deletions(-) Approvals: Ondřej Svoboda: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/56713 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia02e5f79e093067789659e414b595aa4e3d5a62e Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
