Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshift_hostname is replaced by Removed #75

Closed
ezeev opened this issue Jan 29, 2019 · 3 comments · Fixed by #77
Closed

openshift_hostname is replaced by Removed #75

ezeev opened this issue Jan 29, 2019 · 3 comments · Fixed by #77

Comments

@ezeev
Copy link

ezeev commented Jan 29, 2019

I'm doing a clean install on AWS following the steps in the README. make infrastructure succeeds. make openshift fails with the following error:

Failure summary:


  1. Hosts:    ip-REDACTED.us-west-2.compute.internal
     Play:     Verify Requirements
     Task:     Run variable sanity checks
     Message:  last_checked_host: ip-REDACTEDus-west-2.compute.internal, last_checked_var: openshift_master_manage_htpasswd;Found removed variables: openshift_hostname is replaced by Removed: See documentation; 
make: *** [openshift] Error 2

I just cloned the master branch of this repo today:

git describe
v3.10-6-g4f3dd43

Any idea what is causing this?

@mathus13
Copy link

@ezeev Have you had any luck? I know I removed no variables, how about you?

@ezeev
Copy link
Author

ezeev commented Feb 20, 2019

@mathus13 - No luck. We decided to move on to the OpenShift 4.0 developer preview. The installer works awesome. https://try.openshift.com

@dwmkerr
Copy link
Owner

dwmkerr commented Mar 4, 2019

According to this issue:

openshift/openshift-ansible#9665

openshift_hostname is no longer a valid configuration value - it seemed to be causing a number of issues (#40 as an example). I am removing the usage of openshift_hostname and re-testing. If it works, I'll release an update and close this issue.

dwmkerr added a commit that referenced this issue Mar 5, 2019
This bugfix resolves two issues. The first is that `openshift_hostname`
is no longer a valid configuration value. The second is that `systemctl
restart docker` seems to hang on the openshift nodes, it has been
replaced with a shutdown/restart.

Fixes #75, fixes #72, fixes #71.
dwmkerr added a commit that referenced this issue Mar 5, 2019
* fix: resolve okd 3.10 installation issues

This bugfix resolves two issues. The first is that `openshift_hostname`
is no longer a valid configuration value. The second is that `systemctl
restart docker` seems to hang on the openshift nodes, it has been
replaced with a shutdown/restart.

Fixes #75, fixes #72, fixes #71.

* chore: cleaner comments in scripts

* chore: improve makefile output
welshstew pushed a commit to Purple-Sky-Pirates/terraform-aws-openshift that referenced this issue May 16, 2020
* fix: resolve okd 3.10 installation issues

This bugfix resolves two issues. The first is that `openshift_hostname`
is no longer a valid configuration value. The second is that `systemctl
restart docker` seems to hang on the openshift nodes, it has been
replaced with a shutdown/restart.

Fixes dwmkerr#75, fixes dwmkerr#72, fixes dwmkerr#71.

* chore: cleaner comments in scripts

* chore: improve makefile output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants