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,
Thank you for the reply, especially with the workarounds. I will update the page with those, and talk with the team working on openshift-ansible if we can get those fixes in the main code.
On Wed, Sep 21, 2016 at 8:16 AM, Syam G Krishnan sgk@redhat.com wrote:
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:
- 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
- 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
- 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 _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel