From eb74251c04a412e757f1d1ae19c5ca00c1ef81e3 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 16 Jun 2017 07:08:41 +0000 Subject: [PATCH] fedimg: upgrade python-libcloud also from infra repo for now Signed-off-by: Sayan Chowdhury --- playbooks/manual/upgrade/fedimg.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 7a118edbfa..57097ece60 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -20,6 +20,12 @@ - name: yum update fedimg packages from testing repo yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing when: testing + - name: yum update libcloud from the main repo + yum: name="python-libcloud" state=latest + when: testing + - name: yum update libcloud from testing repo + yum: name="python-libcloud" state=latest enablerepo=infrastructure-testing + when: testing - name: verify the backend and restart it hosts: fedimg:fedimg-stg