Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
73
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
rc
hpc-factory
Commits
9351468c
Commit
9351468c
authored
6 months ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
feat: Install httpd not available default in Alma9
parent
161e706d
No related branches found
No related tags found
2 merge requests
!154
Install httpd not available default in Alma9
,
!117
This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openstack-proxy/nodeimage.pkr.hcl
+1
-1
1 addition, 1 deletion
openstack-proxy/nodeimage.pkr.hcl
with
1 addition
and
1 deletion
openstack-proxy/nodeimage.pkr.hcl
+
1
−
1
View file @
9351468c
...
@@ -40,7 +40,7 @@ build {
...
@@ -40,7 +40,7 @@ build {
inline
=
[
inline
=
[
"sudo yum install -y epel-release"
,
"sudo yum install -y epel-release"
,
"sudo dnf config-manager --set-enabled crb"
,
"sudo dnf config-manager --set-enabled crb"
,
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip"
,
"sudo yum install -y libselinux-python3 python3 python3-pip tmux vim git bash-completion curl wget unzip
httpd
"
,
"sudo python3 -m pip install --upgrade pip"
,
"sudo python3 -m pip install --upgrade pip"
,
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
]
]
...
...
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