summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-19 21:20:05 -0400
committerDR695H <dr695h@att.com>2019-06-19 21:20:05 -0400
commit0120ece5c03d4308d426e9c858a0c9fb64b817e5 (patch)
tree2524e66357cec058b1d8cf648f6c85a35e967a67 /values.yaml
parent1dcb0bb436f29575f9c168fad3d393261207954b (diff)
adding in homing user and password
this was previously hard coded in testsuite Issue-ID: TEST-158 Change-Id: I02530608017ad6ea99a2f243b3802436e2b44a88 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'values.yaml')
-rw-r--r--values.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
index f19c0e2..1189b62 100644
--- a/values.yaml
+++ b/values.yaml
@@ -156,6 +156,9 @@ oofUsername: "oof@oof.onap.org"
oofPassword: "demo123456!"
cmsoUsername: "oof@oof.onap.org"
cmsoPassword: "demo123456!"
+oofHomingUsername: "admin1"
+oofHomingPassword: "plan.15"
+
# default number of instances
replicaCount: 1