biemond-orawls icon indicating copy to clipboard operation
biemond-orawls copied to clipboard

Puppet 3/4 module for WebLogic provisioning module ( Linux & Solaris )

Results 100 biemond-orawls issues
Sort by recently updated
recently updated
newest added

https://github.com/biemond/biemond-orawls/blob/b34e6b38586cc6835c288ccdfc2e3806c6ce6e32/templates/domains/extensions/osb_template.py.erb#L84 This code is only executed if OWSM_ENABLED is true. In our current situation we don't need OWSM, which means that we don't need the "wlsbjmsrpDataSource" datasource. The datasource should...

Hi, We are using the orawls module to manage a simple weblogic infrastructure. We succeeded installing weblogic and creating a domain using the class orawls::weblogic and the defined type orawls::domain...

How to reset Admin password: My case is once domain is ready I want to reset my Admin password. Please suggest way to reset password.

Hi Edwin, Do you have any time to add functionality to allow orawls to manage SOA partitions and WMG's? - sca_createPartition(partitionName) - sca_deletePartition(partitionName) - sca_listPartitions() - sca_createPartitionWMG(partitionName, workmanagerGroupName, workmanagerGroupDescription) The...

Looking into the orawls::fmw class there are two createFile variables, but total_files is set to 3 (line 300). When I set the total_files to 2, the middleware installs successfully.

Hi Edwin, I've reviewed and followed the Identity and Trust settings (https://github.com/biemond/biemond-orawls#identity) and they work fine for admin server, nodemanager etc. The only problem I see is that the setDomainEnv.sh...

startNodemanager.sh seems to have "umask 027" set by default, however this strips off too many permissions for us. It'd be nice if there was a parameter on the nodemanager defined...

The following yaml ``` fmw_cluster_instances: 'soaCluster': domain_name: "%{hiera('wls_domain_name')}" osb_cluster_name: "%{hiera('osb_cluster_name')}" osb_enabled: true nodemanager_secure_listener: true log_output: *logoutput ``` connects with t3. ``` Notice: /Stage[main]/Profiles::Wls::Fmwcluster/Orawls::Utils::Fmwcluster[soaCluster]/Exec[execwlst changeWorkmanagers.py soaCluster]/returns: Connecting to t3://192.168.234.95:7001 with userid...

In: https://github.com/biemond/biemond-orawls/blob/master/lib/puppet/provider/wls_opatch/prefetching.rb#L30 Output of the lsinventory command is redirected to info, this should be debug in my opinion.

Hi, Is there a mechanism in the module to nmEnroll a domain after creating the directories? We don't want to use pack & unpack as we don't want to present...