diff options
author | malar <malarvizhi.44@wipro.com> | 2022-09-22 11:41:32 +0000 |
---|---|---|
committer | malar <malarvizhi.44@wipro.com> | 2022-09-22 11:41:32 +0000 |
commit | 8c4999a757f3f6429490ec79805166cbd7728c0c (patch) | |
tree | b78e8c55f16aa97599ccc17d51be30768e63809b /kubernetes/oof/components/oof-has/resources/config/conductor.conf | |
parent | 740cb1c679b52e3d4597c1211ff9b0a02bde84d4 (diff) |
[OOF] Update OOF image versions
- Update OSDF version to 3.0.7
- Update HAS version to 2.3.1
Issue-ID: OPTFRA-1080
Issue-ID: OPTFRA-1089
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Id16478f40893c5ca447c84868d3bf55bf6ae0500
Diffstat (limited to 'kubernetes/oof/components/oof-has/resources/config/conductor.conf')
-rwxr-xr-x | kubernetes/oof/components/oof-has/resources/config/conductor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oof/components/oof-has/resources/config/conductor.conf b/kubernetes/oof/components/oof-has/resources/config/conductor.conf index 22a20fe64e..78553d73af 100755 --- a/kubernetes/oof/components/oof-has/resources/config/conductor.conf +++ b/kubernetes/oof/components/oof-has/resources/config/conductor.conf @@ -765,7 +765,7 @@ get_ta_list_url = "/api/v1/execute/ran-coverage-area/get_ta_list" # Base URL for DCAE, up to and not including the version, and without a # trailing slash. (string value) -server_url = https://{{.Values.config.dcae.service}}.{{ include "common.namespace" . }}:{{.Values.config.dcae.port}} +server_url = http://{{.Values.config.dcae.service}}.{{ include "common.namespace" . }}:{{.Values.config.dcae.port}} # Timeout for DCAE Rest Call (string value) #dcae_rest_timeout = 30 @@ -796,4 +796,4 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer # Password for DCAE. (string value) #password = -get_slice_config_url = "/api/v1/slices-config"
\ No newline at end of file +get_slice_config_url = "/api/v1/slices-config" |