Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-soda
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
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
ViaLactea
vlkb-soda
Commits
967ed5f3
Commit
967ed5f3
authored
1 year ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
removes traces of vlkb-search
parent
809beb20
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/Dockerfile.vlkb
+2
-5
2 additions, 5 deletions
docker/Dockerfile.vlkb
docker/Makefile
+2
-2
2 additions, 2 deletions
docker/Makefile
docker/compose-example-vlkb.yaml
+3
-8
3 additions, 8 deletions
docker/compose-example-vlkb.yaml
with
7 additions
and
15 deletions
docker/Dockerfile.vlkb
+
2
−
5
View file @
967ed5f3
...
...
@@ -14,22 +14,20 @@ RUN apt -y update \
COPY ast_9.2.9-1_amd64.deb ./
RUN dpkg -i /root/ast_9.2.9-1_amd64.deb && ldconfig \
&& mkdir -p /webapps/vlkb-search
&& mkdir -p /webapps/vlkb-cutout && mkdir /config \
&& mkdir -p /webapps/vlkb-cutout && mkdir /config \
&& mkdir -p /srv/surveys && mkdir -p /srv/cutouts
ARG VLKB_VERSION
COPY vlkb-${VLKB_VERSION}.deb vlkb-obscore-${VLKB_VERSION}.deb vlkbd-${VLKB_VERSION}.deb ./
COPY vlkb-search-${VLKB_VERSION}.war /webapps/vlkb-search/
COPY vlkb-cutout-${VLKB_VERSION}.war /webapps/vlkb-cutout/
RUN dpkg -i vlkb-${VLKB_VERSION}.deb vlkb-obscore-${VLKB_VERSION}.deb vlkbd-${VLKB_VERSION}.deb \
&& cd /webapps/vlkb-search && jar -xf vlkb-search-${VLKB_VERSION}.war \
&& cd /webapps/vlkb-cutout && jar -xf vlkb-cutout-${VLKB_VERSION}.war
COPY postgresql-*.jar /var/lib/tomcat9/lib
# Lines with postgresql_*.jar: provide DB-driver so Tomcat loads it
#
vlkb-search
vlkb-cutout do not explicitely load DB-drivers
# vlkb-cutout do
es
not explicitely load DB-drivers
...
...
@@ -52,7 +50,6 @@ COPY config-vlkb/vlkbd.datasets.conf ${INST_DIR}/etc/vlkbd/datasets.conf
# created in entrypoint.sh COPY config-vlkb/servlet.cutout.properties /webapps/vlkb-cutout/WEB-INF/classes/cutout.properties
COPY config-vlkb/auth.properties config-vlkb/neatoken.properties config-vlkb/iamtoken.properties /webapps/vlkb-cutout/WEB-INF/classes/
COPY config-vlkb/auth.properties config-vlkb/neatoken.properties config-vlkb/iamtoken.properties config-vlkb/formatresponsefilter.properties /webapps/vlkb-search/WEB-INF/classes/
#COPY ssl/keystore.jks /root/
COPY ssl/server.xml ssl/server-connector-8080.xml ssl/server-connector-8443.xml /etc/tomcat9/
...
...
This diff is collapsed.
Click to expand it.
docker/Makefile
+
2
−
2
View file @
967ed5f3
...
...
@@ -5,9 +5,9 @@ VERSION ?= $(shell git describe)
all
:
download-all
:
vlkb-search
vlkb-cutout vlkbd vlkb-obscore vlkb
download-all
:
vlkb-cutout vlkbd vlkb-obscore vlkb
vlkb-search
vlkb-cutout
:
vlkb-cutout
:
make download
PACK_FILE
=
$@
-
$(
VERSION
)
.war
vlkbd vlkb-obscore vlkb
:
...
...
This diff is collapsed.
Click to expand it.
docker/compose-example-vlkb.yaml
+
3
−
8
View file @
967ed5f3
...
...
@@ -28,21 +28,16 @@ services:
environment
:
-
SECURITY=
#- SECURITY=ia2token
-
DISCOVERY_CONTEXT_ROOT=vlkb#datasets#vlkb_search
-
DISCOVERY_DB_URI=jdbc:postgresql://pasquale.ia2.ianf.it:5432/vialactea
-
DB_USERNAME=vialactea
-
DB_PASSWORD=ia2vlkb
-
VLKBOBSCORE_PG_URI=postgresql://vialactea:ia2vlkb@pasquale.ia2.inaf.it:5432/vialactea
#- VLKBOBSCORE_PG_URI=postgresql://vialactea:ia2vlkb@pasquale.ia2.inaf.it:5432/vialactea
-
ACCESS_CONTEXT_ROOT=vlkb#datasets
-
URL_CUTOUTS=vlkb-devel.ia2.inaf.it:8004/cutouts
-
RESPONSE_FORMAT=application/x-vlkb+xml
#- RESPONSE_FORMAT=application/fits
-
RESPONSE_FORMAT=application/vlkb+xml
#- RESPONSE_FORMAT=application/fits;createfile=yes
volumes
:
#- ./config-vlkb:/config:Z
-
/srv/vlkb/surveys:/srv/surveys:z,ro
-
/srv/vlkb/cutouts:/srv/cutouts:z,rw
restart
:
always
#
restart
:
always
volumes
:
...
...
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