Work In Progress
This repo contains a demonstration of an Fusion Middleware OSB installation. It's purpose is to help you guide through an initial installation of an Oracle WebLogic node with Puppet. This demo is ready for Puppet 4 and for Puppet 5.
All nodes are available to test with Puppet masterless. To do so, add ml-
for the name when using vagrant:
$ vagrant up ml-osb12213n1
You can also test with a Puppet Enterprise server. To do so, add pe-
for the name when using vagrant:
$ vagrant up pe-wlsmaster
$ vagrant up pe-osb12213n1
$ vagrant up pe-osb12213n2
$ vagrant up pe-osb12214n1
$ vagrant up pe-osb12214n2
You must always use the specified order:
- wlsmaster
- osb12213n1
- osb12213n2
- osb12214n1
- osb12214n2
The software must be placed in modules/software/files
. It must contain the next files:
- puppet-enterprise-2017.2.3-el-7-x86_64-x86_64.tar.gz (Extracted tar)
- fmw_12.2.1.3.0_infrastructure.jar
- fmw_12.2.1.3.0_osb.jar.zip
- fmw_12.2.1.4.0_infrastructure.jar
- fmw_12.2.1.4.0_osb.jar.zip
- jdk-8u161-linux-x64.tar.gz
- jce_policy-8.zip
You can download this file from here