commit | 32fbce9d40f29d1a1454627d88f67cffceca4259 | [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 | ec5307e3ef68f877c7275705f0c4aa3357e66d58 | |
parent | 80a7e3c95abf952af55c4cbfc63b9def483ae6c0 [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