Skip to content

Instantly share code, notes, and snippets.

@jtslear
Created February 13, 2014 01:53
Show Gist options
  • Save jtslear/8968303 to your computer and use it in GitHub Desktop.
Save jtslear/8968303 to your computer and use it in GitHub Desktop.
Quick and dirty getting opeshift running
scp oo.pp username@<PUBLICIPADDRESS>:
ssh username@<PUBLICIPADDRESS>
vi /etc/selinux/config
# set SELINUX=enforcing
# save and quit the file
touch /.autorelabel
reboot
ssh username@<PUBLICIPADDRESS>
yum install git vim puppet
yum update
puppet module install puppetlabs-ntp
git clone http://github.com/openshift/puppet-openshift_origin /etc/puppet/modules/openshift_origin
vim oo.pp
# put in place proper domain/ip adresses/hostnames
puppet apply oo.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment