Skip to content

Commit

Permalink
Merge pull request #4 from jpuskar/1_0_4
Browse files Browse the repository at this point in the history
1.0.4
Fixed bv_max_attachment_size bug.
Updated readme to reflect jpuskar-db2 default path changes.
  • Loading branch information
jpuskar authored Jun 6, 2017
2 parents ff807c2 + bd87192 commit efbf498
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ vagrant/
custom
cognos_11_installer.properties
spec/fixtures
pkg/
pkg/
*.bin
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# puppet-cognos changelog

## v0.1.4
+ Fixed bv_max_attachment_size bug.

## v0.1.3
+ Fixed install path bug.

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ This module installs and configures a basic cognos server using db2.

### Setup Requirements
+ The cognos install binary must be pre-staged and the parameters named `installer_source_dir` and `installer_filename` configured.
+ DB2 must already be installed, and the cognos class parameters `db2_install_path`, `db2_service_name`, and `db2_instance_user` must be correct. See init.pp for the defaults.
+ DB2 must already be installed\*, and the cognos class parameters `db2_install_path`, `db2_service_name`, and `db2_instance_user` must be correct. See init.pp for the defaults.

\*Note: the provided Vagrantfile will install db2 using the jpuskar-db2 module. See the heading below labeled 'Development'.


## Usage

Expand Down Expand Up @@ -211,8 +214,9 @@ The folder structure must look like the following:
puppet-cognos/Vagrantfile
puppet-cognos/vagrant/
puppet-cognos/vagrant/ca_srv_lnxi38664_11.0.5.16111917.bin
puppet-cognos/vagrant/exp/
puppet-cognos/vagrant/exp/db2setup
puppet-cognos/vagrant/v10/
puppet-cognos/vagrant/v10/exp/
puppet-cognos/vagrant/v10/exp/db2setup
```

## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpuskar-cognos",
"version": "0.1.3",
"version": "0.1.4",
"author": "jpuskar",
"summary": "Installs and configures Cognos.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/config/cogconfig_fragment_05.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Master configuration file for all IBM Cognos components.
that can be uploaded to the Business Viewpoint server. -->
<!-- A value of 0 indicates that the maximum size is unlimited. -->
<crn:parameter name="bvMaxAttachmentSize" disabled="true">
<crn:value xsi:type="xsd:unsignedShort"><%= scope['cognos::bv_max_attachment_size'] %>1024</crn:value>
<crn:value xsi:type="xsd:unsignedShort"><%= scope['cognos::bv_max_attachment_size'] %></crn:value>
</crn:parameter>
<!-- deploymentPath: Specifies the location where deployment archives are stored. -->
<!-- Because a deployment archive can contain sensitive information, for security reasons
Expand Down

0 comments on commit efbf498

Please sign in to comment.