commit | 2e973ea17cac3b861e3ee2ad879aa922f96bf36b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Fri Feb 02 19:21:32 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Fri Feb 02 19:21:32 2018 +0000 |
tree | b2eac27e516db5bee453ed563c9c2bfe19f6f55d | |
parent | 2d193af797e6ce0749934c5c0dcdc4565ed11d00 [diff] | |
parent | c4e51b52a167988f46b3f24714f9c734e8fafea2 [diff] |
Merge "[CORD-2687] Removing old tosca engine pieces"
To onboard this service in your system, you can add the service to the mcord.yml
profile manifest (location: $CORD/build/platform-install/profile_manifests/mcord.yml):
xos_services: - name: vhss path: orchestration/xos_services/vhss keypair: mcord_rsa
In addition, you should add the synchronizer for this service to the docker_images.yml
(location: $CORD/build/docker_images.yml):
- name: xosproject/vhss-synchronizer repo: vHSS path: "xos/synchronizer" dockerfile: "Dockerfile.synchronizer"
To build the synchronizer as a container, following codes should be written in scenario files, e.g., cord, local, mock, and so on:
docker_image_whitelist: - "xosproject/vhss-synchronizer"
For this, the exact location for each scenario is as follows:
Once you have added the service, you will need to rebuild and redeploy the XOS containers from source.
$ cd $CORD/build $ make xos-teardown $ make clean-openstack $ make clean-profile $ make -j4 build $ make compute-node-refresh