Main goal: installing any RDO over Fedora 24, starting with all in one.
according to:
https://www.rdoproject.org/install/quickstart/ and
https://www.rdoproject.org/documentation/packstack-all-in-one-diy-configuration/
sudo yum install https://www.rdoproject.org/repos/rdo-release.rpm
sudo yum update -y
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
and modify the following:
https://review.openstack.org/349908
2) second issue I’ve encountered is :
https://bugs.launchpad.net/packstack/+bug/1597951
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
Nir Levy
SW Engineer
Web:
www.asocstech.com |
Nir Levy
SW Engineer
Web:
www.asocstech.com |