diff options
author | DR695H <dr695h@att.com> | 2019-07-15 13:33:52 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-15 14:53:47 -0400 |
commit | a3edd2ebf8a5575fcf4f99e918ff10e54de60c9a (patch) | |
tree | 88345838f924ccf5b829d674c2bc06a608de22cf /kubernetes/robot/values.yaml | |
parent | a0e80e8e04f3bcbc4cae4a87a34059ee897b09e1 (diff) |
defaulting the vnf key
this key is a test key (the one used in robot)
Issue-ID: TEST-167
Change-Id: I4defc1d7f4e71357c6528b9f7e8a5b66309f588a
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 5443771e9b..16ca1d9360 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -121,7 +121,9 @@ openStackOamNetworkCidrPrefix: "10.0" vidServerProtocol: "http" vidServerPort: "8080" # Override with Pub Key for access to VNF -vnfPubKey: "FILL_IN_WITH_PUB_KEY" +vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh imported-openssh-key" +# Override with Private Key for access to VNF +vnfPrivateKey: "onap_dev.yaml" # Override with DCAE VES Collector external IP dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP" |