Created
December 9, 2016 19:15
-
-
Save fatlazycat/688c1481bb568e71f45bde3a58bdb15b to your computer and use it in GitHub Desktop.
coresos
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
~/D/G/c/c/m/vagrant ❯❯❯ vagrant up master | |
Bringing machine 'e1' up with 'vmware_fusion' provider... | |
Bringing machine 'c1' up with 'vmware_fusion' provider... | |
Bringing machine 'w1' up with 'vmware_fusion' provider... | |
Bringing machine 'w2' up with 'vmware_fusion' provider... | |
==> e1: Cloning VMware VM: 'coreos-alpha'. This can take some time... | |
==> e1: Checking if box 'coreos-alpha' is up to date... | |
==> e1: Verifying vmnet devices are healthy... | |
==> e1: Preparing network adapters... | |
==> e1: Fixed port collision for 22 => 2222. Now on port 2205. | |
==> e1: Starting the VMware VM... | |
==> e1: Waiting for machine to boot. This may take a few minutes... | |
e1: SSH address: 192.168.218.159:22 | |
e1: SSH username: core | |
e1: SSH auth method: private key | |
==> e1: Machine booted and ready! | |
==> e1: Forwarding ports... | |
e1: -- 22 => 2205 | |
==> e1: Setting hostname... | |
==> e1: Configuring network adapters within the VM... | |
==> e1: Running provisioner: file... | |
==> e1: Running provisioner: shell... | |
e1: Running: inline script | |
==> c1: Cloning VMware VM: 'coreos-alpha'. This can take some time... | |
==> c1: Checking if box 'coreos-alpha' is up to date... | |
==> c1: Verifying vmnet devices are healthy... | |
==> c1: Preparing network adapters... | |
==> c1: Fixed port collision for 22 => 2222. Now on port 2206. | |
==> c1: Starting the VMware VM... | |
==> c1: Waiting for machine to boot. This may take a few minutes... | |
c1: SSH address: 192.168.218.161:22 | |
c1: SSH username: core | |
c1: SSH auth method: private key | |
==> c1: Machine booted and ready! | |
==> c1: Forwarding ports... | |
c1: -- 22 => 2206 | |
==> c1: Setting hostname... | |
==> c1: Configuring network adapters within the VM... | |
==> c1: Running provisioner: file... | |
==> c1: Running provisioner: shell... | |
c1: Running: inline script | |
==> c1: Running provisioner: file... | |
==> c1: Running provisioner: shell... | |
c1: Running: inline script | |
==> c1: Running provisioner: file... | |
==> c1: Running provisioner: shell... | |
c1: Running: inline script | |
==> w1: Cloning VMware VM: 'coreos-alpha'. This can take some time... | |
==> w1: Checking if box 'coreos-alpha' is up to date... | |
==> w1: Verifying vmnet devices are healthy... | |
==> w1: Preparing network adapters... | |
==> w1: Fixed port collision for 22 => 2222. Now on port 2207. | |
==> w1: Starting the VMware VM... | |
==> w1: Waiting for machine to boot. This may take a few minutes... | |
w1: SSH address: 192.168.218.164:22 | |
w1: SSH username: core | |
w1: SSH auth method: private key | |
==> w1: Machine booted and ready! | |
==> w1: Forwarding ports... | |
w1: -- 22 => 2207 | |
==> w1: Setting hostname... | |
==> w1: Configuring network adapters within the VM... | |
==> w1: Running provisioner: file... | |
==> w1: Running provisioner: shell... | |
w1: Running: inline script | |
==> w1: Running provisioner: file... | |
==> w1: Running provisioner: shell... | |
w1: Running: inline script | |
==> w1: Running provisioner: file... | |
==> w1: Running provisioner: shell... | |
w1: Running: inline script | |
==> w2: Cloning VMware VM: 'coreos-alpha'. This can take some time... | |
==> w2: Checking if box 'coreos-alpha' is up to date... | |
==> w2: Verifying vmnet devices are healthy... | |
==> w2: Preparing network adapters... | |
==> w2: Fixed port collision for 22 => 2222. Now on port 2208. | |
==> w2: Starting the VMware VM... | |
==> w2: Waiting for machine to boot. This may take a few minutes... | |
w2: SSH address: 192.168.218.165:22 | |
w2: SSH username: core | |
w2: SSH auth method: private key | |
==> w2: Machine booted and ready! | |
==> w2: Forwarding ports... | |
w2: -- 22 => 2208 | |
==> w2: Setting hostname... | |
==> w2: Configuring network adapters within the VM... | |
==> w2: Running provisioner: file... | |
==> w2: Running provisioner: shell... | |
w2: Running: inline script | |
==> w2: Running provisioner: file... | |
==> w2: Running provisioner: shell... | |
w2: Running: inline script | |
==> w2: Running provisioner: file... | |
==> w2: Running provisioner: shell... | |
w2: Running: inline script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment