Uplift to mitaka

Change-Id: I0940184344e3dbdc94061eca6d34f5fba49b1c8b
This commit is contained in:
Nikolas Hermanns 2016-06-28 12:04:07 +02:00
parent fb8a9ad29f
commit 31cffef955
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
- id: bgpvpn_configure
version: 2.0.0
role: ['primary-controller', 'controller']
requires: [post_deployment_start]
required_for: [post_deployment_end]

View File

@ -3,15 +3,15 @@ name: bgpvpn
# Human-readable name for your plugin
title: BGPVPN plugin
# Plugin version
version: '0.8.0'
version: '0.9.0'
# Description
description: 'This plugin provides BGPVPN extension for neutron.'
# Required fuel version
fuel_version: ['8.0']
fuel_version: ['9.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Michal Skalski, Mirantis']
authors: ['Nikolas Hermanns, Ericsson']
# A link to the plugin's page
homepage: 'https://github.com/openstack/fuel-plugin-bgpvpn'
# Specify a group which your plugin implements, possible options:
@ -21,7 +21,7 @@ groups: ['network']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: liberty-8.0
version: mitaka-9.0
mode: ['ha', 'multinode']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu

View File

@ -7,11 +7,11 @@ set -eux
# Networking bgpvpn
NETWORKING_BGPVPN_REPO=${NETWORKING_BGPVPN_REPO:-https://github.com/openstack/networking-bgpvpn.git}
NETWORKING_BGPVPN_BRANCH=${NETWORKING_BGPVPN_BRANCH:-stable/liberty}
NETWORKING_BGPVPN_BRANCH=${NETWORKING_BGPVPN_BRANCH:-stable/mitaka}
#Networking odl
NETWORKING_ODL_REPO=${NETWORKING_ODL_REPO:-https://github.com/openstack/networking-odl.git}
NETWORKING_ODL_BRANCH=${NETWORKING_ODL_BRANCH:-stable/liberty}
NETWORKING_ODL_BRANCH=${NETWORKING_ODL_BRANCH:-stable/mitaka}
# For which systems odl package should be build
BUILD_FOR=${BUILD_FOR:-ubuntu}