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