From issues-return-33650-archive-asf-public=cust-asf.ponee.io@openwhisk.incubator.apache.org Tue Feb 5 16:26:54 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CAC7518067A for ; Tue, 5 Feb 2019 17:26:53 +0100 (CET) Received: (qmail 44952 invoked by uid 500); 5 Feb 2019 16:26:53 -0000 Mailing-List: contact issues-help@openwhisk.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.incubator.apache.org Delivered-To: mailing list issues@openwhisk.incubator.apache.org Received: (qmail 44943 invoked by uid 99); 5 Feb 2019 16:26:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2019 16:26:52 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] kpavel commented on a change in pull request #4216: Proposing Lean OpenWhisk Message-ID: <154938401240.9570.3080870548422084069.gitbox@gitbox.apache.org> Date: Tue, 05 Feb 2019 16:26:52 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit kpavel commented on a change in pull request #4216: Proposing Lean OpenWhisk URL: https://github.com/apache/incubator-openwhisk/pull/4216#discussion_r253940231 ########## File path: ansible/README.md ########## @@ -280,6 +280,17 @@ This is usually not necessary, however in case you want to uninstall all prereqs ansible-playbook -i environments/ prereq.yml -e mode=clean ``` +### Lean Setup +To have a lean setup (no Kafka, Zookeeper and no Invokers as separate entities): + +At [Deploying Using CouchDB](ansible/README.md#deploying-using-cloudant) step, replace: +``` +ansible-playbook -i environments/ openwhisk.yml Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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