James Bardin

Results 21 issues of James Bardin

If a provider is using `Schema.StateFunc` on an attribute of a set value, the resource will see extra entries in the set obtained from `d.Get` during `Apply`. This is because...

enhancement
subsystem/types

We currently can't do rolling upgrades of the galaxy image because the apps often take longer to deploy than the instances. Galaxy needs to lookup all applications that should be...

We currently roll out deployments as fast as we can through the cluster, but we have no way of synchronizing those events, which leads to a mix of versions running...

Galaxy (the `galaxy` command) tried to manage the physical pools via aws cloudformation. This mixing of configuration, code, and dependency on AWS specifics has made for a large amount of...

Use Consul for configuration and service registration. - Unify runtime configuration and app configuration into a single file. Each config will have everything needed to run a single service, including...

from registry/registry.go: ``` //FIXME: We're using the first found port and assuming it's tcp. //How should we handle a service that exposes multiple ports //as well as tcp vs udp...

bug

Image ID can get out of sync, with the error: ``` ERROR: Pulled image for registry.wovops.net/royal-jelly:latest does not match expected ID. Expected: d219c4901a33: Got: eba640637891 ``` Doesn't seem to resolve...

I believe we had a failed push, which broke a repo in our registry. The logs from the push look like it hung, and was eventually killed. This seem to...

bug

When handling `ignore_changes=all`, we must filter computed attributes from the prior state to prevent them showing in the configuration. Since it's not valid for the user to have set computed...

1.3-backport

If there are no changes in a given plan, then there is no reason to create and walk a full apply graph since all objects are known. This means that...

1.3-backport