aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/resources/config/eteshare
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-17 12:07:19 -0400
committerDR695H <dr695h@att.com>2019-06-20 10:07:36 -0400
commitf6fe898bca95ccc248e0753e3c2e977dc76aa49b (patch)
tree89e5379bec806041610e0ed94fbb671b693a215f /kubernetes/robot/resources/config/eteshare
parent3a64f985ebc2ab743e67faf4883cd782af10836c (diff)
add missing config properties found
when moving to the new structure of robot libs i noticied these didnt exist. these cause errors when run on my local so fixing Issue-ID: TEST-158 Change-Id: I7303e702ddf588c57308774e0cbeb1f0c9461799 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'kubernetes/robot/resources/config/eteshare')
-rw-r--r--kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py3
1 files changed, 3 insertions, 0 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 69190638a7..1db75b0c18 100644
--- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
+++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
@@ -130,6 +130,9 @@ GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
#oof user
GLOBAL_OOF_OSDF_USERNAME="{{ .Values.oofUsername }}"
GLOBAL_OOF_OSDF_PASSWORD="{{ .Values.oofPassword }}"
+#oof pci user
+GLOBAL_OOF_PCI_USERNAME="{{ .Values.oofOsdfPciOptUsername }}"
+GLOBAL_OOF_PCI_PASSWORD="{{ .Values.oofOsdfPciOptPassword }}"
# oof cmso global info - everything is from the private oam network (also called onap private network)
GLOBAL_OOF_CMSO_PROTOCOL = "https"
GLOBAL_OOF_CMSO_SERVER_PORT = "8080"