1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

7935 Commits

Author SHA1 Message Date
Daniel Molina
84c6f4475b Merge branch 'feature-2589' 2014-02-03 17:35:43 +01:00
Daniel Molina
c876a62d6c bug #2601: Use ssh_public_key when updating a template 2014-02-03 17:34:27 +01:00
Carlos Martín
711b258ac8 feature #2699: Fix index type in string loop
(cherry picked from commit e6fc3ec37a67ce0af6bc11e23db705c911b4b9d1)
2014-01-30 20:58:22 +01:00
Javi Fontan
27c637221c feature #2699: convert new lines to spaces in CONTEXT/FILES
(cherry picked from commit ef0b9546192f8bb3e6399924cbc6d0e2a4b2c2b8)
2014-01-30 20:58:14 +01:00
Tino Vazquez
ce9c8eacb5 Bug #2689: Adjust to correct MONITORING_INTERVAL variable 2014-01-29 19:16:03 +01:00
JensHoffmann
64b6a13908 Provide long options for oned
(cherry picked from commit 1f6da357d55d953d2985f6b44a064efe6b7a38fb)
2014-01-29 17:48:13 +01:00
JensHoffmann
419df715da Lint help and usage in oned.cc
(cherry picked from commit d9b6cca19589db2b76443edf3bc683c8dac016db)

Conflicts:
	src/nebula/oned.cc
2014-01-29 17:43:37 +01:00
Ruben S. Montero
1bfcc3a6c3 Merge branch 'gitignore' of https://github.com/cudos/one 2014-01-29 17:23:01 +01:00
Javi Fontan
db2790e975 feature #2371: better fix for the extra new line in list 2014-01-28 17:14:45 +01:00
Javi Fontan
8c678b8f84 feature #2371: do not print extra line in list commands 2014-01-28 16:32:45 +01:00
Javi Fontan
e3d868e36a feature #2371: fix bug returning errors from get_hash 2014-01-28 15:59:45 +01:00
Ruben S. Montero
d6cfb50606 Update comments of kvm.conf file to include RAW behavior 2014-01-28 13:18:19 +01:00
Jaime Melis
a906d58939 Feature #2589: Remove '\r' chars from the size 2014-01-23 15:08:17 +01:00
Javi Fontan
8bbb87d468 Merge branch 'feature-2371' 2014-01-22 13:15:10 +01:00
Javi Fontan
09c504222e bug #2657: fix VMM driver to send one action per host
(cherry picked from commit 0eb00fc502cc0810a396c79440e235abed990573)
2014-01-22 11:34:44 +01:00
Javi Fontan
21b22b0340 feature #2371: delete debuging STDERR.puts 2014-01-22 11:26:52 +01:00
Javi Fontan
8bcb1cfeb3 feature #2371: add ox gem to install_gems 2014-01-22 11:21:03 +01:00
Daniel Molina
64c46daac9 Merge branch 'feature-2589' of git.opennebula.org:one into feature-2589 2014-01-22 10:56:32 +01:00
Daniel Molina
32169fba66 feature #2589: Show Image and Template ID when a new resource is created 2014-01-21 17:52:54 +01:00
Daniel Molina
d6d74909b0 feature #2589: Add support for multiple files and templates to the Import dialog of the Marketplace 2014-01-21 17:52:15 +01:00
Jaime Melis
6d5a0a3517 Feature #2589: libfs.sh "fs_size" handles the new AppMarket size reporting
It now sends a custom header: "OpenNebula-AppMarket-Size" and OpenNebula
obtains the size from that.
2014-01-17 19:23:58 +01:00
Javi Fontan
955c102519 feature #2371: add pagination to ruby oca, cli and sunstone
There is a new pool method called get_hash that uses pagination when possible.

The default page size can be changed with the environment variable
ONE_POOL_PAGE_SIZE. Any value > 2 will set a page size, a non
numeric value disables pagination.

Paginated pools are parsed using sax instead of dom so this makes the parse
a bit faster. It will also detect Ox gem (https://github.com/ohler55/ox) and
will use it as it is much faster than Nokogiri.

Screen cleaning in top command is done after retrieving the pool reducing
the flickering.
2014-01-16 17:23:14 +01:00
Javi Fontan
193e7a9cf6 feature #2371: add pagination to pool info
When the end_id of pool.info xmlrpc call is lower than -1 the parameters
do not refer to object ids but offset and cuantity used for pool pagination.r
The SQL query will have "LIMIT start_id,-end_id".
2014-01-13 16:30:43 +01:00
Daniel Molina
70f680914b feature #2589: Close the image/template creation dialog only if the call succeeds 2014-01-13 16:12:02 +01:00
Javi Fontan
a64e27c65b Merge branch 'bug-2585' 2014-01-13 14:43:59 +01:00
Javi Fontan
36b62e7896 Merge branch 'bug-2483' 2014-01-13 14:43:24 +01:00
Javi Fontan
3338cd039c bug #2585: user proper vnc parameters for HVM XEN 2014-01-10 11:51:43 +01:00
Tino Vazquez
54d2e1979a Bug #2602: Fix DS name space on ESX
(cherry picked from commit 9cf3fbc158b2a818a89f0e5152588c47c077e904)
2014-01-09 12:45:15 +01:00
Jaime Melis
11520021f7 Bump to version 4.5.0 2014-01-09 11:51:20 +01:00
Ruben S. Montero
dc79dd2c38 bug #2544: Use REPLACE to insert monitoring values 2014-01-03 00:52:21 +01:00
Ruben S. Montero
bd0cb167d6 feature #2533: xml-rpc log file can be disable through oned.conf 2014-01-02 17:37:11 +01:00
Ruben S. Montero
60c763c38b bug #2542: cdrom on ceph datastore uses CEPH_HOST, CEPH_SECRET, CEPH_USER. Patch contributed by Vladislav Gorbunov. 2014-01-01 23:33:16 +01:00
Daniel Molina
3e68e53ba2 feature #2589: Refactor template create dialog 2013-12-27 18:51:23 +01:00
Daniel Molina
cc100319fd feature #2589: Refactor image create dialog 2013-12-27 18:51:05 +01:00
Ruben S. Montero
99157ea06b Feature #2572: XML-RPC library element size can be defined in sched.conf 2013-12-21 01:35:51 +01:00
Javi Fontan
78233c496d bug #2483: set cdrom disk type in xen driver 2013-12-20 16:54:59 +01:00
JensHoffmann
62f4f85f7c Add .gitignore file
When you want to see 'git status' including ignored files run:

  git status --ignored
2013-12-10 19:06:28 +01:00
Javi Fontan
1abee8aafc Take advantage of delete not acting on null values
Nebula.h and User.h
2013-12-10 18:03:03 +01:00
Daniel Molina
e39fcba177 Decode RAW data in update wizard 2013-12-09 18:38:54 +01:00
JensHoffmann
f7ecf6f8fc Take advantage of delete not acting on null values
The code 'delete 0' does nothing. So you can shorten code
like:

  if (x != 0) {
    delete x
  }

to simply: delete x
2013-12-09 17:56:25 +01:00
JensHoffmann
74414c31b1 Use std::string for log file name in module Log 2013-12-09 17:55:10 +01:00
Tino Vazquez
f213728b21 Bug #2548: Set correct flag for pool retrieval 2013-12-09 13:04:23 +01:00
Ruben S. Montero
50a288e50d Bug #2541: Fix contributed by Gareth Bult <gareth@linux.co.uk>. Defaults 0 to monitor probes when error occur to prevent syntax errors 2013-12-06 20:21:51 +01:00
Carlos Martín
5edbe4df2d Bug #2535: put quotes around role name in the instantiate extra template 2013-12-03 16:16:32 +01:00
Jaime Melis
bdef5c9799 Update man pages
(cherry picked from commit cd312925d039ba3655e99a0e880cc4c4fe877df5)
2013-11-28 15:11:52 +01:00
Jaime Melis
6b32d4c20f Bump to version 4.4.0
(cherry picked from commit d7c6a6a6d215691ad89c66a50c17f07a0c3b43a0)
2013-11-28 15:11:39 +01:00
Javi Fontan
aea6d23620 New man pages for 4.3.90
(cherry picked from commit 38c9990f8987e4ce5678c18a089a27af132a42f7)
2013-11-28 15:09:44 +01:00
Javi Fontan
b775ef1247 Bump version to 4.3.90
(cherry picked from commit f783d3082b7fb173294da047b0f6dec5cb93aff8)
2013-11-28 15:09:37 +01:00
Tino Vazquez
86e457b0d3 Add migrator to 4.4 RC 4.3.90
(cherry picked from commit 972bb1f94a3c2880637f7ef364bf705d168f4137)

Conflicts:
	install.sh
2013-11-28 15:08:18 +01:00
Jaime Melis
b0290d7a20 Fix typo in migrator upgrade (4.2.0 -> 4.3.80) 2013-11-27 17:37:15 +01:00