Installer files adapted for Release EIGHT and docker tag 8
[osm/devops.git] / installers / docker / docker-compose.yaml
index 25ed061..b3af196 100644 (file)
@@ -40,10 +40,10 @@ services:
     networks:
       - netOSM
     healthcheck:
-      test: echo stat | nc localhost 2181
-      interval: 10s
+      test: echo ruok | nc -w 2 localhost 2181
+      interval: 20s
       timeout: 10s
-      retries: 3
+      retries: 5
     logging:
       driver: "json-file"
       options:
@@ -65,12 +65,10 @@ services:
       KAFKA_LISTENERS: PLAINTEXT://:9092
       KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
       KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
-      KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'false'
-      KAFKA_CREATE_TOPICS: 'admin:1:1,users:1:1,projects:1:1,vim_account:1:1,wim_account:1:1,sdn:1:1,k8scluster:1:1,k8srepo:1:1,osmrepos:1:1,vnfd:1:1,nsd:1:1,nst:1:1,pdu:1:1,ns:1:1,nsi:1:1,alarm_request:1:1,alarm_response:1:1'
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
     healthcheck:
-      test: zookeeper-shell.sh zookeeper:2181 ls /brokers/ids 2>&1 | grep "Node does not exist" && exit 1 || exit 0
+      test: echo ruok | nc -w 2 zookeeper 2181
       interval: 20s
       timeout: 10s
       retries: 5
@@ -120,7 +118,7 @@ services:
     networks:
       - netOSM
   keystone:
-    image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-8}
     networks:
       - netOSM
     environment:
@@ -135,7 +133,7 @@ services:
         max-size: "100m"
         max-file: "2"
   nbi:
-    image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-8}
     networks:
       - netOSM
     volumes:
@@ -156,7 +154,7 @@ services:
     #  - kafka
     #  - mongo
   lcm:
-    image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-8}
     networks:
       - netOSM
     volumes:
@@ -194,7 +192,7 @@ services:
 #    ports:
 #      - "3306:3306"
   ro:
-    image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-8}
     networks:
       - netOSM
     environment:
@@ -213,7 +211,7 @@ services:
         max-size: "100m"
         max-file: "2"
   mon:
-    image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-8}
     networks:
       - netOSM
     volumes:
@@ -233,7 +231,7 @@ services:
             max-file: 5
             max-size: 10m
   pol:
-    image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-8}
     networks:
       - netOSM
     volumes:
@@ -252,7 +250,7 @@ services:
         max-file: 5
         max-size: 10m
   light-ui:
-    image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-7}
+    image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-8}
     networks:
       - netOSM
     environment: