Packstack fails on chkconfig --add libvirtd
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Packstack |
New
|
Undecided
|
Unassigned | ||
CentOS |
New
|
Undecided
|
Unassigned |
Bug Description
Hi all,
I am using packstack to deploy openstack on top of Centos 7.2. This week everything was fine in a sense packstack completed successfully and openstack was up and running. Today, I ran the exact same command and same answer file but i got the following error during packstack execution:
Applying 10.240.
10.240.
10.240.
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.240.
Error: Could not enable libvirtd: Execution of '/sbin/chkconfig --add libvirtd' returned 1: error reading information on service libvirtd: No such file or directory
You will find full trace in log /var/tmp/
the nova.pp.log says:
^[[1;31mError: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
^[[mNotice: /Stage[
^[[1;31mWarning: /Stage[
My environment is: 1 controller from which packstack is executed and 2 compute nodes.
My versions:
[root@c00b00 packstack]# rpm -q puppet
puppet-
[root@c00b00 packstack]# rpm -qa|grep packstack
openstack-
openstack-
My other system i installed this week has a different version of puppet (3.6.2-4), I tried to force install this one while packstack was running but it didn't help...
My CentOS 7.2 does uses systemctl framework and running the command chkconfig --add libvirtd fails in both systems.
Does anyone know what is happening?