From 9bd3394c267a2a87f4c381b521942f1851796339 Mon Sep 17 00:00:00 2001 From: Illia Polliul Date: Tue, 12 Jan 2016 13:11:47 +0200 Subject: [PATCH] Minor version bump. Change-Id: Ic0f6d4613315001411640abda1737bc26b029039 --- README.md | 2 +- deployment_scripts/puppet/manifests/site-common-pre.pp | 2 +- .../puppet/modules/contrail/templates/contrailsyslog.sh.erb | 2 +- metadata.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bb78d9cd..d6a7bed8c 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ How to build plugin: fpb --build . -- Check if file contrail-2.1-2.1.0-1.noarch.rpm was created. +- Check if file contrail-2.1-2.1.1-1.noarch.rpm was created. diff --git a/deployment_scripts/puppet/manifests/site-common-pre.pp b/deployment_scripts/puppet/manifests/site-common-pre.pp index f12271f54..81926810c 100644 --- a/deployment_scripts/puppet/manifests/site-common-pre.pp +++ b/deployment_scripts/puppet/manifests/site-common-pre.pp @@ -39,7 +39,7 @@ case $operatingsystem package {'yum-plugin-priorities': ensure => present } } Ubuntu: { - file { '/etc/apt/preferences.d/contrail-2.1.0.pref': + file { '/etc/apt/preferences.d/contrail-2.1.1.pref': ensure => absent, } } diff --git a/deployment_scripts/puppet/modules/contrail/templates/contrailsyslog.sh.erb b/deployment_scripts/puppet/modules/contrail/templates/contrailsyslog.sh.erb index 4b93e09ef..f0ab70337 100644 --- a/deployment_scripts/puppet/modules/contrail/templates/contrailsyslog.sh.erb +++ b/deployment_scripts/puppet/modules/contrail/templates/contrailsyslog.sh.erb @@ -16,7 +16,7 @@ /usr/bin/contrail-logs \ --last 1m \ - --level SYS_INFO \ + --level SYS_ERR \ --send-syslog \ --syslog-server <%= scope.lookupvar('contrail::master_ip') %> \ --syslog-port 514 diff --git a/metadata.yaml b/metadata.yaml index 28a58574b..e96ed1677 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: contrail # Human-readable name for your plugin title: Fuel Contrail plugin # Plugin version -version: 2.1.0 +version: 2.1.1 # Description description: Contrail plugin for Fuel provides the functionality to add Juniper Contrail SDN for Mirantis OpenStack as network backend using Fuel Web UI in a user-friendly manner # Required fuel version