-
Notifications
You must be signed in to change notification settings - Fork 14
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
testbed and end-to-end smoke test #193
Conversation
…fusing error at the beginning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried running it on my mac, ran into some issues I've highlighted those and marked them as resolved. Revisiting this PR and looking at those comments when we plan to port these scripts might be useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've marked some problematic spots on mac for now, they might come in handy when we're porting to macOS
Co-authored-by: Rohit Rajak <39493074+Rohitrajak1807@users.noreply.github.com>
* first revision of testing/ensure_testbed.sh * Create testbed.md * clone git directory * port-forward and argocd login * auth token for arlon controller * delete tmp_config after use * create guestbook-static and guestbook-dynamic bundles * address some git initializing issues * calico bundle and static-1 profile * dynamic-1 and dynamic-2-calico profiles * used fixed git directories, and insert wait_until()'s * check for clusterctl and add 3 clusterspecs * configure docker provider * add 2 CAPD resource files, potential for basecluster but still some bugs * add testing/capd-capi-quickstart-with-clusterclass-ns-removed.yaml * change the way we check whether we are in the repo * add testing/teardown_testbed.sh * change k8s version to v1.21.10 * make teardown_testbed.sh executable * teardown: ignore errors * increase fs.inotify limits for docker provider * (WIP) testing/ubuntu_devel_prereqs.sh testing/ubuntu_testbed_prereqs.sh * more changes to prereqs scripts * add DockerXXX support to configurations.yaml used by basecluster * prefix docker commands with sudo * testing/test_basecluster_deploy_with_capd.sh * make script executable * test_basecluster_deploy_with_capd.sh enhancements * test_basecluster_deploy_with_capd.sh enhancements * fix #191: force arlon controller to run as root * deploy capd-1 cluster and verify results * make scripts executable * don't checkout arlon repo since we're assuming we're running the script from the repo * install gcc and correctly symlink arlon binary * remove sudo from docker commands - kind requires direct docker access without sudo * slight adjustment to a wait_until statement to avoid displaying a confusing error at the beginning * add testing/README.md * changes to testing/README.md * changes to testing/README.md * add missing popd to a script * fix bug in ubuntu_devel_prereqs.sh * Update testing/ubuntu_testbed_prereqs.sh Co-authored-by: Rohit Rajak <39493074+Rohitrajak1807@users.noreply.github.com> Co-authored-by: Bich Le <leb@platform9.com> Co-authored-by: Rohit Rajak <39493074+Rohitrajak1807@users.noreply.github.com>
No description provided.