192.168.122.230_prescript.pp: [ ERROR ]
I am using Fedora 20 on my Lenova T530 --> qemu/KVM-->as guest I am using CentOS 7 step I am following.
- Creating a VM of CentOS 7 #static ipaddress to eth0 with /etc/hosts entry : 192.168.122.10 guggle.co.in
- vi /etc/sysconfig/selinux # Set: SELINUX=permissive
- systemctl disable firewalld
- packstack --gen-answer-file=/root/answers.txt
- Disable on "ceilometer,cinder,nagios"
- packstack --answer-file=/root/answers.txt
Any thing I am missing bcoz installation is not getting completed
Right now I am getting error as
Applying 192.168.122.230_prescript.pp
192.168.122.230_prescript.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.168.122.230_prescript.pp
Error: comparison of String with 7 failed at /var/tmp/packstack/6d2ab595e25d45e9bcd9962ac03a097d/manifests/192.168.122.230_prescript.pp:15 on node guggle
You will find full trace in log /var/tmp/packstack/20140807-035149-Zz1rF3/manifests/192.168.122.230_prescript.pp.log
Please check log file /var/tmp/packstack/20140807-035149-Zz1rF3/openstack-setup.log for more information
my hostname as follow
[root@guggle ~]# hostname -f
guggle.co.in
[root@guggle ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
192.168.122.230 guggle.co.in
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
[root@guggle ~]# cat /etc/hostname
guggle.co.in
Any work around to finish.
Error log:
# cat /var/tmp/packstack/20140807-041826-Cc28YY/manifests/192.168.122.230_prescript.pp.log
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Error: comparison of String with 7 failed at /var/tmp/packstack/77aa448fa3a342acbd1e006466ab7f3b/manifests/192.168.122.230_prescript.pp:15 on node guggle.co.in
Wrapped exception:
comparison of String with 7 failed
Error: comparison of String with 7 failed at /var/tmp/packstack/77aa448fa3a342acbd1e006466ab7f3b/manifests/192.168.122.230_prescript.pp:15 on node guggle.co.in
[root@guggle packstack]#