a1a1b8b9cc
* 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
13 lines
185 B
YAML
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 }
|