Adding PLA to Kafka topics 30/9130/1 v7.1.2
authorFelipe Vicens <felipe.vicens@atos.net>
Sun, 21 Jun 2020 16:58:45 +0000 (18:58 +0200)
committerFelipe Vicens <felipe.vicens@atos.net>
Sun, 21 Jun 2020 16:58:45 +0000 (18:58 +0200)
Change-Id: Ib3268d362ce43f10e81a5834389b7f974da05b28
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: