agola/internal/services/executor
Simone Gotti e31b0b47ef executor: listen on wildcard address
Since the current logic is to use the first available private ip address as the
advertized address we have to listen on wildcard since a different host provided
in web.ListenAddress will make the executor unreachable.

In future improve this to let the user to manually define the bind and the
advertized address (perhaps using go-sockaddr templates like done by consul) to
also support nat between the schedulers and the executors.
2019-08-06 13:42:42 +02:00
..
driver Merge pull request #81 from sgotti/docker_driver_use_fixed_client_api_version 2019-08-04 23:56:17 +02:00
registry *: export clients and related types 2019-08-02 12:02:01 +02:00
api.go *: export clients and related types 2019-08-02 12:02:01 +02:00
executor.go executor: listen on wildcard address 2019-08-06 13:42:42 +02:00