separate repo install

otherwise it will fail to install it in one step
This commit is contained in:
Miroslav Suchý 2015-02-13 13:43:50 +00:00
parent 32c63ef596
commit 2e0842b872

View file

@ -110,10 +110,10 @@
- service: name=ntpd state=started enabled=yes
# http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-packages.html
- action: yum state=present name=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
- name: install basic openstack packages
action: yum state=present name={{ item }}
with_items:
- https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
- http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
- openstack-utils
- openstack-selinux