Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
d5a9cce3f44aa2694984afeb0c33a67172d59932
/
.
/
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
%}