-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* configure SMS deployment * add slurm-app-ci user * bastion config * allow overriding CI_CLOUD for PRs using label * choose cloud for fatimage workflow_dispatch * packer build qcows * bump fatimage * update packer common vars * Update fatimage.yml * Update main.tf images * Update fatimage.yml * revert fatimage.yml changes * Update fatimage.yml * Update fatimage.yml * hcl packer var put string in quotes --------- Co-authored-by: Steve Brasier <steveb@stackhpc.com>
- Loading branch information
1 parent
8bfe946
commit 17a2432
Showing
6 changed files
with
56 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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" |