Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Remove analytics modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Savidude authored and VimukthiPerera committed Mar 18, 2020
1 parent 47d46fd commit 950f3af
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 1,441 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains the Puppet modules for WSO2 Identity Server and the pro

## Quick Start Guide
1. Download a product package. Product packages can be downloaded and copied to a local directory, or downloaded from a remote location.
* **Local**: Download a wso2is-5.10.0.zip or wso2is-analytics-5.8.0.zip to your preferred deployment pattern and copy it to the `<puppet_environment>/modules/is_common/files/packs` directory in the **Puppetmaster**.
* **Local**: Download a wso2is-5.10.0.zip to your preferred deployment pattern and copy it to the `<puppet_environment>/modules/is_common/files/packs` directory in the **Puppetmaster**.
* **Remote**:
1. Change the value *$pack_location* variable in `<puppet_environment>/modules/is_common/manifests/params.pp` to `remote`.
2. Change the value *$remote_pack* variable of the relevant profile in `<puppet_environment>/modules/is_common/manifests/params.pp` to the URL in which the package should be downloaded from, and remove it as a comment.
Expand All @@ -26,17 +26,6 @@ This repository contains the Puppet modules for WSO2 Identity Server and the pro
export FACTER_profile=is
puppet agent -vt
```
2. Analytics profile:
1. Dashboard:
```bash
export FACTER_profile=is_analytics_dashboard
puppet agent -vt
```
2. Worker:
```bash
export FACTER_profile=is_analytics_worker
puppet agent -vt
```
## Performance Tuning
System configurations can be changed through Puppet to optimize OS level performance. Performance tuning can be enabled by changing `$enable_performance_tuning` in `<puppet_environment>/modules/is_common/manifests/params.pp` to `true`.

Expand Down
Empty file.
21 changes: 0 additions & 21 deletions modules/is_analytics_dashboard/manifests/custom.pp

This file was deleted.

81 changes: 0 additions & 81 deletions modules/is_analytics_dashboard/manifests/init.pp

This file was deleted.

63 changes: 0 additions & 63 deletions modules/is_analytics_dashboard/manifests/params.pp

This file was deleted.

This file was deleted.

Loading

0 comments on commit 950f3af

Please sign in to comment.