1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-21 05:49:26 +03:00
Commit Graph

17391 Commits

Author SHA1 Message Date
ab84b4526f B #4948: Fix remote buttons after state switches (#39) 2020-06-23 18:54:39 +02:00
8302e91b18 B #4031: Sort by used CPU and Memory (#37)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-06-23 11:48:55 +02:00
0151ed3451 M #-: add edition to MP user agent (#35) 2020-06-22 18:13:31 +02:00
42c8c513e9 M #-: error message if db upgrade wasn't successful (#34) 2020-06-22 18:09:55 +02:00
7a837b081f B #4939: Schedule ssh-socks-cleaner by OnCalendar (#32) 2020-06-22 15:21:57 +02:00
7872274c9b B #4929: Preserve site_ruby in paths, use realpath (#33) 2020-06-22 15:18:57 +02:00
e81dc817f6 M #-: fix minor bug in sched actions (#30) 2020-06-22 13:09:49 +02:00
8c30db905f M #~: Fix css storage datatable styles (#31) 2020-06-19 14:33:26 +02:00
0c08d316d7 F #4302: Close vCenter connection
to avoid running our of sockets

(cherry picked from commit 7357706efe)
2020-06-19 14:12:12 +02:00
2c36183a21 B OpenNebula/one#4935: Fix hashed known_hosts (#8)
This commit fixes problem when host key is already added in SSH
`known_hosts` file but SSH fails to validate this host key.

NOTE:
This problem manifests only when simulating 'accept-new' feature of the
newer SSH (>v7.6) via 'Match' with 'ssh-keygen -F'.

The cause of this problem is the fact that hostname is stored always
in lowercase even if the hostname had an upcase character.

It means that the record in `known_hosts` file for hostname `ABC`
becomes something like 'abc,10.0.0.10' - which in turn is hashed...

Therefore SSH with `HashKnownHosts=yes` is comparing wrong hashes:
    hash('ABC,10.0.0.10') vs hash('abc,10.0.0.10')

Most likely a bug or an oversight in SSH.

With this option disabled (`HashKnownHosts=no`) both upcased `ABC`
and lowercased `abc` work.

Example with *ENABLED* `HashKnownHosts=yes`:

    [oneadmin@ABC ~] hostname
    ABC
    [oneadmin@ABC ~] rm -f ~/.ssh/known_hosts
    [oneadmin@ABC ~] ssh-keyscan -H $(hostname) >> ~/.ssh/known_hosts
    [oneadmin@ABC ~]$ ssh ABC # this fails
    No ECDSA host key is known for abc and you have requested strict
    checking.
    Host key verification failed.
    [oneadmin@ABC ~]$ ssh abc # this works
    Warning: Permanently added 'abc,10.10.0.41' (ECDSA) to the list
    of known hosts.
    Last login: Mon Jun 15 04:32:38 2020 from ::1
    [oneadmin@ABC ~]$ # success with lowercase hostname

Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
2020-06-18 18:19:31 +02:00
119c144f87 M #~: Change storage tab view on templates form (#28) 2020-06-18 16:09:24 +02:00
443b26c4e2 M #-: minor fix in onedb (#26) 2020-06-18 13:58:18 +02:00
75cb2918d9 M #-: add extra check when no body in service (#27) 2020-06-18 13:57:38 +02:00
a0e382fdca B OpenNebula/one#796: show error message (#24) 2020-06-18 13:56:27 +02:00
3f31b7f5c6 B OpenNebula/one#810: add append opt to update AR (#22)
- Add option to append attributes to the AR
- Add option to read from file and append or replace it
- Code small polishments
2020-06-18 13:54:52 +02:00
9abaa5a325 F OpenNebula/one#2703: show full obj ref (#21) 2020-06-18 13:52:56 +02:00
fa68f685a9 B OpenNebula/one#668: support POSIX timestamp (#20) 2020-06-18 13:51:08 +02:00
019fe95737 F OpenNebula/one#4205: add support for failover combinations (#19)
- add configurable sleep
- change arguments to be more flexible
2020-06-18 13:25:05 +02:00
ed8b4a2d18 M #-: Avoid killing other local monitord clients (#25) 2020-06-18 13:22:37 +02:00
2573eab515 M #-: Install configs also to /usr/share/one/conf (#13) 2020-06-18 13:19:33 +02:00
e4f3649f3d M #: Fix CLI mem units (#17) 2020-06-18 13:06:40 +02:00
5d8ec9f7be F #4926: Improve microVM deploy driver checks.
Includes fix to clean script
(cherry picked from commit edc7d7d17ef519fb132a6cf25291f7b9ef0af6b0)

co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-06-18 13:01:22 +02:00
52b314a73f F #1417: Show one IP in dropdown (#18)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-06-17 15:44:16 +02:00
71ea252c3e F OpenNebula/one#4552: VM Charters CLI conf file (#16) 2020-06-16 18:21:22 +02:00
33a4b55767 F OpenNebula/one#4552: VM Charters CLI support 2020-06-16 18:10:10 +02:00
f84f7522a8 F OpenNebula/one#4552: VM Charters CLI support 2020-06-16 18:04:18 +02:00
8d951eccf0 M #~: Change remote icons size 2020-06-16 16:40:06 +02:00
e0a2c0aa10 M #~: Change remote icons size 2020-06-16 16:35:26 +02:00
005a0d8cf1 M #-: Fix ec2_driver vms monitoring 2020-06-16 12:44:42 +02:00
f4bac81b8a M #-: Fix ec2_driver vms monitoring
Avoid reusing global `vm` var in threads.
2020-06-16 12:20:45 +02:00
d682bb2d74 M #-: Bump version to 5.13.80 2020-06-15 19:46:29 +02:00
94c3b8dfae M #~: fix default unit 2020-06-15 11:18:02 +02:00
ad2c17f476 M #~: fix default unit
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-14 23:06:18 +02:00
bb6265ba88 M #-: Bump provision repository to 5.12 2020-06-14 15:36:24 +02:00
09532d590f M #-: Do not exit vcenter_monitor 2020-06-13 19:35:19 +02:00
62790f110f F #4302: Treat exception in conect_vcenter 2020-06-13 19:16:14 +02:00
19e8c7c746 F #4302: Fix for CPU consumption vcenter monitor 2020-06-12 13:48:59 +02:00
8ed76b1f3c M #-: Fix typo 2020-06-12 13:07:18 +02:00
6e903c4b2f B #4921: GOCA - 0 is a valid entity ID (#4923)
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
2020-06-12 11:40:10 +02:00
080ecd72a2 Merge remote-tracking branch 'community/master' 2020-06-12 11:17:31 +02:00
1e909b161f B #4907: alert for empty args
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-12 11:16:32 +02:00
372c06fc46 M #-: minor fixes in CLI (#6) 2020-06-12 11:16:32 +02:00
12f818e831 F #4302: Rescue exceptions in vcenter IM
Specifically, in the IM monitor control loop
2020-06-12 11:16:32 +02:00
b09ade128b M #: minor flow-server fix 2020-06-12 11:16:32 +02:00
dbadd68833 M #-: fallback to python3 (#3) 2020-06-12 11:16:32 +02:00
b834fd62d1 M #~: lost var user-inputs
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-12 11:16:31 +02:00
2c897d269f Merge remote-tracking branch 'community/master' 2020-06-12 11:15:20 +02:00
318917504b B-4921: GOCA -small fixes on VM disk snapshot methods (#4922)
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
2020-06-12 11:09:43 +02:00
11fb054003 B #4907: alert for empty args 2020-06-12 10:58:54 +02:00
5041f9e76b M #-: minor fixes in CLI (#6) 2020-06-12 10:55:30 +02:00