/sbin/chkconfig --add service doesn't work on Fedora 22 RC1
Workaround for for iptables
service iptables save
systemctl stop firewalld
systemctl disable firewalld
systemctl start iptables
systemctl enable iptables
Restart packstack. Failures will follow one by one
chkconfig --add openstack-name returns 1
systemctl start openstack-name
systemctl enable openstack-name
Restart packstack.and so on .. and so on ..
I quit procedure after nova-api was done
192.169.142.57_prescript.pp: [ DONE ]
Applying 192.169.142.57_amqp.pp
Applying 192.169.142.57_mariadb.pp
192.169.142.57_amqp.pp: [ DONE ]
192.169.142.57_mariadb.pp: [ DONE ]
Applying 192.169.142.57_keystone.pp
Applying 192.169.142.57_glance.pp
Applying 192.169.142.57_cinder.pp
192.169.142.57_keystone.pp: [ DONE ]
192.169.142.57_cinder.pp: [ DONE ]
192.169.142.57_glance.pp: [ DONE ]
Applying 192.169.142.57_api_nova.pp
192.169.142.57_api_nova.pp: [ DONE ]
Applying 192.169.142.57_nova.pp
192.169.142.57_nova.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.169.142.57_nova.pp
Error: Could not enable openstack-ceilometer-compute: Execution of '/sbin/chkconfig --add openstack-ceilometer-compute' returned 1: error reading information on service openstack-ceilometer-compute: No such file or directory
Next fix is :-
systemctl start openstack-ceilometer-compute
Restart packstack
Boris.
--------------------------------------------------------------------------------------------------------------------------
From: bderzhavets@hotmail.com
To: apevec@gmail.com
Date: Fri, 22 May 2015 01:58:20 -0400
CC: rdo-list@redhat.com
Subject: [Rdo-list] Attempt to setup RDO Kilo per recent Trello instructions on F22 RC1
_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list To unsubscribe: rdo-list-unsubscribe@redhat.com