Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
d5016752
"roles/git@gitlab.erc.monash.edu.au:hpc-team/HPCasCode.git" did not exist on "cec1c184b49d6d336eb3dcca382248716e367434"
Commit
d5016752
authored
5 years ago
by
Andreas Hamacher
Committed by
Trung Nguyen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Dgxdeploy
parent
b77de706
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CICD/heat/gc_HOT.yaml
+26
-0
26 additions, 0 deletions
CICD/heat/gc_HOT.yaml
with
26 additions
and
0 deletions
CICD/heat/gc_HOT.yaml
+
26
−
0
View file @
d5016752
...
...
@@ -14,6 +14,11 @@ parameters:
label
:
Image ID
description
:
Centos Image
default
:
c47c3acb-9657-4243-9e14-e6c676157e3b
#with NetworkManager
rhel_77_image_id
:
type
:
string
label
:
Image ID
description
:
Rhel Image
default
:
19993115-ad60-4979-bdfb-67ae7a77e40c
ssh_key
:
type
:
string
default
:
gc_key
...
...
@@ -252,6 +257,27 @@ resources:
networks
:
-
network
:
{
get_param
:
NetID
}
ComputeNodeRHEL
:
type
:
"
OS::Heat::ResourceGroup"
properties
:
count
:
1
resource_def
:
type
:
"
OS::Nova::Server"
properties
:
#availability_zone: { get_param: avz }
flavor
:
m3.xsmall
image
:
{
get_param
:
rhel_77_image_id
}
key_name
:
{
get_param
:
ssh_key
}
name
:
list_join
:
[
'
-'
,
[
{
get_param
:
"
OS::stack_name"
},
'
computerhel%index%'
]]
security_groups
:
[
default
,
{
get_resource
:
SSHMonashSecGroup
},
{
get_resource
:
SlurmSecGroup
},
{
get_resource
:
NFSSecGroup
}
]
metadata
:
ansible_host_groups
:
[
DGXRHELNodes
]
ansible_ssh_user
:
cloud-user
project_name
:
{
get_param
:
project_name
}
networks
:
-
network
:
{
get_param
:
NetID
}
# PySSHauthz:
# type: "OS::Nova::Server"
# properties:
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
d177017a
·
4 years ago
mentioned in commit
d177017a
mentioned in commit d177017a75fb0599512705bb0b87f347b0dfe371
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
7744bee7
·
4 years ago
mentioned in commit
7744bee7
mentioned in commit 7744bee7923d060b4db9d3df2ee206cce4630579
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment