browbeat/ansible/install/repos.yml
akrzos a1a1b8b9cc More modifications for telemetry testing
* Adding some OSP10 (Newton) Compat
  * Adjust pipeline.yaml (instead of polling.yaml)
  * Ability to Sync polling agents on Newton
* Ability to reduce the archive-policy to a reduced workload
* Clean up (delete) existing resources for consistent archive-policy
* Add repos to all overcloud nodes for upgrade

Change-Id: Ia0b80b9747617c56c2939d68a799b37dbc2e19c9
2017-08-03 09:37:46 -04:00

13 lines
185 B
YAML

---
#
# Add repos
#
# Can be used in conjunction with doing an upgrade
#
- hosts: overcloud
remote_user: "{{ host_remote_user }}"
gather_facts: false
roles:
- { role: repo }