Created
March 10, 2016 17:16
-
-
Save jnoller/2898492bd9f45d3d49ca to your computer and use it in GitHub Desktop.
This file contains 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
[ jesse@pug ] ~/Code$> time ./ucp.sh | |
ClusterName Flavor Segments AutoScale Status | |
ucp container1-4G 1 false active | |
# | |
# Credentials written to "/Users/jesse/.carina/clusters/[email protected]/ucp" | |
# To see how to connect to your cluster, run: carina env ucp | |
# | |
source /Users/jesse/.carina/clusters/[email protected]/ucp/docker.env | |
# Run the command below to get your Docker environment variables set: | |
# eval $(carina env ucp) | |
Enter your password and press [ENTER]: :INFO[0000] Verifying your system is compatible with UCP | |
INFO[0000] Pulling required images... (this may take a while) | |
WARN[0012] None of the hostnames we'll be using in the UCP certificates [885289bb-6cbc-42f4-9e2d-8421972e862b-n1 127.0.0.1 172.17.0.1 172.99.79.191] contain a domain component. Your generated certs may fail TLS validation unless you only use one of these shortnames or IPs to connect. You can use the --san flag to add more aliases | |
INFO[0012] Installing UCP with host address 172.99.79.191 - If this is incorrect, please specify an alternative address with the '--host-address' flag | |
INFO[0002] Generating UCP Cluster Root CA | |
INFO[0028] Generating UCP Client Root CA | |
INFO[0038] Deploying UCP Containers | |
INFO[0044] UCP instance ID: MGYA:6AVS:TMVU:XPK2:U2BG:TD2R:NFRO:XCUR:SWK2:AIPQ:Z6VU:RX7S | |
INFO[0044] UCP Server SSL: SHA1 Fingerprint=E1:73:B0:57:95:8D:DD:58:9D:6D:5B:E9:7F:F7:0D:13:DA:27:BB:22 | |
INFO[0044] Login as "admin"/(your admin password) to UCP at https://172.99.79.191:443 | |
real 1m55.661s | |
user 0m0.344s | |
sys 0m0.089s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment