Filippo Giunchedi has submitted this change and it was merged.

Change subject: swiftrepl: minimal README with instructions
......................................................................


swiftrepl: minimal README with instructions

Change-Id: I22b9644c38967b36ce2f5c5e0d63b04bef63daa6
---
A swiftrepl/README.md
1 file changed, 23 insertions(+), 0 deletions(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/swiftrepl/README.md b/swiftrepl/README.md
new file mode 100644
index 0000000..2b84aa9
--- /dev/null
+++ b/swiftrepl/README.md
@@ -0,0 +1,23 @@
+swiftrepl
+=========
+
+swiftrepl performs one-way synchronization between two different swift
+clusters. It is possible to restrict what will be synchronized by container
+name and file name.
+
+testing
+-------
+One easy way to test swiftrepl at a very high level is to spawn two local swift
+clusters using SAIO and two vagrant virtual machines:
+
+  git clone https://github.com/swiftstack/vagrant-swift-all-in-one.git 
vagrant-saio1
+  git clone https://github.com/swiftstack/vagrant-swift-all-in-one.git 
vagrant-saio2
+
+  (cd vagrant-saio1 && vagrant up)
+  (cd vagrant-saio2 && export IP=192.168.8.81 && vagrant up)
+
+If you are on Linux you might want to also `export SOURCE_ROOT=/tmp` since
+vboxfs mounted at `/vagrant` doesn't like symlinks. A sample configuration file
+`swiftrepl.conf.saio` is provided that can be used out of the box. The two
+swift clusters can be inspected for example with `python-swiftclient` and
+setting `ST_USER` `ST_KEY` `ST_AUTH` as indicated in the sample configuration.

-- 
To view, visit https://gerrit.wikimedia.org/r/270296
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I22b9644c38967b36ce2f5c5e0d63b04bef63daa6
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to