add missing config properties found 29/90029/2
authorDR695H <dr695h@att.com>
Mon, 17 Jun 2019 16:07:19 +0000 (12:07 -0400)
committerDR695H <dr695h@att.com>
Thu, 20 Jun 2019 14:07:36 +0000 (10:07 -0400)
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>
kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
kubernetes/robot/values.yaml

index 6919063..1db75b0 100644 (file)
@@ -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"
index 1189b62..7701424 100644 (file)
@@ -156,6 +156,8 @@ oofUsername: "oof@oof.onap.org"
 oofPassword: "demo123456!"
 cmsoUsername: "oof@oof.onap.org"
 cmsoPassword: "demo123456!"
+oofOsdfPciOptUsername: "oof@oof.onap.org"
+oofOsdfPciOptPassword: "demo123456!"
 oofHomingUsername: "admin1"
 oofHomingPassword: "plan.15"