RDO 安装swift error

 [ ERROR ]

ERROR : Error appeared during Puppet run: 10.50.9.201_swift.pp
Error: Parameter source failed on Firewall[001 swift storage and rsync incoming 10.50.9.201/sda2]: Munging failed for value "10.50.9.201/sda2" in class source: no address for 10.50.9.201/sda2 at /var/tmp/packstack/db9de90480ae4c628111b974caf57042/manifests/10.50.9.201_swift.pp:41

You will find full trace in log /var/tmp/packstack/20131116-222019-261JLU/manifests/10.50.9.201_swift.pp.log


10.50.9.201_swift.pp这个文件内容:
$hosts = [ '10.50.9.200/sda2','10.50.9.201/sda3','10.50.9.201','10.50.9.200' ]

define add_allow_host {
firewall { “001 swift storage and rsync incoming ${title}”:
proto => ‘tcp’,
dport => ['6000', '6001', '6002', '873'],
action => ‘accept’,
source => $title,
}
}


related:

https://github.com/stackforge/packstack/pull/7#commits-pushed-d2f8adf

你可能感兴趣的:(RDO 安装swift error)