aboutsummaryrefslogtreecommitdiffstats
path: root/deliveries
diff options
context:
space:
mode:
authorgolabek <tomasz.golabek@nokia.com>2019-02-14 15:13:04 +0100
committergolabek <tomasz.golabek@nokia.com>2019-02-22 12:30:24 +0100
commit3c6a1844083f02796e67fd185306a8d0cdd7da07 (patch)
tree4ce0ecaaf6e2c513f88e384d42dc0ce5aa824d22 /deliveries
parentf5f3e8ee869ab0359dd4768f4b6bf554b5cc1371 (diff)
Introduced dynamic workflow properties in VID FE
VID FE will get workflows from SO API (mocked at this moment),then call SO for the parameters and dynamically render those parameters on the page. (contains PR of @Wojciech Sliwka about mocked parameters API from SO) Change-Id: If2cd156cd96a120e79746a4da44d4926f8d6cbcf Issue-ID: VID-398 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'deliveries')
-rwxr-xr-xdeliveries/src/main/docker/docker-files/docker-compose.yml74
1 files changed, 37 insertions, 37 deletions
diff --git a/deliveries/src/main/docker/docker-files/docker-compose.yml b/deliveries/src/main/docker/docker-files/docker-compose.yml
index e4bab263b..8d321cfb5 100755
--- a/deliveries/src/main/docker/docker-files/docker-compose.yml
+++ b/deliveries/src/main/docker/docker-files/docker-compose.yml
@@ -1,37 +1,37 @@
-version: '3.2'
-
-# Please note this configuration is provided for local development. Do not use it on production.
-
-services:
- vid-server:
- image: onap/vid:latest
- ports:
- - "8080:8080"
- environment:
- VID_MYSQL_DBNAME: vid_openecomp_epsdk
- VID_MYSQL_PASS: YOUR_PASSWORD
- VID_MYSQL_HOST: vid-mariadb
- ASDC_CLIENT_REST_PROTOCOL: http
- ASDC_CLIENT_REST_HOST: vid-simulator
- ASDC_CLIENT_REST_PORT: 1080
- VID_AAI_URL: http://vid-simulator:1080
- VID_MSO_SERVER_URL: http://vid-simulator:1080
-
- vid-mariadb:
- image: mariadb:10
- ports:
- - "3306:3306"
- volumes:
- - ../../../../../lf_config/vid-my.cnf:/etc/mysql/my.cnf
- - /var/lib/mysql
- environment:
- MYSQL_DATABASE: vid_openecomp_epsdk
- MYSQL_USER: vidadmin
- MYSQL_PASSWORD: YOUR_PASSWORD
- MYSQL_ROOT_PASSWORD: ROOT_PASSWORD
-
- vid-simulator:
- image: onap/vid-simulator:latest
- ports:
- - "9080:8080"
- - "1080:1080"
+version: '3.2'
+
+# Please note this configuration is provided for local development. Do not use it on production.
+
+services:
+ vid-server:
+ image: onap/vid:latest
+ ports:
+ - "8080:8080"
+ environment:
+ VID_MYSQL_DBNAME: vid_openecomp_epsdk
+ VID_MYSQL_PASS: YOUR_PASSWORD
+ VID_MYSQL_HOST: vid-mariadb
+ ASDC_CLIENT_REST_PROTOCOL: http
+ ASDC_CLIENT_REST_HOST: vid-simulator
+ ASDC_CLIENT_REST_PORT: 1080
+ VID_AAI_URL: http://vid-simulator:1080
+ VID_MSO_SERVER_URL: http://vid-simulator:1080
+
+ vid-mariadb:
+ image: mariadb:10
+ ports:
+ - "3306:3306"
+ volumes:
+ - ../../../../../lf_config/vid-my.cnf:/etc/mysql/my.cnf
+ - /var/lib/mysql
+ environment:
+ MYSQL_DATABASE: vid_openecomp_epsdk
+ MYSQL_USER: vidadmin
+ MYSQL_PASSWORD: YOUR_PASSWORD
+ MYSQL_ROOT_PASSWORD: ROOT_PASSWORD
+
+ vid-simulator:
+ image: onap/vid-simulator:latest
+ ports:
+ - "9080:8080"
+ - "1080:1080"