[CentOS-devel] Installing Openshift Origin on CentOs7
Syam G Krishnan
sgk at redhat.com
Wed Sep 21 13:16:44 UTC 2016
Hi all,
Today I have successfully installed Openshift Origin on CentOS 7 using
`atomic-openshift-installer` which is mentioned on,
https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart
Got hit by 3 errors:
1. No OpenShift version available
workaround:
$ sed -i '28s/openshift-enterprise/origin/'
~/.config/openshift/installer.cfg.yml
$ sed -i '29s/3.3/1.2/' ~/.config/openshift/installer.cfg.yml
2. dict object has no attribute 'stdout'
workaround:
$ sed -i '195s/g_master_mktemp.stdout/g_master_mktemp/'
/usr/share/ansible/openshift-ansible/playbooks/common/openshift-master/config.yml
3. dict object has no attribute 'stdout'
workaround:
$ sed -i '153s/mktemp.stdout/mktemp/'
/usr/share/ansible/openshift-ansible/playbooks/common/openshift-node/config.yml
Cheers,
--
Syam G Krishnan
GPG 4096R/FBB26E60
Red Hat India Pvt Ltd
More information about the CentOS-devel
mailing list