Skip to content

Instantly share code, notes, and snippets.

@hernad
Created December 29, 2013 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernad/8170780 to your computer and use it in GitHub Desktop.
Save hernad/8170780 to your computer and use it in GitHub Desktop.
openshift fedora 20

prerequisites

yum install ruby puppet httpd-tools ansible bash-completion

passwordless

ssh-copy-id root@192.168.45.130

install openshift

[root@localhost ~]# sh <(curl -s https://install.openshift.com/)
Here are the details of your current deployment.

Note: ActiveMQ, MongoDB and named will all be installed on the Broker.
For more flexibility, rerun the installer in advanced mode (-a).

DNS Settings
  * App Domain: openshift.out.ba
  * Register OpenShift components with OpenShift DNS? Yes
  * Component Domain: app.openshift.out.ba

Role Assignments
+--------+-----------------------------+
| Broker | broker.app.openshift.out.ba |
| Node   | broker.app.openshift.out.ba |
+--------+-----------------------------+

Host Information
+----------------+-----------------------------+
| Host           | broker.app.openshift.out.ba |
| Roles          | Broker, Node                |
| SSH Host       | broker.app.openshift.out.ba |
| User           | root                        |
| IP Addr        | 192.168.45.130              |
| IP Interface   | eth0                        |
| Install Status | new                         |
+----------------+-----------------------------+
@theshapguy
Copy link

I dont get the domain registration part, WHere do I point the domain CNAME to? Can you help me? I cant seem to be able to get hold of the webconsole after installing Origin. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment