Add missing ceph-ansible install to appropriate releases

We need the same change in 7c13e99a84
in our other releases that support ceph-ansible.

Change-Id: I4de51dc3e3a166dd25e45585c5eb38140650eeff
Closes-Bug: 1712432
This commit is contained in:
John Trowbridge 2017-08-23 12:13:54 -04:00
parent 80503ff56f
commit 1ef01f4251
2 changed files with 6 additions and 0 deletions

View File

@ -89,3 +89,6 @@ repo_cmd_after: |
sudo yum repolist;
sudo yum update -y
undercloud_rpm_dependencies: >-
python-tripleoclient
ceph-ansible

View File

@ -75,3 +75,6 @@ repo_cmd_after: |
sudo yum repolist;
sudo yum update -y
undercloud_rpm_dependencies: >-
python-tripleoclient
ceph-ansible