Repository: james-project
Updated Branches:
  refs/heads/master f96114bf2 -> a5c557639


JAMES-2593 update debian packaging docs


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ac0b7878
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ac0b7878
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ac0b7878

Branch: refs/heads/master
Commit: ac0b7878f3c5dc50fd03011a73d2ce7f19d82299
Parents: d524f96
Author: tran tien duc <[email protected]>
Authored: Tue Nov 13 19:12:09 2018 +0700
Committer: Benoit Tellier <[email protected]>
Committed: Thu Nov 15 20:10:34 2018 +0700

----------------------------------------------------------------------
 README.adoc                                              |  3 ++-
 dockerfiles/packaging/guice/cassandra/package.sh         |  2 +-
 .../package/etc/james/templates/objectstorage.properties | 11 +++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ac0b7878/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 5e70d41..eca2e78 100644
--- a/README.adoc
+++ b/README.adoc
@@ -522,7 +522,8 @@ Where:
 - ITERATION is the release number used after the last hyphen (e.g. 3.0.1, 
3.1.0, 3.2.0...)
 - BASE is the image jar and executable are copied from. Defaults to 
linagora/james-project
 - BASE_LDAP is the image jar and executable are copied from for a deployment 
with an LDAP user repository. Defaults to linagora/james-ldap-project
-- BASE_RABBITMQ is the image jar and executable are copied from for a 
deployment of linagora/james-project + RabbitMQ. Defaults to 
linagora/james-rabbitmq-project
+- BASE_RABBITMQ is the image jar and executable are copied from for a 
deployment of linagora/james-project + RabbitMQ + Swift BlobStore.
+Defaults to linagora/james-rabbitmq-project
 - TAG is the tag of these docker images. Defaults to latest.
 
 Then, you have to run the container:

http://git-wip-us.apache.org/repos/asf/james-project/blob/ac0b7878/dockerfiles/packaging/guice/cassandra/package.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/packaging/guice/cassandra/package.sh 
b/dockerfiles/packaging/guice/cassandra/package.sh
index 4836dd5..16bdc4c 100644
--- a/dockerfiles/packaging/guice/cassandra/package.sh
+++ b/dockerfiles/packaging/guice/cassandra/package.sh
@@ -37,7 +37,7 @@ docker run \
    --volume 
$PWD/dockerfiles/run/guice/cassandra-ldap/destination:/cassandra/destination \
    -t james/project -s $SHA1
 
-# Compile James with Cassandra + RabbitMQ
+# Compile James with Cassandra + RabbitMQ + Swift BlobStore
 docker run \
    --rm \
    --volume $PWD/.m2:/root/.m2 \

http://git-wip-us.apache.org/repos/asf/james-project/blob/ac0b7878/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/objectstorage.properties
----------------------------------------------------------------------
diff --git 
a/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/objectstorage.properties
 
b/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/objectstorage.properties
new file mode 100644
index 0000000..9ab4beb
--- /dev/null
+++ 
b/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/objectstorage.properties
@@ -0,0 +1,11 @@
+# Configuration for swift BlobStore
+objectstorage.payload.codec=DEFAULT
+objectstorage.provider=swift
+objectstorage.namespace=james
+objectstorage.swift.authapi=tmpauth
+objectstorage.swift.endpoint=http://swift:8080/auth/v1.0
+objectstorage.swift.credentials=testing
+objectstorage.swift.tempauth.username=tester
+objectstorage.swift.tempauth.tenantname=test
+objectstorage.swift.tempauth.passheadername=X-Storage-Pass
+objectstorage.swift.tempauth.userheadername=X-Storage-User
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to