All Projects → oracle → fmw-chef-cookbook

oracle / fmw-chef-cookbook

Licence: MIT license
Official repository of samples that show how to use Chef to provision Oracle Fusion Middleware (FMW) products.

Programming Languages

ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to fmw-chef-cookbook

Ruby build
Development repository for the ruby_build cookbook
Stars: ✭ 124 (+188.37%)
Mutual labels:  chef-cookbook, chef
Macos Cookbook
A Chef cookbook used to provision macOS
Stars: ✭ 183 (+325.58%)
Mutual labels:  chef-cookbook, chef
Git
Development repository for the git cookbook
Stars: ✭ 117 (+172.09%)
Mutual labels:  chef-cookbook, chef
Homebrew
Development repository for the homebrew cookbook
Stars: ✭ 137 (+218.6%)
Mutual labels:  chef-cookbook, chef
Graphite
Development repository for the graphite cookbook
Stars: ✭ 160 (+272.09%)
Mutual labels:  chef-cookbook, chef
Apt
Development repository for the apt cookbook
Stars: ✭ 201 (+367.44%)
Mutual labels:  chef-cookbook, chef
Percona
Development repository for the percona cookbook
Stars: ✭ 117 (+172.09%)
Mutual labels:  chef-cookbook, chef
It Cpe Cookbooks
A suite of Chef cookbooks that we use to manage our fleet of client devices
Stars: ✭ 108 (+151.16%)
Mutual labels:  chef-cookbook, chef
Cassandra Chef Cookbook
Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Stars: ✭ 162 (+276.74%)
Mutual labels:  chef-cookbook, chef
Arcgis Cookbook
Chef cookbooks for ArcGIS
Stars: ✭ 227 (+427.91%)
Mutual labels:  chef-cookbook, chef
Users
Development repository for the users cookbook
Stars: ✭ 138 (+220.93%)
Mutual labels:  chef-cookbook, chef
Chef Ssh Hardening
This chef cookbook provides secure ssh-client and ssh-server configurations.
Stars: ✭ 144 (+234.88%)
Mutual labels:  chef-cookbook, chef
Chef Cookbook
Development repository for Chef cookbook RabbitMQ
Stars: ✭ 212 (+393.02%)
Mutual labels:  chef-cookbook, chef
Nagios
Development repository for the nagios cookbook
Stars: ✭ 127 (+195.35%)
Mutual labels:  chef-cookbook, chef
apparmor
Development repository for the apparmor cookbook
Stars: ✭ 13 (-69.77%)
Mutual labels:  chef-cookbook, chef
Logrotate
Development repository for the logrotate cookbook
Stars: ✭ 122 (+183.72%)
Mutual labels:  chef-cookbook, chef
Powershell
Development repository for the powershell cookbook
Stars: ✭ 104 (+141.86%)
Mutual labels:  chef-cookbook, chef
Openssh
Development repository for the openssh cookbook
Stars: ✭ 108 (+151.16%)
Mutual labels:  chef-cookbook, chef
Consul
Development repository for the consul cookbook
Stars: ✭ 188 (+337.21%)
Mutual labels:  chef-cookbook, chef
Nodejs
Development repository for the nodejs cookbook
Stars: ✭ 225 (+423.26%)
Mutual labels:  chef-cookbook, chef

Oracle WebLogic CHEF cookbooks

Chef support

  • Version 12, 13, 14 ( use v0.1.3 release for chef 11 support)
  • Chef solo, client/server
  • Databags (encrypted)

WebLogic Chef 12, 13 & 14 Support for

  • The installation & configuration of the JDK, WebLogic and Fusion Middleware (FMW) software
  • WebLogic & FMW patching
  • WebLogic version 10.3.6, 11.1, 12.1 & 12.2
  • Windows, Linux ( RedHat / Debian family ) & Solaris
  • Creation of a Domain ( in development mode)
    • Optional with Clusters
    • Extend the domain with ADF/JRF, SOA Suite, Service Bus, Webtier etc

Restrictions

  • Will not download of all the required JDK, WebLogic or FMW software from OTN. They should be available on the host (local or from a share)
  • Does not download patches from https://support.oracle.com
  • Does not give you the right to use all the FMW software
  • Check your license or make sure you comply with the OTN developer license agreement
  • You cannot ask Oracle support for help but
    • You can ask the community for help
    • Look at the source code
    • Raise an issue on the right Oracle github repository or send a pull request.

Our Chef Guidelines

  • Provide Chef Resources & Providers
  • Provide example Chef recipes to give you a jumpstart
  • Which should be minimal
  • Should be easy to create your own recipes
  • Model driven
  • should detect changes
  • Use all the available test frameworks to test our code like
    • rspec
    • foodcritic
    • rubocop
    • test kitchen

Chef cookbooks overview

  • fmw_jdk, installation of the Java Development Kit.
  • fmw_wls, installation of WebLogic
  • fmw_inst, installation of Fusion Middleware software
  • fmw_bsu, patch WebLogic 10.3.6/ 11g / 12.1.1
  • fmw_opatch, patch Weblogic 12c and FMW 11g & 12c
  • fmw_rcu, create a FMW repository on am Oracle Database
  • fmw_domain, create a WebLogic Domain and optional extend this domain

fmw_jdk

  • Installs JDK 7 or 8
  • Optional configures the RNG/Urandom service on Linux enviroments to fix the lack of entropy when creating or starting WebLogic domains
  • For Windows it requires the exe file as source
  • For Linux you can use the tar.gz as source or in case of RedHat Family distributions you can also use RPM as source
  • For Solaris you can use tar.gz or tar.Z

fmw_wls

  • installs WebLogic 10.3.6/11g & all 12c versions
  • Normal WebLogic or the Infrastructure edition
  • Optional create on Solaris or Linux an Oracle user and group

fmw_inst

  • install FMW 11g/ 12c software
    • JRF/ADF 11g
    • SOA Suite & Service Bus 11g, 12.1.3, 12.2.1
    • MFT 12.1.3, 12.2.1
    • OIM 11.2
    • WebCenter 11g

fmw_bsu

  • patch WebLogic 10.3.6/11g and 12.1.1

fmw_opatch

  • patch WebLogic 12c and FMW 11g, 12c

fmw_rcu

  • create a 11g or 12c FMW repository on an Oracle Database
    • Common with WLS, OPSS database schemas
    • SOA Suite with WLS, OPSS, SOA, BAM, ESS

fmw_domain

  • Create a domain in development mode
  • Configure the NodeManager service
  • Start the AdminServer
  • Extend the domain with
    • ADF/JRF
    • Service Bus
    • SOA Suite optional with BPM, BAM and Enterprise Scheduler
    • Webtier

Examples

Chef FMW sample configurations can be found here on this OTN page

Changes

See CHANGELOG

Contributing

chef-samples is an open source project. See CONTRIBUTING for details.

Oracle gratefully acknowledges the contributions to chef-samples that have been made by the community.

License

"The MIT License (MIT)

Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].