Your appserver.pp is old.
https://github.com/wso2/private-paas/blob/master/puppet/manifests/nodes/appserver.pp


On Mon, May 19, 2014 at 8:53 PM, Udara Liyanage <ud...@wso2.com> wrote:

> Hi,
>
> I get the fallowing error when I executed "puppet agent -vt" from a
> AppServer instance.
>
>
> Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
> I*nvalid parameter tribes_port on* Class[Appserver] at
> /etc/puppet/manifests/nodes/appserver.pp:40 on node
> 535619051452.default.appserver.puppet.stratosec2.com
> Warning: Not using cache on failed catalog
> Error: Could not retrieve catalog; skipping run
>
> Content of the  /etc/puppet/manifests/nodes/appserver.pp is
>
>
> node /appserver/ inherits base {
>   $docroot = "/mnt/wso2as-5.2.1"
>   require java
>   class {'agent':}
>   class {'appserver':
>
>         version            => '5.2.1',
>         sub_cluster_domain => 'test',
>         members            => false,
>         offset             => 0,
>         tribes_port        => 4100,
>         config_db          => 'as_config',
>         config_target_path => 'config/as',
>         maintenance_mode   => 'zero',
>         depsync            => false,
>         clustering         => false,
>         cloud              => true,
>         owner              => 'root',
>         group              => 'root',
>         target             => '/mnt/'
>
>   }
>
>   Class['stratos_base'] -> Class['java'] -> Class['appserver'] ~>
> Class['agent']
> }
>
>
>
>
> --
>
> Udara Liyanage
> Software Engineer
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
>
> web: http://udaraliyanage.wordpress.com
> phone: +94 71 443 6897
>
> _______________________________________________
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to