Clone this repo:
  1. 5132077 Adding Code of Conduct by Matteo Scandolo · 4 years, 6 months ago master
  2. 30419a6 Updated service to use new XOS core version: 2.1.22 by Zack Williams · 6 years ago 1.0.3
  3. 4ebeee9 Update VERSION and XOS parent container by Zack Williams · 6 years ago 1.0.2
  4. dca71c1 Release v1.0.1 by Andy Bavier · 6 years ago 1.0.1
  5. 381a94e Release v1.0.0 by Zack Williams · 6 years ago

Virtual Home Subscriber Server Service (vHSS)

Onboarding

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:

  • for CORD scenario: $CROD/build/scenarios/cord/config.yml
  • for Local scenario: $CROD/build/scenarios/local/config.yml
  • for Mock scenario: $CROD/build/scenarios/mock/config.yml
  • for Opencloud scenario: $CROD/build/scenarios/opencloud/config.yml
  • for Single scenario: $CROD/build/scenarios/single/config.yml

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