summaryrefslogtreecommitdiffstats
path: root/deploy/config/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/config/plugins')
-rw-r--r--deploy/config/plugins/fuel-barometer_1.0.0.yaml41
-rw-r--r--deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml30
-rw-r--r--deploy/config/plugins/fuel-bgpvpn_1.0.0.yaml33
-rw-r--r--deploy/config/plugins/fuel-congress_1.0.0.yaml49
-rw-r--r--deploy/config/plugins/fuel-nfvkvm_0.0.1.yaml27
-rw-r--r--deploy/config/plugins/fuel-nfvkvm_0.0.2.yaml34
-rw-r--r--deploy/config/plugins/fuel-nfvkvm_0.9.0.yaml34
-rw-r--r--deploy/config/plugins/fuel-nfvkvm_1.0.0.yaml34
-rw-r--r--deploy/config/plugins/fuel-nfvovs_0.0.1.yaml28
-rw-r--r--deploy/config/plugins/fuel-nfvovs_0.0.2.yaml35
-rw-r--r--deploy/config/plugins/fuel-nshovs_0.0.1.yaml44
-rw-r--r--deploy/config/plugins/fuel-nshovs_0.9.0.yaml37
-rw-r--r--deploy/config/plugins/fuel-nshovs_1.0.0.yaml37
-rw-r--r--deploy/config/plugins/fuel-odl_0.9.0.yaml143
-rw-r--r--deploy/config/plugins/fuel-odl_1.0.0.yaml151
-rw-r--r--deploy/config/plugins/fuel-onos_0.0.1.yaml33
-rw-r--r--deploy/config/plugins/fuel-onos_0.0.2.yaml33
-rw-r--r--deploy/config/plugins/fuel-onos_0.0.3.yaml38
-rw-r--r--deploy/config/plugins/fuel-tacker_0.9.0.yaml48
-rw-r--r--deploy/config/plugins/fuel-tacker_1.0.0.yaml48
20 files changed, 0 insertions, 957 deletions
diff --git a/deploy/config/plugins/fuel-barometer_1.0.0.yaml b/deploy/config/plugins/fuel-barometer_1.0.0.yaml
deleted file mode 100644
index 81e66833d..000000000
--- a/deploy/config/plugins/fuel-barometer_1.0.0.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-##############################################################################
-# Copyright (c) 2017 Intel Corp.
-# navyax.bathula@intel.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: Barometer Plugin
- version: 1.0.0
- created: 06.02.2017
- comment: Deploy Barometer plugin
-
-fuel-plugin-collectd-ceilometer:
- metadata:
- class: plugin
- default: false
- enabled: true
- label: fuel-plugin-collectd-ceilometer
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- plugin_version: 1.0.0
- enable_mcelog:
- type: "checkbox"
- weight: 20
- value: true
- label: "Enable collectd for mcelog"
- enable_hugepages:
- type: "checkbox"
- weight: 20
- value: true
- label: "Enable collectd for hugepages"
- enable_ovs_events:
- type: "checkbox"
- weight: 20
- value: true
- label: "Enable collectd for Open vSwitch events"
- weight: 70
diff --git a/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml b/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml
deleted file mode 100644
index 1aa1259ca..000000000
--- a/deploy/config/plugins/fuel-bgpvpn_0.9.0.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: BGPVPN fuel Plugin configuration template
- version: 0.9.0
- created: 29.06.2016
- comment: None
-
-bgpvpn:
- metadata:
- class: plugin
- default: false
- enabled: true
- label: BGPVPN plugin
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- label: BGPVPN plugin
- plugin_version: 0.9.0
- restrictions:
- - cluster:net_provider != 'neutron': Only neutron is supported by BGPVPN-plugin
- weight: 90
- weight: 70
diff --git a/deploy/config/plugins/fuel-bgpvpn_1.0.0.yaml b/deploy/config/plugins/fuel-bgpvpn_1.0.0.yaml
deleted file mode 100644
index 70ae3ea3b..000000000
--- a/deploy/config/plugins/fuel-bgpvpn_1.0.0.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: BGPVPN fuel Plugin configuration template
- version: 1.0.0
- created: 01.02.2017
- comment: None
-
-bgpvpn:
- metadata:
- class: plugin
- default: false
- enabled: true
- label: BGPVPN plugin
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- label: BGPVPN plugin
- plugin_version: 1.0.0
- restrictions:
- - "cluster:net_provider != 'neutron'": "Only neutron is supported by BGPVPN-plugin"
- - condition: "settings:opendaylight == null or settings:opendaylight.metadata.enabled != true"
- strict: false
- message: "OpenDaylight plugin must be installed and enabled"
- weight: 90
- weight: 70
diff --git a/deploy/config/plugins/fuel-congress_1.0.0.yaml b/deploy/config/plugins/fuel-congress_1.0.0.yaml
deleted file mode 100644
index c7ba8a138..000000000
--- a/deploy/config/plugins/fuel-congress_1.0.0.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-##############################################################################
-# Copyright (c) 2016 Mirantis Inc and others.
-# fzhadaev@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: Congress fuel plugin configuration template
- version: 0.1
- created: 03.10.2016
- comment: None
-congress:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: Fuel Congress plugin
- toggleable: true
- versions:
- - enabled:
- description: Service enable state for congress-server
- label: Enable
- type: checkbox
- value: true
- weight: 25
- metadata:
- contains_legacy_tasks: false
- db_password:
- generator: 'password'
- group: openstack_services
- hot_pluggable: false
- #plugin_id: Assigned during installation
- plugin_version: 1.0.0
- port: 1789
- service: congress-server
- user: congress
- user_password:
- generator: 'password'
- policies:
- description: Set of policies to configure for congress (in JSON format)
- label: Policies
- type: text
- value: '{}'
- weight: 50
- weight: 70 \ No newline at end of file
diff --git a/deploy/config/plugins/fuel-nfvkvm_0.0.1.yaml b/deploy/config/plugins/fuel-nfvkvm_0.0.1.yaml
deleted file mode 100644
index 170424edb..000000000
--- a/deploy/config/plugins/fuel-nfvkvm_0.0.1.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: NFV QEMU-KVM fuel Plugin configuration template
- version: 0.1
- created: Wed Jan 6 2016
- comment: None
-
-fuel-plugin-qemu:
- metadata:
- enabled: true
- label: fuel-plugin-qemu
- # plugin_id: Assigned during installation
- toggleable: true
- weight: 70
- use_kvm:
- label: 'EXPERIMENTAL: KVM enhancements for NFV'
- type: checkbox
- value: true
- weight: 20
diff --git a/deploy/config/plugins/fuel-nfvkvm_0.0.2.yaml b/deploy/config/plugins/fuel-nfvkvm_0.0.2.yaml
deleted file mode 100644
index 842e1e10d..000000000
--- a/deploy/config/plugins/fuel-nfvkvm_0.0.2.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: NFV QEMU-KVM fuel Plugin configuration template
- version: 0.2
- created: Tue Feb 9 2016
- comment: None
-
-fuel-plugin-qemu:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: fuel-plugin-qemu
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- #plugin_id: 1 Assigned during installation
- plugin_version: 0.5.2
- use_kvm:
- label: 'EXPERIMENTAL: KVM enhancements for NFV'
- type: checkbox
- value: true
- weight: 20
- weight: 70
diff --git a/deploy/config/plugins/fuel-nfvkvm_0.9.0.yaml b/deploy/config/plugins/fuel-nfvkvm_0.9.0.yaml
deleted file mode 100644
index 85f3221f7..000000000
--- a/deploy/config/plugins/fuel-nfvkvm_0.9.0.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: NFV KVM fuel Plugin configuration template
- version: 0.9.0
- created: 27.07.2016
- comment: None
-
-fuel-plugin-kvm:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: fuel-plugin-kvm
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- #plugin_id: 1 Assigned during installation
- plugin_version: 0.9.0
- use_kvm:
- label: 'EXPERIMENTAL: KVM enhancements for NFV'
- type: checkbox
- value: true
- weight: 20
- weight: 70
diff --git a/deploy/config/plugins/fuel-nfvkvm_1.0.0.yaml b/deploy/config/plugins/fuel-nfvkvm_1.0.0.yaml
deleted file mode 100644
index 7d4dd09ff..000000000
--- a/deploy/config/plugins/fuel-nfvkvm_1.0.0.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-##############################################################################
-# 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: NFV KVM fuel Plugin configuration template
- version: 1.0.0
- created: 05.12.2016
- comment: None
-
-fuel-plugin-kvm:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: fuel-plugin-kvm
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- #plugin_id: 1 Assigned during installation
- plugin_version: 1.0.0
- use_kvm:
- label: 'EXPERIMENTAL: KVM enhancements for NFV'
- type: checkbox
- value: true
- weight: 20
- weight: 70
diff --git a/deploy/config/plugins/fuel-nfvovs_0.0.1.yaml b/deploy/config/plugins/fuel-nfvovs_0.0.1.yaml
deleted file mode 100644
index fdaba2a21..000000000
--- a/deploy/config/plugins/fuel-nfvovs_0.0.1.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: NFV OVS fuel Plugin configuration template
- version: 0.1
- created: Wed Jan 6 2016
- comment: None
-
-fuel-plugin-ovsnfv:
- fuel-plugin-ovsnfv_text:
- description: Description for text field
- label: Text field
- type: text
- value: Set default value
- weight: 25
- metadata:
- enabled: true
- label: Userspace OVS support
- # plugin_id: Assigned during installation
- toggleable: true
- weight: 70
diff --git a/deploy/config/plugins/fuel-nfvovs_0.0.2.yaml b/deploy/config/plugins/fuel-nfvovs_0.0.2.yaml
deleted file mode 100644
index 902938211..000000000
--- a/deploy/config/plugins/fuel-nfvovs_0.0.2.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: NFV OVS fuel Plugin configuration template
- version: 0.2
- created: Mon Feb 15 2016
- comment: Rebased for new plugin arch
-
-fuel-plugin-ovsnfv:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: Userspace OVS support
- toggleable: true
- versions:
- - fuel-plugin-ovsnfv_text:
- description: Specify compute node interface to which OVS-DPDK binds
- label: NIC for DPDK
- type: text
- value: ens1f1
- weight: 25
- metadata:
- always_editable: false
- #plugin_id: Assigned during installation
- plugin_version: 0.0.1
- weight: 70
diff --git a/deploy/config/plugins/fuel-nshovs_0.0.1.yaml b/deploy/config/plugins/fuel-nshovs_0.0.1.yaml
deleted file mode 100644
index ec3ac38a9..000000000
--- a/deploy/config/plugins/fuel-nshovs_0.0.1.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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.1
- created: Wed Feb 17 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:
- - dpdk-bind-nic:
- label: Network device
- type: text
- value: eth2
- weight: 40
- metadata:
- always_editable: false
- #plugin_id: Choosen at install time
- plugin_version: 0.5.2
- use_dpdk:
- label: Use dpdk
- type: checkbox
- value: false
- weight: 20
- use_dppd:
- label: Use dppd
- type: checkbox
- value: false
- weight: 20
- weight: 70
diff --git a/deploy/config/plugins/fuel-nshovs_0.9.0.yaml b/deploy/config/plugins/fuel-nshovs_0.9.0.yaml
deleted file mode 100644
index b5caae039..000000000
--- a/deploy/config/plugins/fuel-nshovs_0.9.0.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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.2
- created: Jun 30 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: 0.9.0
- weight: 70
diff --git a/deploy/config/plugins/fuel-nshovs_1.0.0.yaml b/deploy/config/plugins/fuel-nshovs_1.0.0.yaml
deleted file mode 100644
index 3c87d8b80..000000000
--- a/deploy/config/plugins/fuel-nshovs_1.0.0.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##############################################################################
-# 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
diff --git a/deploy/config/plugins/fuel-odl_0.9.0.yaml b/deploy/config/plugins/fuel-odl_0.9.0.yaml
deleted file mode 100644
index a1ff9b519..000000000
--- a/deploy/config/plugins/fuel-odl_0.9.0.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: OpenDaylight fuel Plugin configuration template
- version: 0.4
- created: 30.06.2016
- comment: Add new field for boron version
-opendaylight:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: OpenDaylight plugin
- toggleable: true
- versions:
- - bgpvpn_gateway:
- description: Define the default gateway for BGPVPN
- label: Default Gateway
- regex:
- error: Invalid ip number
- source: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
- restrictions:
- - settings:opendaylight.enable_bgpvpn.value == false: Only needed if BGPVPN
- is enabled.
- type: text
- value: 0.0.0.0
- weight: 50
- enable_bgpvpn:
- description: 'This enables the bgpvpn extension of neutron togethere with
- the corresponding sdnvpn features in odl. This feature will disable the
- standart ovsdb feature from ODL.
-
- '
- label: BGPVPN extensions
- restrictions:
- - condition: settings:bgpvpn == null or settings:bgpvpn.metadata.enabled
- == false
- message: BGPVPN (fuel-plugin-bgpvpn) plugin must be installed and enabled.
- strict: false
- - networking_parameters:segmentation_type == 'vlan': This feature works
- only with segmentation_type != vlan
- type: checkbox
- value: false
- weight: 40
- enable_l3_odl:
- label: Use ODL to manage L3 traffic
- restrictions:
- - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation
- type.
- - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign
- public network to all nodes
- type: checkbox
- value: false
- weight: 10
- enable_sfc:
- label: SFC features
- type: checkbox
- value: false
- weight: 20
- sfc_class:
- description: 'Classifier determines what traffic needs to be chained based
- on policy based on yang model. The OpenDayLight actually supports the
- OVSDB NetVirt and the GBP classifier in case of SFC.
-
- '
- label: Classifier used by SFC
- restrictions:
- - action: hide
- condition: settings:opendaylight.enable_sfc.value == false
- type: select
- value: ncr
- values:
- - data: ncr
- label: NetVirt
- - data: gcr
- label: GBP
- weight: 21
- metadata:
- default_credentials:
- password: admin
- user: admin
- hot_pluggable: false
- jetty_port: 8181
- odl_features:
- default:
- - config
- - standard
- - region
- - package
- - kar
- - ssh
- - management
- gcr:
- - odl-groupbasedpolicy-ovssfc
- ncr:
- - odl-ovsdb-sfc
- - odl-ovsdb-sfc-rest
- odl-default:
- - odl-restconf-all
- - odl-aaa-authn
- - odl-dlux-all
- ovs:
- - odl-ovsdb-openstack
- sfc:
- - odl-sfc-model
- - odl-sfc-provider
- - odl-sfc-provider-rest
- - odl-sfc-ovs
- - odl-sfc-openflow-renderer
- vpn:
- - odl-vpnservice-openstack
- odl_deb: opendaylight
- experimental_odl_deb: opendaylight-experimental
- use_experimental_odl:
- - enable_bgpvpn
- #plugin_id: Assigned during installation
- plugin_version: 0.9.0
- restrictions:
- - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
- odl_v2:
- description: V2 version is considered as experimental
- label: Use V2 ML2 driver
- type: checkbox
- value: false
- weight: 60
- rest_api_port:
- description: Port on which ODL REST API will be available.
- label: Port number
- regex:
- error: Invalid port number
- source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
- type: text
- value: '8282'
- weight: 70
- weight: 70
diff --git a/deploy/config/plugins/fuel-odl_1.0.0.yaml b/deploy/config/plugins/fuel-odl_1.0.0.yaml
deleted file mode 100644
index c223130f3..000000000
--- a/deploy/config/plugins/fuel-odl_1.0.0.yaml
+++ /dev/null
@@ -1,151 +0,0 @@
-##############################################################################
-# Copyright (c) 2015,2016 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: OpenDaylight fuel Plugin configuration template
- version: 0.5
- created: 07.12.2016
- comment: Fuel 10 support
-opendaylight:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: OpenDaylight plugin
- toggleable: true
- versions:
- - enable_l3_odl:
- weight: 10
- type: "checkbox"
- value: false
- label: "Use ODL to manage L3 traffic"
- restrictions:
- - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation type.
- - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign public network to all nodes
- enable_sfc:
- weight: 20
- type: "checkbox"
- value: false
- label: "SFC features"
- sfc_class:
- weight: 21
- type: "select"
- value: "ncr"
- label: "Classifier used by SFC"
- values:
- - data: "ncr"
- label: "NetVirt"
- - data: "gcr"
- label: "GBP"
- description:
- >
- Classifier determines what traffic needs to be chained based on policy based on yang model.
- The OpenDayLight actually supports the OVSDB NetVirt and the GBP classifier in case of SFC.
- restrictions:
- - condition: "settings:opendaylight.enable_sfc.value == false"
- action: "hide"
- enable_bgpvpn:
- weight: 40
- type: "checkbox"
- value: false
- label: "BGPVPN extensions"
- description:
- >
- This enables the bgpvpn extension of neutron together with the
- corresponding sdnvpn features in odl. This feature will disable
- the standard ovsdb feature from ODL.
- restrictions:
- - condition: "settings:bgpvpn == null or settings:bgpvpn.metadata.enabled == false"
- strict: false
- message: "BGPVPN (fuel-plugin-bgpvpn) plugin must be installed and enabled."
- - networking_parameters:segmentation_type == 'vlan': This feature works only with segmentation_type != vlan
- - condition: "settings:opendaylight.enable_l3_odl.value == false"
- strict: false
- message: "OpenDaylight must be acting as the L3 controller for the bgpvpn features to be enabled."
- - condition: "settings:opendaylight.deb_version.value != '5.2.0-1'"
- strict: false
- message: "The BGPVPN features only support OpenDaylight 5.2.0-1. The OpenDaylight package version field must be set to that value."
- odl_v2:
- weight: 60
- type: "checkbox"
- value: false
- label: "Use V2 ML2 driver"
- description: "V2 version is considered as experimental"
- rest_api_port:
- value: '8282'
- label: 'Port number'
- description: 'Port on which ODL REST API will be available.'
- weight: 70
- type: "text"
- regex:
- source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
- error: 'Invalid port number'
- java_min_mem:
- value: '1g'
- label: 'Java -Xms option'
- description: 'Initial memory allocation pool.'
- weight: 80
- type: "text"
- java_max_mem:
- value: '2g'
- label: 'Java -Xmx option'
- description: 'Maximum memory allocation pool.'
- weight: 81
- type: "text"
- java_extra_opts:
- value: '-XX:+UseG1GC'
- label: 'Java extra options'
- description: 'Additional options.'
- weight: 82
- type: "text"
- deb_version:
- value: '5.0.0-1'
- label: 'OpenDaylight package version'
- description: 'Plugin can be build with more than one version of ODL.'
- weight: 90
- type: "text"
- metadata:
- restrictions:
- - "cluster:net_provider != 'neutron'": "Only neutron is supported by OpenDaylight"
- odl_features:
- default:
- - config
- - standard
- - region
- - package
- - kar
- - ssh
- - management
- odl-default:
- - odl-restconf-all
- - odl-aaa-authn
- - odl-dlux-all
- gcr:
- - odl-groupbasedpolicy-ovssfc
- ncr:
- - odl-ovsdb-sfc
- - odl-ovsdb-sfc-rest
- ovsdb:
- - odl-ovsdb-openstack
- netvirt:
- - odl-netvirt-openstack
- sfc:
- - odl-sfc-model
- - odl-sfc-provider
- - odl-sfc-provider-rest
- - odl-sfc-ovs
- - odl-sfc-openflow-renderer
- default_credentials:
- user: admin
- password: admin
- jetty_port: 8181
- #plugin_id: Assigned during installation
- plugin_version: 1.0.0
- weight: 70
diff --git a/deploy/config/plugins/fuel-onos_0.0.1.yaml b/deploy/config/plugins/fuel-onos_0.0.1.yaml
deleted file mode 100644
index 54ecdc0dc..000000000
--- a/deploy/config/plugins/fuel-onos_0.0.1.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: ONOS fuel Plugin configuration template
- version: 0.1
- created: Wed Jan 7 2016
- comment: None
-
-onos:
- metadata:
- enabled: true
- label: onos plugin
- # plugin_id: Assigned during installation
- restrictions:
- - cluster:net_provider != 'neutron': Neutron only
- toggleable: true
- weight: 70
- public_eth:
- description: Please note that onos needs an independent eth for public
- network when interfaces of nodes are configured, or L3 traffic to
- internet will fail!
- Defualt is eth3.
- label: Public Ethernet Port
- type: text
- value: eth3
- weight: 20
diff --git a/deploy/config/plugins/fuel-onos_0.0.2.yaml b/deploy/config/plugins/fuel-onos_0.0.2.yaml
deleted file mode 100644
index 1d0b54d04..000000000
--- a/deploy/config/plugins/fuel-onos_0.0.2.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: ONOS fuel Plugin configuration template
- version: 0.2
- created: Fre Jan 29 2016
- comment: None
-
-onos:
- metadata:
- # chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: onos plugin
- toggleable: true
- versions:
- - metadata:
- always_editable: false
- # plugin_id: Assigned during installation
- plugin_version: 0.8.0
- restrictions:
- - cluster:net_provider != 'neutron': Neutron only
- - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign
- public network to all nodes
- weight: 70
diff --git a/deploy/config/plugins/fuel-onos_0.0.3.yaml b/deploy/config/plugins/fuel-onos_0.0.3.yaml
deleted file mode 100644
index 8ff9c8323..000000000
--- a/deploy/config/plugins/fuel-onos_0.0.3.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# jonas.bjurel@ericsson.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: ONOS fuel Plugin configuration template
- version: 0.3
- created: Wed Jun 8 2016
- comment: add sfc feature
-
-onos:
- metadata:
- # chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: onos plugin
- toggleable: true
- versions:
- - enable_sfc:
- label: SFC features
- type: checkbox
- value: true
- weight: 13
- metadata:
- hot_pluggable: false
- # plugin_id: Assigned during installation
- plugin_version: 0.10.2
- restrictions:
- - cluster:net_provider != 'neutron': Neutron only
- - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign
- public network to all nodes
- weight: 70
diff --git a/deploy/config/plugins/fuel-tacker_0.9.0.yaml b/deploy/config/plugins/fuel-tacker_0.9.0.yaml
deleted file mode 100644
index 71e028ffd..000000000
--- a/deploy/config/plugins/fuel-tacker_0.9.0.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-##############################################################################
-# Copyright (c) 2015,2016 Ericsson AB and others.
-# mskalski@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: Tacker fuel plugin configuration template
- version: 0.1
- created: 03.10.2016
- comment: None
-tacker:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: Tacker VNF manager
- toggleable: true
- versions:
- - metadata:
- group: 'openstack_services'
- db_password:
- generator: 'password'
- user_password:
- generator: 'password'
- user: 'tacker'
- port: 8889
- service: 'tacker-server'
- restrictions:
- - condition: "settings:opendaylight == null or settings:opendaylight.metadata.enabled == false or settings:opendaylight.enable_sfc.value == false"
- strict: false
- message: "Please install OpenDaylight Plugin with SFC features enabled"
- - condition: "settings:fuel-plugin-ovs == null or settings:fuel-plugin-ovs.metadata.enabled == false"
- strict: false
- message: "Please install and enable Openvswitch plugin with NSH support."
- #plugin_id: Assigned during installation
- plugin_version: 0.2.0
- debug:
- value: false
- label: 'Debug logging'
- description: 'Debug logging mode provides more information, but requires more disk space.'
- weight: 25
- type: "checkbox"
- weight: 70
diff --git a/deploy/config/plugins/fuel-tacker_1.0.0.yaml b/deploy/config/plugins/fuel-tacker_1.0.0.yaml
deleted file mode 100644
index 538975439..000000000
--- a/deploy/config/plugins/fuel-tacker_1.0.0.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-##############################################################################
-# Copyright (c) 2015,2016 Ericsson AB and others.
-# mskalski@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: Tacker fuel plugin configuration template
- version: 0.2
- created: 02.02.2017
- comment: Fuel 10 support
-tacker:
- metadata:
- #chosen_id: Assigned during installation
- class: plugin
- default: false
- enabled: true
- label: Tacker VNF manager
- toggleable: true
- versions:
- - metadata:
- group: 'openstack_services'
- db_password:
- generator: 'password'
- user_password:
- generator: 'password'
- user: 'tacker'
- port: 8889
- service: 'tacker-server'
- restrictions:
- - condition: "settings:opendaylight == null or settings:opendaylight.metadata.enabled == false or settings:opendaylight.enable_sfc.value == false"
- strict: false
- message: "Please install OpenDaylight Plugin with SFC features enabled"
- - condition: "settings:fuel-plugin-ovs == null or settings:fuel-plugin-ovs.metadata.enabled == false"
- strict: false
- message: "Please install and enable Openvswitch plugin with NSH support."
- #plugin_id: Assigned during installation
- plugin_version: 1.0.0
- debug:
- value: false
- label: 'Debug logging'
- description: 'Debug logging mode provides more information, but requires more disk space.'
- weight: 25
- type: "checkbox"
- weight: 70