-
Notifications
You must be signed in to change notification settings - Fork 35
Enable SMS Labs for CI #426
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 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6852fa9
configure SMS deployment
bertiethorpe 62ec288
Merge branch 'main' into sms-deploy
bertiethorpe 9790874
add slurm-app-ci user
bertiethorpe 7fe4e2e
Merge branch 'main' into sms-deploy
bertiethorpe cc515da
bastion config
bertiethorpe 27958e1
allow overriding CI_CLOUD for PRs using label
sjpb 7581f26
choose cloud for fatimage workflow_dispatch
bertiethorpe 4f35724
packer build qcows
bertiethorpe e5496cf
bump fatimage
bertiethorpe 6846cff
update packer common vars
bertiethorpe 4f37df8
Merge branch 'main' into sms-deploy
bertiethorpe 1676d54
Merge branch 'main' into sms-deploy
bertiethorpe acf08ce
Update fatimage.yml
bertiethorpe b7b00d8
Update main.tf images
bertiethorpe eb88d4b
Update fatimage.yml
bertiethorpe 143c503
revert fatimage.yml changes
bertiethorpe 70c0042
Update fatimage.yml
bertiethorpe bc1721a
Update fatimage.yml
bertiethorpe a0fb65d
hcl packer var put string in quotes
bertiethorpe 7d8797f
Merge branch 'main' into sms-deploy
bertiethorpe 58850c4
Merge branch 'main' into sms-deploy
sjpb 3c8d2e0
Merge branch 'main' into sms-deploy
bertiethorpe 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
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,7 @@ | ||
flavor = "general.v1.small" | ||
networks = ["e2b9e59f-43da-4e1c-b558-dc9da4c0d738"] # stackhpc-ipv4-geneve | ||
ssh_keypair_name = "slurm-app-ci" | ||
ssh_private_key_file = "~/.ssh/id_rsa" | ||
ssh_bastion_username = "slurm-app-ci" | ||
ssh_bastion_host = "185.45.78.150" | ||
ssh_bastion_private_key_file = "~/.ssh/id_rsa" |
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,4 @@ | ||
cluster_net = "stackhpc-ipv4-geneve" | ||
cluster_subnet = "stackhpc-ipv4-geneve-subnet" | ||
control_node_flavor = "general.v1.small" | ||
other_node_flavor = "general.v1.small" |
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
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.