separate repo install
otherwise it will fail to install it in one step
This commit is contained in:
parent
32c63ef596
commit
2e0842b872
1 changed files with 1 additions and 1 deletions
|
@ -110,10 +110,10 @@
|
||||||
- service: name=ntpd state=started enabled=yes
|
- service: name=ntpd state=started enabled=yes
|
||||||
|
|
||||||
# http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-packages.html
|
# 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
|
- name: install basic openstack packages
|
||||||
action: yum state=present name={{ item }}
|
action: yum state=present name={{ item }}
|
||||||
with_items:
|
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
|
- http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
|
||||||
- openstack-utils
|
- openstack-utils
|
||||||
- openstack-selinux
|
- openstack-selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue