Skip to content

Instantly share code, notes, and snippets.

@andyshinn
Created May 27, 2014 03:28
Show Gist options
  • Save andyshinn/670e7cf835f16bd74a7a to your computer and use it in GitHub Desktop.
Save andyshinn/670e7cf835f16bd74a7a to your computer and use it in GitHub Desktop.
~/Projects/deis   master ●  make run
Job deis-router.1.service loaded on e8e0c542.../172.16.64.143
Job deis-router.2.service loaded on 76795b0c.../172.16.64.144
Job deis-router.3.service loaded on 6d1c05a0.../172.16.64.145
fleetctl --strict-host-key-checking=false load registry/systemd/deis-registry.service logger/systemd/deis-logger.service cache/systemd/deis-cache.service database/systemd/deis-database.service
Job deis-registry.service loaded on e8e0c542.../172.16.64.143
Job deis-database.service loaded on e8e0c542.../172.16.64.143
Job deis-logger.service loaded on e8e0c542.../172.16.64.143
Job deis-cache.service loaded on e8e0c542.../172.16.64.143
fleetctl --strict-host-key-checking=false load controller/systemd/*
Job deis-controller.service loaded on e8e0c542.../172.16.64.143
fleetctl --strict-host-key-checking=false load builder/systemd/*
Job deis-builder.service loaded on e8e0c542.../172.16.64.143
Deis components may take a long time to start the first time they are initialized.
Waiting for 1 of 3 deis-routers to start...
fleetctl --strict-host-key-checking=false start -no-block deis-router.1.service; fleetctl --strict-host-key-checking=false start -no-block deis-router.2.service; fleetctl --strict-host-key-checking=false start -no-block deis-router.3.service;
Triggered job deis-router.1.service start
Triggered job deis-router.2.service start
Triggered job deis-router.3.service start
Waiting for deis-registry to start...
fleetctl --strict-host-key-checking=false start -no-block registry/systemd/deis-registry.service logger/systemd/deis-logger.service cache/systemd/deis-cache.service database/systemd/deis-database.service
Triggered job deis-registry.service start
Triggered job deis-logger.service start
Triggered job deis-cache.service start
Triggered job deis-database.service start
Waiting for deis-controller to start...
fleetctl --strict-host-key-checking=false start -no-block controller/systemd/*
Triggered job deis-controller.service start
Waiting for deis-builder to start...
fleetctl --strict-host-key-checking=false start -no-block builder/systemd/*
Triggered job deis-builder.service start
Your Deis cluster is ready to go! Continue following the README to login and use Deis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment