Add funcitonality for Windows Configuration-Targets#3
Merged
Conversation
...beginning with downloading ZIPed archive-file
Creating as a touch-file so that, when saltstack chases all the state-file refs, it doesn't fail-out due to a missing file
* re-ordering helps exposed missing and/or misstated dependencies * folding makes for easier editing/viewing in 80-column terminal sessions
Creates a `flux-env.ps1` file for all new users. This runs runs a quick check every time a new PowerShell session is opened. If somone has installed Podman or Docker, it maps their respective native pipe endpoint to the `$env:DOCKER_HOST` variable in that PowerShell session.
...Don't want to nuke the .../.kube setup in case other applications (that aren't removed) still need that content present
Nuke out the stuff that came from the template that aren't germane to this project's actual structure
Now that the Windows installation/configuration content is ready to PR, want to ensure that CI content is ready for doing so
This should fix the:
[...ELIDED...]
----------
ID: Install user-env setup for Windows container runtimes
Function: file.managed
Name: C:\Program Files\FluxCLI\flux-env.ps1
Result: False
Comment: The following requisites were not found:
require:
sls: flux-cli.package.install
Started: 16:36:37.916372
Duration: 0.0 ms
Changes:
----------
[...ELIDED...]
Witnessed during CI runs
0c5e221 to
b054b70
Compare
Ensure that the "install" (etc.) state-file(s) doesn't evaluate to empty: this should prevent previously-witnessed CI errors without resorting to a bunch of other ugly and/or brittle kludgery
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.
Adds installation, configuration and "clean" automation for Windows Server configuration-targets.