adjust rhel distro config for minimal CentOS 6.3 install
This commit is contained in:
parent
c6282e0617
commit
223547b05e
@ -432,9 +432,12 @@ components:
|
||||
- name: discover
|
||||
- name: python-subunit
|
||||
- name: testrepository
|
||||
- name: psycopg2
|
||||
subsystems:
|
||||
compute:
|
||||
packages:
|
||||
- name: avahi
|
||||
removable: false
|
||||
- name: fuse # Needed for mounting
|
||||
removable: false
|
||||
- name: guestfish
|
||||
@ -453,6 +456,8 @@ components:
|
||||
removable: false
|
||||
- name: libvirt-python
|
||||
removable: false
|
||||
- name: postgresql-devel # for psycopg2
|
||||
removable: false
|
||||
- name: qemu-img
|
||||
removable: false
|
||||
- name: qemu-kvm
|
||||
@ -505,6 +510,7 @@ components:
|
||||
name: python-cliff
|
||||
pips:
|
||||
- name: cliff-tablib
|
||||
- name: python-subunit
|
||||
rabbit-mq:
|
||||
action_classes:
|
||||
install: anvil.components.rabbit:RabbitInstaller
|
||||
|
Loading…
Reference in New Issue
Block a user