diff options
author | Brian Freeman <bf1936@att.com> | 2018-05-14 13:49:03 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-05-14 13:54:46 -0500 |
commit | 1fb36e6f1964755f49f10de5bed2216c4ba83179 (patch) | |
tree | f0a538479f054a064181e02d735d6555b13798e8 /kubernetes/robot/values.yaml | |
parent | 492c9bb357f552276acc6299e273711b2e37a62a (diff) |
Fix robot preload
Issue-ID: OOM-1079
Change-Id: Ie45882ce193e73b91c13c03ef1a3fdc731002124
Signed-off-by: Brian Freeman <bf1936@att.com>
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 |