From f6fe898bca95ccc248e0753e3c2e977dc76aa49b Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 17 Jun 2019 12:07:19 -0400 Subject: 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 --- kubernetes/robot/values.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/robot/values.yaml') diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 1189b628f0..77014244a5 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/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" -- cgit 1.2.3-korg