removed redundant tasks
This commit is contained in:
parent
dd2d279b6e
commit
01a82845d5
@ -22,6 +22,7 @@
|
|||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- container_extra_setup
|
- container_extra_setup
|
||||||
|
- container_common
|
||||||
- neutron_add_network_interfaces
|
- neutron_add_network_interfaces
|
||||||
- nova_compute_devices
|
- nova_compute_devices
|
||||||
- nova_common
|
- nova_common
|
||||||
|
@ -13,14 +13,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- name: Ensure libvirt packages are installed
|
|
||||||
apt:
|
|
||||||
pkg: "{{ item }}"
|
|
||||||
state: present
|
|
||||||
update_cache: yes
|
|
||||||
cache_valid_time: 600
|
|
||||||
with_items: apt_libvirt_packages
|
|
||||||
|
|
||||||
- name: Set libvirtd config
|
- name: Set libvirtd config
|
||||||
template: >
|
template: >
|
||||||
src=libvirtd.conf
|
src=libvirtd.conf
|
||||||
|
@ -17,11 +17,3 @@
|
|||||||
# These don't have to be explicitly imported by vars_files: they are autopopulated.
|
# These don't have to be explicitly imported by vars_files: they are autopopulated.
|
||||||
|
|
||||||
program_name: nova-compute
|
program_name: nova-compute
|
||||||
|
|
||||||
apt_libvirt_packages:
|
|
||||||
- libvirt-bin
|
|
||||||
- python-libvirt
|
|
||||||
- qemu
|
|
||||||
- qemu-utils
|
|
||||||
- genisoimage
|
|
||||||
- sysfsutils
|
|
||||||
|
Loading…
Reference in New Issue
Block a user