Forge Home

wls_config

Puppet types and provides to confiure and manage Oracle WebLogic and Fusion middleware

60,380 downloads

238 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 3.22.0 (latest)
  • 3.21.0
  • 3.20.0
  • 3.19.0
  • 3.18.0
  • 3.17.3
  • 3.17.2
  • 3.17.1
  • 3.17.0
  • 3.16.4
  • 3.15.3
  • 3.15.2
  • 3.15.1
  • 3.15.0
  • 3.14.5
  • 3.14.4
  • 3.14.3
  • 3.14.2
  • 3.14.1
  • 3.14.0
  • 3.13.2
  • 3.13.1
  • 3.13.0
  • 3.12.2
  • 3.12.1
  • 3.12.0
  • 3.11.1
  • 3.11.0
  • 3.10.1
  • 3.10.0
  • 3.9.0
  • 3.8.2
  • 3.8.1
  • 3.8.0
  • 3.7.1
  • 3.7.0
  • 3.6.1
  • 3.6.0
  • 3.5.1
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.17
  • 3.3.16
  • 3.3.15
  • 3.3.14
  • 3.3.13
  • 3.3.12
  • 3.3.11
  • 3.3.10
  • 3.3.9
  • 3.3.8
  • 3.3.7
  • 3.3.6
  • 3.3.5
  • 3.3.4
  • 3.3.3
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.2.4
  • 3.2.3
  • 3.2.2
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.22
  • 3.0.21
  • 3.0.20
released Aug 21st 2018
This version is compatible with:
  • Puppet Enterprise 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=2.7.20
  • , , , , , , ,
Tasks:
  • start_managed_servers
  • stop_adminserver
  • stop_managed_servers

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'enterprisemodules-wls_config', '3.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add enterprisemodules-wls_config
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install enterprisemodules-wls_config --version 3.3.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

enterprisemodules/wls_config — version 3.3.1 Aug 21st 2018

Enterprise Modules

Table of Contents

  1. Overview
  2. License
  3. Description - What the module does and why it is useful
  4. Setup
  1. Usage - Configuration options and additional functionality
  2. Reference - An under-the-hood peek at what the module is doing and how
  3. Limitations - OS compatibility, etc.

Overview

This module allows you to configure and manage an Oracle WebLogic or Fusion middleware stack. It is part of our family of Puppet modules to install, manage and secure Oracle WebLogic and Fusion Middleware with Puppet. Besides the wls_config module, this family also contains:

  • wls_install For installing an Oracle WebLogic and other Fusion products

License

This is a commercially licensed module. But you can use the module on VirtualBox based development systems for FREE. When used on real systems a license is required.

You can license our modules in multiple ways. Our basic licensing model requires a subscription per node. But contact us for details.

Check the License for details.

Description

The wls_config module extends the Puppet language to contain types needed to create and manage the lifecycle of objects within your Oracle Weblogic and Fusion Middleware installation. Instead of writing complex WLST scripts, using this module, you can now define your WebLogic configuration in an easy declarative way.

The puppet wls_config module allows you to manage almost everything that is manageable in a WebLogic domain. For queue's and topics to datasources clusters and security policies. Here is a list of some of the objects you can manage with puppet when using this module:

Check here to see the full documentation for this module.

Setup

Requirements

The wls_config module requires:

  • Puppet module enterprisemodules-easy_type installed.
  • Puppet version 3.0 or higher. Can be Puppet Enterprise or Puppet Open Source
  • WebLogic 10g or higher
  • A valid Oracle Weblogic or Fusion license
  • A valid Enterprise Modules license for usage.
  • Runs on most Linux systems.
  • Runs on Solaris
  • Windows systems are NOT supported

We support WebLogic versions:

  • WebLogic 10g
  • WebLogic 11g
  • WebLogic 12.1.2
  • WebLogic 12.1.3
  • WebLogic 12.2.1

And Fusion versions:

  • WebLogic 10g
  • WebLogic 11g
  • WebLogic 12c ( 12.1.1, 12.1.2, 12.1.3, 12.2.1)

Installing the wls_config module

To install these modules, you can use a Puppetfile

mod 'enterprisemodules/wls_config'               ,'3.0.x'

Then use the librarian-puppet or r10K to install the software.

You can also install the software using the puppet module command:

puppet module install enterprisemodules-wls_config

Usage

Building a total WebLogic or Fusion setup requires quite some work. To help you, we have built some examples. The repo contains a demonstration of a simple WebLogic installation.

Reference

Here you can find some more information regarding this puppet module:

Here are a related blog posts:

Some example code:

Limitations

This module runs on Solaris and most Linux versions. It requires a puppet version higher than 4. The module does NOT run on windows systems.