-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and release prep (#41)
* readme updates * readme updates * update readme * uprelease prep * uprelease prep * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * upreference file * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update docs * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * Doc Review * Formatting new line outside of ' tag * Update README.md Co-authored-by: Jarret Lavallee <[email protected]> * formatting Co-authored-by: Jarret Lavallee <[email protected]>
- Loading branch information
1 parent
65a8669
commit 58e5085
Showing
8 changed files
with
304 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
# Reference | ||
|
||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
### Classes | ||
|
||
* [`rsan::exporter`](#rsanexporter) | ||
* [`rsan::importer`](#rsanimporter): Class to consume the resources provided by the exporter class. when applied to a node, all tooling agttributed to RSAN will be set up | ||
* [`rsan::remove_exporter`](#rsanremove_exporter): A short summary of the purpose of this class | ||
|
||
### Functions | ||
|
||
* [`rsan::get_postgres_hosts`](#rsanget_postgres_hosts) | ||
* [`rsan::get_puppet_servers`](#rsanget_puppet_servers) | ||
* [`rsan::get_puppetdb_hosts`](#rsanget_puppetdb_hosts) | ||
* [`rsan::get_rsan_importer_ips`](#rsanget_rsan_importer_ips) | ||
* [`rsan::license_uuid`](#rsanlicense_uuid): return the uuid from a Puppet license file supplied in $content If no $content parameter specified, tries to read the license file from /etc/ | ||
|
||
### Tasks | ||
|
||
* [`supportuser`](#supportuser): Creates pesupport user and PE Support Role, generated password should be shared with Puppet Enterprise Support personnel | ||
|
||
## Classes | ||
|
||
### `rsan::exporter` | ||
|
||
The rsan::exporter class. | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `rsan::exporter` class. | ||
|
||
##### `rsan_importer_ips` | ||
|
||
Data type: `Array` | ||
|
||
|
||
|
||
Default value: `rsan::get_rsan_importer_ips()` | ||
|
||
##### `rsan_host` | ||
|
||
Data type: `Optional[String]` | ||
|
||
|
||
|
||
Default value: ``undef`` | ||
|
||
### `rsan::importer` | ||
|
||
Class to consume the resources provided by the exporter class. | ||
when applied to a node, all tooling agttributed to RSAN will be set up | ||
|
||
#### Examples | ||
|
||
##### | ||
|
||
```puppet | ||
include rsan::importer | ||
``` | ||
|
||
### `rsan::remove_exporter` | ||
|
||
A description of what this class does | ||
|
||
#### Examples | ||
|
||
##### | ||
|
||
```puppet | ||
include rsan::remove_exporter | ||
``` | ||
|
||
## Functions | ||
|
||
### `rsan::get_postgres_hosts` | ||
|
||
Type: Puppet Language | ||
|
||
The rsan::get_postgres_hosts function. | ||
|
||
#### `rsan::get_postgres_hosts()` | ||
|
||
The rsan::get_postgres_hosts function. | ||
|
||
Returns: `Any` | ||
|
||
### `rsan::get_puppet_servers` | ||
|
||
Type: Puppet Language | ||
|
||
The rsan::get_puppet_servers function. | ||
|
||
#### `rsan::get_puppet_servers()` | ||
|
||
The rsan::get_puppet_servers function. | ||
|
||
Returns: `Any` | ||
|
||
### `rsan::get_puppetdb_hosts` | ||
|
||
Type: Puppet Language | ||
|
||
The rsan::get_puppetdb_hosts function. | ||
|
||
#### `rsan::get_puppetdb_hosts()` | ||
|
||
The rsan::get_puppetdb_hosts function. | ||
|
||
Returns: `Any` | ||
|
||
### `rsan::get_rsan_importer_ips` | ||
|
||
Type: Puppet Language | ||
|
||
The rsan::get_rsan_importer_ips function. | ||
|
||
#### `rsan::get_rsan_importer_ips()` | ||
|
||
The rsan::get_rsan_importer_ips function. | ||
|
||
Returns: `Array` List of IP addresses for RSAN nodes or an empty array | ||
|
||
### `rsan::license_uuid` | ||
|
||
Type: Puppet Language | ||
|
||
return the uuid from a Puppet license file supplied in $content | ||
If no $content parameter specified, tries to read the license file | ||
from /etc/puppetlabs/license.key | ||
|
||
#### `rsan::license_uuid(Optional[String] $content)` | ||
|
||
return the uuid from a Puppet license file supplied in $content | ||
If no $content parameter specified, tries to read the license file | ||
from /etc/puppetlabs/license.key | ||
|
||
Returns: `String` | ||
|
||
##### `content` | ||
|
||
Data type: `Optional[String]` | ||
|
||
|
||
|
||
## Tasks | ||
|
||
### `supportuser` | ||
|
||
Creates pesupport user and PE Support Role, generated password should be shared with Puppet Enterprise Support personnel | ||
|
||
**Supports noop?** false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.