Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
container-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
container-manager
Commits
78d0ea68
Commit
78d0ea68
authored
6 years ago
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
Options
Downloads
Patches
Plain Diff
let image be changed via environment
parent
b50ff48d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-2
7 additions, 2 deletions
README.md
config/custom-environment-variables.hjson
+5
-0
5 additions, 0 deletions
config/custom-environment-variables.hjson
with
12 additions
and
2 deletions
README.md
+
7
−
2
View file @
78d0ea68
Use deploy to deploy the analytics toolkit.
use
--
docker-skip to avoid building the docker image
--
update-docker to build a new docker image and update version_to_deploy
--tsl to use the secure connection for helm
With minikube do
...
...
@@ -11,10 +11,15 @@ With minikube do
machine specific deploy:
# labtest-nomad
cd /nomad/nomadlab/servers/labtest-nomad/beaker-manager/deploy
./deploy.sh --tls --env labtest-nomad --update-docker --secret-web-certs web-certs > deploy.cmds
# labdev-nomad
cd /nomad/nomadlab/servers/labdev-nomad/analytics/beaker
./deploy/deploy.sh --env labdev-nomad --target-hostname labdev-nomad --secret-web-certs web-certs --debug
./deploy/deploy.sh --env labdev-nomad --target-hostname labdev-nomad --secret-web-certs web-certs --debug
> deploy/deploy.cmds
development machine, deploy mirroring the filesystem, you might need to manully execute npm install in the container to if you update packages
...
...
This diff is collapsed.
Click to expand it.
config/custom-environment-variables.hjson
+
5
−
0
View file @
78d0ea68
...
...
@@ -10,6 +10,11 @@
"ca": "KUBERNETES_CA"
"cert": "KUBERNETES_CERT"
"key": "KUBERNETES_KEY"
}
"k8component": {
"image": "IMAGE_DEFAULT"
"imageSubtype": "IMAGE_SUBTYPE"
"imageReStr": "IMAGE_RE_STR"
}
mongoDb: {
url: "MONGODB_URL"
...
...
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