From 809a936272423ba055f0e9e03d0179d0b4a563a3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 23 Sep 2019 16:54:21 +0200 Subject: [PATCH] openshift-apps/koschei: Add vars for production --- .../koschei/vars/production.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/openshift-apps/koschei/vars/production.yml diff --git a/roles/openshift-apps/koschei/vars/production.yml b/roles/openshift-apps/koschei/vars/production.yml new file mode 100644 index 0000000000..51c4a3bc20 --- /dev/null +++ b/roles/openshift-apps/koschei/vars/production.yml @@ -0,0 +1,23 @@ +koschei_topurl: https://koschei.fedoraproject.org +koschei_pgsql_hostname: db01.phx2.fedoraproject.org +koschei_koji_hub: koji.fedoraproject.org +koschei_kojipkgs: kojipkgs.fedoraproject.org +koschei_koji_web: koji.fedoraproject.org +koschei_copr_url: NOT-YET-USED +koschei_copr_login: NOT-YET-USED +koschei_copr_token: NOT-YET-USED +koschei_oidc_provider: id.fedoraproject.org +koschei_bugzilla: bugzilla.redhat.com + +koschei_oidc_client_secret: "{{ koschei_oidc_client_secret_prod }}" +koschei_oidc_crypto_secret: "{{ koschei_oidc_crypto_secret_prod }}" + +koschei_frontend_replicas: 2 + +koschei_backend_services: [] +#koschei_backend_services: +# - { name: polling, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] } +# - { name: scheduler, cpu: [ 200, 500 ], memory: [ 64, 128 ] } +# - { name: build-resolver, cpu: [ 1000, 1500 ], memory: [ 1024, 4096 ] } +# - { name: repo-resolver, cpu: [ 2000, 8000 ], memory: [ 1024, 4096 ] } +# - { name: watcher, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] }