I am trying to install OpenWhisk in HA mode but changes doesn't have an effect.
I have made the following changes
- edited this command to take as an argument
-e mode=HA to be
docker run --rm -v ~/tmp/openwhisk/src:/openwhisk -w /openwhisk/ansible \
--network="$${compose_network}" -t \
--add-host="db:$${db_ip_address}" \
ddragosd/ansible:2.4.0.0-debian8 \
sh -c "ansible-playbook -e mode=HA setup.yml && ansible-playbook couchdb.yml --tags=ini && ansible-playbook initdb.yml wipe.yml \
-e db_host=db -e openwhisk_home=/openwhisk -e db_prefix=$(OPEN_WHISK_DB_PREFIX)"
- uncommented the following line in the hosts file but running
make quick-start always overrides these changes before deployment.
I am trying to install OpenWhisk in HA mode but changes doesn't have an effect.
I have made the following changes
-e mode=HAto bemake quick-startalways overrides these changes before deployment.