-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: VOLTHA v1.0.0
-
Fix Version/s: VOLTHA v1.0.0
-
Component/s: Deprecated - vOLTHA HA
-
Labels:None
-
Environment:
Ubuntu 16.04.2 LTS + KVM virtualization + OpenSSH
-
Story Points:5
-
Epic Link:
-
Sprint:VOLTHA Sprint 4
Fluentd is not started automatically after installing voltha in production mode with three servers.
Below is how the "docker service list" output: (on each of the cluster nodes, same status of fluentd is seen)
voltha@vOLTHA-HA1-OTT:~$ docker service list
ID NAME MODE REPLICAS IMAGE PORTS
9uh4q0thdvrs fluentd_fluentdstby replicated 0/1 fluent/fluentd:latest *:0->24224/tcp
h2qc01a89dir kafka_zk2 replicated 1/1 zookeeper:latest
irz4cz8g5hqn fluentd_fluentd replicated 0/2 cord/fluentd *:24224->24224/tcp
j9ujv8xfetda voltha_voltha replicated 1/1 voltha/envoy:latest *:50555->50555/tcp
lbafkg2jflik vcore_vcore replicated 3/3 cord/voltha:latest :8880->8880/tcp,:18880->18880/tcp,*:50556->50556/tcp
p2f484qeij6k consul_consul global 3/3 consul:latest :8300->8300/tcp,:8400->8400/tcp,:8500->8500/tcp,:8600->8600/udp
qro3ot2qifln netconf_netconf global 3/3 cord/netconf:latest *:830->1830/tcp
ruv8pwwnvb05 kafka_zk3 replicated 1/1 zookeeper:latest
rwumpy598aq6 tools replicated 0/1 voltha/tools *:4022->22/tcp
sdg60droz5im kafka_kafka global 3/3 wurstmeister/kafka:latest *:9092->9092/tcp
tgublogbhmxm fluentd_fluentdactv replicated 0/1 fluent/fluentd:latest *:0->24224/tcp
txvn0c3u0c6u chameleon_chameleon global 3/3 cord/chameleon:latest *:8881->8881/tcp
v9jjfrfadk6p cli_cli replicated 2/2 cord/vcli:latest *:5022->22/tcp
woh6wo56in8r kafka_zk1 replicated 1/1 zookeeper:latest
zrrxl8wugqnl registry_registry replicated 1/1 registry:2 *:5001->5000/tcp
Further to this, it looks that the cord/fluentd container got built fine during the installation.
Attached is a snippet from the installer logs.
Also, attaching the command outputs that shows images on the server along with the docker service ps command output for each of those images.