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
57251fa8
Commit
57251fa8
authored
5 years ago
by
Jafar Lie
Browse files
Options
Downloads
Patches
Plain Diff
fixed linting issue
parent
1f4188ad
No related branches found
No related tags found
1 merge request
!293
Ubuntu
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/heat/gc_HOT.yaml
+2
-2
2 additions, 2 deletions
CICD/heat/gc_HOT.yaml
CICD/heat/resource_registry.yaml
+1
-1
1 addition, 1 deletion
CICD/heat/resource_registry.yaml
with
3 additions
and
3 deletions
CICD/heat/gc_HOT.yaml
+
2
−
2
View file @
57251fa8
...
...
@@ -166,7 +166,7 @@ resources:
ssh_key
:
{
get_param
:
ssh_key
}
security_groups
:
[
default
,
{
get_resource
:
SSHMonashSecGroup
},
{
get_resource
:
SlurmSecGroup
},
{
get_resource
:
NFSSecGroup
},
{
get_resource
:
MySQLSecGroup
}
]
project_name
:
{
get_param
:
project_name
}
MgmtNodesU
:
type
:
"
OS::Heat::ResourceGroup"
properties
:
...
...
@@ -178,7 +178,7 @@ resources:
image
:
{
get_param
:
ubuntu_1804_image_id
}
ansible_ssh_user
:
ubuntu
mynodename
:
list_join
:
[
'
-'
,
[
{
get_param
:
"
OS::stack_name"
},
'
mgmt%index%'
]]
list_join
:
[
'
-'
,
[
{
get_param
:
"
OS::stack_name"
},
'
mgmt
U
%index%'
]]
ssh_key
:
{
get_param
:
ssh_key
}
security_groups
:
[
default
,
{
get_resource
:
SSHMonashSecGroup
},
{
get_resource
:
SlurmSecGroup
},
{
get_resource
:
NFSSecGroup
},
{
get_resource
:
MySQLSecGroup
}
]
project_name
:
{
get_param
:
project_name
}
...
...
This diff is collapsed.
Click to expand it.
CICD/heat/resource_registry.yaml
+
1
−
1
View file @
57251fa8
resource_registry
:
My::Server::MgmtNode
:
mgmtnode_HOT.yaml
\ No newline at end of file
My::Server::MgmtNode
:
mgmtnode_HOT.yaml
This diff is collapsed.
Click to expand it.
Jafar Lie
@jlie0003
mentioned in commit
1169a1d9
·
4 years ago
mentioned in commit
1169a1d9
mentioned in commit 1169a1d9c1f7bc7c31a67fbdd9b05f05cb3238e3
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