description
Overview
Overview
This module has a couple of convenient classes to help you setup your WebLogic environment:
wls_profile::weblogic
Ensure WebLogic is installed and patchedwls_profile::basic_domain
Same asweblogic
and create an empty domain.wls_profile::admin_server
Same asbasic_domain
and create some machines and servers, clusters and some other WebLogic object.wls_profile::node
Same asweblogic
and after that copy the domain from an admin server and load it.
All of these classes contain some steps. All of these stapes have default implementations, but you can add extra Puppet code to the catalog and remove or override the default implementation. This can all be done by adding values to your hiera files.