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:
Adam Williamson 2022-07-06 10:42:26 -07:00
parent 81193609d5
commit 7ba67fdc12
5 changed files with 8 additions and 11 deletions

View file

@ -21,7 +21,7 @@ openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
openqa_update_arches: ['x86_64']
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
openqa_webapi_plugins: FedoraMessaging
openqa_wikitcms_hostname: fedoraproject.org
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"

View file

@ -45,6 +45,6 @@ openqa_resultsdb_user: "{{ stg_resultsdb_httpd_user }}"
openqa_resultsdb_password: "{{ stg_resultsdb_httpd_password }}"
openqa_secret: "{{ stg_openqa_apisecret }}"
openqa_update_arches: ['x86_64', 'ppc64le']
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
openqa_webapi_plugins: FedoraMessaging
openqa_wikitcms_hostname: stg.fedoraproject.org
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"

View file

@ -43,7 +43,6 @@ openqa_key: "{{ stg_openqa_apikey }}"
openqa_repo: updates-testing
openqa_secret: "{{ stg_openqa_apisecret }}"
openqa_update_arches: ['x86_64']
openqa_webapi_plugins: FedoraUpdateRestart
# copied from openqa_servers_common, we don't want everything from there though
ipa_client_shell_groups:

View file

@ -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_exchange: amq.topic
openqa_repo: updates

View file

@ -16,12 +16,6 @@
# - external_hostname
## string - The public hostname for the server (will be used as ServerName)
## 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
## string - Repo to enable when updating openQA packages. Set to
## 'updates-testing' to use packages from updates-testing
@ -68,6 +62,11 @@
## publish request, by just appending them, e.g.
## amq.topic&cacertfile=/path/to/ca_certificate_file
## 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
## string - Fedora Infrastructure thing; for this role, applies an
## infra-specific tweak to httpd config. Don't set it outside