summaryrefslogtreecommitdiffstats
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
commit16a64fa6ab31173d6dddf87bac26f442ba3a8abb (patch)
tree4659fe4bb09b706ad9a3c12603b2f787db496b27
parent4b7409112191919a511ee0ab41ae5804a74bb3cb (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>
-rw-r--r--resources/config/eteshare/config/integration_robot_properties.py3
-rw-r--r--values.yaml2
2 files changed, 5 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py
index 6919063..1db75b0 100644
--- a/resources/config/eteshare/config/integration_robot_properties.py
+++ b/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"
diff --git a/values.yaml b/values.yaml
index 1189b62..7701424 100644
--- a/values.yaml
+++ b/values.yaml
@@ -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"