commit | c5c96f84ec113be71e1009987f53d9b19990607d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 13 13:20:14 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 13 13:20:14 2016 -0700 |
tree | 85fc2eb2aa88e610b51d2060de7595377caea70e | |
parent | f40999bb973068368cf0c9694c1f6f14708b3c9b [diff] |
add docker_image_name to VSGService Tosca Change-Id: I60278f9d10d0afdb80d110de96eaf2d2beea403e
diff --git a/xos/tosca/custom_types/xos.m4 b/xos/tosca/custom_types/xos.m4 index d84672e..3b34216 100644 --- a/xos/tosca/custom_types/xos.m4 +++ b/xos/tosca/custom_types/xos.m4
@@ -385,6 +385,9 @@ node_label: type: string required: false + docker_image_name: + type: string + required: false tosca.nodes.VBNGService: derived_from: tosca.nodes.Root
diff --git a/xos/tosca/custom_types/xos.yaml b/xos/tosca/custom_types/xos.yaml index b2adcb5..cedfbeb 100644 --- a/xos/tosca/custom_types/xos.yaml +++ b/xos/tosca/custom_types/xos.yaml
@@ -661,6 +661,9 @@ node_label: type: string required: false + docker_image_name: + type: string + required: false tosca.nodes.VBNGService: derived_from: tosca.nodes.Root