Free Tools Initiative Continued

@marco.almeida, I will share the steps and a short video tomorrow.

@Salem, I see your issue is with the mediation service. Please share the output from running bts logs bts-mediation

@Emmanuel :find attached.
bts_mediation_logs.rar (7.6 KB)

@Salem, let me review the logs and get back to you .

Hi @Emmanuel,
First I would like to thank you for the tool, It is a great job.
I would like to know if the next release is available, the one which includes ZTE and Nokia vendor ?

Hi Emmanuel,
Could you help me to fix 403 forbidden

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
989f90fc99d1 nginx:latest “nginx -g 'daemon of…” 18 minutes ago Up 18 minutes 0.0.0.0:80->80/tcp bts-web
2374782302d1 bodastage/bts-ce-api “/wait-for-it.sh dat…” 18 minutes ago Up 9 seconds 0.0.0.0:8181->8181/tcp bts-api
e9378a60d5ab bodastage/bts-ce-mediation “/entrypoint.sh webs…” 18 minutes ago Restarting (1) 38 seconds ago bts-mediation
035f149dd6b4 rabbitmq:3.7.4-management “docker-entrypoint.s…” 18 minutes ago Up 18 minutes 0.0.0.0:4369->4369/tcp, 0.0.0.0:5671-5672->5671-5672/tcp, 0.0.0.0:15670->15670/tcp, 0.0.0.0:15672->15672/tcp, 15671/tcp, 0.0.0.0:15674->15674/tcp, 0.0.0.0:61613->61613/tcp, 25672/tcp bts-msgbroker
d8d92faae674 postgres:10.1 “docker-entrypoint.s…” 18 minutes ago Up 18 minutes 0.0.0.0:5432->5432/tcp bts-database

I have setup files completely but when runing 192.168.99.100 face below error:

403 Forbidden

Looks like its dead end. No works no help.

@Denis_Vitorsky please be patient. We are finalizing a new release that addresses most of these issues i.e. easier installation process and clearer instructions.

What a perfect tool. its really well developed and completely taking care of all conditions for installation. i am desperately waiting for Nokia support, where i have multiple multiradio equipment, with no Netact to monitor.
again thanks.

1 Like

Any update of new release which supports Nokia?

ERROR: Windows named pipe error: The system cannot find the file specified. (code: 2)

Default Machine created after disabling hyper-v hypervisor

@Murali We are looking into this. Will get back to you tomorrow.

@sendyramen did your problem resolved, if so how

Have you had any luck with this? I’m having the same issue even with the latest version downloaded from Release v2.1.0 · bodastage/bts-ce · GitHub
Mediation log gives me the same error “FATAL: password authentication failed for user ‘airflow’”.

Still Working with Emmanuel

hello, found this great initiative and looking forward to test it. Could you please help me find docker installation for linux ?

docker run
–name bts-ce-api
-e BTS_DB_HOST=‘192.168.99.100’
-e BTS_DB_NAME=‘bts’
-e BTS_DB_USER=‘bodastage’
-e BTS_DB_PASS=‘password’
-e BTS_DB_PORT=‘5432’
-v pwd:/app
-p 8181:8181 bts-ce-api

gives error repository does not exist or may require ‘docker login’

https://hub.docker.com/r/bodastage/bts-ce-api

docker run
–name bts-ce-api
-e BTS_DB_HOST=‘192.168.99.100’
-e BTS_DB_NAME=‘bts’
-e BTS_DB_USER=‘bodastage’
-e BTS_DB_PASS=‘password’
-e BTS_DB_PORT=‘5432’
-v pwd:/app
-p 8181:8181 registry.gitlab.com/bts-ce/bts-ce-api

docker run
–name bts-ce-api
-e BTS_DB_HOST=‘192.168.99.100’
-e BTS_DB_NAME=‘bts’
-e BTS_DB_USER=‘bodastage’
-e BTS_DB_PASS=‘password’
-e BTS_DB_PORT=‘5432’
-v pwd:/app
-p 8181:8181 registry.gitlab.com/bts-ce/bts-ce-api

downloads image, but fails with a mistake ‘/app/gunicorn_config.py’ does not exist’

thanks
darius

Now its working, down fresh and do bts create

check database log and revert back