openQA: don't enable FedoraUpdateRestart plugin
Upstream implemented a feature that we can use to do the same thing using just a test variable, so we're switching to that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
81193609d5
commit
7ba67fdc12
5 changed files with 8 additions and 11 deletions
|
@ -21,7 +21,7 @@ openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
|
||||||
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
|
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
|
||||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64']
|
openqa_update_arches: ['x86_64']
|
||||||
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
openqa_webapi_plugins: FedoraMessaging
|
||||||
openqa_wikitcms_hostname: fedoraproject.org
|
openqa_wikitcms_hostname: fedoraproject.org
|
||||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||||
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
||||||
|
|
|
@ -45,6 +45,6 @@ openqa_resultsdb_user: "{{ stg_resultsdb_httpd_user }}"
|
||||||
openqa_resultsdb_password: "{{ stg_resultsdb_httpd_password }}"
|
openqa_resultsdb_password: "{{ stg_resultsdb_httpd_password }}"
|
||||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64', 'ppc64le']
|
openqa_update_arches: ['x86_64', 'ppc64le']
|
||||||
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
openqa_webapi_plugins: FedoraMessaging
|
||||||
openqa_wikitcms_hostname: stg.fedoraproject.org
|
openqa_wikitcms_hostname: stg.fedoraproject.org
|
||||||
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
||||||
|
|
|
@ -43,7 +43,6 @@ openqa_key: "{{ stg_openqa_apikey }}"
|
||||||
openqa_repo: updates-testing
|
openqa_repo: updates-testing
|
||||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64']
|
openqa_update_arches: ['x86_64']
|
||||||
openqa_webapi_plugins: FedoraUpdateRestart
|
|
||||||
|
|
||||||
# copied from openqa_servers_common, we don't want everything from there though
|
# copied from openqa_servers_common, we don't want everything from there though
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
openqa_webapi_plugins: FedoraUpdateRestart
|
openqa_amqp_publisher_prefix:
|
||||||
openqa_amqp_publisher_prefix:
|
|
||||||
openqa_amqp_publisher_url: amqp://test:@localhost/%2Fpubsub
|
openqa_amqp_publisher_url: amqp://test:@localhost/%2Fpubsub
|
||||||
openqa_amqp_publisher_exchange: amq.topic
|
openqa_amqp_publisher_exchange: amq.topic
|
||||||
openqa_repo: updates
|
openqa_repo: updates
|
||||||
|
|
|
@ -16,12 +16,6 @@
|
||||||
# - external_hostname
|
# - external_hostname
|
||||||
## string - The public hostname for the server (will be used as ServerName)
|
## string - The public hostname for the server (will be used as ServerName)
|
||||||
## default - ansible_nodename
|
## default - ansible_nodename
|
||||||
# - openqa_webapi_plugins
|
|
||||||
## string - Space-separated list of openQA WebAPI plugins to enable
|
|
||||||
## Note if you enable FedoraMessaging or AMQP plugins, you should
|
|
||||||
## also set openqa_amqp_publisher_prefix, openqa_amqp_publisher_url
|
|
||||||
## and openqa_amqp_publisher_exchange
|
|
||||||
## default - FedoraUpdateRestart
|
|
||||||
# - openqa_repo
|
# - openqa_repo
|
||||||
## string - Repo to enable when updating openQA packages. Set to
|
## string - Repo to enable when updating openQA packages. Set to
|
||||||
## 'updates-testing' to use packages from updates-testing
|
## 'updates-testing' to use packages from updates-testing
|
||||||
|
@ -68,6 +62,11 @@
|
||||||
## publish request, by just appending them, e.g.
|
## publish request, by just appending them, e.g.
|
||||||
## amq.topic&cacertfile=/path/to/ca_certificate_file
|
## amq.topic&cacertfile=/path/to/ca_certificate_file
|
||||||
## default - amq.topic
|
## default - amq.topic
|
||||||
|
# - openqa_webapi_plugins
|
||||||
|
## string - Space-separated list of openQA WebAPI plugins to enable
|
||||||
|
## Note if you enable FedoraMessaging or AMQP plugins, you should
|
||||||
|
## also set openqa_amqp_publisher_prefix, openqa_amqp_publisher_url
|
||||||
|
## and openqa_amqp_publisher_exchange
|
||||||
# - deployment_type
|
# - deployment_type
|
||||||
## string - Fedora Infrastructure thing; for this role, applies an
|
## string - Fedora Infrastructure thing; for this role, applies an
|
||||||
## infra-specific tweak to httpd config. Don't set it outside
|
## infra-specific tweak to httpd config. Don't set it outside
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue