nebula-orchestrator/worker

Some Nebula config paramters should be optional/have default

naorlivne opened this issue · 1 comments

the following params should be optional/have a default value:

RABBIT_HEARTBEAT - default to 3600
RABBIT_VHOST - default to nebula
REGISTRY_HOST - default to docker hub
REGISTRY_AUTH_USER - should be optional for those who uses only public image with no login - requires code change to skip the registry login step if not set
REGISTRY_AUTH_PASSWORD - should be optional for those who uses only public image with no login - requires code change to skip the registry login step if not set
max_restart_wait_in_seconds - default to 0

Added to latest so will be out at the next numbered version.