This page (revision-21) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
21 23-Apr-2022 17:06 87 KB Harry Metske to previous

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 31 changed one line
Run {{rhc setup}}, this will create ~/.openshift/express.conf (what userid/password to use ?? root/changeme does not work)
Run {{rhc setup}}, this will create ~/.openshift/express.conf
At line 33 added 46 lines
For the OpenShift origin install a user demo with password changeme was created, so will use that one :
{{{
Connection to aap-origin.openshift.local closed.
metskem@athena:~/cloud/openshift/apps/aap$ rhc setup
OpenShift Client Tools (RHC) Setup Wizard
This wizard will help you upload your SSH keys, set your application namespace, and check that other programs like Git are properly installed.
If you have your own OpenShift server, you can specify it now. Just hit enter to use the server for OpenShift Online: openshift.redhat.com.
Enter the server hostname: |openshift.redhat.com| 10.0.0.171
You can add more servers later using 'rhc server'.
The server's certificate is self-signed, which means that a secure connection can't be established to '10.0.0.171'.
You may bypass this check, but any data you send to the server could be intercepted by others.
Connect without checking the certificate? (yes|no): yes
Login to 10.0.0.171: demo
Password: ********
OpenShift can create and store a token on disk which allows to you to access the server without using your password. The key is stored in your home directory and should be kept secret. You can
delete the key at any time by running 'rhc logout'.
Generate a token now? (yes|no) yes
Generating an authorization token for this client ... lasts about 1 day
Saving configuration to /home/metskem/.openshift/express.conf ... done
Checking for git ... found git version 1.9.1
Checking common problems .. done
Checking for a domain ... origin
Checking for applications ... found 1
aap http://aap-origin.openshift.local/
You are using 1 of 100 total gears
The following gear sizes are available to you: small
Your client tools are now configured.
metskem@athena:~/cloud/openshift/apps/aap$
}}}