Created
October 23, 2017 13:04
-
-
Save msplival/bbe2006fe4b14484498f546e01d43d18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dialmgo() { | |
agent=$(cd /var/lib/juju/agents; echo machine-*) | |
pw=$(sudo cat /var/lib/juju/agents/${agent}/agent.conf |grep statepassword |awk '{ print $2 }') | |
/usr/lib/juju/mongo3.2/bin/mongo --ssl --sslAllowInvalidCertificates -u ${agent} -p $pw localhost:37017/juju --authenticationDatabase admin | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment