biemond / puppet

Puppet modules
Other
59 stars 64 forks source link

not able to create only osb doamin #31

Closed supriyawishesu closed 10 years ago

supriyawishesu commented 10 years ago

Hi biemond,

I am not able to create only osb domain it is saying unable to find class wlsdomain_1036. As I replaced osbsoa to osb.

please let me know

biemond commented 10 years ago

Hi,

You should find and add this wlsdomain_1036 class to your puppet master site.pp. Or remove the include of this class.

here you got a working config https://github.com/biemond/vagrant-osb/blob/master/puppet/manifests/site.pp

supriyawishesu commented 10 years ago

Hi bemond,

How should I include rcu for the osbdomain installation?

Let me know Appreciate your help

On Wed, Apr 9, 2014 at 1:38 PM, Edwin Biemond notifications@github.comwrote:

Hi,

You should find and add this wlsdomain_1036 class to your puppet master site.pp. Or remove the include of this class.

here you got a working config https://github.com/biemond/vagrant-osb/blob/master/puppet/manifests/site.pp

— Reply to this email directly or view it on GitHubhttps://github.com/biemond/puppet/issues/31#issuecomment-39993381 .

biemond commented 10 years ago

Here we go,

for OSB you don't need to have this , it is part of the oradb module and if you still want it then use soa as type

here you got an example https://github.com/biemond/vagrant-soasuite/blob/master/puppet/manifests/db.pp

supriyawishesu commented 10 years ago

Hi bemond,

For osb can we create metadata repository ? let me know

Thank You

On Wed, Apr 9, 2014 at 1:45 PM, Edwin Biemond notifications@github.comwrote:

Here we go,

for OSB you don't need to have this , it is part of the oradb module and if you still want it then use soa as type

here you got an example

https://github.com/biemond/vagrant-soasuite/blob/master/puppet/manifests/db.pp

— Reply to this email directly or view it on GitHubhttps://github.com/biemond/puppet/issues/31#issuecomment-39994256 .

biemond commented 10 years ago

Yep is the same as for soa suite. but my OSB domain py script does not modify the datasource, default it will use the derby database. You need to change it to your own oracle database.