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
141a9c14
Commit
141a9c14
authored
5 years ago
by
Jafar Lie
Browse files
Options
Downloads
Patches
Plain Diff
testing ubuntu mgmt node
Former-commit-id:
1f4188ad
parent
3c095574
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/heat/gc_HOT.yaml
+18
-2
18 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
19 additions
and
3 deletions
CICD/heat/gc_HOT.yaml
+
18
−
2
View file @
141a9c14
...
...
@@ -151,10 +151,10 @@ resources:
volume_id
:
{
get_resource
:
DBVolume
}
instance_uuid
:
{
get_resource
:
SQLNode0
}
MgmtNodes
:
MgmtNodes
C
:
type
:
"
OS::Heat::ResourceGroup"
properties
:
count
:
2
count
:
0
resource_def
:
type
:
My::Server::MgmtNode
properties
:
...
...
@@ -166,6 +166,22 @@ 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
:
count
:
2
resource_def
:
type
:
My::Server::MgmtNode
properties
:
#avz: { get_param: avz }
image
:
{
get_param
:
ubuntu_1804_image_id
}
ansible_ssh_user
:
ubuntu
mynodename
:
list_join
:
[
'
-'
,
[
{
get_param
:
"
OS::stack_name"
},
'
mgmt%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
}
LoginNodesC
:
type
:
"
OS::Heat::ResourceGroup"
...
...
This diff is collapsed.
Click to expand it.
CICD/heat/resource_registry.yaml
+
1
−
1
View file @
141a9c14
resource_registry
:
My::Server::MgmtNode
:
mgmtnode_HOT.yaml
My::Server::MgmtNode
:
mgmtnode_HOT.yaml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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