IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- add ssh wrapper which is used only on the fronted
- disable SSH master socket on the nodes
- add new PATH and SSH_USE_MASTER_SOCK into opennebula.service
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
- change /run/one to /var/run/one - /run/one is either bind-mount or
symlink and can be changed while /var/run/one is configured via
tmpfiles.d/opennebula*.conf - it is more consistent now
- add a dependency to SSH agent unit for remote-fs in the cases when
/var/lib/one (oneadmin's home) is on a network filesystem
- add SSH agent support to opennebula-hem service
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
This strengthens the login with e.g. U2F/FIDO2 authentication keys.
Signed-off-by: Dennis Felsch <dennis.felsch@ruhr-uni-bochum.de>
(cherry picked from commit 487a6247a9b59954ed1c6cb3cd8b43acfba74fb0)
Remove vendor_ruby and site_ruby directories from $LOAD_PATH, so
that distribution gems installed directly into loadable path
without need to use rubygems are not loaded by require.
* F #4292: DDC add support for multiple playbooks
* M #-: remove delete_suffix
* M #-: fix linting
* F #4292: run playbooks separately
* F #4292: add dummy playbook
* M #-: fix minor bug
* F #4292: Use raw task in dummy playbook
Co-authored-by: Vlastimil Holer <vholer@opennebula.io>
New design of vnets mapping script based on 'open3' instead of directly
command execution.
Added option to select which private and public networks are going to be
used to perform the mapping.
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.systems>
net.ipv4.ip_forward is always set to 1 in every recontextualization if
cron_start_script used as start script.
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.systems>
New script to be used as start script on virtual machines. It get all
NIC_ALIAS IPs associated to NIC IPs of a service using OneGate, and
install iptables SNAT and DNAT rules to get connectivity with the VM
using the ALIAS_NIC IP.
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.systems>