diff options
author | Jerry Flood <jflood@att.com> | 2019-04-30 15:30:04 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-05-10 07:58:45 -0400 |
commit | 4b4373d6e961c3fe9aafa4ca072f7db69811ea93 (patch) | |
tree | 2899e41a31463acffac088f59e35772b99777683 /kubernetes/robot/resources/config | |
parent | da0cdcaf4f6187f6cc89466e3124968104ddc48a (diff) |
Update CMSO OOM to use HTTPS and AAF
Fixes OPTFRA-484 and OPTFRA-390
Issue-ID: OPTFRA-391
Change-Id: I2b65743e38464aac8dbc8cf81419e9ce36769b7d
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'kubernetes/robot/resources/config')
-rw-r--r-- | kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py index b765db23d6..6ea4930ad6 100644 --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py @@ -115,10 +115,10 @@ GLOBAL_OOF_HOMING_SERVER_PORT = "8091" # oof-sniro info - everything is from the private oam network (also called onap private network) GLOBAL_OOF_SNIRO_SERVER_PORT = "8698" # oof cmso global info - everything is from the private oam network (also called onap private network) -GLOBAL_OOF_CMSO_PROTOCOL = "http" +GLOBAL_OOF_CMSO_PROTOCOL = "https" GLOBAL_OOF_CMSO_SERVER_PORT = "8080" -GLOBAL_OOF_CMSO_USERNAME = "none" -GLOBAL_OOF_CMSO_PASSWORD = "none" +GLOBAL_OOF_CMSO_USERNAME = "{{ .Values.oofCmsoUsername }}" +GLOBAL_OOF_CMSO_PASSWORD = "{{ .Values.oofCmsoPassword }}" # openstack info - info to select right info in environment # packet generate vnf info - everything is from the private oam network (also called onap private network) GLOBAL_PACKET_GENERATOR_PORT = "8183" |