From e1f901c6ffe0a4a1ec16ba675576084f554523c9 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Mon, 4 Jun 2018 05:14:38 -0700 Subject: Fix OOF configuration Added missing multicloud section in conductor.conf Updated music version to reflect the latest version Change-Id: I7e943c4344c63d4e18df9f00f6b61600e97295a7 Issue-ID: OPTFRA-232 Signed-off-by: Dileep Ranganathan --- conductor.conf | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'conductor.conf') diff --git a/conductor.conf b/conductor.conf index 16907ed..a2a4765 100755 --- a/conductor.conf +++ b/conductor.conf @@ -252,11 +252,11 @@ timeout = 300 # # From conductor # -music_new_version = True +music_new_version = True # Base URL for Music REST API without a trailing slash. (string value) server_url = http://localhost:8080/MUSIC/rest/v2 version = v2 -music_version = "2.4.21" +music_version = "2.5.3" aafuser = conductor aafpass = c0nduct0r aafns = conductor @@ -348,3 +348,31 @@ concurrent = true [reservation] concurrent = true + +[multicloud] + +# +# From conductor +# + +# Base URL for Multicloud without a trailing slash. (string value) +server_url = http://msb.onap.org:80/api/multicloud + +# Timeout for Multicloud Rest Call (string value) +multicloud_rest_timeout = 30 + +# Number of retry for Multicloud Rest Call (string value) +multicloud_retries = 3 + +# The version of Multicloud API. (string value) +server_url_version = v0 + + +[vim_controller] +# +# From conductor +# + +# Extensions list to use (list value) +extensions = multicloud + -- cgit 1.2.3-korg