|
1 |
| -# DEACTIVATED - 2024-12-16 |
2 |
| -# This pipeline has been deactivated over the winter break, |
3 |
| -# to save costs and will be reactivated in the new year. |
4 |
| -# We need to keep this folder, so that new deploys don't go |
5 |
| -# to the production environment. |
| 1 | +module "pipeline" { |
| 2 | + source = "../modules/stack" |
6 | 3 |
|
7 |
| -# module "pipeline" { |
8 |
| -# source = "../modules/stack" |
9 |
| -# |
10 |
| -# reindexing_state = { |
11 |
| -# listen_to_reindexer = false |
12 |
| -# scale_up_tasks = false |
13 |
| -# scale_up_elastic_cluster = false |
14 |
| -# scale_up_id_minter_db = false |
15 |
| -# scale_up_matcher_db = false |
16 |
| -# } |
17 |
| -# |
18 |
| -# index_config = { |
19 |
| -# works = { |
20 |
| -# identified = "works_identified.2023-05-26" |
21 |
| -# merged = "works_merged.2023-05-26" |
22 |
| -# indexed = "works_indexed.2024-11-14" |
23 |
| -# } |
24 |
| -# images = { |
25 |
| -# indexed = "images_indexed.2024-11-14" |
26 |
| -# works_analysis = "works_indexed.2024-11-06" |
27 |
| -# } |
28 |
| -# } |
29 |
| -# |
30 |
| -# allow_delete_indices = true |
31 |
| -# |
32 |
| -# pipeline_date = local.pipeline_date |
33 |
| -# release_label = local.pipeline_date |
34 |
| -# |
35 |
| -# providers = { |
36 |
| -# aws.catalogue = aws.catalogue |
37 |
| -# } |
38 |
| -# } |
| 4 | + reindexing_state = { |
| 5 | + listen_to_reindexer = true |
| 6 | + scale_up_tasks = true |
| 7 | + scale_up_elastic_cluster = true |
| 8 | + scale_up_id_minter_db = true |
| 9 | + scale_up_matcher_db = true |
| 10 | + } |
| 11 | + |
| 12 | + index_config = { |
| 13 | + works = { |
| 14 | + identified = "works_identified.2023-05-26" |
| 15 | + merged = "works_merged.2023-05-26" |
| 16 | + indexed = "works_indexed.2024-11-14" |
| 17 | + } |
| 18 | + images = { |
| 19 | + indexed = "images_indexed.2024-11-14" |
| 20 | + works_analysis = "works_indexed.2024-11-06" |
| 21 | + } |
| 22 | + } |
| 23 | + |
| 24 | + allow_delete_indices = false |
| 25 | + |
| 26 | + pipeline_date = local.pipeline_date |
| 27 | + release_label = local.pipeline_date |
| 28 | + |
| 29 | + providers = { |
| 30 | + aws.catalogue = aws.catalogue |
| 31 | + } |
| 32 | +} |
0 commit comments