Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
68
Issue boards
Milestones
Wiki
Code
Merge requests
11
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
86cfedcb
Commit
86cfedcb
authored
7 months ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
added unique floatingip variables for both instances
parent
d7f6778d
No related branches found
No related tags found
2 merge requests
!117
This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
,
!101
Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
Pipeline
#11655
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
86cfedcb
...
...
@@ -52,8 +52,7 @@ deploy_ood_proxy_node:
--flavor $INSTANCE_FLAVOR
--wait
$OOD_PROXY_INSTANCE_NAME)
-
openstack server add floating ip $OOD_PROXY_INSTANCE_NAME $FLOATING_IP
rules
:
-
openstack server add floating ip $OOD_PROXY_INSTANCE_NAME $OOD_PROXY_FLOATING_IP
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
when
:
always
-
if
:
$CI_PIPELINE_SOURCE == "web"
...
...
@@ -84,7 +83,7 @@ deploy_ssh_proxy_node:
--flavor $INSTANCE_FLAVOR
--wait
$SSH_PROXY_INSTANCE_NAME)
-
openstack server add floating ip $
SSH_PROXY
_INSTANCE_
NAME $
FLOATING_IP
-
openstack server add floating ip $
NEW
_INSTANCE_
ID $SSH_PROXY_
FLOATING_IP
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
when
:
always
...
...
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