Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
cspp_geo
geosphere
geosphere-deploy
Commits
16aa6b49
Verified
Commit
16aa6b49
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add custom values for geo2grid g16 radf
parent
844c4ee5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
production/values-geo2grid-g16-radf.yaml
+12
-0
12 additions, 0 deletions
production/values-geo2grid-g16-radf.yaml
production/values-grb-g16.yaml
+0
-0
0 additions, 0 deletions
production/values-grb-g16.yaml
with
19 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
16aa6b49
...
...
@@ -154,9 +154,9 @@ deploy_g16_grb:
-
kubeconfig=$(basename $kubekorner_k3s_config)
-
echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
-
cp ../../production/values-g
16-grb
.yaml .
-
cp ../../production/values-g
rb-g16
.yaml .
# namespace names are the same as domain names
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g
16-grb
.yaml cspp-geo-grb cspp-geo-grb/
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g
rb-g16
.yaml cspp-geo-grb cspp-geo-grb/
dependencies
:
-
get_chart_grb
rules
:
...
...
@@ -169,23 +169,23 @@ deploy_geo2grid_g16_radf:
name
:
production
url
:
http://geosphere.ssec.wisc.edu
extends
:
.helm_based_job
stage
:
deploy G
RB
stage
:
deploy G
2G
script
:
-
if [ -n "$CI_COMMIT_TAG" ]; then
ns="geosphere";
else
ns="geosphere-test";
fi
-
cd geosphere-g
rb
/chart
-
source cspp-geo-g
rb
/cibuild.env
-
cd geosphere-g
eo2grid
/chart
-
source cspp-geo-g
eo2grid
/cibuild.env
# copy secret kubeconfig to the mounted (pwd) directory
-
cp $kubekorner_k3s_config .
-
kubeconfig=$(basename $kubekorner_k3s_config)
-
echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
-
cp ../../production/values-g
16-grb
.yaml .
-
cp ../../production/values-g
eo2grid-g16-radf
.yaml .
# namespace names are the same as domain names
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g
16-grb
.yaml cspp-geo-g
rb
cspp-geo-g
rb
/
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g
eo2grid-g16-radf
.yaml cspp-geo-g
eo2grid
cspp-geo-g
eo2grid
/
dependencies
:
-
get_chart_geo2grid
rules
:
...
...
This diff is collapsed.
Click to expand it.
production/values-geo2grid-g16-radf.yaml
0 → 100644
+
12
−
0
View file @
16aa6b49
rabbitIn
:
host
:
"
geosphere-rabbit-rabbitmq"
username
:
"
user"
passwordSecret
:
"
geosphere-rabbit-rabbitmq"
topic
:
"
data.goes.g16.abi.radf.l1b.netcdf.all.complete"
source
:
s3Endpoint
:
"
http://geosphere-minio:9000"
destination
:
# s3Endpoint: "http://geosphere-minio:9000"
s3Secret
:
"
geosphere-minio"
s3AccessKey
:
"
accesskey"
s3SecretKey
:
"
secretkey"
This diff is collapsed.
Click to expand it.
production/values-g
16-grb
.yaml
→
production/values-g
rb-g16
.yaml
+
0
−
0
View file @
16aa6b49
File moved
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