cookbook 'peopletools', '= 1.2.3'
peopletools
(35) Versions
1.2.3
-
Follow2
Provides resources to install and configure an Oracle PeopleTools stack
cookbook 'peopletools', '= 1.2.3', :supermarket
knife supermarket install peopletools
knife supermarket download peopletools
peopletools Chef cookbook
The peopletools cookbook provides resources and recipes to install and configure an Oracle PeopleTools stack. This is based on the Puppet code and archive files in the Oracle DPK bundle (starting with 8.55.01).
Requirements
- Chef 12.5 or higher
- Ruby 2.0 or higher (preferably from the Chef full-stack installer)
- Network accessible package repositories
Platform Support
The following platforms have been tested with Test Kitchen:
- CentOS
- Red Hat
Usage
metadata.rb
Include peopletools
as a dependency in your cookbook's metadata.rb
.
depends 'peopletools', '~> 1.2'
Copy the tgz archive files for Oracle Inventory, JDK, PS Home, Tuxedo, WebLogic, etc from the Oracle delivered DPK to a repository such as Artifactory. Configure the default['peopletools']['archive_repo'] attribute to point to the repository location. Use the recipes or resources to deploy and configure PeopleTools.
Recipes
peopletools::default
The default recipe is blank.
peopletools::app
Configures resources required for a PeopleTools app server.
peopletools::system
Configures system settings such as kernel parameters, users, and groups.
peopletools::web
Configures resources required for a PeopleTools web server.
Resources
Config:
peopletools_tnsnames
Resource to configure tnsnames.ora.
Deployment:
peopletools_inventory
Resource to deploy Oracle Inventory.
peopletools_jdk
Resource to deploy Oracle JDK.
peopletools_oracle_client
Resource to deploy Oracle Client.
peopletools_ps_app_home
Resource to deploy Oracle PS App Home.
peopletools_ps_home
Resource to deploy Oracle PS Home.
peopletools_tuxedo
Resource to deploy Oracle Tuxedo.
peopletools_weblogic
Resource to deploy Oracle WebLogic.
Setup:
peopletools_bashrc
Resource to configure .bashrc.
Testing
.kitchen.yml is configured to use vagrant with centos-7.2. Two environment variables must be configured to set the ['peopletools']['archive_repo']
and ['peopletools']['ps_app_home']['archive_repo']
attribute values. These should be set to the location of the repositories which hold the archive files for PeopleTools and ps_app_home. They can be different locations if required, and should not contain a trailing forward slash. E.g.
PEOPLETOOLS_ARCHIVE_REPO=http://artifacts.local.org/artifactory/software/oracle/peoplesoft/peopletools/8.55.01
PEOPLETOOLS_PS_APP_HOME_ARCHIVE_REPO=http://artifacts.local.org/artifactory/software/oracle/peoplesoft/finance/9.2.017
Contributing
- Fork the repository on GitHub.
- Create a named feature branch (like
add_component_x
). - Write your change.
- Write tests for your change (this cookbook currently uses InSpec with Test Kitchen).
- Run the tests, ensuring they all pass.
- Submit a Pull Request using GitHub.
License and Authors
Author: Richard Lock
Copyright 2016 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
ark ~> 1.0 |
limits ~> 1.0 |
sysctl ~> 0.7 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
peopletools Cookbook CHANGELOG
1.2.3 (2016-05-10)
- Added ps_cust_home_dir variable to bashrc template.
1.2.2 (2016-05-10)
- Changed bashrc ps_cfg_home_dir and ps_cust_home_dir property defaults.
1.2.1 (2016-05-06)
- Changed bashrc and tnsnames resources to use path as name property.
1.2.0 (2016-05-06)
- Added bashrc resource.
1.1.0 (2016-05-05)
- Added tnsnames resource.
1.0.1 (2016-04-08)
- Modified guard for tuxedo to avoid install order issues with weblogic.
1.0.0 (2016-04-08)
- Renamed ps_apphome resource to ps_app_home to match Oracle references.
0.3.4 (2016-04-07)
- Removed setting of password for users; tidied up system recipe/attributes.
0.3.3 (2016-04-06)
- Renamed default oracle user from oracle2 to oracle.
0.3.2 (2016-04-05)
- Moved sysctl attributes from attributes file to system recipe to prevent issues with wrapper cookbooks.
0.3.1 (2016-03-03)
- Updated deploy user/group for ps_apphome to match Oracle default.
0.3.0 (2016-03-03)
- Added attribute to allow ps_apphome archive_repo to be different from the peopletools archive_repo and updated Readme.
0.2.0 (2016-03-03)
- Added limits attributes and configuration for psft_runtime and psft_app_install groups.
0.1.3 (2016-03-01)
- Changed deployment resources property from archive_file to archive_url.
0.1.2 (2016-03-01)
- Added cookbook property to template resources to prevent wrapper cookbook issues.
0.1.1 (2016-02-29)
- Fixed RuboCop offenses; updated Readme.
0.1.0 (2016-02-29)
- Initial release of peopletools.
Foodcritic Metric
1.2.3 passed this metric
1.2.3 passed this metric