remove file and delete service_message in synchronizer.
Change-Id: I58349df77e1ff4fb973e341f508cbad7f3eff0f9
diff --git a/xos/vSGW-onboard.yaml b/xos/vSGW-onboard.yaml
index de66ae8..01d8786 100644
--- a/xos/vSGW-onboard.yaml
+++ b/xos/vSGW-onboard.yaml
@@ -7,7 +7,7 @@
topology_template:
node_templates:
- VSGWservice:
+ servicecontroller#vsgw:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/vSGW/xos/
@@ -15,12 +15,13 @@
# base_url is non-null.
models: models.py
admin: admin.py
+ admin_template: templates/VSGWAdmin.html
synchronizer: synchronizer/manifest
synchronizer_run: vsgw-synchronizer.py
- tosca_custom_types: vsgw.yaml
- tosca_resource: tosca/resources/vsgwservice.py, tosca/resources/vsgwtenant.py
- rest_service: api/service/vsgwservice.py
- rest_tenant: api/tenant/vsgwtenant.py
- private_key: file:///opt/xos/key_import/vsgw_rsa
- public_key: file:///opt/xos/key_import/vsgw_rsa.pub
+ #tosca_custom_types: vsgw.yaml
+ tosca_resource: tosca/resources/vsgwtenant.py, tosca/resources/vsgwservice.py
+ #rest_service: api/service/vsgwservice.py
+ #rest_tenant: api/tenant/vsgwtenant.py
+ private_key: file:///opt/xos/key_import/vSGW_rsa
+ public_key: file:///opt/xos/key_import/vSGW_rsa.pub