diff --git a/metadata.yaml b/metadata.yaml index aba3d3b..333c46c 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,11 +3,11 @@ name: fuel-plugin-ovs # Human-readable name for your plugin title: Openvswitch with NSH support # Plugin version -version: '0.5.1' +version: '0.5.2' # Description description: 'This plugin provides to deploy openvswitch with nsh' # Required fuel version -fuel_version: ['7.0'] +fuel_version: ['8.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -21,8 +21,8 @@ groups: ['network'] # The plugin is compatible with releases in the list releases: - os: ubuntu - version: 2015.1.0-7.0 - mode: ['ha', 'multinode'] + version: liberty-8.0 + mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu diff --git a/ovs-nsh/Dockerfile b/ovs-nsh/Dockerfile index 536c830..9d23652 100644 --- a/ovs-nsh/Dockerfile +++ b/ovs-nsh/Dockerfile @@ -7,9 +7,9 @@ RUN apt-get update RUN apt-get install -y software-properties-common python-software-properties \ make python-setuptools python-all dpkg-dev debhelper \ fuseiso git genisoimage bind9-host wget curl lintian tmux lxc iptables \ - ca-certificates sudo apt-utils lsb-release libtool autoconf automake build-essential fakeroot libssl-dev graphviz dh-autoreconf python-qt4 python-twisted-conch python-zopeinterface linux-headers-3.13.0-74-generic + ca-certificates sudo apt-utils lsb-release libtool autoconf automake build-essential fakeroot libssl-dev graphviz dh-autoreconf python-qt4 python-twisted-conch python-zopeinterface linux-headers-3.13.0-76-generic -RUN ln -s /lib/modules/3.13.0-74-generic /lib/modules/`uname -r` +RUN ln -s /lib/modules/3.13.0-76-generic /lib/modules/`uname -r` RUN apt-get install -y pkg-config unzip liblua5.2-dev libpcap-dev libedit-dev libncurses5-dev libncursesw5-dev