diff options
author | DR695H <dr695h@att.com> | 2019-06-17 12:07:19 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-20 10:07:36 -0400 |
commit | f6fe898bca95ccc248e0753e3c2e977dc76aa49b (patch) | |
tree | 89e5379bec806041610e0ed94fbb671b693a215f /kubernetes/robot/values.yaml | |
parent | 3a64f985ebc2ab743e67faf4883cd782af10836c (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/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |