eliu / openshift-vagrant

Bring up a real OKD cluster on your local machine using Vagrant and VirtualBox
Apache License 2.0
57 stars 54 forks source link

"vagrant up" fails on Manjaro Linux #5

Closed joaompinto closed 5 years ago

joaompinto commented 5 years ago

During the deployment script vagrant reports an error and fails, I have attached the log. fail.log

joaompinto commented 5 years ago

I have commented this fix and the installation proceeded as expected, I guess that when the RELEASE does not match the shell is exiting with a non zero code.

# Fix missing packages for openshift origin 3.11.0
# https://lists.openshift.redhat.com/openshift-archives/dev/2018-November/msg00005.html
#[ "$(version #{OPENSHIFT_RELEASE})" -eq "$(version 3.11)" ] && yum install -y centos-release-openshift-origin311
eliu commented 5 years ago

Thanks for the feedback. This non-zero error always happen when you choose okd versions other than 3.11. A fix will be released for this.

eliu commented 5 years ago

A patch has been pushed to master branch. Feel free to reopen this issue if any further concerns you have.