diff options
author | Ikramullah, Ikram <ikram@research.att.com> | 2020-02-24 19:03:03 -0500 |
---|---|---|
committer | Ikramullah, Ikram <ikram@research.att.com> | 2020-02-25 14:22:32 -0500 |
commit | 9ba1423eb3edcfd8fed7897ce8ea54fdddc58b99 (patch) | |
tree | f285a7b45e76fc2c7b2aa1660cd77e7279a3b6e1 /kubernetes/oof/charts/oof-has/resources/config | |
parent | d98cc501b887299af62d46a0d9071835d9af5ed0 (diff) |
Replaced URLs from the configuration file with test values
Also, the last patch seems to have required the server_url attribute in section [sdnc]
to be avaiable. This is why instead of 'removing', I'm replacing the unused/unwanted URL
Issue-ID: OPTFRA-699
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
Change-Id: I2365439ae013b7b4331741cd26b66e9b59f4d864
Diffstat (limited to 'kubernetes/oof/charts/oof-has/resources/config')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/resources/config/conductor.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf index 2b5a0115bb..fd87adc4b4 100755 --- a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf +++ b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf @@ -560,8 +560,7 @@ concurrent = true #table_prefix = sdnc # Base URL for SDN-C, up to and including the version. (string value) -#server_url = https://controller:8443/restconf/ -server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/ +server_url = https://controller:8443/restconf/ # Basic Authentication Username (string value) #username = <None> @@ -577,7 +576,6 @@ password = Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U # Retry Numbers for SDNC Rest Call (string value) #sdnc_retries = 3 - [service_controller] # |