Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
76
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
Merge requests
!197
"git@gitlab.rc.uab.edu:rc/gpfs-policy.git" did not exist on "328db9a873f26bba3f34287866992ebd76958b4b"
Automate ood knightly build and deploy in a single pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Automate ood knightly build and deploy in a single pipeline
atlurie/hpc-factory:feat-ood-knightly
into
main
Overview
0
Commits
7
Pipelines
60
Changes
2
Merged
Eesaan Atluri
requested to merge
atlurie/hpc-factory:feat-ood-knightly
into
main
2 months ago
Overview
0
Commits
7
Pipelines
60
Changes
2
Expand
Closes
#231 (closed)
Edited
1 month ago
by
Eesaan Atluri
👍
0
👎
0
Merge request reports
Compare
main
version 32
066fa7d5
1 month ago
version 31
cd18f42a
1 month ago
version 30
61fa4b4b
1 month ago
version 29
0be7bd60
1 month ago
version 28
5a9ea8d2
1 month ago
version 27
9779e658
1 month ago
version 26
856b0d58
1 month ago
version 25
10e7d159
1 month ago
version 24
15485165
1 month ago
version 23
07aa1c88
1 month ago
version 22
f299761c
1 month ago
version 21
05d76719
1 month ago
version 20
7322b747
1 month ago
version 19
5d2b7a74
1 month ago
version 18
a7eac21b
1 month ago
version 17
aff7f6da
1 month ago
version 16
520d3694
1 month ago
version 15
bcfbb215
1 month ago
version 14
3fc5b38a
1 month ago
version 13
854346fb
1 month ago
version 12
c8568cb3
1 month ago
version 11
bb552009
1 month ago
version 10
5ba8e44f
1 month ago
version 9
8d8c6ac7
1 month ago
version 8
71159e46
1 month ago
version 7
0c987a24
2 months ago
version 6
3b23757e
2 months ago
version 5
1c7f7e7d
2 months ago
version 4
194f07f5
2 months ago
version 3
fbc2211f
2 months ago
version 2
ee5b5781
2 months ago
version 1
2e765749
2 months ago
main (base)
and
latest version
latest version
f7588c2c
7 commits,
1 month ago
version 32
066fa7d5
5 commits,
1 month ago
version 31
cd18f42a
4 commits,
1 month ago
version 30
61fa4b4b
4 commits,
1 month ago
version 29
0be7bd60
5 commits,
1 month ago
version 28
5a9ea8d2
4 commits,
1 month ago
version 27
9779e658
14 commits,
1 month ago
version 26
856b0d58
13 commits,
1 month ago
version 25
10e7d159
12 commits,
1 month ago
version 24
15485165
11 commits,
1 month ago
version 23
07aa1c88
10 commits,
1 month ago
version 22
f299761c
9 commits,
1 month ago
version 21
05d76719
8 commits,
1 month ago
version 20
7322b747
7 commits,
1 month ago
version 19
5d2b7a74
6 commits,
1 month ago
version 18
a7eac21b
5 commits,
1 month ago
version 17
aff7f6da
4 commits,
1 month ago
version 16
520d3694
3 commits,
1 month ago
version 15
bcfbb215
6 commits,
1 month ago
version 14
3fc5b38a
5 commits,
1 month ago
version 13
854346fb
5 commits,
1 month ago
version 12
c8568cb3
7 commits,
1 month ago
version 11
bb552009
6 commits,
1 month ago
version 10
5ba8e44f
5 commits,
1 month ago
version 9
8d8c6ac7
5 commits,
1 month ago
version 8
71159e46
3 commits,
1 month ago
version 7
0c987a24
2 commits,
2 months ago
version 6
3b23757e
3 commits,
2 months ago
version 5
1c7f7e7d
2 commits,
2 months ago
version 4
194f07f5
1 commit,
2 months ago
version 3
fbc2211f
1 commit,
2 months ago
version 2
ee5b5781
1 commit,
2 months ago
version 1
2e765749
1 commit,
2 months ago
2 files
+
20
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
openstack-ood/nodeimage.pkr.hcl
+
1
−
1
Options
@@ -60,7 +60,7 @@ build {
provisioner
"shell"
{
inline
=
[
"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
NetworkManager
"
,
"sudo python3 -m pip install --upgrade pip"
,
"sudo pip3 install s3cmd==2.3.0 ansible==4.10.0 python-openstackclient==5.8.0"
]
Loading