You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/10 19:21:56 UTC

[couchdb-infra-cm] 01/03: Initial commit

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git

commit 3d202efb9aae300e5b276daad8abb4daeb05a1cd
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Fri Aug 9 13:28:55 2019 -0500

    Initial commit
---
 .gitignore       |  1 +
 README.md        | 11 +++++++++++
 requirements.txt |  1 +
 3 files changed, 13 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ceb386
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+venv
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fefe37b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+CouchDB Infrastructure Config Management
+===
+
+This repository contains Ansible scripts for managing our VM testing infrastructure.
+
+Setup
+---
+
+    $ virtualenv venv
+    $ source venv/bin/activate
+    $ pip install -r requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..90d4055
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+ansible