Skip to content

Commit

Permalink
feat: Enable KSP2 services
Browse files Browse the repository at this point in the history
This adds the relevant configuration for KSP2 indexing
  • Loading branch information
techman83 committed Apr 7, 2023
1 parent 4a28f69 commit afc4378
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions prod-stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
BOT_FQDN = 'netkan.ksp-ckan.space'
EMAIL = 'domains@ksp-ckan.space'
PARAM_NAMESPACE = '/NetKAN/Indexer/'
NETKAN_REMOTES = 'ksp=git@github.com:KSP-CKAN/NetKAN.git'
NETKAN_REMOTES = 'ksp=git@github.com:KSP-CKAN/NetKAN.git ksp2=git@github.com:KSP-CKAN/KSP2-NetKAN.git'
NETKAN_USER = 'KSP-CKAN'
NETKAN_REPOS = 'ksp=NetKAN'
CKANMETA_REMOTES = 'ksp=git@github.com:KSP-CKAN/CKAN-meta.git'
NETKAN_REPOS = 'ksp=NetKAN ksp2=KSP2-NetKAN'
CKANMETA_REMOTES = 'ksp=git@github.com:KSP-CKAN/CKAN-meta.git ksp2=git@github.com:KSP-CKAN/KSP2-CKAN-meta.git'
CKANMETA_USER = 'KSP-CKAN'
CKANMETA_REPOS = 'ksp=CKAN-meta'
CKANMETA_REPOS = 'ksp=CKAN-meta ksp2=KSP2-CKAN-meta'
NETKAN_USER = 'KSP-CKAN'
STATUS_BUCKET = 'status.ksp-ckan.space'
status_key = 'status/netkan.json'
Expand Down Expand Up @@ -704,7 +704,7 @@
'linux_parameters': LinuxParameters(InitProcessEnabled=True),
},
{
'name': 'SchedulerKsp',
'name': 'Scheduler',
'command': 'scheduler',
'memory': '156',
'secrets': ['SSH_KEY', 'GH_Token'],
Expand All @@ -717,7 +717,7 @@
'schedule': 'rate(30 minutes)',
},
{
'name': 'SchedulerKspWebhooksPass',
'name': 'SchedulerWebhooksPass',
'command': [
'scheduler', '--group', 'webhooks',
'--max-queued', '2000',
Expand Down Expand Up @@ -797,7 +797,7 @@
'schedule': 'rate(5 minutes)',
},
{
'name': 'DownloadCounterKsp',
'name': 'DownloadCounter',
'command': 'download-counter',
'memory': '156',
'secrets': [
Expand Down

0 comments on commit afc4378

Please sign in to comment.