Skip to content

Problem in installing OpenWhisk in HA (high availability) mode #137

@mayaraelaziz

Description

@mayaraelaziz

I am trying to install OpenWhisk in HA mode but changes doesn't have an effect.

I have made the following changes

  1. 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)"
  1. uncommented the following line in the hosts file but running make quick-start always overrides these changes before deployment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions