biemond / biemond-orawls

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

server Tlog configuration #225

Open theonejdub opened 9 years ago

theonejdub commented 9 years ago

I'm looking to add Tlog setup in our puppet configuration, and normally it would be under the wls_server, but if your moving the tlog to a jdbc store, then the data source would need to be created, before the managed servers, which in our case we have the servers building before the datasources. So it would error out on the create, but would work on a modify.

Another option would be to create a separate provider, just for the Tlog, so it can be placed in whatever order in puppet that you require. This would be my preferred option, but I'm looking at for what would be a best practice.

biemond commented 9 years ago

Yeah, the last option is the best.

probably you can target the datasource to the cluster and configure plus add servers to the cluster. but still this is tricky.