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

Evaluate Mitogen #708

Open
micafer opened this issue Nov 6, 2018 · 2 comments
Open

Evaluate Mitogen #708

micafer opened this issue Nov 6, 2018 · 2 comments

Comments

@micafer
Copy link
Member

micafer commented Nov 6, 2018

https://mitogen.readthedocs.io/en/stable/ansible.html

@micafer micafer self-assigned this Nov 6, 2018
@micafer micafer added the P3 label Jan 25, 2019
@micafer
Copy link
Member Author

micafer commented Sep 19, 2019

Mitogen can be activated adding this lines to the conf-ansible.yml file:

    - name: Download mitogen
      unarchive:
        src: https://networkgenomics.com/try/mitogen-0.2.8.tar.gz
        dest: /usr/local
        remote_src: yes

    - name: Set strategy_plugins ansible.cfg var
      ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=strategy_plugins value=/usr/local/mitogen-0.2.8/ansible_mitogen/plugins/strategy

    - name: Set strategy ansible.cfg var
      ini_file: dest=/etc/ansible/ansible.cfg section=defaults option=strategy value=mitogen_linear

@micafer
Copy link
Member Author

micafer commented Sep 23, 2019

In some tests I found a problem with kubeadm.
It has been reported to mitogen developers: mitogen-hq/mitogen#648

@micafer micafer added the onhold label Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant