James Bardin

Results 235 comments of James Bardin

The proposed use of /etc/hosts here is specifically just to route to shuttle, nothing more. It could allow containers to use `*.galaxy` to connect to the _local_ shuttle instance using...

Now that I've got a _better_ handle on how things work, it looks like galaxy features can map to consul like so - App Configuration -> Key/Value storage: All parameters...

The listening port is also controlled by the single config variable `GALAXY_PORT`, which is what is mapped to the first port listed by docker

The ports definitions are stored in a map, and therefor have no order defined. A service with multiple ports will have it's backend redefined randomly every time commander checks its...

Partially fixed by pull #227. Services still can't expose multiple ports through shuttle, but they will at least be able to work at all. Services can set GALAXY_PORT to match...

I think we can move any required functionality into the single command. I don't think those couple things are a reason to keep `galaxy`. The dump/restore commands can probably be...

I don't have that registry up any longer, since it needed to be repiared. We _think_ that the push failed while sending a layer, and never completed. I think we...

Thanks @aaronsteers, this type of issue will be resolved with 0.14. There isn't anything to fix in the archive_file data source, if the external directory is removed during refresh the...

Hi @Nuru, Sorry, I don't have any update at the moment. While it seems like a simple request on the surface, the underlying architecture of terraform is not suited for...

Hi @mikaint , The output here can be a bit confusing. `-dry-run` is a flag for the `rm` command, hence it must follow that command before any arguments. Passing it...