commit | e132a1b0430d2388dd0569fe4f11416e8d150e3e | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Mar 07 15:08:42 2018 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Mar 08 21:23:24 2018 +0000 |
tree | 53e52e8af6a191d81883889446070f9e9bc2fdad | |
parent | 3b4c3b744d71b61eba8d3f7dbb95fdf45c97803c [diff] |
[CORD-2812] Removing link from xos-ws to xos-core Change-Id: Id695eff58dc12b44cba9c25c967b44bc3989d5af
diff --git a/roles/cord-profile/templates/docker-compose.yml.j2 b/roles/cord-profile/templates/docker-compose.yml.j2 index 09f8fd3..c307eae 100644 --- a/roles/cord-profile/templates/docker-compose.yml.j2 +++ b/roles/cord-profile/templates/docker-compose.yml.j2
@@ -157,7 +157,6 @@ ports: - "3000:3000" links: - - xos_core:xos {% if use_redis %} - xos_redis:redis {% endif %}
diff --git a/roles/cord-profile/templates/gateway-config.yml.j2 b/roles/cord-profile/templates/gateway-config.yml.j2 index bad2a14..55e048a 100644 --- a/roles/cord-profile/templates/gateway-config.yml.j2 +++ b/roles/cord-profile/templates/gateway-config.yml.j2
@@ -17,9 +17,6 @@ default: - xos: - host: xos - port: {{ xos_ui_port }} redis: host: redis port: 6379