commit | 950da04e76d5cd39c7fd17de26dda0e355e957fc | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Feb 17 20:35:48 2017 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Feb 23 11:52:31 2017 -0800 |
tree | ef166419c62aabb40a45b83eb672b5123277ae70 | |
parent | bcfb2d6317fc9b877ddfdd0efb4383113d810574 [diff] |
Set up docker-compose link from GUI to Chameleon Change-Id: I6836325ac4fb466f8cecee5a03010befde82a961
diff --git a/roles/cord-profile/templates/onboard-xos-gui.yaml.j2 b/roles/cord-profile/templates/onboard-xos-gui.yaml.j2 index e05c999..48dcc1b 100644 --- a/roles/cord-profile/templates/onboard-xos-gui.yaml.j2 +++ b/roles/cord-profile/templates/onboard-xos-gui.yaml.j2
@@ -15,6 +15,17 @@ image: xosproject/xos-gui ports: 4000:4000 + gui-to-chameleon: + type: tosca.nodes.ComponentLink + properties: + container: xos_chameleon + alias: xos-chameleon + kind: internal + requirements: + - xos: + node: xos-spa-gui + relationship: tosca.relationships.LinkOfComponent + gui-to-gw: type: tosca.nodes.ComponentLink properties: