[OOF] Fix AAI schema version from v19 to v21 90/122290/1
authornellix93 <aniellopaolo.malinconico@guest.telecomitalia.it>
Tue, 29 Jun 2021 11:49:01 +0000 (13:49 +0200)
committerAniello Paolo Malinconico <aniellopaolo.malinconico@guest.telecomitalia.it>
Wed, 7 Jul 2021 07:32:19 +0000 (07:32 +0000)
AAI v19 version schema is deprecated

Change-Id: Iff6bb1332b0aba08ee0d1a691e44762f2539d809
Signed-off-by: nellix93 <aniellopaolo.malinconico@guest.telecomitalia.it>
Issue-ID: OOM-2766
(cherry picked from commit 1c997988bad10cb227aaf4662464f80bd63774c5)

kubernetes/oof/components/oof-has/resources/config/conductor.conf

index ded979c..b46134e 100755 (executable)
@@ -240,7 +240,7 @@ server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.names
 #aai_retries = 3
 
 # The version of A&AI in v# format. (string value)
-server_url_version = v19
+server_url_version = v21
 
 # SSL/TLS certificate file in pem format. This certificate must be registered
 # with the A&AI endpoint. (string value)