summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-08-21 15:12:37 +0000
committerTony Hansen <tony@att.com>2017-08-21 15:47:22 +0000
commit5ae237d3a66fa2ff063a2c364e313c35bf4ed779 (patch)
tree379c4824d0918e28ea382a3ee5aba369f9b8c772 /README.md
parentc95796be872dc54e7bfa05d0bd59a3d7d70cd037 (diff)
[DCAEGEN2-49] push seed code for PGaaS
Change-Id: I482a366fb3c871b9fc729fcbe8af30ac663f8fb6 Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c1717e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# 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.