Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
89b34238
Commit
89b34238
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
PathComp:
- Added deploy script used for tests
parent
92666714
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pathcomp/misc/my_deploy-tests.sh
+22
-0
22 additions, 0 deletions
src/pathcomp/misc/my_deploy-tests.sh
with
22 additions
and
0 deletions
src/pathcomp/misc/my_deploy-tests.sh
0 → 100644
+
22
−
0
View file @
89b34238
# Set the URL of your local Docker registry where the images will be uploaded to.
export
TFS_REGISTRY_IMAGE
=
"http://localhost:32000/tfs/"
# Set the list of components, separated by comas, you want to build images for, and deploy.
# Supported components are:
# context device automation policy service compute monitoring webui
# interdomain slice pathcomp dlt
# dbscanserving opticalattackmitigator opticalcentralizedattackdetector
# l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
export
TFS_COMPONENTS
=
"context device pathcomp service"
# Set the tag you want to use for your images.
export
TFS_IMAGE_TAG
=
"dev"
# Set the name of the Kubernetes namespace to deploy to.
export
TFS_K8S_NAMESPACE
=
"tfs"
# Set additional manifest files to be applied after the deployment
export
TFS_EXTRA_MANIFESTS
=
"manifests/nginx_ingress_http.yaml"
# Set the neew Grafana admin password
export
TFS_GRAFANA_PASSWORD
=
"admin123+"
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