[Rdo-list] RE(3) : Attempt to setup RDO Kilo per recent Trello instructions on F22 RC1
Boris Derzhavets
bderzhavets at hotmail.com
Sun May 24 19:05:52 UTC 2015
/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 at hotmail.com
To: apevec at gmail.com
Date: Fri, 22 May 2015 01:58:20 -0400
CC: rdo-list at redhat.com
Subject: [Rdo-list] Attempt to setup RDO Kilo per recent Trello instructions on F22 RC1
Per https://trello.com/c/sfDsedeI/29-rdo-kilo-ga :-
Fedora testing repo is now available at
rdoproject.org/repos/openstack-kilo/testing/f22/
To enable it: yum install https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm;
yum-config-manager --enable openstack-kilo-testing --disable openstack-kilo
Manually switched to testing repo to install openstack-packstack.
# setenforce 0
# packstack --allinone
fails immediately during running prescript puppet
/sbin/chkconfig --add iptables
No such directory
Boris.
_______________________________________________
Rdo-list mailing list
Rdo-list at redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe at redhat.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20150524/569b1fb2/attachment.html>
More information about the dev
mailing list