resultsdb-dev: add fedmsg variables
Try to fix fedmsg tracebacks: https://pagure.io/taskotron/issue/263 Also synchronize resultsdb-{dev,stg,prod} files a bit to allow easy comparison.
This commit is contained in:
parent
f04a671634
commit
9bb4484adc
3 changed files with 39 additions and 16 deletions
|
@ -2,12 +2,15 @@
|
|||
############################################################
|
||||
# general information
|
||||
############################################################
|
||||
|
||||
freezes: false
|
||||
deployment_type: dev
|
||||
external_hostname: taskotron-dev.fedoraproject.org
|
||||
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}", "{{ execdb_db_port }}" ]
|
||||
|
||||
external_hostname: taskotron-dev.fedoraproject.org
|
||||
deployment_type: dev
|
||||
freezes: false
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
############################################################
|
||||
# resultsdb details
|
||||
|
@ -29,7 +32,7 @@ allowed_hosts:
|
|||
- 10.5.124
|
||||
|
||||
############################################################
|
||||
# resultsdb frontend details
|
||||
# resultsdb-frontend details
|
||||
############################################################
|
||||
resultsdb_fe_endpoint: "resultsdb"
|
||||
resultsdb_frontend_secret_key: "{{ dev_resultsdb_frontend_secret_key }}"
|
||||
|
@ -38,7 +41,6 @@ resultsdb_frontend_secret_key: "{{ dev_resultsdb_frontend_secret_key }}"
|
|||
############################################################
|
||||
# execdb details
|
||||
############################################################
|
||||
|
||||
execdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host: "{{ execdb_db_host_machine }}"
|
||||
execdb_db_port: 5432
|
||||
|
@ -47,3 +49,23 @@ execdb_db_name: execdb_dev
|
|||
execdb_db_user: "{{ dev_execdb_db_user }}"
|
||||
execdb_db_password: "{{ dev_execdb_db_password }}"
|
||||
execdb_secret_key: "{{ dev_execdb_secret_key }}"
|
||||
|
||||
|
||||
############################################################
|
||||
# fedmsg details
|
||||
############################################################
|
||||
fedmsg_active: True
|
||||
fedmsg_cert_prefix: resultsdb
|
||||
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: resultsdb
|
||||
owner: root
|
||||
group: apache
|
||||
can_send:
|
||||
- taskotron.result.new
|
||||
- resultsdb.result.new
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
############################################################
|
||||
# general information
|
||||
############################################################
|
||||
deployment_type: prod
|
||||
external_hostname: taskotron.fedoraproject.org
|
||||
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
|
||||
|
||||
# common items for the releng-* boxes
|
||||
lvm_size: 50000
|
||||
mem_size: 4096
|
||||
|
@ -9,13 +13,12 @@ num_cpus: 4
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
|
||||
fas_client_groups: sysadmin-qa
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
external_hostname: taskotron.fedoraproject.org
|
||||
deployment_type: prod
|
||||
|
||||
|
||||
|
||||
|
||||
############################################################
|
||||
|
@ -46,7 +49,7 @@ resultsdb_fe_endpoint: "resultsdb"
|
|||
resultsdb_frontend_secret_key: "{{ prod_resultsdb_frontend_secret_key }}"
|
||||
|
||||
|
||||
###########################################################
|
||||
############################################################
|
||||
# execdb details
|
||||
############################################################
|
||||
execdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
############################################################
|
||||
# general information
|
||||
############################################################
|
||||
|
||||
freezes: false
|
||||
deployment_type: stg
|
||||
external_hostname: taskotron.stg.fedoraproject.org
|
||||
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
|
||||
|
||||
external_hostname: taskotron.stg.fedoraproject.org
|
||||
deployment_type: stg
|
||||
freezes: false
|
||||
|
||||
|
||||
# make sure we're using the stg fedsmg bus
|
||||
fedmsg_env: stg
|
||||
|
@ -44,7 +44,6 @@ resultsdb_frontend_secret_key: "{{ stg_resultsdb_frontend_secret_key }}"
|
|||
############################################################
|
||||
# execdb details
|
||||
############################################################
|
||||
|
||||
execdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host: "{{ execdb_db_host_machine }}"
|
||||
execdb_db_port: 5432
|
||||
|
@ -58,7 +57,6 @@ execdb_secret_key: "{{ stg_execdb_secret_key }}"
|
|||
############################################################
|
||||
# fedmsg details
|
||||
############################################################
|
||||
|
||||
fedmsg_active: True
|
||||
fedmsg_cert_prefix: resultsdb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue