Skip to content

Instantly share code, notes, and snippets.

@mefellows
Created October 3, 2014 09:15
Show Gist options
  • Save mefellows/8b1989e480e8e1282238 to your computer and use it in GitHub Desktop.
Save mefellows/8b1989e480e8e1282238 to your computer and use it in GitHub Desktop.
Deis - 1856 transcript
[email protected] ~/development/public/deis $ vagrant up
Bringing machine 'deis-1' up with 'virtualbox' provider...
Bringing machine 'deis-2' up with 'virtualbox' provider...
Bringing machine 'deis-3' up with 'virtualbox' provider...
==> deis-1: Box 'coreos-452.0.0' could not be found. Attempting to find and install...
deis-1: Box Provider: virtualbox
deis-1: Box Version: >= 0
==> deis-1: Adding box 'coreos-452.0.0' (v0) for provider: virtualbox
deis-1: Downloading: http://storage.core-os.net/coreos/amd64-usr/452.0.0/coreos_production_vagrant.box
==> deis-1: Successfully added box 'coreos-452.0.0' (v0) for 'virtualbox'!
==> deis-1: Importing base box 'coreos-452.0.0'...
==> deis-1: Matching MAC address for NAT networking...
==> deis-1: Setting the name of the VM: deis_deis-1_1412312636525_97624
==> deis-1: Clearing any previously set network interfaces...
==> deis-1: Preparing network interfaces based on configuration...
deis-1: Adapter 1: nat
deis-1: Adapter 2: hostonly
==> deis-1: Forwarding ports...
deis-1: 22 => 2222 (adapter 1)
==> deis-1: Running 'pre-boot' VM customizations...
==> deis-1: Booting VM...
==> deis-1: Waiting for machine to boot. This may take a few minutes...
deis-1: SSH address: 127.0.0.1:2222
deis-1: SSH username: core
deis-1: SSH auth method: private key
deis-1: Warning: Connection timeout. Retrying...
==> deis-1: Machine booted and ready!
==> deis-1: Setting hostname...
==> deis-1: Configuring and enabling network interfaces...
==> deis-1: Running provisioner: file...
==> deis-1: Running provisioner: shell...
deis-1: Running: /var/folders/kf/4sgp93ys2t3_9t3yyzr07c3r0000gn/T/vagrant-shell20141003-53194-7r6sog.sh
==> deis-1: Running provisioner: shell...
deis-1: Running: inline script
==> deis-2: Box 'coreos-452.0.0' could not be found. Attempting to find and install...
deis-2: Box Provider: virtualbox
deis-2: Box Version: >= 0
==> deis-2: Adding box 'coreos-452.0.0' (v0) for provider: virtualbox
==> deis-2: Importing base box 'coreos-452.0.0'...
==> deis-2: Matching MAC address for NAT networking...
==> deis-2: Setting the name of the VM: deis_deis-2_1412312658594_2818
==> deis-2: Fixed port collision for 22 => 2222. Now on port 2200.
==> deis-2: Clearing any previously set network interfaces...
==> deis-2: Preparing network interfaces based on configuration...
deis-2: Adapter 1: nat
deis-2: Adapter 2: hostonly
==> deis-2: Forwarding ports...
deis-2: 22 => 2200 (adapter 1)
==> deis-2: Running 'pre-boot' VM customizations...
==> deis-2: Booting VM...
==> deis-2: Waiting for machine to boot. This may take a few minutes...
deis-2: SSH address: 127.0.0.1:2200
deis-2: SSH username: core
deis-2: SSH auth method: private key
deis-2: Warning: Connection timeout. Retrying...
==> deis-2: Machine booted and ready!
==> deis-2: Setting hostname...
==> deis-2: Configuring and enabling network interfaces...
==> deis-2: Running provisioner: file...
==> deis-2: Running provisioner: shell...
deis-2: Running: /var/folders/kf/4sgp93ys2t3_9t3yyzr07c3r0000gn/T/vagrant-shell20141003-53194-1wgz6zw.sh
==> deis-2: Running provisioner: shell...
deis-2: Running: inline script
==> deis-3: Box 'coreos-452.0.0' could not be found. Attempting to find and install...
deis-3: Box Provider: virtualbox
deis-3: Box Version: >= 0
==> deis-3: Adding box 'coreos-452.0.0' (v0) for provider: virtualbox
==> deis-3: Importing base box 'coreos-452.0.0'...
==> deis-3: Matching MAC address for NAT networking...
==> deis-3: Setting the name of the VM: deis_deis-3_1412312681501_93196
==> deis-3: Fixed port collision for 22 => 2222. Now on port 2201.
==> deis-3: Clearing any previously set network interfaces...
==> deis-3: Preparing network interfaces based on configuration...
deis-3: Adapter 1: nat
deis-3: Adapter 2: hostonly
==> deis-3: Forwarding ports...
deis-3: 22 => 2201 (adapter 1)
==> deis-3: Running 'pre-boot' VM customizations...
==> deis-3: Booting VM...
==> deis-3: Waiting for machine to boot. This may take a few minutes...
deis-3: SSH address: 127.0.0.1:2201
deis-3: SSH username: core
deis-3: SSH auth method: private key
deis-3: Warning: Connection timeout. Retrying...
==> deis-3: Machine booted and ready!
==> deis-3: Setting hostname...
==> deis-3: Configuring and enabling network interfaces...
==> deis-3: Running provisioner: file...
==> deis-3: Running provisioner: shell...
deis-3: Running: /var/folders/kf/4sgp93ys2t3_9t3yyzr07c3r0000gn/T/vagrant-shell20141003-53194-15d4a87.sh
==> deis-3: Running provisioner: shell...
deis-3: Running: inline script
[email protected] ~/development/public/deis $ deisctl install platform
● ▴ ■
■ ● ▴ Installing Deis...
▴ ■ ●
Scheduling data containers...
deis-database-data.service: loaded
deis-registry-data.service: loaded
deis-logger-data.service: loaded
deis-builder-data.service: loaded
Data containers scheduled.
Scheduling service containers...
[email protected]: loaded
[email protected]: loaded
[email protected]: loaded
[email protected]: loaded
[email protected]: loaded
[email protected]: loaded
[email protected]: loaded
Service containers scheduled.
Deis installed.
Please run `deisctl start platform` to boot up Deis.
[email protected] ~/development/public/deis $ deisctl start platform
● ▴ ■
■ ● ▴ Starting Deis...
▴ ■ ●
Launching data containers...
deis-database-data.service: exited
deis-registry-data.service: exited
deis-logger-data.service: exited
deis-builder-data.service: exited
Data containers launched.
Launching service containers...
[email protected]: running
[email protected]: running
[email protected]: failed
INFO log.go:73: Failed getting response from http://127.0.0.1:4001/: cancelled
INFO log.go:73: Failed getting response from http://127.0.0.1:4001/: cancelled
Error: timeout reached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment