commit | 47ce5e54da053c8bb1b7c197a2f823e2c4b13ba2 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Feb 11 17:40:53 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Feb 11 17:40:53 2016 -0800 |
tree | d7f7ec3705fe96bd1ea341ee476446daae93db6b | |
parent | 50974e4a55b3b76f470cc14e47685db8a134ae93 [diff] |
add node_key
diff --git a/xos/tosca/samples/vtn.yaml b/xos/tosca/samples/vtn.yaml index 50e8c86..e0be009 100644 --- a/xos/tosca/samples/vtn.yaml +++ b/xos/tosca/samples/vtn.yaml
@@ -14,8 +14,10 @@ kind: onos view_url: /admin/onos/onosservice/$id$/ public_key: { get_artifact: [ SELF, pubkey, LOCAL_FILE] } + node_key: { get_artifact: [ SELF, nodekey, LOCAL_FILE] } artifacts: pubkey: /opt/xos/synchronizers/onos/onos_key.pub + nodekey: /root/setup/node_key VTN_ONOS_app: type: tosca.nodes.ONOSVTNApp