Miguel Caballer Fernandez
Miguel Caballer Fernandez
test this please
Hi @xdegenne, Using get_attibute function to set properties, that will be used in the interfaces of the nodes to configure some software, is a very useful functionality. For example in...
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:...
In some tests I found a problem with kubeadm. It has been reported to mitogen developers: https://github.com/dw/mitogen/issues/648
In particular in case of OpenNebula that sometimes returns status "Off" when the VM is currently in state running.
This is the log message: ``` 2021-06-17 13:33:22,669 - InfrastructureManager - INFO - Destroying the Inf ID: 3c1db7f0-cf46-11eb-b2e6-56e622229b2e (force=False) ... im.log.14:2021-06-17 13:34:17,191 - InfrastructureManager - INFO - Inf ID: 3c1db7f0-cf46-11eb-b2e6-56e622229b2e:...
https://boto3.readthedocs.io/en/latest/guide/migrationec2.html#launching-new-instances
Hi @alahiff, Currently we do not have any use case that requires it. If you require it and we can found a way to collaborate, we can try to address...
There are some issues installing this package that complicates their usage. There are other library: python-libssh2 available in most of the linux distributions. The problem is that it is a...
This issue is related with https://github.com/grycap/im-dashboard/issues/355. Using the dashboard this functionality is partially implemented.