/srv/irclogs.ubuntu.com/2020/09/23/#netplan.txt

=== 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
OlivierG76#netplan09:07
=== 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
OlivierG76Are there build instructions for netplan (target ubuntu 18.04) ?14:50
OlivierG76sudo make; sudo install runs ok, but is there a way to create deb ou snaps ?14:51
slyonOlivierG76: netplan uses a simple Makefile... so it would be just 'apt build-dep netplan.io' (to get all the build-dependencies) an running 'make' afterwards14:51
slyonThe 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
slyonusing 'debuild'14:53
OlivierG76Is tag 0.100 ready for bionic ?15:00
slyonno. Some features of 0.100 are not supported on bionic15:16
slyon0.99 is supported on bionic15:16
slyonif you want to use 0.100 on bionic some backporting is needed to disable non-working features15:17
OlivierG76ok, thanks15:20
OlivierG76I was looking for the ovs functions15:25
slyonIIRC 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
slyonDo 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:28
OlivierG76ok, it seems a good alternative15:29
slyoncool, 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-updates15:30
slyonOr 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/+packages15:35
OlivierG76Great i will try15:40
slyonMay I ask in which kind of environment you want to use the OVS functionality?15:43
slyon(just out of interest, as this is very new)15:43
OlivierG76I want to activate OVS for some machines running Openstack neutron, with the ovs plugin15:45
slyoncool, thanks!15:46
OlivierG76the idea is too have some nic connect to a ovs bridge when the machine "boots" (prior to any installation)15:46
slyonyeah that is what it is meant to be used for16:00
OlivierG76ok fine; it is working16:18
OlivierG76network:  version: 2  ethernets:    eth1: {}  bridges:    br0:      addresses: [192.168.50.13/24]      interfaces: [eth1]      openvswitch: {}16:19
OlivierG76<code> network:  version: 2  ethernets:    eth1: {}  bridges:    br0:      addresses: [192.168.50.13/24]      interfaces: [eth1]      openvswitch: {}</code>16:20
OlivierG76 Bridge br0        fail_mode: standalone        Port br0            Interface br0                type: internal        Port eth1            Interface eth1    ovs_version: "2.13.0"16:21
OlivierG76Good ! perfect.16:21
slyonvery nice :)16:22
OlivierG76with ubuntu 18.04, i was getting: /lib/netplan/generate: symbol lookup error16:24
OlivierG76the files in /run/systemd/system/...netplanovs... are not created16:24
OlivierG76I was able to suppress the error (ubunt18.04) with appropriate removal of libnetplan library and netplan.io16:41
OlivierG76I will have another look tomorrow16:41
javi404yay, now i know there is a channel here.22:14

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!