Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
d955d33631e79e9c151d733d778ea95987a16cde
/
.
/
roles
/
onos-vm-install
/
templates
/
onos-setup-vars.yml.j2
blob: 136e6869b394c51feda9c7a64ae7cccc0f4cbec4 [
file
] [
log
] [
blame
]
---
{%
if
on_maas
%}
node_private_key
:
"{{ maas_node_key }}"
{%
else
%}
node_private_key
:
"~/.ssh/id_rsa"
{%
endif
%}