Skip to content

Commit

Permalink
Merge pull request #10 from atlanticwave-sdx/9-clean-up-repository-by…
Browse files Browse the repository at this point in the history
…-removing-unnecessary-features-and-components

XS⚠️ ◾ removing extra directories not related to the oxpo topology conversion
  • Loading branch information
lmarinve authored Apr 19, 2024
2 parents 875d674 + a0e2ce6 commit 2dc33d2
Show file tree
Hide file tree
Showing 180 changed files with 4 additions and 26,231 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ MONGO_INITDB_ROOT_PASSWORD='admin_pwd'
ROOT_DB_USER='admin_user'
ROOT_DB_PASS='admin_pwd'
ROOT_DB='admin'
RABBITMQ_DEFAULT_HOST='rabbitmq3'
RABBITMQ_DEFAULT_USER='mq_user'
RABBITMQ_DEFAULT_PASS='mq_pwd'
SDX_TOPOLOGY_VALIDATOR='http://192.168.0.14:8000/validator/v1/validate'
SDX_OXPOS='kytos,kytos,kytos,kytos'
SDX_OXPO_NAMES='Test-OXP,Ampath-OXP,SAX-OXP,Tenet-OXPO'
Expand Down
1 change: 0 additions & 1 deletion 1_build_kytos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ docker build -f os-base/kytos-base/Dockerfile -t kytos-base .
docker build --no-cache -f os-base/mininet/Dockerfile -t mininet .
docker build --no-cache -f os-base/mongo-base/Dockerfile -t mongo-db .
docker build --no-cache -f os-base/flask-base/Dockerfile -t flask-base .
docker build --no-cache -f os-base/rabbit-base/Dockerfile -t rabbit-mq .
docker build --no-cache -f os-base/mongo-replicas/mongo1t/Dockerfile -t mongo1t .
docker build --no-cache -f os-base/mongo-replicas/mongo2t/Dockerfile -t mongo2t .
docker build --no-cache -f os-base/mongo-replicas/mongo3t/Dockerfile -t mongo3t .
Expand Down
6 changes: 3 additions & 3 deletions 2_build_oxpos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
docker build --no-cache -f amlight/kytos-sdx-topology/Dockerfile -t amlight .
docker build --no-cache -f amlight/kytos-sdx-topology/Dockerfile -t sax .
docker build --no-cache -f amlight/kytos-sdx-topology/Dockerfile -t tenet .
docker build --no-cache -f kytos-sdx-topology/Dockerfile -t amlight .
docker build --no-cache -f kytos-sdx-topology/Dockerfile -t sax .
docker build --no-cache -f kytos-sdx-topology/Dockerfile -t tenet .
4 changes: 0 additions & 4 deletions 3_build_mq_producer.sh

This file was deleted.

2 changes: 0 additions & 2 deletions 4_build_listen_events.sh

This file was deleted.

Empty file removed amlight/mq-consumer/CHANGELOG.rst
Empty file.
10 changes: 0 additions & 10 deletions amlight/mq-consumer/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions amlight/mq-consumer/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions amlight/mq-consumer/MANIFEST.in

This file was deleted.

1 change: 0 additions & 1 deletion amlight/mq-consumer/__init__.py

This file was deleted.

Empty file removed amlight/mq-consumer/codecov.yml
Empty file.
11 changes: 0 additions & 11 deletions amlight/mq-consumer/kytos.json

This file was deleted.

52 changes: 0 additions & 52 deletions amlight/mq-consumer/main.py

This file was deleted.

2 changes: 0 additions & 2 deletions amlight/mq-consumer/pytest.ini

This file was deleted.

Empty file.
9 changes: 0 additions & 9 deletions amlight/mq-consumer/requirements/dev.in

This file was deleted.

5 changes: 0 additions & 5 deletions amlight/mq-consumer/requirements/run.in

This file was deleted.

55 changes: 0 additions & 55 deletions amlight/mq-consumer/requirements/run.txt

This file was deleted.

16 changes: 0 additions & 16 deletions amlight/mq-consumer/settings.py

This file was deleted.

Loading

0 comments on commit 2dc33d2

Please sign in to comment.