Bug 1225312
Summary: | Packstack Installation error - Invalid parameter create_mysql_resource on Class[Galera::Server] | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Prasanth Anbalagan <panbalag> |
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
Status: | CLOSED WORKSFORME | QA Contact: | Shai Revivo <srevivo> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | Kilo | CC: | aortega, dani.nelaturi, derekh, srevivo, svanukuri |
Target Milestone: | --- | ||
Target Release: | Kilo | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-22 13:25:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Prasanth Anbalagan
2015-05-27 05:18:09 UTC
Iam also facing same problem with Liberty release on my Fedora22 VM. Is there a work around for this? I am also facing the same issue while installing openstack 7.0. The problem here is that you are probably using wrong version of OPM, so instead of following: git clone https://github.com/sachidanandaurs/openstack-puppet-modules.git <snip> ln -sv /root/openstack-puppet-modules /usr/share/openstack-puppet/modules <snip> python setup.py develop; python setup.py install You should do: python setup.py develop; python setup.py install_puppet_modules And then override only the modules you need in /usr/share/openstack-puppet/modules. That way you have a chance that you won't use incompatible Puppet modules with Packstack. |