summaryrefslogtreecommitdiffstats
path: root/opt/servers/roles/testapi
diff options
context:
space:
mode:
Diffstat (limited to 'opt/servers/roles/testapi')
-rw-r--r--opt/servers/roles/testapi/files/run_testapi.sh4
-rw-r--r--opt/servers/roles/testapi/tasks/main.yml4
2 files changed, 0 insertions, 8 deletions
diff --git a/opt/servers/roles/testapi/files/run_testapi.sh b/opt/servers/roles/testapi/files/run_testapi.sh
deleted file mode 100644
index f9ba8387..00000000
--- a/opt/servers/roles/testapi/files/run_testapi.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-envs="mongodb_url=mongodb://mongo:27017/ -e api_port=8000 -e swagger_url=http://testapi.qtip.openzero.net"
-docker run --name testapi --link mongo:mongo -p 8000:8000 -e $envs -d opnfv/testapi
diff --git a/opt/servers/roles/testapi/tasks/main.yml b/opt/servers/roles/testapi/tasks/main.yml
deleted file mode 100644
index 8ca91396..00000000
--- a/opt/servers/roles/testapi/tasks/main.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- name: setting up testapi
- become: true
- script: ../files/run_testapi.sh