Add little easter egg to the init command

Because who doesn't like David Wilcox?
This commit is contained in:
Joshua Boniface 2019-08-20 09:19:56 -04:00
parent 53ab6969a4
commit 5876f4589b
1 changed files with 3 additions and 0 deletions

View File

@ -1707,6 +1707,9 @@ def init_cluster(yes):
click.echo('Initializing a new cluster with Zookeeper address "{}".'.format(zk_host)) click.echo('Initializing a new cluster with Zookeeper address "{}".'.format(zk_host))
# Easter-egg
click.echo("Some music while we're Layin' Pipe? https://youtu.be/sw8S_Kv89IU")
# Open a Zookeeper connection # Open a Zookeeper connection
zk_conn = pvc_common.startZKConnection(zk_host) zk_conn = pvc_common.startZKConnection(zk_host)