Merge "Option to specify python version and use package instead of yum."

This commit is contained in:
Zuul 2019-03-22 14:07:19 +00:00 committed by Gerrit Code Review
commit c860ad89e6
5 changed files with 7 additions and 4 deletions

View File

@ -249,3 +249,6 @@ roles_upgrade_order: '__undefined__'
# Packet loss threshold for a ping test
loss_threshold: 1
# Python version used
py_ver: 2

View File

@ -37,7 +37,7 @@
- block:
- name: Ensure ansible-pacemaker module is present in CI.
yum:
package:
name: ansible-pacemaker
state: latest
when: tripleo_ci|default(false)|bool

View File

@ -79,7 +79,7 @@
tags: overcloud_update_prepare_containers
- name: Ensure ansible-pacemaker module is present in CI.
yum:
package:
name: ansible-pacemaker
state: latest
when: tripleo_ci|default(false)|bool

View File

@ -79,7 +79,7 @@
tags: overcloud_upgrade_prepare_containers
- name: Ensure ansible-pacemaker module is present in CI.
yum:
package:
name: ansible-pacemaker
state: latest
when: tripleo_ci|default(false)|bool

View File

@ -4,7 +4,7 @@
set -euo pipefail
sudo yum update -y \
python-tripleoclient \
python{{ py_ver }}-tripleoclient \
openstack-tripleo-common \
openstack-tripleo-heat-templates