thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

"tlp-cluster start" could suggest running "tlp-cluster install" when needed #47

Closed nickbp closed 5 years ago

nickbp commented 5 years ago

this could suggest running install when the package hadn't been installed yet:

$ ./bin/tlp-cluster start -a
Starting all nodes.
[... building some ubuntu image with logs from apt-get commands ...]
Step 4/4 : RUN mkdir /root/.ssh
 ---> Running in 0a6700421a18
Removing intermediate container 0a6700421a18
 ---> e8d1059054f0
nullSuccessfully built e8d1059054f0
Successfully tagged thelastpickle/tlp-cluster_pssh:latest
Finished building container image thelastpickle/tlp-cluster_pssh
Container image id: (e8d1059054f0)
Starting thelastpickle/tlp-cluster_pssh container (43aba04f7254)
Agent pid 8
[1] 22:52:15 [FAILURE] 54.200.186.94 Exited with error code 5
Stderr: Warning: Permanently added '54.200.186.94' (ECDSA) to the list of known hosts.
Failed to start cassandra.service: Unit cassandra.service not found.
[2] 22:52:15 [FAILURE] 34.221.140.23 Exited with error code 5
Stderr: Warning: Permanently added '34.221.140.23' (ECDSA) to the list of known hosts.
Failed to start cassandra.service: Unit cassandra.service not found.
[3] 22:52:15 [FAILURE] 54.202.248.121 Exited with error code 5
Stderr: Warning: Permanently added '54.202.248.121' (ECDSA) to the list of known hosts.
Failed to start cassandra.service: Unit cassandra.service not found.
Container exited with exit code 5, frames read: 9
cassandra service failed to started. Non zero response returned.
Done