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
ab81b216
Commit
ab81b216
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
using the m3 flavours
parent
740d7b28
No related branches found
No related tags found
1 merge request
!297
Cicd merge back
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/heat/gc_HOT.yaml
+8
-8
8 additions, 8 deletions
CICD/heat/gc_HOT.yaml
CICD/heat/mgmtnode_HOT.yaml
+1
-1
1 addition, 1 deletion
CICD/heat/mgmtnode_HOT.yaml
with
9 additions
and
9 deletions
CICD/heat/gc_HOT.yaml
+
8
−
8
View file @
ab81b216
...
...
@@ -13,7 +13,7 @@ parameters:
type
:
string
label
:
Image ID
description
:
Centos Image
default
:
12da1997-5122-4be3-a2a9-2f44961c1b16
default
:
c47c3acb-9657-4243-9e14-e6c676157e3b
# with NetworkManager
ssh_key
:
type
:
string
default
:
gc_key
...
...
@@ -27,7 +27,7 @@ parameters:
default
:
Classic Provider
Flavour
:
type
:
string
default
:
t
3.xsmall
default
:
m
3.xsmall
resources
:
...
...
@@ -104,7 +104,7 @@ resources:
name
:
list_join
:
[
'
-'
,
[
{
get_param
:
"
OS::stack_name"
},
'
sql0'
]]
availability_zone
:
{
get_param
:
avz
}
flavor
:
t
3.small
flavor
:
m
3.
x
small
image
:
{
get_param
:
centos_7_image_id
}
key_name
:
{
get_param
:
ssh_key
}
security_groups
:
[
{
get_resource
:
SSHMonashSecGroup
},
{
get_resource
:
SlurmSecGroup
},
{
get_resource
:
MySQLSecGroup
},
{
get_resource
:
NFSSecGroup
}
]
...
...
@@ -170,12 +170,12 @@ resources:
LoginNodes
:
type
:
"
OS::Heat::ResourceGroup"
properties
:
count
:
1
count
:
0
resource_def
:
type
:
"
OS::Nova::Server"
properties
:
#availability_zone: { get_param: avz }
flavor
:
t
3.small
flavor
:
m
3.
x
small
image
:
{
get_param
:
centos_7_image_id
}
key_name
:
{
get_param
:
ssh_key
}
name
:
...
...
@@ -196,7 +196,7 @@ resources:
type
:
"
OS::Nova::Server"
properties
:
#availability_zone: { get_param: avz }
flavor
:
t
3.small
flavor
:
m
3.
x
small
image
:
{
get_param
:
centos_7_image_id
}
key_name
:
{
get_param
:
ssh_key
}
name
:
...
...
@@ -217,7 +217,7 @@ resources:
type
:
"
OS::Nova::Server"
properties
:
#availability_zone: { get_param: avz }
flavor
:
t
3.small
flavor
:
m
3.
x
small
image
:
{
get_param
:
centos_7_image_id
}
key_name
:
{
get_param
:
ssh_key
}
name
:
...
...
@@ -238,7 +238,7 @@ resources:
type
:
"
OS::Nova::Server"
properties
:
#availability_zone: { get_param: avz }
flavor
:
t
3.small
flavor
:
m
3.
x
small
image
:
{
get_param
:
ubuntu_1804_image_id
}
key_name
:
{
get_param
:
ssh_key
}
name
:
...
...
This diff is collapsed.
Click to expand it.
CICD/heat/mgmtnode_HOT.yaml
+
1
−
1
View file @
ab81b216
...
...
@@ -25,7 +25,7 @@ resources:
type
:
OS::Nova::Server
properties
:
#availability_zone: { get_param: avz }
flavor
:
t
3.xsmall
flavor
:
m
3.xsmall
image
:
{
get_param
:
image
}
key_name
:
{
get_param
:
ssh_key
}
security_groups
:
{
get_param
:
security_groups
}
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
bb7f783a
·
4 years ago
mentioned in commit
bb7f783a
mentioned in commit bb7f783a4ebc02c97320d46625c2704077ab659e
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