1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00
Commit Graph

17263 Commits

Author SHA1 Message Date
Pavel Czerný
cf72a29b9a
F #4936: Move Driver files to better folders (#59) 2020-06-29 15:14:04 +02:00
Christian González
4572c53126
B #: Fix minor bug (#58) 2020-06-29 15:13:23 +02:00
Ruben S. Montero
b52766c423
M #-: Fix compilation 2020-06-29 12:34:32 +02:00
Ruben S. Montero
a3d8d4a65e
F #4936: Refactor Driver and Message classes in OpenNebula daemon
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2020-06-29 12:14:00 +02:00
Tino Vazquez
ebfd63ee9d
M #-: Skip wild vm monitoring 2020-06-26 14:43:29 +02:00
Alejandro Huertas Herrero
32d8b9b14c
F #4943: alphabetical order cmds, opts and format (#42) 2020-06-26 14:09:51 +02:00
Christian González
a1e8cc6e5b
F #4952: Create /sbin/init if not exists (#55) 2020-06-26 10:43:47 +02:00
Jan Orel
5364282939
M #3460: Better detect same location (#56) 2020-06-25 17:49:21 +02:00
Jan Orel
5b5948f731
F #4229 Introduce config.xsd (#53)
* F #4229 Introduce config.xsd

* M #~: Minor fixes in xsd files
2020-06-25 17:42:07 +02:00
Ruben S. Montero
108cadcbb0
B #4954: Do not skip VM state updates 2020-06-25 17:36:58 +02:00
Christian González
be6d4d916c
F #4944: Include context packages in OpenNebula distribution
* download context pkgs with scons
* update gitignore info
* update docker_downloader.sh
2020-06-25 11:24:51 +02:00
Jorge Miguel Lobo Escalona
50f03f121e
M #~: charters in service instanciate (#51)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-06-25 10:37:50 +02:00
Frederick Borges
43870e7488
B #4951: Fix Dashboard running VM quota (#52)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-06-25 10:32:07 +02:00
Alejandro Huertas Herrero
a74be9abb8
M #-: restore database in case no migrators (#45) 2020-06-24 18:15:08 +02:00
Alejandro Huertas Herrero
890a849be9
M #-: remove extra white space in version (#43) 2020-06-24 17:46:41 +02:00
Frederick Borges
56a868cf81
B #4928: Error message disk resize vcenter with snapshot (#49)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-06-24 17:28:45 +02:00
Jan Orel
b9092758e2
M #-: Add --subtree to xpath.rb (#41) 2020-06-24 16:35:43 +02:00
Jan Orel
3681055a5d
F #3460: Better detect same location (#36) 2020-06-24 16:28:10 +02:00
Sergio Betanzos
8a9f30ee30
M #~: Remove useless fireedge files (#47) 2020-06-24 15:59:51 +02:00
Frederick Borges
bfd78f1646
B #4946: Custom Attributes on VM instantiate (#46)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-06-24 15:34:20 +02:00
Tino Vazquez
bffe5169d8
F #3951: Initial commit for fireedge
Authors

  - Jorge Logo jlobo@opennebula.io
  - Sergio Betanzos sbetanzos@opennebula.io
2020-06-24 13:27:26 +02:00
Sergio Betanzos
c1a957a98f
B #4948: Fix condition to show remote buttons (#40) 2020-06-24 10:55:29 +02:00
Sergio Betanzos
ab84b4526f
B #4948: Fix remote buttons after state switches (#39) 2020-06-23 18:54:39 +02:00
Frederick Borges
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
Alejandro Huertas Herrero
0151ed3451
M #-: add edition to MP user agent (#35) 2020-06-22 18:13:31 +02:00
Alejandro Huertas Herrero
42c8c513e9
M #-: error message if db upgrade wasn't successful (#34) 2020-06-22 18:09:55 +02:00
Vlastimil Holer
7a837b081f
B #4939: Schedule ssh-socks-cleaner by OnCalendar (#32) 2020-06-22 15:21:57 +02:00
Vlastimil Holer
7872274c9b
B #4929: Preserve site_ruby in paths, use realpath (#33) 2020-06-22 15:18:57 +02:00
Alejandro Huertas Herrero
e81dc817f6
M #-: fix minor bug in sched actions (#30) 2020-06-22 13:09:49 +02:00
Sergio Betanzos
8c30db905f
M #~: Fix css storage datatable styles (#31) 2020-06-19 14:33:26 +02:00
Tino Vazquez
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
Petr Ospalý
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
Sergio Betanzos
119c144f87
M #~: Change storage tab view on templates form (#28) 2020-06-18 16:09:24 +02:00
Alejandro Huertas Herrero
443b26c4e2
M #-: minor fix in onedb (#26) 2020-06-18 13:58:18 +02:00
Alejandro Huertas Herrero
75cb2918d9
M #-: add extra check when no body in service (#27) 2020-06-18 13:57:38 +02:00
Alejandro Huertas Herrero
a0e382fdca
B OpenNebula/one#796: show error message (#24) 2020-06-18 13:56:27 +02:00
Alejandro Huertas Herrero
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
Alejandro Huertas Herrero
9abaa5a325
F OpenNebula/one#2703: show full obj ref (#21) 2020-06-18 13:52:56 +02:00
Alejandro Huertas Herrero
fa68f685a9
B OpenNebula/one#668: support POSIX timestamp (#20) 2020-06-18 13:51:08 +02:00
Alejandro Huertas Herrero
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
Jan Orel
ed8b4a2d18
M #-: Avoid killing other local monitord clients (#25) 2020-06-18 13:22:37 +02:00
Jan Orel
2573eab515
M #-: Install configs also to /usr/share/one/conf (#13) 2020-06-18 13:19:33 +02:00
Christian González
e4f3649f3d
M #: Fix CLI mem units (#17) 2020-06-18 13:06:40 +02:00
Ruben S. Montero
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
Frederick Borges
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
Alejandro Huertas Herrero
71ea252c3e
F OpenNebula/one#4552: VM Charters CLI conf file (#16) 2020-06-16 18:21:22 +02:00
Tino Vázquez
33a4b55767
F OpenNebula/one#4552: VM Charters CLI support 2020-06-16 18:10:10 +02:00
Alejandro Huertas
f84f7522a8
F OpenNebula/one#4552: VM Charters CLI support 2020-06-16 18:04:18 +02:00
Tino Vázquez
8d951eccf0
M #~: Change remote icons size 2020-06-16 16:40:06 +02:00
Sergio Betanzos
e0a2c0aa10
M #~: Change remote icons size 2020-06-16 16:35:26 +02:00