Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

weblogic (16) Versions 2.0.0

Installs/Configures fusion-middleware family of products

Policyfile
Berkshelf
Knife
cookbook 'weblogic', '= 2.0.0', :supermarket
cookbook 'weblogic', '= 2.0.0'
knife supermarket install weblogic
knife supermarket download weblogic
README
Dependencies
Quality 0%

Stories in Ready

Weblogic Cookbook

Scope

This cookbook installs Oracle Weblogic Server.
Oracle Java is also installed as a required dependency.
It does not install or manage any services.

Requirements

  • Chef 12 or higher
  • Network accessible artifact repository

Platform

  • Centos 6
  • Red Hat Enterprise 6

Usage

Resources

weblogic '10.3.6' do
  ownername 'weblogic'
  groupname 'weblogic_admin' 
end

Attributes

node['common_artifact_repo'] = 'https://artifact.server/software'

Common Artifact Repository

This cookbook uses a common artifact repository pattern.
Artifacts urls will be generated in the following manner:

node['common_artifact_repo'] + vendor + product + version + file_as_named_by_vendor

eg. the above resource & attribute will attempt to retrieve artifacts from the following
locations:

https://artifact.server/software/oracle/weblogic/10.3.6/wls1036_generic.jar

Artifact urls can be overridden by specifying installer_url on the
resource.

License and Author

Copyright: 2015, University of Derby

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

java >= 0.0.0
oracle-inventory >= 0.0.0
chef-sugar >= 0.0.0
resource >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

2.0.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/0b6c5a074f72eaab7852ce69/weblogic/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/0b6c5a074f72eaab7852ce69/weblogic/metadata.rb:1