-
Notifications
You must be signed in to change notification settings - Fork 34
Update docs to include operations #422
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
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
765c0ed
Update README.md
sjpb d585e91
OSes supported as deploy hosts
bertiethorpe 39f99a6
undo readme OSes supported
bertiethorpe c9663ac
Merge branch 'main' into docs/setup
sjpb 0d2367e
add operations docs
sjpb 9f97e02
simplify main README.md to only cover default configuration
sjpb 4709299
move more-specific documentation into their own files
sjpb eda090c
provide site docs directory
sjpb b3dddce
address docs review comments
sjpb 207fe06
Merge branch 'main' into docs/setup
sjpb 0b1eabc
Fix a / in docs
sjpb fd0b51a
address PR comments on docs
sjpb e7bf1b2
Merge branch 'main' into docs/setup
sjpb 91db27a
address PR comments on docs
sjpb fdf0592
Merge branch 'docs/setup' of github.com:stackhpc/ansible-slurm-applia…
sjpb 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Adding new functionality | ||
|
||
Please contact us for specific advice, but this generally involves: | ||
- Adding a role. | ||
- Adding a play calling that role into an existing playbook in `ansible/`, or adding a new playbook there and updating `site.yml`. | ||
- Adding a new (empty) group named after the role into `environments/common/inventory/groups` and a non-empty example group into `environments/common/layouts/everything`. | ||
- Adding new default group vars into `environments/common/inventory/group_vars/all/<rolename>/`. | ||
- Updating the default Packer build variables in `environments/common/inventory/group_vars/builder/defaults.yml`. | ||
- Updating READMEs. |
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,8 @@ | ||
# CI/CD automation | ||
|
||
The `.github` directory contains a set of sample workflows which can be used by downstream site-specific configuration repositories to simplify ongoing maintainence tasks. These include: | ||
|
||
- An [upgrade check](.github/workflows/upgrade-check.yml.sample) workflow which automatically checks this upstream stackhpc/ansible-slurm-appliance repo for new releases and proposes a pull request to the downstream site-specific repo when a new release is published. | ||
|
||
- An [image upload](.github/workflows/upload-s3-image.yml.sample) workflow which takes an image name, downloads it from StackHPC's public S3 bucket if available, and uploads it to the target OpenStack cloud. | ||
|
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.