Commit Graph

106 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov b65b156116 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to c6b7df85a87fe200e0b8e0e140f8c30d739e0cac
  - Add quorum support for service
    
    This change implements and enables by default quorum support
    for rabbitmq as well as providing default variables to globally tune
    it's behaviour.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017
    Change-Id: I02d380104ffc9507fdbf660db2627b0b1930f9ec
2023-11-14 15:39:16 +00:00
Dmitriy Rabotyagov 26c76f2c50 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to bf019ab6d79d441bf19885cd19f2d0402e9653a5
  - Fix linters and metadata
    
    With update of ansible-lint to version >=6.0.0 a lot of new
    linters were added, that enabled by default. In order to comply
    with linter rules we're applying changes to the role.
    
    With that we also update metdata to reflect current state.
    
    Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/888517
    Change-Id: I53c0166beb446802641c701f6e43d5e317f9d54a
2023-09-06 00:37:58 +00:00
Zuul 059c0b6e7f Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to eeb070c6823e1d25368d10a1d846972e30c99cb8
  - Merge "Use proper galera port in configuration"
  - Use proper galera port in configuration
    
    While <service>_galera_port is defined and used for db_setup
    role, it's not in fact used in a connection string for oslo.db.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/888517
    Change-Id: I6299827be3828931f9c796edb655aae8f1fcff23
2023-08-22 19:29:13 +00:00
Dmitriy Rabotyagov 15b2b584c4 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 19a539d8b7fb6fe241aaae29d7fbfe835d6460e6
  - Define constraints file for docs and renos
    
    Right now we are not using any constraints for docs and releasenotes builds.
    This has resulted in docs job failures once Sphinx 7.2.0 has been released.
    
    The patch will ensure that constraints are used an we should not face
    simmilar issue again.
    
    TOX_CONSTRAINTS_FILE is updated by Release bot once new branch is created,
    so it should always track relevant constraints.
    
    Some extra syntax-related changes can apply, since patch is being passed
    through ConfigParser, that does not preserve comments and align indenting.
    
    
    Change-Id: Ida35a2a1e00284d4d3b6b27fa800ce532d09e9a8
2023-08-18 17:16:21 +00:00
Damian Dabrowski d17ff2fa03 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 4b2134df19205a916e396bf0e1e18a9e263a78ef
  - Add TLS support to aodh backends
    
    By overriding the variable `aodh_backend_ssl: True` HTTPS will
    be enabled, disabling HTTP support on the aodh backend api.
    
    The ansible-role-pki is used to generate the required TLS
    certificates if this functionality is enabled.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/879085
    Change-Id: Ibb4d7b465f07fff6c172b38aa647fd8d6a4fcd43
2023-05-03 11:37:55 +00:00
Dmitriy Rabotyagov 69fae14a93 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to ec2caff080c2e10db37fb99000898e895e989512
  - Ensure service is restarted on unit file changes
    
    At the moment we don't restart services if systemd unit file is changed.
    
    We knowingly prevent systemd_service role handlers to execute
    by providing `state: started` as otherwise service will be restarted twice.
    With that now  we ensure that role handlers will also listen for systemd
    unit changes.
    
    Change-Id: Ic56d5d1bd1ead8fd6bb642913370fa206799256f
2023-04-11 20:31:04 +00:00
OpenStack Release Bot c1675d1573 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 7000e35a6c7e66ca58db9931f6264115609250ff
  - Update master for stable/zed
    
    Add file to the reno documentation build to show release notes for
    stable/zed.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/zed.
    
    Sem-Ver: feature
    Change-Id: I003e0137edc97b7ae64c3de84df3a276d22ef01d
2022-12-13 13:51:15 +00:00
Matthew Thode ca889a3385 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to c87f251c5acf63b66c4083e39adecf180dbcace8
  - Install git into aodh containers
    
    If venv_wheel_build_enabled is default to False, aodh will fail to clone
    and install repositories due to missing git binary.
    
    Related-bug: #1995535
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/864962
    Signed-off-by: Matthew Thode <mthode@mthode.org>
    Change-Id: Ied5a4defa1351dced468a7215e5c84fe30a58c24
2022-11-25 15:58:13 +00:00
Erik Berg bebd7466bb Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to f6ff84cdcc68890bb5c5bd2ac5fa4890fe0bae0a
  - Remove redundant vars line
    
    This line snuck in with I6e1931e55c3b492ea0b5eb6e093c7cb5f5e826ac
    probably to bring it in line with other OSA roles, but should already
    be covered by the distribution_major_version line above.
    
    Change-Id: Ia84ef13bb31b52e7f3875ed731cf06ddbcdb5951
2022-09-20 19:27:19 +00:00
Dmitriy Rabotyagov 730fa605b9 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 3e94523ec73c1c3197ad3c4f820f0c55c2cd306d
  - Support service tokens
    
    Implement support for service_tokens. For that we convert
    role_name to be a list along with renaming corresponding variable.
    
    Additionally service_type is defined now for keystone_authtoken which
    enables to validate tokens with restricted access rules
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/846347
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/845690
    Change-Id: I883d84859811714362c5b58f33dfae808317bfdc
2022-06-18 23:39:29 +00:00
Dmitriy Rabotyagov d28034d673 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 1f5f88d80eece34a20b189a1c67f8bbe07382a52
  - Switch sphinx language to en
    
    With sphinx release of 5.0.0, they changed default for language variable
    to 'en' from None. With that current None valuable is not valid and should
    not be used.
    
    
    Change-Id: Id2e8e24364a743fc5154e5c2e63fa1f5eaeb1f2c
2022-05-30 14:54:53 +00:00
Jonathan Rosser e33ccfe816 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to e70f0e2bef5fc306207e896def589e34d17a51c1
  - Use common service setup tasks from a collection rather than in-role
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/834889
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/840724
    
    Change-Id: I9afa64ad181656a3594e364f06442eac0282de5f
2022-05-20 17:11:09 +00:00
Zuul 80d424fb4b Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to a71e9a533928e2a86b2b5c64ef0dcfd613188ee8
  - Merge "Use openstack uri proto"
  - Use openstack uri proto
    
    Align aodh role with others and use
    openstack_service_<type>uri_proto variables as default ones
    to define protocol being used for endpoints.
    
    Change-Id: Idbc68f7496fd57f98fc77b9d0e345e576b51d108
2022-04-06 13:15:21 +00:00
OpenStack Proposal Bot 8f0495b3a0 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to df236fc2a3cb19dd92ab3cbbc7bec2332741bfdb
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I49522101226fd4ff9cf3b93ee75855f07a9574c3
2022-04-01 17:13:28 +00:00
Marc Gariepy 3ddbb93652 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 2ea4e53c6f87817f758e0b67d8a04523c5b4e3e0
  - Cleanup setup.py config
    
    Change-Id: I3733d7115b8629195cc933328d2237c0a2ffb446
2022-03-31 19:52:31 +00:00
Jonathan Rosser 4995ad66a5 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 2e3e39ab6b28425c7dd6c00ec761673e74f2d3f6
  - Remove legacy apache variables
    
    Change-Id: I3f63f7b01dfa99a90d69534dd2fea90bc2b1b422
2022-02-03 19:51:24 +00:00
Jonathan Rosser 46318f205b Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to b7ff1830da49baa9322b77d5aa16f97b25028326
  - Remove policy.json cleanup handler
    
    Change-Id: I331169ba48ff07d600c257a64db224517a5f36b9
2022-02-03 19:29:43 +00:00
Zuul d6552f6065 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 7c9db91baa019708de9c17734a5d85b6571f4508
  - Merge "Ensure libxml2 is installed on debian systems"
  - Ensure libxml2 is installed on debian systems
    
    Closes-Bug: 1958434
    Change-Id: I8ad644ed723e05058be92e5f67a4d7b7542a7071
2022-01-26 10:05:45 +00:00
Jonathan Rosser 214d632ca5 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 88c914ac6b9c763172dc9b2dc5ccb25ee6f509e3
  - Refactor use of include_vars
    
    Use a first_found lookup instead of a with_first_found loop so that
    the 'paths' parameter can be used.
    
    This ensures that only vars from the role are included, and not vars
    from a parent calling role. This can happen when a parent role has
    a higher priority vars file available for inclusion than the role
    it calls.
    
    Change-Id: I6e1931e55c3b492ea0b5eb6e093c7cb5f5e826ac
2022-01-13 13:37:38 +00:00
OpenStack Proposal Bot 4711790a3b Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 1f87f0ede285460d6ef25108c26983a09af37afc
  - Updated from OpenStack Ansible Tests
    
    Change-Id: Icf7520eeec14c9a0427226990693a70ced8ce2ac
2021-12-17 18:30:14 +00:00
OpenStack Proposal Bot 6dcd19875c Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 6ab60d2ed1f21ed468c87ae934ea783237aec90f
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I005c91c73321bcf2b3d90488637adab28ea9aea4
2021-12-04 22:00:08 +00:00
Damian Dabrowski 30524ad4bd Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to b6307058ec11621dd905b37a592ae28b37e3398c
  - Database connection pooling improvements
    
    - Implemented new variable ``connection_recycle_time`` responsible for SQLAlchemy's connection recycling
    - Set new default values for db pooling variables which are inherited from the global ones.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819424
    Change-Id: Id7b0c26409a0d1b33a679201655a4dd08bacc57a
2021-12-03 16:04:40 +00:00
Dmitriy Rabotyagov 4bf8821d3d Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 4546eb97eea1c2c25703f413e74f35f4fee4e9b7
  - Use config_template as a collection
    
    Since we still use ceph-ansible that has their own implementation of
    config_template module it's worth to use mentioned module as a collection
    explicitly.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814
    
    
    
    Change-Id: I8012108a59b52156fefc0d73011465066f922c4e
2021-12-01 19:53:35 +00:00
Dmitriy Rabotyagov 40f8952666 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to bc541db1a2f314156f2116ecb1df556ac9223282
  - Refactor galera_use_ssl behaviour
    
    With PKI role in place in most cases you don't need to explicitly
    provide path to the CA file because PKI role ensures that CA is trusted
    by the system overall. In the meanwhile in PyMySQL [1] you must either
    provide CA file or cert/key or enable verify.
    
    Since current behaviour is to provide path to the custom CA we expect
    certificate being trusted overall. Thus we enable cert verification when
    galera_use_ssl is True.
    
    [1] 78f0cf99e5/pymysql/connections.py (L267)
    
    Change-Id: Ie02010583c9c9fc82211065cedac4fc120a31318
2021-10-06 11:23:16 +00:00
likui d24d59eaca Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to bcedd4e7c22e6c3061c433c272bbd138936c961d
  - Changed minversion in tox to 3.18.0
    
    The patch bumps min version of tox to 3.18.0 in order to
    replace tox's whitelist_externals by allowlist_externals option:
    https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23
    
    Change-Id: Ic6bf814245e150811c3edb33f94ab5105ce76c8a
2021-07-05 09:39:24 +00:00
Dmitriy Rabotyagov 8b056ad50e Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to a38daa515d8dda3120af8d6cf4088bc9ae009d1f
  - Replace linters test with integarted one
    
    We've created integrated linters check job a while back and it's successfully
    working for several releases. At the moment we experience difficulties
    with future maintenance of the linters check from the openstack-ansible-tests
    repo. So instead of fixing current one, we replace it with modern version of
    the test.
    
    
    Change-Id: I1f3746d04f1d339709db2d06d5af1158a39ebd0c
2021-05-27 15:50:08 +00:00
Zuul f7ed943a51 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to f37a734ebbc36d42d99227f7a7d966509a757780
  - Merge "Add variables for rabbitmq ssl configuration"
  - Add variables for rabbitmq ssl configuration
    
    Change-Id: I88124396aba6d2b2432df7ca5c1a6e2d187b0fbd
2021-05-18 17:10:23 +00:00
Zuul 91684c3160 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 18c511c63bfa7c8aaa6b5614badb13257042878f
  - Merge "[reno] Stop publishing release notes"
  - [reno] Stop publishing release notes
    
    Since we copy all release notes to the integrated repo there is not need
    in publishing release notes for each repository. We should only verify their
    validity and linting.
    
    
    Change-Id: I16984f76ef7b8962fa3d242ba0d5b24cca98b4e6
2021-05-06 14:47:02 +00:00
Zuul 9dabf558c9 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 9a099cc13f3d140efe5b69dfc3b4ef1bf58cc2d9
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I0082c74d11fe802207c9f20929895e7cb4284b18
2021-05-06 14:46:59 +00:00
Dmitriy Rabotyagov f9f0ddbcbf Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 705b782589d22ffded0bd80fb32519f883837ec3
  - [goal] Deprecate the JSON formatted policy file
    
    As per the community goal of migrating the policy file
    the format from JSON to YAML[1], we need to replace policy.json to
    policy.yaml and remove deprecated policy.json.
    
    We make a separate task not to restart service when it's not needed.
    
    [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/781513
    Change-Id: Ifd1190981a2c50b54efa129f60b0d4a0f448bb60
2021-05-06 14:25:09 +00:00
OpenStack Proposal Bot b86cfa6b8a Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 5a358a64b7d4b641b4d6f78a3cec919a845ff8f4
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I9ad58c4336b7e68fb99e867374ac81a59ae51f89
2021-03-22 10:41:13 +00:00
Zuul 6f2c6b3955 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 3b304fbbf66a4d912655e3d82a1673c6c62bae36
  - Merge "Use ansible_facts[] instead of fact variables"
  - Use ansible_facts[] instead of fact variables
    
    See https://github.com/ansible/ansible/issues/73654
    
    Change-Id: I83375d4d96fee13c21dc133dbf5a5b8ed64b826a
2021-03-17 14:58:43 +00:00
Zuul 659696211e Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to aa0b8ee1ce5d7cb84639bf513d43598d7c7e6c74
  - Merge "Remove references to unsupported operating systems"
  - Remove references to unsupported operating systems
    
    All references to Gentoo, SUSE, Debian stretch and Centos-7  are removed.
    Conditional tasks, ternary operators and variables are simplified where possible
    OS specific variables files are generalised where possible
    
    Depends-On: Ia88b8e606a19ad8ee20665e125df1079b0a771ff
    Change-Id: I88c4317a711ec9c8e00b13a2f4deede1e53830b1
2021-03-17 14:18:34 +00:00
OpenStack Proposal Bot 6325593d4e Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to c983c930a485fb99706f825e7ebd8f6a570b18cd
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I8c16db6f51536a8634c6f61949d842f5a123e301
2021-03-13 11:22:39 +00:00
Jonathan Rosser 708241d1f9 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to 19eac02395ed713c418eb0d3f99ef231f92f2179
  - Switch default virtualenv to python3
    
    Depends-On: Ia88b8e606a19ad8ee20665e125df1079b0a771ff
    Change-Id: Ic2aab8aa458077d9bc778de3affb18b6d192d2bd
2021-03-12 15:59:49 +00:00
Zuul 8b6d6b2ec0 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to c6392f979709ea92473c56c1fe2f47de0d1cb351
  - Merge "Move aodh pip packages from constraints to requirements"
  - Move aodh pip packages from constraints to requirements
    
    Change-Id: I73773536938dff9f768381a333c5fa02c98e9d55
2021-02-09 11:45:35 +00:00
Zuul 6f3066b278 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to c8ef07e03be717b3099270e70e8ee9fa6863bfe3
  - Merge "Fix documentation formatting"
  - Fix documentation formatting
    
    remove unnessary '='
    
    Change-Id: If78c5c7fad0a10fe786e8d7b9808e1e39a3ab1c9
2021-01-26 09:51:07 +00:00
Dmitriy Rabotyagov 00aeb3a42e Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  to d6d0cd22ed0b35f787ca135d6d3ced4d129244e8
  - Use global service variables
    
    Instead of overriding each service separatelly it might make
    sense for deployers to define some higher level variable that
    will be used first or fallback to default variable.
    
    Change-Id: I74376cc3c20df54663ffbec5daa7413853391714
2021-01-07 17:06:49 +00:00
Zuul 699a5743f2 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Merge "Remove duplicated aodh_db_setup_host"
  - Remove duplicated aodh_db_setup_host
    
    Change-Id: I6d7b5404eb5b706683b1b15575cc880a2cd45571
2020-11-17 12:38:13 +00:00
Zuul 949d0d611d Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I55dd0147b687baab8dd806a6569418a7888e5c2f
2020-11-12 12:51:45 +00:00
zhoulinhui 5d1abd3eeb Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
    
    Change-Id: I9a02e4515bca0b4c3b0c75ea8c0e96109afcb9cd
2020-11-10 11:59:53 +00:00
Dmitriy Rabotyagov 2e401af57c Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Reduce number of processes on small systems
    
    Even the most modest 4C/8T system would run with the maximum 16 processes
    due to the calculation being VCPU*2.
    
    We devide amount of CPUs to number of threads for hyperthreaded CPUs
    
    Change-Id: Iab8ed570cb6f60afc09f4ae47b97c49c8e61072d
2020-10-30 01:40:17 +00:00
Zuul 5e3f5b134a Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I601c196795a391dfeb7a9c884e8790eeb059a8f1
2020-10-13 12:21:17 +00:00
Dmitriy Rabotyagov 26e82d0e25 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Trigger uwsgi restart
    
    When we were migrating service to uwsgi usage, we clean forgot to
    trigger uwsgi restart on service config change.
    
    Change-Id: I267740e0a2c342e1ac3277a236d8a7f23830134b
2020-10-12 09:48:43 +00:00
Jonathan Rosser b8ea9d9374 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Revert "Remove CI jobs to allow db setup patch to merge"
    
    This reverts commit f6f96e8b9c22f9a36b65a510a788ab10d4e64394.
    
    Depends-On: https://review.opendev.org/754722
    Change-Id: I89a9a94f29460cda10b284e2ca14c046967a922d
2020-10-07 15:26:39 +00:00
Jonathan Rosser 637c6c2084 Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Fix linter errors
    
    Change-Id: I37631ba89043bf0c1c8ad758bd74cce0dfe602ac
2020-10-07 12:56:20 +00:00
Jonathan Rosser ae9b84212f Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Correct aodh_galera_address to aodh_db_address
    
    Change-Id: Ida7db3a952b5b142538bde578f554a36dd582c3f
2020-09-30 13:46:12 +00:00
Jonathan Rosser e8a04f55fa Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Use the utility host for db setup tasks
    
    Move it to the service setup host (defaults to utility[0]) instead
    of the galera[0] host, and use galera_address (defaults to internal VIP)
    as the endpoint instead of a local connection on the db host.
    
    Change-Id: I1171b6a45563e4eccf45e8840e5dd332001ff3b7
2020-09-29 16:33:26 +00:00
Jonathan Rosser 2327310fab Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Remove CI jobs to allow db setup patch to merge
    
    This requires patches to merge at the same time in os_panko,
    os_gnocchi and os_aodh which is not possible.
    
    Change-Id: Ic7c98be2464650a89ab2472e34d5f764639b0133
2020-09-29 16:33:19 +00:00
Dmitriy Rabotyagov 6a08ed3b6e Update git submodules
* Update openstack-ansible-os_aodh from branch 'master'
  - Define condition for the first play host one time
    
    We use the same condition, which defines against what host some "service"
    tasks should run against, several times. It's hard to keep it the same
    across the role and ansible spending additional resources to evaluate
    it each time, so it's simpler and better for the maintenance to set
    a boolean variable which will say for all tasks, that we want to run
    only against signle host, if they should run or not now.
    
    Change-Id: Ia57c07c583be6e3fb9582b1d4a2da0deb4854154
2020-09-21 08:57:47 +00:00