feat(scenarios): add test_nextcloud scenario - #91
Closed
t0kubetsu wants to merge 1 commit into
Closed
Conversation
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
Adds the test_nextcloud dual-lan scenario that deploy-tests the catalog admin-nextcloud box + software.install.nextcloud role. Verified end-to-end: Nextcloud healthy on :8080 with provisioning.
Contents
scenarios/test_nextcloud/— lan1 admin-nextcloud-00 (.150.2, vm_id 1002) + lan2 debian-jump-00 (.151.2, vm_id 3002), dual-lan layout.default_vm_ci_dns_ipsset (node resolver substituted at workspace creation; 1.1.1.1 is firewalled in-range)._reserved.jsonregisters the scenario (vm_ids 1002, 3002).Dependencies
Requires the catalog admin-nextcloud box template (range42-catalog PR
feat(topology): add admin-nextcloud box template + bootstrap role) and the Debian-based role fixes from dev_ada to be merged into catalog dev first.Test plan
./test_nextcloud.setup.sh; Nextcloud healthy on 192.168.150.2:8080, /status.php returns{"installed":true,...}../test_nextcloud.delete_all.shclean.