feat(lima): end-to-end Lima VM orchestration and automated browser login - #117
Open
castrojo wants to merge 1 commit into
Open
feat(lima): end-to-end Lima VM orchestration and automated browser login#117castrojo wants to merge 1 commit into
castrojo wants to merge 1 commit into
Conversation
Provides a complete end-to-end Lima VM workflow, automated browser login verification, and single-command KubeStellar setup for Bluefin Server: - Lima VM template with port forwards (8080 console, 6443 k8s API): files/lima/bluefin-server-kiosk.yaml - Single-command kc-agent launcher script: files/bin/bluefin-kubestellar - Homebrew formulas for tap packaging: Formula/bluefin-kubestellar.rb, Formula/kc-agent.rb - Automated headless browser login test: tests/e2e/test_kubestellar_browser_login.py - Lima VM e2e orchestrator script: scripts/lima-e2e-kubestellar-test.sh - Justfile integration targets: setup-kubestellar, test-e2e-browser, test-e2e-lima - Unit tests: tests/unit/test_lima_e2e_contract.py, tests/unit/test_setup_kubestellar.py, tests/unit/bluefin-kubestellar_test.bats Closes #108 Closes #110 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: castrojo <castrojo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #108, #110
Follows #115, #116
Provides complete end-to-end testing with Lima VM and bulletproof automated KubeStellar browser login:
files/lima/bluefin-server-kiosk.yaml):files/bin/bluefin-kubestellar,Formula/bluefin-kubestellar.rb,Formula/kc-agent.rb):KAGENTI_CONTROLLER_URL="none"to eliminate in-cluster DNS stalls.kc-agentlifecycle (start, stop, status, logs).just setup-kubestellar.tests/e2e/test_kubestellar_browser_login.py):scripts/lima-e2e-kubestellar-test.sh,just test-e2e-lima):tests/unit/test_lima_e2e_contract.pytests/unit/test_setup_kubestellar.pytests/unit/bluefin-kubestellar_test.batsSigned-off-by: Jorge O. Castro jorge@canonical.com
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com