Bump patch version

Bump patch version in preparation for Amsterdam
branching.

Change-Id: I8e268abee9e5cf286909f272ca1223055c0f2b3c
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 files changed
tree: e99d46d797a5167f4d8bf697b0756d8d5601a5e5
  1. bin/
  2. cdf/
  3. docs/
  4. pgaas/
  5. .gitignore
  6. .gitreview
  7. LICENSE.txt
  8. makefile
  9. pom.xml
  10. README.md
  11. version.properties
README.md

PostgreSQL as a Service (PGaaS) DB VM.

This package is built on top of the stock PostgreSQL and Repmgr packages.

PGaaS contains a set of configuration scripts, daemons, and administrative scripts that allow PostgreSQL to be deployed, configured and managed by the DCAE Controller. PGaaS may be deployed singly or in a cascaded cluster.

The running daemons provide health check and other information suitable for the DCAE Controller and future dashboard access.

Building the Code

To build the code, use the "make build" command.

To build the code and upload to a debian repository, use the "make debian" command.