David Shaw

Results 10 comments of David Shaw

Hi Luigi, You need to set the overrides as either an environment variable : `FACTER_override_wls_domains_file=/opt/oracle/wls_domains.yaml FACTER_override_wls_setting_file=/opt/oracle/wls_setting.yaml ` or in your manifest which calls Edwins module: ``` if ebsEnabled == "true"...

Just to update, I've added more debugging and believe I have found the issue Debugging the scope I can see puppet is creating the value as: ``` "ora_mdw_domain_0_eis_dbadapter_plan"=>"config/Plan_DB.xml" ``` I...

Thanks Edwin, I'll turn some extra debugging on the puppet run and see if I can spot any orawls.rb errors. I'm working from a branch so I can also remove...

I've disabled most other things in the domain but sadly no change. I searched for orawls.rb errors but couldn't see any either. The full ora_mdw facts resolve as follows: ```...

The plot is thickening but not in a good way. Hiera is 100% getting parsed. On the client ``` ****** DAVID DEBUG ****** : domainDir = /opt/weblogic/user_projects/domains/orl_domain, adapter_name = DbAdapter,...

Hi Edwin, We've found the issue, it seems we cannot put the plan.xml into the domain_home directory. I've moved it to the middleware home and it works.... My colleague put...

We're not quite at the shared storage point yet (next 6 month maybe) but I can write a quick shipper and store it in s3 and then get the managed...

Same here, I've huge yaml and manifests to compare. Only started since latest version was installed.

Port range is definitely needed with this :)

@ofalk & @AUsatenko - I'm happy to look at the code and resolve the merge conflicts. I'm trying to upgrade our puppet env at work and keeping releases official. I...