Adding PLA to Kafka topics 29/9129/1
authorFelipe Vicens <felipe.vicens@atos.net>
Sun, 21 Jun 2020 16:58:11 +0000 (18:58 +0200)
committerFelipe Vicens <felipe.vicens@atos.net>
Sun, 21 Jun 2020 16:58:11 +0000 (18:58 +0200)
Change-Id: Ie9db4909c072abff8f1f061449e553f15c6c01b3
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
installers/docker/docker-compose.yaml

index fe15b8a..f0ec06d 100644 (file)
@@ -66,7 +66,7 @@ services:
       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'
+      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,pla:1:1'
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
     healthcheck: