Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alkersan committed Mar 9, 2016
1 parent 6adf44d commit 8d0a086
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Rundeck Plugin |  
---------------- | ----
Service type: | `ResourceModelSource`
Rundeck version: | 2.5+
Version: | 1.0.0
Version: | 1.1.0
Description: | Obtains nodes from OpenStack compute service

### Setup
Download [plugin](https://github.com/alkersan/rundeck-openstack-plugin/releases) jar and put it to `$RDECK_BASE/libext`
Download plugin jar from GitHub [releases](https://github.com/alkersan/rundeck-openstack-plugin/releases) and put it to `$RDECK_BASE/libext`

### Usage
On project configuration tab add new `Resource Model Source` and select type `OpenStack`. You'll prompted to enter several mandatory parameters, specific to your `OpenStack` setup:
Expand All @@ -23,4 +23,6 @@ Parameter | Description
`Username` | An `OpenStack` user who can do queries to `OpenStack Compute` service
`Password` | Password (or API Key) of previously mentioned user
`Endpoint` | URL of `OpenStack Keystone` service. Can be found in `Horizon > Access & Security > API Access` tab
`Refresh interval` | How often the background fetcher should refresh server list (default 30s)
`Refresh interval` | How often the background fetcher should refresh server list (default `30s`)
`Tags separator` | A character used to split instance meta-attribute named `tags` (if present) into Rundeck's tags (default `,`)<br>Technically it's a regex, so it's possible to set multiple separators like <code>,&#124;;&#124;##</code>

0 comments on commit 8d0a086

Please sign in to comment.