Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
Packer Openstack Hpc Image
Commits
337287b3
Commit
337287b3
authored
Apr 19, 2022
by
Chris King
Browse files
Update README for more bright considerations
parent
2be833a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
337287b3
...
...
@@ -30,3 +30,16 @@ packer build -var-file=openstack.pkrvars.hcl openstack
2.
Install ansible (preferably in a virtualenv) and ensure
`ansible-playbook`
is in
`PATH`
3.
Copy
`openstack.pkrvars.hcl.example`
to
`openstack.pkrvars.hcl`
and edit in the documented variables
4.
Run
`packer build -var-file=openstack.pkrvars.hcl openstack`
# Bright considerations
In order to have this node "behave" as a normal slurm node, you'll need to do the following:
1.
Create an entry for it in devices - this is specifically to create the dns entry (the most important thing to set up is the IP under interfaces)
2.
Add the node entry to
`/etc/slurm/slurm.conf`
(both as a node definition and to a partition)
# Running the openstack image
1.
Create an instance with the image, at whatever size you need
2.
Make sure to assign it to the
`openstack-cheaha-internal`
network with the
`cheaha-network`
security group
3.
Associagte a cheaha floating ip from the
`cheaha-cluster`
pool
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment