From e769f51a9d79ede3ec60da12378b21d5a9291fdd Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Mon, 3 Dec 2018 14:16:15 -0500 Subject: [PATCH] Fixed openvswitch timeout issue. (#43) It appeared to merely be an issue of ensuring that the daemon started before the server. Also the version on one of the files that we download for another serivce. (Fragile code is still fragile, but fixing it is a separate TODO.) --- snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 759d36c..bc2eaa0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -177,6 +177,8 @@ apps: ovs-vswitchd: command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server --no-monitor --system-id=random start stop-command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server stop + passthrough: + after: [ovsdb-server] daemon: forking # plugs: # - network @@ -602,8 +604,8 @@ parts: - --target-list=x86_64-softmmu override-build: | wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg.orig.tar.xz - wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.32.debian.tar.xz - wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.32.dsc + wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.33.debian.tar.xz + wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.33.dsc dpkg-source -x qemu_*.dsc snapcraftctl build organize: