Skip to content

Commit e7e1e12

Browse files
committed
Added self signed keystore and updated README
Updated README.md with build instructions. Added self signed keystore to sign package binaries
1 parent 1d20f87 commit e7e1e12

File tree

4 files changed

+26
-11
lines changed

4 files changed

+26
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
1-
2-
31
# o11n-package-couchdb
42

53
## Overview
4+
This package demonstrates how to use the HTTP-REST plugin in vRealize Orchestrator against the REST API of CouchDB. Currently the package covers:
5+
6+
* Server User Administration
7+
* Database Administration
8+
* Adding / Fetching / Updating Documents
9+
* Deleting Documents
10+
11+
![couchdb_workflows](couchdb_workflows.png)
612

713
## Try it out
14+
Latest stable compiled packages can be found at [releases](https://github.com/vmware/o11n-package-couchdb/releases)
15+
16+
Add it to your Orchestrator as any other package.
17+
18+
Add it with cURL in a shell:
19+
20+
curl -k -X POST -u <user>:<pass> -F file=@couchdb-<version>.package \
21+
-F overwrite=true https://<vro.corp.local>:8281/vco/api/packages
822

923
### Prerequisites
1024

11-
* Prereq 1
12-
* Prereq 2
13-
* Prereq 3
25+
* vRealize Orchestrator (vRO) 7.0 or greater
26+
* CouchDB 1.6.0 or greater
27+
* A HTTP-REST endping host configured for the CouchDB Server.
1428

15-
### Build & Run
29+
### Build From Source
1630

17-
1. Step 1
18-
2. Step 2
19-
3. Step 3
31+
1. Get access to a /vco-repo from a running vRO VM. Typical URL is http://*vro.corp.local*:8280/vco-repo. Note the version of your Orchestrator for use in the build command (Ex: 7.1.0, 7.2.0)
32+
2. mvn clean install -Dvco.version=*7.1.0* -DvcoRepoUrl=http://*vro.corp.local*:8280/vco-repo
33+
3. The compiled package will be in the *target* directory
2034

2135
## Documentation
22-
23-
## Releases & Major Branches
36+
In Progress
2437

2538
## Contributing
2639

@@ -30,3 +43,4 @@ questions about the CLA process, please refer to our [FAQ](https://cla.vmware.co
3043
refer to [CONTRIBUTING.md](CONTRIBUTING.md).
3144

3245
## License
46+
This package is available under the [2-Clause BSD License](https://github.com/vmware/o11n-package-couchdb/blob/master/LICENSE.txt)

couchdb_workflows.png

43.3 KB
Loading

keystore.jks

4.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)