diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-14 19:29:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-14 19:29:02 +0000 |
commit | d31e2a0a1032acd12cce02a3767988027cd6a5c6 (patch) | |
tree | 9f14ed431febcdc5487fb9c28ebc9b49da0a21af /kubernetes/robot/values.yaml | |
parent | eda53aeaba3e7bbf8353142f97d29595ffa466c7 (diff) | |
parent | 1fb36e6f1964755f49f10de5bed2216c4ba83179 (diff) |
Merge "Fix robot preload"
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 5e78f9545a..e3a2e13027 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -77,6 +77,10 @@ openStackPrivateNetCidr: "10.0.0.0/8" # The first 2 octets of the private Openstack subnet where VNFs will be spawned. # Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X openStackOamNetworkCidrPrefix: "10.0" +# Override with Pub Key for access to VNF +vnfPubKey: "FILL_IN_WITH_PUB_KEY" +# Override with DCAE VES Collector external IP +dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP" # default number of instances replicaCount: 1 |