----- Original Message -----
Main goal: installing any RDO over Fedora 24, starting with all in
one.
sudo yum install -y openstack-packstack
packstack --allinone --gen-answer_file=answer.txt
and afterwords.
setting my interfaces:
CONFIG_NOVA_NETWORK_PUBIF --novanetwork-pubif
CONFIG_NOVA_COMPUTE_PRIVIF --novacompute-privif
CONFIG_NOVA_NETWORK_PRIVIF --novanetwork-privif
setting additional settings:
CONFIG_PROVISION_DEMO --provision-demo n (y for allinone)
CONFIG_SWIFT_INSTALL --os-swift-install (y for allinone) n Set to y
if you
would like PackStack to install Object Storage.
CONFIG_NAGIOS_INSTALL --nagios-install n (y for allinone) Set to y if
you
would like to install Nagios. Nagios provides additional tools for
monitoring the OpenStack environment.
CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE
--provision-all-in-one-ovs-bridge n (y
for allinone)
packstack --answer-file=answer.txt
1) first issue I’ve encountered is :
Error: Parameter mode failed on File[rabbitmq.config]: The file mode
specification must be a string, not 'Fixnum' at …
occurs,
I have to verify:
/usr/lib/python2.7/site-packages/packstack/puppet/templates/amqp.pp
/usr/share/openstack-puppet/modules/module-collectd/manifests/plugin/amqp.pp
after modifying SELinux
/usr/sbin/getenforce
Enforcing
setenforce permissive
/usr/sbin/getenforce
Permissive
seems to resolve it:
3) third issue is the current issue.
192.168.13.85_amqp.pp: [ DONE ] <-> previously failed.
192.168.13.85_mariadb.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
192.168.13.85_mariadb.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.168.13.85_mariadb.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install
mariadb-galera-server'
returned 1: Yum command has been deprecated, redirecting to '/usr/bin/dnf -d
0 -e 0 -y install mariadb-galera-server'.
You will find full trace in log
/var/tmp/packstack/20160802-193240-sGLWV3/manifests/192.168.13.85_mariadb.pp.log
Please check log file
/var/tmp/packstack/20160802-193240-sGLWV3/openstack-setup.log for more
information
Hi Nir,
I've been running some tests, and we have a couple different issues here:
- The RabbitMQ and MariaDB issues are due to the repository used. It is prepared for
CentOS 7, so it includes a different MariaDB version (which conflicts with the Fedora
one), which causes the last issue you saw.
- I've run a quick test after switching to a repo built for Fedora 24 ->
https://trunk.rdoproject.org/f24/current/ (this is the current Newton branch, although a
bit outdated). I've found some other issues there, which seem to be related to Puppet
4 or Hiera differences, but couldn't get too far.
TL;DR: we need to fix Fedora, but currently our focus is on making CentOS 7 work as well
as possible. You will probably get a much smoother experience if you try the setup with
CentOS, but I'll be happy to review patches to fix Fedora installation as well :).
Regards,
Javier
Nir Levy
SW Engineer
Nir Levy
SW Engineer
_______________________________________________
rdo-list mailing list
rdo-list(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe(a)redhat.com