Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid parameter configure_etcd on class #2

Open
barrymw opened this issue Apr 14, 2016 · 1 comment
Open

Invalid parameter configure_etcd on class #2

barrymw opened this issue Apr 14, 2016 · 1 comment

Comments

@barrymw
Copy link

barrymw commented Apr 14, 2016

The example has the following code, however this errors with an 'Error: Invalid parameter ... ' message:

    class { 'flannel':
      etcd_endpoints => "http://${::fqdn}:2379",
      etcd_prefix    => '/coreos.com/network',
      configure_etcd => true,
      network        => '172.16.0.0/16',
    }

Based on the lack of an etcd puppet module dependency, it doesn't appear that flannel manages etcd, as I've had to do it manually (via the etcd module).

@cristifalcas
Copy link
Owner

Correct. I removed the etcd part from flannel module, but it seams I forgot to delete this parameter also.

Thank you for spotting this.

I will update the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants