juju-solutions / layer-flannel

0 stars 2 forks source link

Flannel version needs configuration option #7

Closed lazypower closed 8 years ago

lazypower commented 8 years ago

as of #6 we are hard-coding the version in place, whereas before we were hard-coded to deliver the 'latest' tag, which was abruptly removed with no warranted explanation.

This leads me to believe that we need to encapsulate this as a configuration option, allowing the end user to supply their own image, and image version. The code will need to be updated to support post-deployment reconfiguration of the flannel network, and thus reconfigure the docker daemon associated with the flannel SDN networking info.

lazypower commented 8 years ago

This is fixed with #9 by exposing the image as a configurable parameter on the charm