You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But after the first run the following failure summary is shown, but the second run succeeds:
TASK [openshift_storage_glusterfs : load kernel modules] ***********************
fatal: [ip-10-0-1-154.eu-central-1.compute.internal]: FAILED! => {"changed": false, "msg": "Unable to restart service systemd-modules-load.service: Job for systemd-modules-load.service failed because the control process exited with error code. See \"systemctl status systemd-modules-load.service\" and \"journalctl -xe\" for details.\n"}
fatal: [ip-10-0-1-29.eu-central-1.compute.internal]: FAILED! => {"changed": false, "msg": "Unable to restart service systemd-modules-load.service: Job for systemd-modules-load.service failed because the control process exited with error code. See \"systemctl status systemd-modules-load.service\" and \"journalctl -xe\" for details.\n"}
fatal: [ip-10-0-1-123.eu-central-1.compute.internal]: FAILED! => {"changed": false, "msg": "Unable to restart service systemd-modules-load.service: Job for systemd-modules-load.service failed because the control process exited with error code. See \"systemctl status systemd-modules-load.service\" and \"journalctl -xe\" for details.\n"}
RUNNING HANDLER [openshift_node : reload systemd units] ************************
to retry, use: --limit @/home/ec2-user/openshift-ansible/playbooks/deploy_cluster.retry
PLAY RECAP *********************************************************************
ip-10-0-1-123.eu-central-1.compute.internal : ok=103 changed=51 unreachable=0 failed=1
ip-10-0-1-154.eu-central-1.compute.internal : ok=128 changed=51 unreachable=0 failed=1
ip-10-0-1-29.eu-central-1.compute.internal : ok=103 changed=51 unreachable=0 failed=1
localhost : ok=12 changed=0 unreachable=0 failed=0
INSTALLER STATUS ***************************************************************
Initialization : Complete (0:00:17)
Health Check : Complete (0:00:38)
Node Bootstrap Preparation : In Progress (0:02:18)
This phase can be restarted by running: playbooks/openshift-node/bootstrap.yml
Failure summary:
1. Hosts: ip-10-0-1-123.eu-central-1.compute.internal, ip-10-0-1-154.eu-central-1.compute.internal, ip-10-0-1-29.eu-central-1.compute.internal
Play: Configure nodes
Task: load kernel modules
Message: Unable to restart service systemd-modules-load.service: Job for systemd-modules-load.service failed because the control process exited with error code. See "systemctl status systemd-modules-load.service" and "journalctl -xe"for details.
make: *** [openshift] Error 2
Could one confirm this behaviour on his / her side?
If there is not a node in the [nodes] section that matches the selector settings,
the default router and registry will be deployed as failed with Pending status.
The key was to update the AMIs to RHEL 7.5 (apparently 7.4 upwards will do). This fixes the kernel module issue. I also updated the code to tag the master node as an infra node (thanks for your tips on this one!)
Some minor changes needs to be done to provide support for OKD 3.10, the main changes in inventory.template.cfg are:
and in install-from-bastion.sh set the branch to release-3.10:
But after the first run the following failure summary is shown, but the second run succeeds:
Could one confirm this behaviour on his / her side?
It seems this issue #40 was already reported:
The text was updated successfully, but these errors were encountered: