=== ChanServ changed the topic of #netplan to: netplan.io 0.100 | Backend-agnostic network configuration in YAML | http://netplan.io | https://github.com/CanonicalLtd/netplan [09:07] #netplan === ChanServ changed the topic of #netplan to: #netplan netplan.io 0.100 | Backend-agnostic network configuration in YAML | http://netplan.io | https://github.com/CanonicalLtd/netplan | test === ChanServ changed the topic of #netplan to: #netplan netplan.io 0.100 | Backend-agnostic network configuration in YAML | http://netplan.io | https://github.com/CanonicalLtd/netplan [14:50] Are there build instructions for netplan (target ubuntu 18.04) ? [14:51] sudo make; sudo install runs ok, but is there a way to create deb ou snaps ? [14:51] OlivierG76: netplan uses a simple Makefile... so it would be just 'apt build-dep netplan.io' (to get all the build-dependencies) an running 'make' afterwards [14:53] The official debs are build using this tree: https://git.launchpad.net/~ubuntu-core-dev/netplan/+git/ubuntu/log/?h=ubuntu/bionic (see debian/ folder) [14:53] using 'debuild' [15:00] Is tag 0.100 ready for bionic ? [15:16] no. Some features of 0.100 are not supported on bionic [15:16] 0.99 is supported on bionic [15:17] if you want to use 0.100 on bionic some backporting is needed to disable non-working features [15:20] ok, thanks [15:25] I was looking for the ovs functions [15:28] IIRC the OVS feature should be working in theory.. but still to build it for bionic and make it pass the tests, the backporting of other features (e.g. route-options, which require newer NetworkManager) would need to happen. [15:28] Do you have any chance of upgrading your system to 20.04/Focal LTS? As I'm currently working on getting netplan 0.100 into Focal. [15:29] ok, it seems a good alternative [15:30] cool, progress is tracked here: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1894197 ... it will probably take 1-2 weeks to get it into focal-updates [15:35] Or you could even install it from this (temporary) PPA, if you want it now on focal: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4274/+packages [15:40] Great i will try [15:43] May I ask in which kind of environment you want to use the OVS functionality? [15:43] (just out of interest, as this is very new) [15:45] I want to activate OVS for some machines running Openstack neutron, with the ovs plugin [15:46] cool, thanks! [15:46] the idea is too have some nic connect to a ovs bridge when the machine "boots" (prior to any installation) [16:00] yeah that is what it is meant to be used for [16:18] ok fine; it is working [16:19] network: version: 2 ethernets: eth1: {} bridges: br0: addresses: [192.168.50.13/24] interfaces: [eth1] openvswitch: {} [16:20] network: version: 2 ethernets: eth1: {} bridges: br0: addresses: [192.168.50.13/24] interfaces: [eth1] openvswitch: {} [16:21] Bridge br0 fail_mode: standalone Port br0 Interface br0 type: internal Port eth1 Interface eth1 ovs_version: "2.13.0" [16:21] Good ! perfect. [16:22] very nice :) [16:24] with ubuntu 18.04, i was getting: /lib/netplan/generate: symbol lookup error [16:24] the files in /run/systemd/system/...netplanovs... are not created [16:41] I was able to suppress the error (ubunt18.04) with appropriate removal of libnetplan library and netplan.io [16:41] I will have another look tomorrow [22:14] yay, now i know there is a channel here.