biemond / biemond-orawls

Puppet 3/4 module for WebLogic provisioning module ( Linux & Solaris )
Apache License 2.0
63 stars 104 forks source link

Feature request: Resource type to configure WTC servers #547

Open yashid opened 5 years ago

yashid commented 5 years ago

Can we include functionality to configure WTC Servers (Weblogic Tuxedo Connector) using orawls?

biemond commented 5 years ago

Hi,

Resource adapter is not so hard and is plain puppet code see https://github.com/biemond/biemond-orawls/blob/puppet4/manifests/resourceadapter.pp https://github.com/biemond/biemond-orawls/tree/puppet4/templates/adapter_plans and the facts part https://github.com/biemond/biemond-orawls/blob/puppet4/lib/facter/orawls.rb#L374

So you can try it , test it and send me a PR because I don't know much about wtc

thanks