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

e2e-test / openSUSE / amazon instances: missing package hub repositories #686

Open
klihub opened this issue Jul 9, 2021 · 1 comment
Open
Assignees

Comments

@klihub
Copy link
Contributor

klihub commented Jul 9, 2021

Describe the bug
On openSUSE on amazon instances the package hub repository is not enabled by default. This prevents the scripts from successfully bootstrapping a working cluster. Also, after manually enabling the repository and rerunning the scripts, the failed step of pulling in the necessary packages is not retried.

Expected behavior
Successful bootstrapping of a working K8s cluster on amazon instances running openSUSE.

To Reproduce
Run vm=mytestvm distro=opensuse VM_IP=$mytestvm_ADDRESS VM_SSH_USER=ec2-user test/e2e/run.sh to try bootstrapping a cluster and running some tests.

@klihub
Copy link
Contributor Author

klihub commented Jul 9, 2021

Making sure the package hub repo is enabled reportedly fixes this problem.

Additionally, it might be an idea worth considering to add a flag akin to reinstall_crirm & co and allow users forcing the bootstrapping process to be retried all the way from the beginning (pulling in the necessary packages). Now rerunning the script after a failure with package hub enabled does not retry that failed step.

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

No branches or pull requests

2 participants