You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/23 22:21:52 UTC

[GitHub] [couchdb-pkg] sklassen opened a new pull request #64: A working Cluster Examples that doesn't use LXC. Smaller snap.

sklassen opened a new pull request #64: A working Cluster Examples that doesn't use LXC. Smaller snap.
URL: https://github.com/apache/couchdb-pkg/pull/64
 
 
   
   ## Overview
   
   This uses a new snap feature that allows for parallel snap so you can create a cluster
   on a single machine. 
    
   https://snapcraft.io/blog/parallel-installs-test-and-run-multiple-instances-of-snaps
   
   I also separated out the packages into build and stage. (I believe I have split them
   correctly)
   
   I added 'snap set couchdb port=xxxx' to ease the installation for the cluster example
   
   ## Testing recommendations
   
   Compiled and tested on couchdb-sklassen first
   
   ## Checklist
   
   - [X ] Code is written and works correctly;
   - [X ] Changes are covered by tests;
   - [X ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-pkg] wohali commented on issue #64: A working Cluster Examples that doesn't use LXC. Smaller snap.

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #64: A working Cluster Examples that doesn't use LXC. Smaller snap.
URL: https://github.com/apache/couchdb-pkg/pull/64#issuecomment-604597366
 
 
   Released as version 8:
   
   ```
   $ snapcraft status couchdb
   Track    Arch    Channel    Version    Revision
   2.x      amd64   stable     2.3.1      5
                    candidate  ^          ^
                    beta       ^          ^
                    edge       ^          ^
   3.x      amd64   stable     3.0.0      8
                    candidate  ^          ^
                    beta       ^          ^
                    edge       ^          ^
   latest   amd64   stable     2.3.1      5
                    candidate  3.0.0      8
                    beta       ^          ^
                    edge       ^          ^
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-pkg] wohali merged pull request #64: A working Cluster Examples that doesn't use LXC. Smaller snap.

Posted by GitBox <gi...@apache.org>.
wohali merged pull request #64: A working Cluster Examples that doesn't use LXC. Smaller snap.
URL: https://github.com/apache/couchdb-pkg/pull/64
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services