-
Notifications
You must be signed in to change notification settings - Fork 40
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
Installing aborts with error message #448
Comments
Hello @dirkschoening This would mean that you haven't manually configured your network interfaces yet. Once you add the configured ip addresses to the correct interface, all should be fine when you re-run the playbook. |
If the host/controller name matches the config for ctrlX in the all.yml file and the trusted interface has been correctly set as well (also all.yml file), the needed interface will be configured free of charge. There is a limitation: the playbook can then only handle this fallback when one trusted interface has been set. The logic is: set when you can based on irrefutable evidence. -A |
Hello @bartlamboo thank you very much, that helped :) |
Hello everyone,
I'm fairly new to the whole cluster management game, so please excuse me if the questions seem a bit basic.
I'm currently setting up a small test cluster with TrinityX, 1 controller and 5 nodes. The controller is running Rocky 9.5, the whole thing is set up as described in the documentation. During the installation, while Ansible Playbook is running, the following error message appears and the installation aborts:
TASK [trinity/init : Verify internal controller interface is configured] *************************************************************************************
fatal: [controller1]: FAILED! => {"changed": false, "msg": "Interface with config set in 'trix_ctrl1_ip' (10.141.255.254) or 'trix_ctrlX_ip' (, ...) not found. Please make sure the interface is configured and up"}
Have any of you ever had this error? Does anyone have any ideas as to what could be causing this error?
The text was updated successfully, but these errors were encountered: