Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
utilities
Import Process CLI
Commits
33e57c29
Commit
33e57c29
authored
Oct 01, 2021
by
Jonas Waeber
Browse files
Remove kubernetes configurations
parent
d08af2cd
Changes
119
Expand all
Hide whitespace changes
Inline
Side-by-side
global-configs/stage/update.canton-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-canton-labels-csv
kubectl create configmap stage-canton-labels-csv
--from-file
./cantons/
\ No newline at end of file
global-configs/stage/update.document-type-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-document-type-labels
kubectl create configmap stage-document-type-labels
--from-file
./document_types/
\ No newline at end of file
global-configs/stage/update.elastic-indices.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-reports-index
kubectl create configmap stage-reports-index
--from-literal
ELASTIC_INDEX
=
"reports-stage-v1"
kubectl delete configmap stage-institutions-index
kubectl create configmap stage-institutions-index
--from-literal
ELASTIC_INDEX
=
"institutions-stage-v1"
kubectl delete configmap stage-record-sets-index
kubectl create configmap stage-record-sets-index
--from-literal
ELASTIC_INDEX
=
"record-sets-stage-v1"
kubectl delete configmap stage-documents-index
kubectl create configmap stage-documents-index
--from-literal
ELASTIC_INDEX
=
"documents-stage-v1"
kubectl delete configmap stage-edm-index
kubectl create configmap stage-edm-index
--from-literal
ELASTIC_INDEX
=
"oai-stage-v1"
\ No newline at end of file
global-configs/stage/update.elasticsearch-cluster-configs.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-elastic-configs
kubectl create configmap stage-elastic-configs
\
--from-literal
ELASTIC_HOST
=
"mb-es1.memobase.unibas.ch"
\
--from-literal
ELASTIC_PORT
=
"8080"
\ No newline at end of file
global-configs/stage/update.global-normalization-transform.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-global-normalization-transform
kubectl create configmap stage-global-normalization-transform
--from-file
./transforms/
global-configs/stage/update.institution-type-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-institution-type-labels
kubectl create configmap stage-institution-type-labels
--from-file
./institution_types/
\ No newline at end of file
global-configs/stage/update.kafka-boostrap-servers.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-kafka-bootstrap-servers
kubectl create configmap stage-kafka-bootstrap-servers
--from-literal
KAFKA_BOOTSTRAP_SERVERS
=
"dd-ka1.ub.unibas.ch:9092,dd-ka2.ub.unibas.ch:9092,dd-ka3.ub.unibas.ch:9092,dd-ka4.ub.unibas.ch:9092,dd-ka5.ub.unibas.ch:9092"
\ No newline at end of file
global-configs/stage/update.mariadb-mediaserver-configs.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl apply
-f
./mariadb
\ No newline at end of file
global-configs/stage/update.metadata-language-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-metadata-language-labels-csv
kubectl create configmap stage-metadata-language-labels-csv
--from-file
./metadata-languages/
\ No newline at end of file
global-configs/stage/update.municipality-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-municipality-labels-csv
kubectl create configmap stage-municipality-labels-csv
--from-file
./municipalities/
\ No newline at end of file
global-configs/stage/update.reports-consumer-step-whitelist.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-reports-consumer-step-whitelist
kubectl create configmap stage-reports-consumer-step-whitelist
--from-file
./reports-consumer-step-whitelist/
\ No newline at end of file
global-configs/stage/update.reuse-statement-labels.sh
deleted
100755 → 0
View file @
d08af2cd
#!/usr/bin/env bash
kubectl delete configmap stage-reuse-statement-labels
kubectl create configmap stage-reuse-statement-labels
--from-file
./reuse_statements/
\ No newline at end of file
global-configs/test/access_terms/labels.csv
deleted
100644 → 0
View file @
d08af2cd
code,de,fr,it
public,Online,En ligne,Online
private,Via Memobase+,Via Memobase+,Via Memobase+
faro,Faro-Web,Faro-Web,Faro-Web
onsite,vor Ort,Sur place,Sul posto
noonsite,Nicht einsehbar,Non consultable,Non visualizzabile
\ No newline at end of file
global-configs/test/cantons/labels.csv
deleted
100644 → 0
View file @
d08af2cd
code,id,de,fr,it
VS,http://www.wikidata.org/entity/Q834,Wallis,Valais,Vallese
GL,http://www.wikidata.org/entity/Q11922,Glarus,Glaris,Glarona
BE,http://www.wikidata.org/entity/Q11911,Bern,Berne,Berna
SO,http://www.wikidata.org/entity/Q11929,Solothurn,Soleure,Soletta
GE,http://www.wikidata.org/entity/Q11917,Genf,Genève,Ginevra
GR,http://www.wikidata.org/entity/Q11925,Graubünden,Grisons,Grigioni
ZG,http://www.wikidata.org/entity/Q11933,Zug,Zoug,Zugo
ZH,http://www.wikidata.org/entity/Q11943,Zürich,Zurich,Zurigo
AG,http://www.wikidata.org/entity/Q11972,Aargau,Argovie,Argovia
AR,http://www.wikidata.org/entity/Q12079,Appenzell Ausserrhoden,Appenzell Rhodes-Extérieures,Appenzello Esterno
LU,http://www.wikidata.org/entity/Q12121,Luzern,Lucerne,Lucerna
BL,http://www.wikidata.org/entity/Q12146,Basel-Landschaft,Bâle-Campagne,Basilea Campagna
AI,http://www.wikidata.org/entity/Q12094,Appenzell Innerrhoden,Appenzell Rhodes-Intérieures,Appenzello Interno
BS,http://www.wikidata.org/entity/Q12172,Basel-Stadt,Bâle-Ville,Basilea Città
UR,http://www.wikidata.org/entity/Q12404,Uri,Uri,Uri
NW,http://www.wikidata.org/entity/Q12592,Nidwalden,Nidwald,Nidvaldo
TG,http://www.wikidata.org/entity/Q12713,Thurgau,Thurgovie,Turgovia
TI,http://www.wikidata.org/entity/Q12724,Tessin,Tessin,Ticino
FR,http://www.wikidata.org/entity/Q12640,Freiburg,Fribourg,Friburgo
OW,http://www.wikidata.org/entity/Q12573,Obwalden,Obwald,Obvaldo
SZ,http://www.wikidata.org/entity/Q12433,Schwyz,Schwytz,Svitto
SG,http://www.wikidata.org/entity/Q12746,St. Gallen,Saint-Gall,San Gallo
SH,http://www.wikidata.org/entity/Q12697,Schaffhausen,Schaffhouse,Sciaffusa
NE,http://www.wikidata.org/entity/Q12738,Neuenburg,Neuchâtel,Neuchâtel
JU,http://www.wikidata.org/entity/Q12755,Jura,Jura,Giura
VD,http://www.wikidata.org/entity/Q12771,Waadt,Vaud,Vaud
\ No newline at end of file
global-configs/test/document_types/labels.csv
deleted
100644 → 0
View file @
d08af2cd
code,de,fr,it
Ton,Ton,Son,Suono
Film,Film,Film,Film
Foto,Fotografie,Photographie,Fotografia
Radio,Radio,Radio,Radio
Tonbildschau,Tonbildschau,Diaporama,Presentazione
TV,Fernsehen,Télévision,Televisione
Video,Video,Vidéo,Video
Andere,Andere,Autres,Altri
\ No newline at end of file
global-configs/test/institution_types/labels.csv
deleted
100644 → 0
View file @
d08af2cd
id,de,fr,it
Q166118,Archiv,Archives,Archivio
Q327333,Behörde,autorité,autorità
Q7075,Bibliothek,Bibliothèque,Biblioteca
Q2385804,Bildungseinrichtung,Institution d'enseignement,Istituzione d'istruzione
Q31855,Forschungseinrichtung,Institution de recherche,Istituzione di ricerca
Q38723,Hochschule,Université,Università
Q33506,Museum,Musée,Museo
Q163740,Non-Profit-Organisation,Organisme sans but lucratif,Organizzazione non a scopo di lucro
Q591763,Privatwirtschaft,Secteur privé,Settore privato
Q15265344,Rundfunkveranstalter,Radio- et télédiffuseur,Emittente
Q15911314,Verband,Association,Associazione
Q2029941,Veranstalter,Organisateur,Organizzatore
global-configs/test/mariadb/mariadb-db-medienserver.yaml
deleted
100644 → 0
View file @
d08af2cd
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
test-mariadb-db-medienserver-configs
namespace
:
memobase
labels
:
environment
:
test
data
:
MARIADB_HOST
:
dd-db2.ub.unibas.ch
MARIADB_PORT
:
"
3306"
MARIADB_DATABASE
:
medienserver_test
global-configs/test/metadata-languages/labels.csv
deleted
100644 → 0
View file @
d08af2cd
code,id,de,fr,it
de,http://www.wikidata.org/entity/Q188,Deutsch,Allemand,Tedesco
fr,http://www.wikidata.org/entity/Q150,Französisch,Français,Francese
it,http://www.wikidata.org/entity/Q652,Italienisch,Italien,Italiano
\ No newline at end of file
global-configs/test/municipalities/labels.csv
deleted
100644 → 0
View file @
d08af2cd
This diff is collapsed.
Click to expand it.
global-configs/test/reports-consumer-step-whitelist/whitelist.txt
deleted
100644 → 0
View file @
d08af2cd
01-gi-drupal-syncer
02-import-process-bridge-groups
03-gi-record-set-es-transform
03-gi-institution-es-transform
IS-04.01-indexing-institutions
IS-04.02-indexing-institutions-backup
RS-04.01-indexing-record-sets
RS-04.02-indexing-record-sets-backup
RS-04.03-indexing-record-set-updates
RS-04.04-indexing-record-set-updates-backup
\ No newline at end of file
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment