-
Notifications
You must be signed in to change notification settings - Fork 23
Incorporate separate StackHPC cloud tests for monitoring and for hosts #1501
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
Merged
Alex-Welsh
merged 31 commits into
stackhpc/2024.1
from
2024.1-sot-od-grafana-docker-selinux
Feb 18, 2025
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c71fce1
CI: Add Grafana and OpenSearch Dashboards variables for SOT
markgoddard 6066bf5
CI: Add Docker and SELinux variables for SOT
markgoddard b92a9f2
CI: Separate monitoring vs host test execution in SOT
markgoddard 4ed6d09
DNM: Slim CI, pin sot_version
markgoddard 10fcf6f
SOT: Support OpenSearch and Dashboards TLS
markgoddard dcdce51
Minor fixes to SCT
Alex-Welsh e96f28f
Test SCT against the opensearch-dashboards-grafana branch
maxstack e154481
Select test subset using expression and change the branch to pull in
maxstack 829f6bc
Comment to trigger SCT workflow on push
maxstack 93af210
In StackHPC cloud tests we're checking the host's SELinux state match…
maxstack e3b21a2
Restore the SCT pyargs else we don't find any tests to run.
maxstack 2c1d7d5
Run all SCT tests - remove the monitoring and host filters to see the
maxstack e9d8492
Instead of importing tests as modules into the venv we direct pytest to
maxstack 39f7968
Print out the directory structure of the runner's SCT checkout to see
maxstack 5772f10
Checkout the full SCT branch.
maxstack f429000
Debugging why we're not checking out the tests on the runner.
maxstack 3bd2369
Debugging why we're not checking out the tests on the runner.
maxstack cbb9688
Override the runner's stackhpc_cloud_tests_version so we can test our
maxstack a32fba2
Remove debug and run the SCT host tests as root.
maxstack fdce8e3
Make the SCT host test results readable - alternative way.
maxstack 6181718
It's easier to change permissions on the host results than ownership.
maxstack 0a588a1
Up the docker version range as our AIO docker is already newer than the
maxstack 3d8b43d
Clean up temporary directories as root, host tests may have changed
maxstack a1a3651
Only run host and/or monitoring tests if present, this allows for staged
maxstack ff9818a
Merge branch 'stackhpc/2024.1' into 2024.1-sot-od-grafana-docker-selinux
maxstack 2cd12a9
Tidy up and check against stackhpc/2024.1 to ensure we don't erroneou…
maxstack dc7bef6
Remove workflow tweak for triggering AIO testing upon push.
maxstack a7076b3
Use FQCN of ansible.builtin.assert in Tempest runner host check.
maxstack 100ceb5
Tidy up by separating all ansible tasks with a new line and remove a …
maxstack dd973a2
Remove sct_opensearch_dashboards_cacert: "TODO", there's nothing in S…
maxstack 7508c76
Having removed sct_opensearch_dashboards_cacert we also need to remov…
maxstack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
# Target SELinux state | ||
# NOTE(MaxN) In StackHPC cloud tests we're checking the host's SELinux state matches the targeted state | ||
# but we can't access what was defined upstream so we redefine here - this must follow any upstream change. | ||
selinux_state: permissive |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.