remove exampleservice inclusion
diff --git a/xos/configurations/cord-pod/docker-compose.yml b/xos/configurations/cord-pod/docker-compose.yml
index 422849a..8aaafef 100644
--- a/xos/configurations/cord-pod/docker-compose.yml
+++ b/xos/configurations/cord-pod/docker-compose.yml
@@ -18,19 +18,6 @@
- ../vtn/files/xos_vtn_config:/opt/xos/xos_configuration/xos_vtn_config:ro
- ./images:/opt/xos/images:ro
-xos_synchronizer_exampleservice:
- image: xosproject/xos-synchronizer-openstack
- command: bash -c "sleep 120; python /opt/xos/synchronizers/exampleservice/exampleservice-synchronizer.py -C /root/setup/files/exampleservice_config"
- labels:
- org.xosproject.kind: synchronizer
- org.xosproject.target: exampleservice
- links:
- - xos_db
- volumes:
- - .:/root/setup:ro
- - ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config:ro
- - ./id_rsa:/opt/xos/synchronizers/exampleservice/exampleservice_private_key:ro
-
xos_synchronizer_onos:
image: xosproject/xos-synchronizer-openstack
command: bash -c "python /opt/xos/synchronizers/onos/onos-synchronizer.py -C /opt/xos/synchronizers/onos/onos_synchronizer_config"
@@ -114,5 +101,4 @@
- ./id_rsa.pub:/opt/xos/synchronizers/onos/onos_key.pub:ro
- ./id_rsa.pub:/opt/xos/synchronizers/vcpe/vcpe_public_key:ro
- ./id_rsa.pub:/opt/xos/synchronizers/monitoring_channel/monitoring_channel_public_key:ro
- - ./id_rsa:/opt/xos/synchronizers/exampleservice/exampleservice_public_key:ro
diff --git a/xos/tools/xos-manage b/xos/tools/xos-manage
index 53b5bd8..709882b 100755
--- a/xos/tools/xos-manage
+++ b/xos/tools/xos-manage
@@ -144,7 +144,6 @@
python ./manage.py makemigrations syndicate_storage
python ./manage.py makemigrations cord
python ./manage.py makemigrations ceilometer
- python ./manage.py makemigrations exampleservice
python ./manage.py makemigrations onos
python ./manage.py makemigrations openvpn
python ./manage.py makemigrations vtr
diff --git a/xos/xos/settings.py b/xos/xos/settings.py
index bcb0f72..417be81 100644
--- a/xos/xos/settings.py
+++ b/xos/xos/settings.py
@@ -184,7 +184,6 @@
'services.cord',
'services.onos',
'services.ceilometer',
- 'services.exampleservice',
'services.requestrouter',
'services.syndicate_storage',
'services.openvpn',