refactor vBBU as a separate project
(1) Moved xos/xos/services/mcord/ to xos_services/vBBU
(2) Moved the location of tosca files
from xos/xos/tosca/ to xos_services/vBBU/xos/tosca/
(3) Moved the location of synchronizer files
from xos/xos/synchronizers to xos_services/vBBU/xos/synchronizers
(4) Added make_synchronizer_manifest.sh and manifest
(5) Added vBBU-onboard.yaml
Change-Id: I97c8c234d66ef3121403fb9dd109d7497efe4e2a
diff --git a/xos/vBBU-onboard.yaml b/xos/vBBU-onboard.yaml
new file mode 100644
index 0000000..4e1e597
--- /dev/null
+++ b/xos/vBBU-onboard.yaml
@@ -0,0 +1,27 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the vBBU service
+
+imports:
+ - custom_types/xos.yaml
+
+topology_template:
+ node_templates:
+ servicecontroller#vBBU:
+ type: tosca.nodes.ServiceController
+ properties:
+ base_url: file:///opt/xos_services/vBBU/xos/
+ # The following will concatenate with base_url automatically, if
+ # base_url is non-null.
+ models: models.py
+ admin: admin.py
+ admin_template: templates/mcordadmin.html
+ synchronizer: synchronizer/manifest
+ synchronizer_run: vbbu-synchronizer.py
+ #tosca_custom_types: exampleservice.yaml
+ tosca_resource: tosca/resources/vbbucomponent.py
+ #rest_service: subdirectory:vsg api/service/vsg/vsgservice.py
+ #rest_tenant: subdirectory:cord api/tenant/cord/vsg.py
+ private_key: file:///opt/xos/key_import/vBBU_rsa
+ public_key: file:///opt/xos/key_import/vBBU_rsa.pub
+