From f3e8720ea4ca033bf90521258f2e08f99a56d572 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 18 Nov 2016 13:07:34 +0300 Subject: Add dkms package into initial pkgs list OVS-plugin requires DKMS installed to operate on. Also plugin yamls have been updated. Signed-off-by: Michael Polenchuk Change-Id: I037b88fdf335e513d5f4e726c3daff9358397776 --- deploy/config/dea_base.yaml | 2 ++ deploy/config/plugins/fuel-nshovs_1.0.0.yaml | 37 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 deploy/config/plugins/fuel-nshovs_1.0.0.yaml (limited to 'deploy/config') diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 14600a372..ce8199479 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -554,6 +554,8 @@ settings: hwloc + i40e-dkms + linux-firmware linux-headers-generic-lts-xenial diff --git a/deploy/config/plugins/fuel-nshovs_1.0.0.yaml b/deploy/config/plugins/fuel-nshovs_1.0.0.yaml new file mode 100644 index 000000000..3c87d8b80 --- /dev/null +++ b/deploy/config/plugins/fuel-nshovs_1.0.0.yaml @@ -0,0 +1,37 @@ +############################################################################## +# Copyright (c) 2016 Mirantis, Inc. and others. +# mpolenchuk@mirantis.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +plugin-config-metadata: + title: NSHOVS fuel Plugin configuration template + version: 0.3 + created: Dec 14 2016 + comment: None + +fuel-plugin-ovs: + metadata: + #chosen_id: Choosen at install time + class: plugin + default: false + enabled: true + label: Openvswitch with NSH support + toggleable: true + versions: + - install_dpdk: + type: "checkbox" + weight: 20 + value: false + label: "Install DPDK" + install_nsh: + type: "checkbox" + weight: 20 + value: false + label: "Install NSH" + metadata: + plugin_version: 1.0.0 + weight: 70 -- cgit 1.2.3-korg