summaryrefslogtreecommitdiffstats
path: root/roles/cloud_compute
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-08-18 18:41:41 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-08-18 18:41:41 +0000
commitb9d8226e5e49841d4370ca1c1a8ba10651dc5557 (patch)
tree340292cdaeef06740d1181a6affcdbaf7e0bf7a2 /roles/cloud_compute
parent6bc267aa491dadbe5329aef77713a93274eebfc5 (diff)
downloadansible-b9d8226e5e49841d4370ca1c1a8ba10651dc5557.tar.gz
ansible-b9d8226e5e49841d4370ca1c1a8ba10651dc5557.tar.xz
ansible-b9d8226e5e49841d4370ca1c1a8ba10651dc5557.zip
Remove this RPM install since we now use RHOP
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/cloud_compute')
-rw-r--r--roles/cloud_compute/tasks/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/cloud_compute/tasks/main.yml b/roles/cloud_compute/tasks/main.yml
index b8841294a..bbbd5c588 100644
--- a/roles/cloud_compute/tasks/main.yml
+++ b/roles/cloud_compute/tasks/main.yml
@@ -19,9 +19,6 @@
- meta: flush_handlers
# this two step can be done in one, but Ansible will then always show the action as changed
-- name: download RDO release package
- get_url: url=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm dest=/root/
-- yum: state=present name=/root/rdo-release-icehouse-4.noarch.rpm
- yum: state=present pkg=openstack-nova-common
- name: create logical volume for ephemeral storage
lvol: vg=vg_guests lv=nova size=100%FREE