commit | 2d193af797e6ce0749934c5c0dcdc4565ed11d00 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Sat Jan 27 20:54:07 2018 -0800 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Sat Jan 27 20:54:07 2018 -0800 |
tree | 93c77064382ab2bd3d6c2c614f1e551973460b5f | |
parent | fd8196d373cc5ac3eb0c191ef5b916cf2fa7193d [diff] |
Remove key-reload command in Ansible Playbook Change-Id: I9798b9203909882f6e931a16af4823bf909247d4
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