diff options
author | sekharhuawei <reddi.shekhar@huawei.com> | 2020-10-13 21:55:29 +0530 |
---|---|---|
committer | sekharhuawei <reddi.shekhar@huawei.com> | 2020-10-13 21:55:29 +0530 |
commit | c4aa2a9a01ad435b20b242b76edeea2e8dcc5bce (patch) | |
tree | bb2d2ee500712fc652894d1a6c24f0ec5d4c807a | |
parent | 34913f2223539640c81ae9e7a65744a09a95c9ce (diff) |
SO health check failed
Issue-ID: OOM-2595
Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com>
Change-Id: I7ac19c53313c6b50297242b068a7277079e625ed
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 2 | ||||
-rw-r--r-- | values.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index 1c7e79f..9ef41c4 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -248,7 +248,7 @@ GLOBAL_SO_REQDB_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_REQDB_IP_ADDR + ':' + GLOBAL_SO_SDNC_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_SDNC_IP_ADDR + ':' + GLOBAL_SO_SDNC_SERVER_PORT GLOBAL_SO_VFC_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_VFC_IP_ADDR + ':' + GLOBAL_SO_VFC_SERVER_PORT GLOBAL_SO_VNFM_ENDPOINT = 'https://' + GLOBAL_INJECTED_SO_VNFM_IP_ADDR + ':' + GLOBAL_SO_VNFM_SERVER_PORT -GLOBAL_SO_NSSMF_ENDPOINT = 'https://' + GLOBAL_INJECTED_SO_NSSMF_IP_ADDR + ':' + GLOBAL_SO_NSSMF_SERVER_PORT +GLOBAL_SO_NSSMF_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_NSSMF_IP_ADDR + ':' + GLOBAL_SO_NSSMF_SERVER_PORT #GLOBAL_SO_VNFM_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_VNFM_IP_ADDR + ':' + GLOBAL_SO_VNFM_SERVER_PORT # music info - everything is from the private oam network (also called onap private network) GLOBAL_MUSIC_SERVER_PROTOCOL = "https" diff --git a/values.yaml b/values.yaml index 4d31ea7..0e4bba0 100644 --- a/values.yaml +++ b/values.yaml @@ -182,6 +182,8 @@ config: enabled: false so_vnfm_adapter: enabled: false + so_nssmf_adapter: + enabled: false vid: enabled: false refrepo: |