[CORD-1333] Removing ngXosLib

Change-Id: Iad67ac73b81b4ef20c2b3f1472552d756a27a7a6
diff --git a/roles/cord-profile/templates/deployment.yaml.j2 b/roles/cord-profile/templates/deployment.yaml.j2
index 71f1355..c572e54 100644
--- a/roles/cord-profile/templates/deployment.yaml.j2
+++ b/roles/cord-profile/templates/deployment.yaml.j2
@@ -44,14 +44,3 @@
             relationship: tosca.relationships.SupportsFlavor
 
 {% endfor %}
-
-# Attach the Tenant view to the deployment
-    Tenant:
-      type: tosca.nodes.DashboardView
-      properties:
-        no-create: true
-        no-delete: true
-      requirements:
-        - deployment:
-            node: {{ deployment_type }}
-            relationship: tosca.relationships.SupportsDeployment
diff --git a/roles/cord-profile/templates/docker-compose.yml.j2 b/roles/cord-profile/templates/docker-compose.yml.j2
index b3faeaf..a6e21b3 100644
--- a/roles/cord-profile/templates/docker-compose.yml.j2
+++ b/roles/cord-profile/templates/docker-compose.yml.j2
@@ -231,7 +231,7 @@
 {% for network in xos_docker_networks %}
      - {{ network }}
 {% endfor %}
-    command: python /opt/xos/manage.py runserver 0.0.0.0:9000 --insecure
+    command: python /opt/xos/manage.py runserver 0.0.0.0:9000
     ports:
       - "9000:9000"
     links:
@@ -248,7 +248,6 @@
     volumes:
       - {{ head_cord_profile_dir }}/xos_config.yaml:/opt/xos/xos_config.yaml:ro
       - {{ head_cord_profile_dir }}:/opt/cord_profile:ro
-      - {{ head_cord_dir }}/orchestration/xos_libraries/ng-xos-lib:/opt/xos_libraries/ng-xos-lib:ro
       - {{ head_cord_profile_dir }}/im_cert_chain.pem:/usr/local/share/ca-certificates/local_certs.crt:ro
     logging:
       driver: "json-file"
@@ -286,7 +285,6 @@
     volumes:
       - {{ head_cord_profile_dir }}/xos_config.yaml:/opt/xos/xos_config.yaml:ro
       - {{ head_cord_profile_dir }}:/opt/cord_profile:ro
-      - {{ head_cord_dir }}/orchestration/xos_libraries/ng-xos-lib:/opt/xos_libraries/ng-xos-lib:ro
       - {{ head_cord_profile_dir }}/im_cert_chain.pem:/usr/local/share/ca-certificates/local_certs.crt:ro
       - {{ head_cord_profile_dir }}/initial_data.yaml:/opt/xos/core/migrations/initial_data.yaml:ro
       - /var/run/docker.sock:/var/run/docker.sock