Hi Guys,
Does Icehouse work with Centos 6.6 since I am getting the following errors when I do
packstack install.
I have tried Mysql version 5.6.19 as well as 5.6.22 and 5.6.21. I keep on getting the same
error.
I am able to log into Mysql and the service is up and running when I do the packstack
install.
Steps:
Add RDO repository
     # yum install -y 
https://rdo.fedorapeople.org/rdo-release.rpm
Install packstack (puppet based) installer
     # yum install -y openstack-packstack
Selectively install OpenStack components on tm04
      [root@tm04 /]# packstack --install-hosts=172.16.73.113 --nagios-install=n
--os-ceilometer-install=n --os-neutron-install=n --novanetwork-pubif=em3
--novanetwork-privif=em1 --novacompute-privif=em3 --keystone-admin-passwd=0011231
--keystone-demo-passwd=0011231 --ssh-public-key=/root/.ssh/id_rsa.pub
      .............................
      Copying Puppet modules and manifests                 [ DONE ]
      Applying 172.16.73.113_prescript.pp
      172.16.73.113_prescript.pp:                          [ DONE ]
      Applying 172.16.73.113_amqp.pp
      Applying 172.16.73.113_mariadb.pp
      172.16.73.113_amqp.pp:                               [ DONE ]
      172.16.73.113_mariadb.pp:                         [ ERROR ]
      Applying Puppet manifests                         [ ERROR ]
      ERROR : Error appeared during Puppet run: 172.16.73.113_mariadb.pp
      Error: Invalid parameter root_password on Class[Mysql::Server] at
/var/tmp/packstack/b067a8012ca74ba9a825f3dfa948a238/manifests/172.16.73.113_mariadb.pp:21
on node tm04.virident.info
      You will find full trace in log
/var/tmp/packstack/20141201-145625-wjvcdP/manifests/172.16.73.113_mariadb.pp.log
      Please check log file /var/tmp/packstack/20141201-145625-wjvcdP/openstack-setup.log
for more information
Any Help would be greatly appreciated.
Thanks
Sunny