adding epc-as-a-service, bring up entire custom service chain at once
Change-Id: I2e32e4e9f3479caf7648f8bde7629356691784d3
diff --git a/xos/vepc-onboard.yaml b/xos/vepc-onboard.yaml
new file mode 100644
index 0000000..65c6994
--- /dev/null
+++ b/xos/vepc-onboard.yaml
@@ -0,0 +1,19 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard vepc-as-a-service
+
+imports:
+ - custom_types/xos.yaml
+
+topology_template:
+ node_templates:
+ servicecontroller#vepc:
+ type: tosca.nodes.ServiceController
+ properties:
+ base_url: file:///opt/xos_services/vepc/xos/
+ # The following will concatenate with base_url automatically, if
+ # base_url is non-null.
+ xproto: ./
+ tosca_custom_types: tosca/custom_types/vepc.yaml
+ tosca_resource: tosca/resources/vepctenant.py, tosca/resources/vepcservice.py
+