Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory-proxy-nodes-notes
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
rc
hpc-factory-proxy-nodes-notes
Commits
c07b46ad
Commit
c07b46ad
authored
5 months ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
docs: add instructions for setting up GitLab environments
parent
d0b945ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-0
17 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
README.md
+
17
−
0
View file @
c07b46ad
...
@@ -172,6 +172,15 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`.
...
@@ -172,6 +172,15 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`.
docker push gitlab.rc.uab.edu:4567/<your_gitlab_namespace>/<project_name>:<tag>
docker push gitlab.rc.uab.edu:4567/<your_gitlab_namespace>/<project_name>:<tag>
```
```
### Set Up GitLab Environment as the Final Step
To finalize your GitLab environment setup:
1.
Go to the
**Operate**
tab in your GitLab project.
2.
Create the desired environment (e.g.,
`build`
,
`dev`
, or
`production`
).
3.
Assign and configure environment-specific variables as per your requirements.
4.
Trigger the pipeline and call the appropriate environment (
`build`
or
`dev`
) as needed based on pipeline job requirements.
### Deployment Pipeline:
### Deployment Pipeline:
You can now schedule a pipeline to build and deploy proxy nodes. Use the same process for additional proxy nodes, such as HTTP proxies.
You can now schedule a pipeline to build and deploy proxy nodes. Use the same process for additional proxy nodes, such as HTTP proxies.
...
@@ -193,3 +202,11 @@ Below is a screenshot showing the deploy pipeline for the SSH proxy node:
...
@@ -193,3 +202,11 @@ Below is a screenshot showing the deploy pipeline for the SSH proxy node:


---
---
## Troubleshooting
1.
**Environment Variables Not Working:**
-
Check if the variables are correctly scoped to the environment.
-
Validate the variable values in the
**Settings > CI/CD > Variables**
section.
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