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

resolve all python dependencies #33

Closed
ant31 opened this issue Dec 22, 2015 · 4 comments
Closed

resolve all python dependencies #33

ant31 opened this issue Dec 22, 2015 · 4 comments

Comments

@ant31
Copy link
Contributor

ant31 commented Dec 22, 2015

fatal: [node1] => Failed to template {{ kube_service_addresses|ipaddr('net')|ipaddr(1)|ipaddr('address') }}: The ipaddr filter requires python-netaddr be installed on the ansible controller

@Smana
Copy link
Contributor

Smana commented Dec 24, 2015

This dependency relates to the deployment machine. I'll add it to the requirements in the README.
For the others we'll try to solve them with pip (for a generic way to install python modules)

@Smana
Copy link
Contributor

Smana commented Jan 5, 2016

There is only one python dependency on the deployment machin (python-netaddr).

@Smana Smana closed this as completed Jan 5, 2016
@priteshchandaliya
Copy link

I provisioned aws infrastructure using the contri/terraform/aws module which is successful. But when I try to run the
ansible-playbook -vvv -b --user=core -i inventory/hosts cluster.yml -e ansible_user=core -e bootstrap_os=coreos -e ansible_ssh_private_key_file=pritesh.pem --flush-cache

command I get the error

fatal: [kubernetes-priteshaws-etcd2]: FAILED! => { "msg": "{{ kube_service_addresses|ipaddr('net')|ipaddr(3)|ipaddr('address') }}: The ipaddr filter requires python-netaddr be installed on the ansible controller"

I installed the dependency on my mac laptop but did not get over the error. Do I need to install it on my bastion hosts? If so, how to install it over a coreos host without creating a container?

@ivanzor
Copy link

ivanzor commented Jan 17, 2020

@priteshchandaliya I have the same error, did you solve it?

angao added a commit to angao/kubespray that referenced this issue Dec 16, 2020
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

4 participants