Created
March 8, 2016 10:51
-
-
Save hferentschik/59929fbd0f1b6f02a7c3 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
| Bringing machine 'cdk' up with 'virtualbox' provider... | |
| ==> cdk: Importing base box 'cdk_v2'... | |
| [KProgress: 10% | |
| [KProgress: 20% | |
| [KProgress: 30% | |
| [KProgress: 40% | |
| [KProgress: 50% | |
| [KProgress: 90% | |
| [K==> cdk: Matching MAC address for NAT networking... | |
| ==> cdk: Setting the name of the VM: openshift.cdk-2-ose-3-2 | |
| ==> cdk: Fixed port collision for 22 => 2222. Now on port 2200. | |
| ==> cdk: Clearing any previously set network interfaces... | |
| ==> cdk: Preparing network interfaces based on configuration... | |
| cdk: Adapter 1: nat | |
| cdk: Adapter 2: hostonly | |
| ==> cdk: Forwarding ports... | |
| cdk: 22 => 2200 (adapter 1) | |
| ==> cdk: Running 'pre-boot' VM customizations... | |
| ==> cdk: Booting VM... | |
| ==> cdk: Waiting for machine to boot. This may take a few minutes... | |
| cdk: SSH address: 127.0.0.1:2200 | |
| cdk: SSH username: vagrant | |
| cdk: SSH auth method: private key | |
| cdk: Warning: Connection timeout. Retrying... | |
| cdk: | |
| cdk: Vagrant insecure key detected. Vagrant will automatically replace | |
| cdk: this with a newly generated keypair for better security. | |
| cdk: | |
| cdk: Inserting generated public key within guest... | |
| cdk: Removing insecure key from the guest if it's present... | |
| cdk: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| ==> cdk: Machine booted and ready! | |
| ==> cdk: Checking for guest additions in VM... | |
| cdk: No guest additions were detected on the base box for this VM! Guest | |
| cdk: additions are required for forwarded ports, shared folders, host only | |
| cdk: networking, and more. If SSH fails on this machine, please install | |
| cdk: the guest additions and repackage the box to continue. | |
| cdk: | |
| cdk: This is not an error message; everything may continue to work properly, | |
| cdk: in which case you may ignore this message. | |
| ==> cdk: [vagrant-hostsupdater] Checking for host entries | |
| ==> cdk: Configuring and enabling network interfaces... | |
| ==> cdk: Rsyncing folder: /Users/hardy/work/developer-platform/openshift-cdk/cdk-v2-ose-3-2/ => /vagrant | |
| ==> cdk: Running provisioner: shell... | |
| cdk: Running: inline script | |
| ==> cdk: Trying to pull repository brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose ... | |
| ==> cdk: fd3f872863cb: Pulling image (v3.1.1.906) from brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose | |
| ==> cdk: fd3f872863cb: Pulling image (v3.1.1.906) from brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose, endpoint: http://brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/v1/ | |
| ==> cdk: fd3f872863cb: Pulling dependent layers | |
| ==> cdk: 18c92348de36: Pulling metadata | |
| ==> cdk: 18c92348de36: Pulling fs layer | |
| ==> cdk: 18c92348de36: Download complete | |
| ==> cdk: afd0421010fd: Pulling metadata | |
| ==> cdk: afd0421010fd: Pulling fs layer | |
| ==> cdk: afd0421010fd: Download complete | |
| ==> cdk: fd3f872863cb: Pulling metadata | |
| ==> cdk: fd3f872863cb: Pulling fs layer | |
| ==> cdk: fd3f872863cb: Download complete | |
| ==> cdk: fd3f872863cb: Download complete | |
| ==> cdk: Status: Downloaded newer image for brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose:v3.1.1.906 | |
| ==> cdk: Created symlink from /etc/systemd/system/multi-user.target.wants/openshift.service to /usr/lib/systemd/system/openshift.service. | |
| ==> cdk: Running provisioner: shell... | |
| cdk: Running: inline script | |
| ==> cdk: | |
| ==> cdk: Successfully started and provisioned VM with 2 cores and 4096 MB of memory. | |
| ==> cdk: To modify the number of cores and/or available memory set the environment variables | |
| ==> cdk: VM_CPU respectively VM_MEMORY. | |
| ==> cdk: | |
| ==> cdk: You can now access the OpenShift console on: https://10.3.2.2:8443/console | |
| ==> cdk: | |
| ==> cdk: To use OpenShift CLI, run: | |
| ==> cdk: $ vagrant ssh | |
| ==> cdk: $ oc login 10.3.2.2:8443 | |
| ==> cdk: | |
| ==> cdk: Configured users are (<username>/<password>): | |
| ==> cdk: openshift-dev/devel | |
| ==> cdk: admin/admin | |
| ==> cdk: If you have the oc client library on your host, you can also login from your host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment