We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I successfully manage to come to step ./deploy_and_bootstrap.sh. Using multi node cluster (all 3 Ubuntu 18.04).
./deploy_and_bootstrap.sh
During the script executing this time of error pops out:
Friday 06 November 2020 16:00:20 +0000 (0:00:02.951) 0:05:46.960 ******* FAILED - RETRYING: Install packages (5 retries left). FAILED - RETRYING: Install packages (5 retries left). FAILED - RETRYING: Install packages (5 retries left). FAILED - RETRYING: Install packages (4 retries left). FAILED - RETRYING: Install packages (4 retries left). FAILED - RETRYING: Install packages (4 retries left). FAILED - RETRYING: Install packages (3 retries left). FAILED - RETRYING: Install packages (3 retries left). FAILED - RETRYING: Install packages (3 retries left). FAILED - RETRYING: Install packages (2 retries left). FAILED - RETRYING: Install packages (2 retries left). FAILED - RETRYING: Install packages (2 retries left). FAILED - RETRYING: Install packages (1 retries left). FAILED - RETRYING: Install packages (1 retries left). FAILED - RETRYING: Install packages (1 retries left). failed: [node1] (item=openio-gridinit) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "item": "openio-gridinit", "msg": "No package matching 'openio-gridinit' is available"} failed: [node2] (item=openio-gridinit) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "item": "openio-gridinit", "msg": "No package matching 'openio-gridinit' is available"} failed: [node3] (item=openio-gridinit) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "item": "openio-gridinit", "msg": "No package matching 'openio-gridinit' is available"}
However, step before the script ./requirements_install.sh installed the gridinit without a problem:
./requirements_install.sh
- gridinit (1aa693cdf45ca60af36ade0e3e8fad7c89719b9f) is already installed, skipping.
What should I do to prevent this error?
Thanks for the reply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I successfully manage to come to step
./deploy_and_bootstrap.sh
. Using multi node cluster (all 3 Ubuntu 18.04).During the script executing this time of error pops out:
However, step before the script
./requirements_install.sh
installed the gridinit without a problem:- gridinit (1aa693cdf45ca60af36ade0e3e8fad7c89719b9f) is already installed, skipping.
What should I do to prevent this error?
Thanks for the reply
The text was updated successfully, but these errors were encountered: