Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Eesaan Atluri
hpc-factory
Compare revisions
main to feat-use-predefined-ci-vars
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
atlurie/hpc-factory
Select target project
No results found
feat-use-predefined-ci-vars
Select Git revision
Swap
Target
rc/hpc-factory
Select target project
rc/hpc-factory
louistw/hpc-factory
jpr/hpc-factory
krish94/hpc-factory
atlurie/hpc-factory
dwheel7/hpc-factory
6 results
main
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
feat: Run clusterhooks at deploy time
· 37b46d89
Eesaan Atluri
authored
7 months ago
37b46d89
feat: Retry task until success
· e4565fed
Eesaan Atluri
authored
7 months ago
e4565fed
feat: Use predefined CI vars for repo and branch
· 14830262
Eesaan Atluri
authored
7 months ago
14830262
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
ansible/roles/cheaha.node/tasks/main.yml
+4
-0
4 additions, 0 deletions
ansible/roles/cheaha.node/tasks/main.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
View file @
14830262
...
@@ -149,6 +149,10 @@ deploy_http_proxy_node:
...
@@ -149,6 +149,10 @@ deploy_http_proxy_node:
cat > user_data.txt <<EOF
cat > user_data.txt <<EOF
#!/bin/bash
#!/bin/bash
echo "$DEV_KEY" >> /root/.ssh/authorized_keys
echo "$DEV_KEY" >> /root/.ssh/authorized_keys
git clone ${CI_REPOSITORY_URL} /tmp/hpc-factory
cd /tmp/hpc-factory
git checkout ${CI_COMMIT_REF_NAME}
ansible-playbook -c local -i 127.0.0.1, ansible/cheaha.yml | tee -a ansible.log
EOF
EOF
-
>
-
>
export HTTP_PROXY_INSTANCE_ID=$(openstack server create
export HTTP_PROXY_INSTANCE_ID=$(openstack server create
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/cheaha.node/tasks/main.yml
View file @
14830262
...
@@ -34,3 +34,7 @@
...
@@ -34,3 +34,7 @@
-
name
:
Set timezone to America/Chicago
-
name
:
Set timezone to America/Chicago
community.general.timezone
:
community.general.timezone
:
name
:
America/Chicago
name
:
America/Chicago
retries
:
3
delay
:
3
register
:
result
until
:
not result.failed
This diff is collapsed.
Click to expand it.