Re: [one-users] OpenNebula OCCI compliance: 0.8 or 1.1

2011-12-05 Thread florian.feldhaus
Hi Dirk,

OpenNebula has OCCI support for the early draft of OCCI (version 0.8)
since quite a long time. As the implementation is stable and used by quite
a few projects, it is IMHO still the default implementation in the
OpenNebula distribution. To achieve compliance with the (only) officially
released specification of OCCI (version 1.1), we created the Ecosystem
project OGF-OCCI. It has the advantages, that it can be used standalone -
and thus alongside the old OCCI implementation. If you start with a new
project based on OCCI, it is strongly recommended, that you use the OCCI
1.1 implementation. More information on the implementation can be found
here:
dev.opennebula.org/projects/ogf-occi/wiki/

OCCI 1.1 has a lot improvements regarding the REST interface and the
representation of resources. OCCI 0.8 was based on XML whereas OCCI 1.1
allows different renderings of the interface (HTTP headers only, plain
text, soon (currently only a draft) JSON and XML).

If you have questions regarding the OGF-OCCI implementation, feel free to
join the Ecosystem Mailinglist and discuss your problems / ideas with us
there!
http://lists.opennebula.org/listinfo.cgi/ecosystem-opennebula.org

For questions regarding the OCCI specification please send a mail to the
OCCI mailinglist:
http://occi-wg.org/community/contribute-communicate/

Best regards,
Florian

Am 05.12.11 11:13 schrieb "Daems Dirk" unter :

>Hi all,
>
>In the OCCI documentation
>(http://www.opennebula.org/documentation:rel3.0:occiug) I found
>OpenNebula to be compliant to draft version 0.8 of the OCCI API.
>But according to the release notes of OpenNebula version 3.0
>(http://www.opennebula.org/software:rnotes:rn-rel3.0) it looks like it is
>compliant to version 1.1.
>Can anyone tell me what is the supported OCCI version? 0.8 or 1.1?
>
>Thanks in advance,
>Dirk
>
>
>Uniting expertise from different fields of technology enhances the
>development of innovative methods for sustainable production.
>Join the third edition of the international congress 'Innovation for
>Sustainable Production 2012'
>May, 6-9, 2012 - Bruges (Belgium)
>http://www.i-sup2012.org
>---
>This e-mail, any attachments and the information it contains are
>confidential and meant only for the use of the addressee(s) only.  Access
>to this e-mail by anyone other than the addressee(s) is unauthorized.  If
>you are not the intended addressee (or responsible for delivery of the
>message to such person), you may not use, copy, distribute or deliver to
>anyone this message (or any part of its contents) or take any action in
>reliance on it.  In such case, you should destroy this message and notify
>the sender immediately.  If you have received this e-mail in error,
>please notify us immediately by e-mail or telephone and delete the e-mail
>from any computer.
>All reasonable precautions have been taken to ensure no viruses are
>present in this e-mail and its attachments.  As our company cannot accept
>responsibility for any loss or damage arising from the use of this e-mail
>or attachments we recommend that you subject these to your virus checking
>procedures prior to use.
>
>___
>Users mailing list
>Users@lists.opennebula.org
>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Passenger + OpenNebula index.html is not found

2011-11-07 Thread florian.feldhaus
Hi Stefano,

the problem is probably, that you start passenger in the wrong directory. If 
you unpacked the zip file, you have to change to the ogf-occi folder and start 
passenger there.

Also, we did a lot of code improvements and bug fixes since version 0.3 and 
will release a new version as soon as some remaining bugs are fixed. If you 
want to use the latest version you can check it out using
git clone git://git.opennebula.org/ogf-occi.git

Cheers,
Florian

Von: Stefano Ghio mailto:steg...@eng.it>>
Datum: Mon, 7 Nov 2011 10:24:59 +0100
An: mailto:users@lists.opennebula.org>>
Betreff: [one-users] Passenger + OpenNebula index.html is not found

Cheers,

I'm using OGF-OCCI 0.3_beta2 and OpenNebula 0.3_beta2 on Ubuntu 10.04 32-bit. I 
successfully installed and started it but I'm getting this:

2011/11/07 09:56:29 [error] 1262#0: *4 "/home/ste/public/index.html" is not 
found (2: No such file or directory), client: 127.0.0.1, server: _, request: 
"HEAD / HTTP/1.1", host: "0.0.0.0"

at every passenger startup and this:

2011/11/07 10:11:12 [error] 1262#0: *19 "/home/ste/public/-/index.html" is not 
found (2: No such file or directory), client: 192.168.23.254, server: _, 
request: "GET /-/ HTTP/1.0", host: "192.168.23.3:3000"

for every request I send (-, compute, storage, network). I cannot GET or POST 
anything as it always tells me "index.html is not found".

Manually creating those folders doesn't help.

All that the logfile contains are the lines above.

Any ideas?

Thank you
--
Dr. Stefano Ghio - ENG engineering Italy

Website: http://groglogs.blogspot.com/

If you received this message but you are not its recipient, please ignore it 
and warn me, thank you.

___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI 3 Requests

2011-08-31 Thread florian.feldhaus
Hi Amine,

The GET commands you are issuing are returning a HTTP return code 200 OK. It 
will return nothing, if you didn't successfully create a network, storage or 
compute object before. Regarding the POST: If you are using OCCI v0.3, then you 
should use the attribute as described here:
http://dev.opennebula.org/projects/ogf-occi/wiki/Occi_03

The virtualnetwork mixin was necessary for OpenNebula 2.2 but we decided to not 
support OpenNebula 2.2 anymore as it is missing some important features (like 
VLAN) for successfully mapping OCCI attributes. Thus, please use OpenNebula 3.0 
together with OCCI v0.3 and then creating networks shouldn't be a problem.

Cheers,
Florian

Von: Amine Ghrab mailto:ghrab.am...@gmail.com>>
Datum: Wed, 31 Aug 2011 20:12:13 +0100
An: mailto:users@lists.opennebula.org>>
Betreff: [one-users] OCCI 3 Requests

Hi all,

I'm trying to make requests to the occi server using curl command but got no 
anwers:

oneadmin@ena-desktop:~$ curl -X GET http://localhost:3000
oneadmin@ena-desktop:~$ curl -X GET http://localhost:3000/
oneadmin@ena-desktop:~$ curl -X GET http://localhost:3000/network/

The occi-server logs are : passenger.3000.log

D, [2011-08-31T20:02:33.963033 #1627] DEBUG -- : 
#
D, [2011-08-31T20:02:33.963112 #1627] DEBUG -- : Accept type: */*
D, [2011-08-31T20:02:33.963164 #1627] DEBUG -- : Content type: text/plain
D, [2011-08-31T20:02:33.963481 #1627] DEBUG -- : Response headers: 
Content-Typetext/plainServerOCCI/1.1
D, [2011-08-31T20:02:33.963535 #1627] DEBUG -- : Response body:
127.0.0.1 - - [31/Aug/2011 20:02:33] "POST /network/ " 400 - 0.0985
D, [2011-08-31T20:06:36.532413 #1627] DEBUG -- : Requested location: /network/
D, [2011-08-31T20:06:36.532667 #1627] DEBUG -- : *  location: storagelink : 
object: #
D, [2011-08-31T20:06:36.532759 #1627] DEBUG -- : *  location: networkinterface 
: object: #
D, [2011-08-31T20:06:36.532820 #1627] DEBUG -- : *  location: network : object: 
#
D, [2011-08-31T20:06:36.532905 #1627] DEBUG -- : *  location: compute : object: 
#
D, [2011-08-31T20:06:36.532976 #1627] DEBUG -- : *  location: ipnetworking : 
object: #
D, [2011-08-31T20:06:36.533057 #1627] DEBUG -- : *  location: storage : object: 
#
D, [2011-08-31T20:06:36.533136 #1627] DEBUG -- : *  location: link : object: 
#
D, [2011-08-31T20:06:36.533205 #1627] DEBUG -- : *  context: _/hash/
I, [2011-08-31T20:06:36.53 #1627]  INFO -- : Kind / mixin exact match for 
location [/network/]: #
D, [2011-08-31T20:06:36.533420 #1627] DEBUG -- : ### Information on the client 
###
D, [2011-08-31T20:06:36.533473 #1627] DEBUG -- : Client IP Adress: 127.0.0.1
D, [2011-08-31T20:06:36.533547 #1627] DEBUG -- : Client User Agent: curl/7.19.7 
(i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 
libidn/1.15
D, [2011-08-31T20:06:36.533631 #1627] DEBUG -- : 
#
D, [2011-08-31T20:06:36.533688 #1627] DEBUG -- : Accept type: */*
D, [2011-08-31T20:06:36.533762 #1627] DEBUG -- : Content type: text/plain
D, [2011-08-31T20:06:36.533864 #1627] DEBUG -- : Response headers: 
Content-Typetext/plainServerOCCI/1.1
D, [2011-08-31T20:06:36.533938 #1627] DEBUG -- : Response body:
127.0.0.1 - - [31/Aug/2011 20:06:36] "GET /network/ " 200 - 0.0039




Using the verbose mode I get :

oneadmin@ena-desktop:~$ curl -v -X GET http://localhost:3000/network/
* About to connect() to localhost port 3000 (#0)
*   Trying ::1... Connection refused
*   Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 3000 (#0)
> GET /network/ HTTP/1.1
> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k 
> zlib/1.2.3.3 libidn/1.15
> Host: localhost:3000
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/plain
< Connection: keep-alive
< Status: 200
< X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.8
< Content-Length: 0
< Server: OCCI/1.1
<
* Connection #0 to host localhost left intact
* Closing connection #0


POST Request also failed :

oneadmin@ena-desktop:~$ curl -v -X POST --header 'Category: 
network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";,virtualnetwork;
 scheme="http://schemas.opennebula.org/occi/infrastructure#";class="mixin";;' 
--header 'X-OCCI-Attribute: occi.core.title="My Network",occi.core.summary="A 
short summary", opennebula.network.size=256, 
opennebula.network.address="192.168.0.0",opennebula.network.bridge=virbr0,opennebula.network.public=YES,opennebula.network.type=RANGED'
 http://localhost:3000/network/
* About to connect() to localhost port 3000 (#0)
*   Trying ::1... Connection refused
*   Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 3000 (#0)
> POST /network/ HTTP/1.1
> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k 
> zlib/1.2.3.3 libidn/1.15
> Host: localhost:3000
> Accept: */*
> Category: 
> network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";,vir

[one-users] Cloud Interoperability events

2011-08-31 Thread florian.feldhaus
The 3rd Cloud Plugfest organised by SNIA (Storage Networking Industry
Association) will take place from September 18-22, 2011 [1]. The purpose
of the Cloud Plugfest is for vendors to bring their implementations of the
Cloud Data Management Interface (CDMI) [2] and the Open Cloud Computing
Interface (OCCI) [3] to test, identify, and fix bugs in a collaborative
setting with the goal of providing a forum where interoperable products
can be developed.

To make the Plugfest more attractive for european participants, it will
take place in two locations simultaneously for the first time. Once in
Santa Clara, US (colocated with the Storage Developer Conference), and
once in Düsseldorf, Germany (see [1] for more information). A remote
participation is also possible.

Note: To register for attending at the Düsseldorf location you need to
fill the "Cloud Plugfest Planning Survey" [4]. The Plugfest
Confidentiality Agreement [5] may be signed in advance or on arrival at
the Plugfest location and will allow companies to bring unreleased code to
the Plugfest.

My colleagues and I will attend at the Düsseldorf location and we will
implement, test and demonstrate our OCCI server in combination with
OpenNebula 3.0. There will also be a very early implementation of CDMI for
OpenNebula.

Everyone interested in discussing the future of the OCCI standard is
welcome to attend OGF 33 from September 19-23, 2011. The sessions of the
OCCI WG will take place on wednesday 21st and will soon be announced in
the official schedule on the OGF website [6].

With the Open World Forum another event takes place simultaneously
(September 22-24). There will be sessions on interoperability and on the
status of current cloud projects - including OpenNebula [7].

I'm looking forward to seeing you at one of those events!

Cheers,
Florian

[1] http://www.snia.org/cloud/cloudplugfest
[2] http://www.snia.org/cdmi
[3] http://occi-wg.org/
[4] http://www.surveymonkey.com/s/7B6Z7CC
[5] 
http://snia.org/sites/default/files/SDC2011PlugfestConfidentialityForm.pdf
[6] http://ogf.org/OGF33/
[7] http://www.openworldforum.org/index.php/Univers/Think/Schedule

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI Server 0.3

2011-08-25 Thread florian.feldhaus
Ah, this is a problem between ruby and some operating systems. Some OS are case 
sensitive for ruby requires and others aren't. Unfortunately, I seem to have 
packaged the v0.3 packages with an OpenNebula folder containing uppercase 
letters. This is probably the cause of your problem. Please rename the folder 
lib/OpenNebula to lib/opennebula and tell me if this solved your problem.

Cheers,
Florian

Von: João Soares mailto:joaosoa...@ua.pt>>
Datum: Thu, 25 Aug 2011 10:25:08 +0100
An: Florian Feldhaus 
mailto:florian.feldh...@tu-dortmund.de>>
Cc: mailto:users@lists.opennebula.org>>
Betreff: RE: [one-users] OCCI Server 0.3


Hi,



Thanks. Indeed, starting passenger in the OGF OCCI folder solves that problem 
but another one comes up:



  You can stop Phusion Passenger Standalone by pressing Ctrl-C.

===

D, [2011-08-25T11:19:04.125166 #31675] DEBUG -- : Configuration file contains 
the following parameters:

D, [2011-08-25T11:19:04.125270 #31675] DEBUG -- : {"BACKEND"=>"opennebula", 
"ONE_PASSWORD"=>"cc", "PORT"=>"3000", 
"TEMPLATE_LOCATION"=>"etc/occi_one_templates/", 
"ONE_XMLRPC"=>"http://localhost:2633/RPC2";, "SERVER"=>"http://moon.cloud.pt/";, 
"ONE_USER"=>"oneadmin", "LOG_LEVEL"=>"debug", "NOVNC_PATH"=>"public/novnc", 
"VNC_PROXY_BASE_PORT"=>"0", "ONE_IMAGE_TMP_DIR"=>"/tmp"}

D, [2011-08-25T11:19:04.125351 #31675] DEBUG -- : Mandatory parameter backend 
included in configuration file.

D, [2011-08-25T11:19:04.125397 #31675] DEBUG -- : Mandatory parameter server 
included in configuration file.

D, [2011-08-25T11:19:04.125440 #31675] DEBUG -- : Mandatory parameter port 
included in configuration file.

D, [2011-08-25T11:19:04.125480 #31675] DEBUG -- : All mandatory parameters are 
provided in config file

[ pid=31631 thr=-607706918 file=utils.rb:176 time=2011-08-25 11:19:04.133 ]: 
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such 
file to load -- opennebula/OpenNebula) (process 31631, thread 
#):

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'

from ./lib/occi/backend/OpenNebulaBackend.rb:24

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'

from ./lib/occi/occi-server.rb:124

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'

from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'

from config.ru:4

from /var/lib/gems/1.8/gems/rack-1.3.2/lib/rack/builder.rb:51:in 
`instance_eval'

from /var/lib/gems/1.8/gems/rack-1.3.2/lib/rack/builder.rb:51:in 
`initialize'

from config.ru:1:in `new'

from config.ru:1





And also when starting OCCI-SERVER the same error appears:

  oneadmin@moon:~/ogf-occi$ ./bin/occi-server start

Error executing /usr/lib/one/ruby/cloud/occi/occi-server.rb.



Cheers,

João







-Original Message-
From: 
users-boun...@lists.opennebula.org 
[mailto:users-boun...@lists.opennebula.org] On Behalf Of 
florian.feldh...@tu-dortmund.de
Sent: quarta-feira, 24 de Agosto de 2011 19:16
To: joao-m-soa...@ptinovacao.pt
Cc: users@lists.opennebula.org
Subject: Re: [one-users] OCCI Server 0.3



Hi,



it looks like you successfully installed passenger. You should issue the

passenger command within the OGF OCCI folder. If you just start passenger,

it does not know, which files to serve and thus the error.



Please follow these steps (from the OGF OCCI Wiki):

3.) Download ogf-occi-0.3_beta2.tar.bz2 or ogf-occi-0.3_beta2.zip from

http://dev.opennebula.org/projects/ogf-occi/files

4.) Untar / unzip the file



5.) Change to the folder ogf-occi

6.) Change the configuration in etc/occi-server.conf

7.) Run the OCCI server with

passenger start



Cheers,

Florian



> I have been trying to install OGF OCCI v0.3, however I am also facing

>some problems.

> First the Passenger installationŠ

>

> I did:

> -  gem install passenger

> -  ./var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger start

> o   Passenger starts but:

> === Phusion Passenger Standalone web server started

>===

> PID file: /var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger.3000.pid

> Log file: /var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger.3000.log

> Environment: development

> Accessible via: http://0.0.0.0:3000/

>

> You can stop Phusion Passenger Standalone by pressing Ctrl-C.

>

>==

>=

> 2011/08/24 17:38:33 [error] 369#0: *4

>"/var/lib/gems/1.8/gems/passenger-3.0.8/bin/public/ind

Re: [one-users] OCCI Server 0.3

2011-08-24 Thread florian.feldhaus
Hi,

it looks like you successfully installed passenger. You should issue the
passenger command within the OGF OCCI folder. If you just start passenger,
it does not know, which files to serve and thus the error.

Please follow these steps (from the OGF OCCI Wiki):
3.) Download ogf-occi-0.3_beta2.tar.bz2 or ogf-occi-0.3_beta2.zip from
http://dev.opennebula.org/projects/ogf-occi/files
4.) Untar / unzip the file

5.) Change to the folder ogf-occi
6.) Change the configuration in etc/occi-server.conf
7.) Run the OCCI server with
passenger start

Cheers,
Florian
 

> I have been trying to install OGF OCCI v0.3, however I am also facing
>some problems.
> First the Passenger installationŠ
> 
> I did:
> -  gem install passenger
> -  ./var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger start
> o   Passenger starts but:
> === Phusion Passenger Standalone web server started
>===
> PID file: /var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger.3000.pid
> Log file: /var/lib/gems/1.8/gems/passenger-3.0.8/bin/passenger.3000.log
> Environment: development
> Accessible via: http://0.0.0.0:3000/
> 
> You can stop Phusion Passenger Standalone by pressing Ctrl-C.
> 
>==
>=
> 2011/08/24 17:38:33 [error] 369#0: *4
>"/var/lib/gems/1.8/gems/passenger-3.0.8/bin/public/index.html" is
>: No
>such file or directory), client: 127.0.0.1, server: _, request: "HEAD /
>HTTP/1.1", host: "0.0.0.0"
> 
> -  /var/lib/one/ogf-occi/bin/occi-server start
> o   And:
> Error executing /usr/lib/one/ruby/cloud/occi/occi-server.rb.
> 
> Any suggestion?
> 
> Cheers,
> João Soares

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Actions Implementation On OGF- OCCI v0.2

2011-08-24 Thread florian.feldhaus
Hi Amine,

> Hi,
> 
> I've made few tests using command line an at the same time calls to the
>OCCI interface,
> The state of the resource is always "inactive" using the OCCI, even if
>it is running on the command line.

With v0.3beta2 actions should be working. Some actions, especially for
storage are still problematic or unimplemented (e.g. snapshot or resize)
as they are not directly compatible with the OpenNebula way. Start and
Stop for VMs should be working without problems.

> The conclusion is that actions are not yet implemented.
> 
> I've also noticed that there changes to resources made from CLI are seen
>from the OCCI server only after restarting the occi server.

There have been a few problems which have been fixed in the latest beta.
Could you please test with the latest version and then report any problems
including the passenger log file?

> Has any one an information about the state of the art of the 0.2 version
>of the OCCI server.

Version 0.2 shouldn't be used anymore. We released the code early and made
many improvements until now and also v0.2 was only tested agains early
versions of OpenNebula 3.0.

> When OpenNebula 3.0 is planned to be launched as stable along with the v
>0.3 of the OCCI Server ?

We currently plan to release a stable version of OGF OCCI alongside or
shortly after OpenNebula 3.0. Thus, the ETA of OGF OCCI is end of
september.

> Will there be an express edition as it is the case with version 2.2 ?

We are in the progress of creating a ruby gem which will make the
installation as simple as issuing:
gem install ogf-occi

> The use of CDMI with OCCI on top of OpenNeblua was discussed on the IRC
>[1], Is there an existing implementation, even a beta version ?


The CDMI integration is still in a very early stage, but we will
demonstrate a first version at the next SNIA Cloud Plugfest
(http://www.snia.org/cloud/cloudplugfest).

Cheers,
Florian

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Some OCCI issues

2011-08-24 Thread florian.feldhaus
Hi Wijnad,

sorry for taking so much time to answer your mail, I was on vacations
during the last 2 weeks.

>We're building a user interface on top of opennebula 3.0 (we need
>features of 3.0) by using OCCI. We're using the user's credentials from
>ONe to authenticate on OCCI.

great to hear this!

>We've started with the embedded OCCI implementation but ran in a few
>problems with this one so we've just spent a few day on testing the OGF
>OCCI 0.3 implementation.
>Unfortunately we're running into other problems with this one. Now we're
>not sure if we're doing something wrong, if it is a bug or if it isn't
>possible in the current implementation.
>
>Embedded OCCI:
>   *Is there a way to specify the CPU and MEMORY in a create request? If we
>specify the CPU and Memory in the XML file we post during creation, OCCI
>ignores those values and still uses the values from the template.  Can't
>I just skip the INSTANCE_TYPE? (this part did work in the OGF OCCI 0.3)

I can't comment on the embedded OCCI and as far as I know, it will not be
developed further and hopefully, the OGF OCCI will replace it soon.
>
>OGF OCCI 0.3:
>   * Does it support authentication (we've tried basic authentication the
>same way as the embedded OCCI but no success)?
>   * Can't get a listing of Computes (nor storage ...) (the creation of an
>Compute actually did work).  " curl -v -X GET
>http://localhost:3000/compute"; results in a  400 Bad Request response. Is
>this a  bug or did we do something wrong? (I already mailed this question)

The authentication is still an experimental feature. I was waiting on the
OpenNebula developers to introduce ACLs before we put further effort in
this feature. It is on my list for the next weeks to combine OCCI with
Apache authorization modules as well as OpenNebula ACLs. The goal is, to
use Apache for all the authentication handling (e.g. using Shibboleth,
OpenID, Certificates or username/password) and map or create OpenNebula
ACLs accordingly.

Regarding your problems with the listing, could you please send me the
logfile of passenger which should be located in the log folder inside the
OGF OCCI folder. Besides, I found some problems when using the Dummy
Backend with v0.3beta2 which will be fixed in the next beta soon to be
released.

We plan to publish a first release candidate before the next SNIA Cloud
Plugfest which takes place from 18.-22.9. I'd like to encourage everyone
interested in using the OCCI server or developing OCCI clients to join the
Plugfest. Attendance can be physically in Santa Clara (USA) and probably
in Düsseldorf (Germany) as well as remotely via chat and telephone.
Further information can be found here:
http://www.snia.org/cloud/cloudplugfest

Cheers,
Florian

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI Server 0.3

2011-08-24 Thread florian.feldhaus
Hi Amine,

sorry for not answering your mails earlier, but I'm just back from vacation. 
Regarding your problem with OCCI Server 0.3 you should have installed passenger 
using
gem install passenger
If the passenger executable is not globally installed, please check the 
official passenger installation guide to see how you need to install it in your 
setup. The passenger documentation may be found here:
http://www.modrails.com/documentation.html

Cheers,
Florian

Von: Amine Ghrab mailto:ghrab.am...@gmail.com>>
Datum: Tue, 23 Aug 2011 16:26:09 +0100
An: mailto:users@lists.opennebula.org>>
Betreff: [one-users] OCCI Server 0.3

Hi all,

Could you please provide further details about the installation of OCCI Server 
0.3 on top of OpenNebula 3.

Especially for the last two steps of the wiki :
6.)Change the configuration in etc/occi-server.conf
7.) Run the OCCI server with

The gems were successfully installed but I'm simply getting :

passenger :command not found

Regards.

Amine
___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula 3.0 installation guide

2011-07-25 Thread florian.feldhaus
Hi Florian,

you can find the official installation guide here:
http://opennebula.org/documentation:rel3.0#designing_and_installing_your_cloud_infrastructure

I'm currently updating the OpenNebula 2.2 Workshop 
(http://hpc.uamr.de/wissen/opennebula-workshop) for OpenNebula 3.0 and hope to 
have it ready when OpenNebula 3.0 will be released.

Cheers,
Florian

Von: Florin Antonescu 
mailto:florinantone...@gmail.com>>
Datum: Mon, 25 Jul 2011 14:14:05 +0200
An: OpenNebula-users 
mailto:users@lists.opennebula.org>>
Betreff: [one-users] OpenNebula 3.0 installation guide

Hello,

I was wondering if there is an installation guide for OpenNebula 3.0 or if 
there are additional requirements comparing to those for installing OpenNebula 
2.2.

Best regards,
Florian
___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula OCCI 1.1

2011-07-06 Thread florian.feldhaus
Hi Amine,

this may be the problem. Please try if removing the additional ruby from 
install.sh – the result should look like:
mv -f $RUBY_LOCATION/cloud/occi $RUBY_LOCATION/cloud/occi.orig

After reinstalling OCCI, please try starting the OCCI server again. With the 
next version we will get rid of these installation issues and allow to install 
OCCI standalone (it will include all necessary OpenNebula libraries).

Cheers,
Florian

Von: Amine Ghrab mailto:ghrab.am...@gmail.com>>
Datum: Wed, 6 Jul 2011 15:54:59 +0100
An: mailto:users@lists.opennebula.org>>
Betreff: Re: [one-users] OpenNebula OCCI 1.1

Hi Florian,

Thanks for the quick answer. I really appreciate the quality of this mailing 
list, quite helpful.

The server seems to be started even if it shows an error :

oneadmin@amine-front:~$ occi-server start
Error executing /usr/lib/one/ruby/cloud/occi/occi-server.rb.
oneadmin@amine-frontend:~$ occi-server stop
occi-server stopped
oneadmin@amine-front:~$ occi-server stop
Couldn't find occi-server process pid.


Now I've tried reinstalling the OCCI server again
root@amine-front:/home/amine/Desktop/occiinstall# ./install.sh
ONE_LOCATION is not defined.
ONE system wide installation detected.
Stopping OCCI server
occi-server stopped
Installing OCCI servermv: cannot stat `/usr/lib/one/ruby/ruby/cloud/occi': 
No such file or directory
..done
Your current occi-server.conf has been moved to occi-server.conf.old
Your current occi-one.conf has been moved to occi-one.conf.old
Your current occi templates directory has been moved to 
occi_one_templates.oldYour current occi lib folder has been moved to occi.old

There seems to be a problem with installation : " mv: cannot stat 
`/usr/lib/one/ruby/ruby/cloud/occi': No such file or directory "

I looked in the install.sh file :  Line 66 : install.sh :  "mv -f 
$RUBY_LOCATION/ruby/cloud/occi $RUBY_LOCATION/ruby/cloud/occi.orig"

The directory "/usr/lib/one/ruby/ruby/cloud/occi'" dont exist but 
"/usr/lib/one/ruby/cloud/occi'" did.

Could this help in figuring out the reason why occi-server hang .

Best Regards.

Amine


___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula OCCI 1.1

2011-07-06 Thread florian.feldhaus
Hi Amine,

there have been a few issues with OCCI 1.1 for OpenNebula v0.2. We fixed a
lot of them and plan to release a new version (0.3) in the next week. If
you can wait, I would very much recommend you to try out the next version
as soon as it is released. If you're interested, I would be glad to
provide a "beta" version to you for testing.

A few comments to your problem inline:

> Von:  Amine Ghrab 
> Datum:  Wed, 6 Jul 2011 11:11:39 +0100
> An:  
> Betreff:  [one-users] OpenNebula OCCI 1.1
> 
> 
> Hi,
> 
> I've successfully installed OpenNebula Express, for test purposes, using
>2 machines.

I haven't tested OCCI 1.1 for OpenNebula with OpenNebula Express, but
there should be no reason why this does not work.

> Now I'm struggling to get the OCCI Server up following this wiki :
>http://dev.opennebula.org/projects/ogf-occi/wiki/Occi_02
>
> and using this file:
>http://dev.opennebula.org/attachments/download/376/ogf-occi-0.2.zip
> 
> occi-server.conf  and occi-one.conf are similar to :
>http://www.mail-archive.com/users@lists.opennebula.org/msg03257.html
> 
> occi-one.conf : http://pastebin.com/nAW16qpc
> occi-server.conf : http://pastebin.com/tLpHB12K

The config files look OK.

> When startin gthe server i get :
> 
> oneadmin@amine-front:~$occi-server start
> Error executing /usr/lib/one/ruby/cloud/occi/occi-server.rb.
> oneadmin@amine-front:~$ occi-server stop
> occi-server stopped
> 
> The only line of the log is : Error starting server: No VM_TYPE defined.

This is strange. Maybe there are leftovers from the old OCCI server
included in the OpenNebula distribution. If you correctly installed OCCI
1.1 for OpenNebula, it should have moved away the old OCCI Server. Could
you please check (e.g. use diff or check the content of the files with
less) if the files from the ogf-occi-0.2.zip file have been installed to:
/usr/bin (e.g. occi-server)
/etc/one (e.g. occi-one.conf and occi-server.conf)
/usr/lib/one/ruby/cloud/occi (all the library files like StateMachine.rb,
CategoryRegistry.rb, ...)

Is the log output from /var/log/one/occi-server.log ?

> The other problem is :
> 
> oneadmin@amine-frontend:~$ occi-compute --username oneadmin --password
>oneadmin list
> Error connecting to server (Connection refused - connect(2)).
> Server: localhost:4567

This will probably not work. occi-compute is a script from the old OCCI
implementation and it is based on OCCI 1.1 which has a considerably
different interface specification.

> The installation is system wide, hence I have the following schema:
> 
> oneadmin@amine-front:~$ ls /etc/one/
> auth im_kvm
>occi-server.conftm_lvm
> defaultrc   im_xen
>occi-server.conf.old  tm_nfs
> ec2query_templates  occi-one.conf
>occi-server.conf.orig tm_ssh
> econe.conf   occi-one.conf.old  occi_templates
> vmm_ec2
> hm   occi_one_templates oned.conf
>vmm_sh
> im_ec2 occi_one_templates.oldtm_dummy
>  vmm_ssh
> 
> Best Regards.
> 
> Amine

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Does OpenNebula work or replace VMware vCenter?

2011-06-23 Thread florian.feldhaus
Hi Derrick,

from my past experience I can say, that OpenNebula in the current version is 
not ready to replace VMware vCenter. But, with OpenNebula 3.0 many of the 
missing features are implemented and as far as I could test them, OpenNebula 
seems to be a good / cost efficient choice to replace vCenter. Integrating 
OpenNebula with vCenter and usage of ESX is possible, but from my point of view 
this is only valid as a migration path to replace it with a KVM or XEN 
infrastructure.

If you have a production setup where a downtime of your service costs a lot of 
money, then you're probably better off with vCenter and buying all their 
licenses. If you want to provide a cheap IaaS plattform, then OpenNebula 3.0 
could be right for you. BTW: From a recent comparison of OpenNebula 3.0 and the 
current version of OpenStack I got the impression that OpenNebula will be 
better suitable for IaaS environments. Especially the Sunstone Webinterface has 
more potential than the OpenStack webinterface.

Cheers,
Florian

Von: Derrick LIN mailto:klin...@gmail.com>>
Datum: Thu, 23 Jun 2011 13:44:22 +1000
An: mailto:users@lists.opennebula.org>>
Betreff: [one-users] Does OpenNebula work or replace VMware vCenter?

Hi guys,

My institute is running a cloud platform which is VMware vSphere based with its 
Enterprise Plus license. We also have a vCenter server for managing the 
platform.

I have been seeking a way to allow me to automate the VM deployment process and 
contextualize the Linux VMs.

OpenNebula seems to be a solution. I have read through some documentations as 
well as the VMware Driver Addon guide. But I still not quite understand many 
basic aspects of OpenNebula, particularly:

1) What's the position for OpenNebula in a VMware based platform that vCenter 
already exists?
2) Our Enterprise Plus license gives us full features of the vSphere platform, 
work with the vCenter, does OpenNebula interact with those features as well?

I'd keen to hear from anyone who has the experience on this.

Thanks in advance.
Derrick
___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Installing opennebula on Ubuntu 10.10

2011-06-22 Thread florian.feldhaus
Hi Arun,

a couple of month ago I created a workshop on setting up OpenNebula with Ubuntu 
10.10. I'm currently extending and rewriting it to cover all the new features 
introduced in OpenNebula 3.0. Until that is released you find the workshop for 
Ubuntu 10.10 and OpenNebula 2.2.1 here:
http://hpc.uamr.de/wissen/opennebula-workshop/

Cheers,
Florian

Von: Arun Vadakepatenna Thekepat 
mailto:atheke...@sapient.com>>
Datum: Wed, 22 Jun 2011 20:46:58 +0530
An: "users@lists.opennebula.org" 
mailto:users@lists.opennebula.org>>
Betreff: [one-users] Installing opennebula on Ubuntu 10.10

Hi,

Can anyone provide me the complete steps to install opennebula (any version) as 
oneadmin user in ubuntu 10.10?

I have already installed opennebula 2.2 realease (with vmware 2.2 addon ) 
system wide on ubuntu 10.10 with sunstone. I am able to add one ESX host to 
nebula, but it is in ERR state. If anyone can provide step by step procedure ( 
already follwed opennebula 2.2 documentation from the website, but no luck), I 
would appreciate it. I have already spent one week on this but nothing worked 
other than the installation. I would appreciate your help.


Regards,
Arun

___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Get VM info with Ruby OCA API

2011-06-20 Thread florian.feldhaus
Hi Paulo,

try:
vmpool=VirtualMachinePool.new(@one_client)
vmpool.info
vm['TEMPLATE/MEMORY']
vm['TEMPLATE/CPU']

There's also some documentation on this somewhere in the OpenNebula API
pagesŠ

Cheers,
Florian



Von:  Paulo A L Rego 
Datum:  Mon, 20 Jun 2011 11:37:14 -0300
An:  
Betreff:  [one-users] Get VM info with Ruby OCA API


Hello,

I'm trying to get informations about ip, memory and cpu from Virtual
Machine.
I was using the method VirtualMachine.info, but i saw at documentation
that it returns nil in case of success.
The info method is just for error check?

Is there any method that get this informations ou should i use
xmlrpc/client and implement my own?

Thanks

___
Users mailing list
Users@lists.opennebula.orghttp://lists.opennebula.org/listinfo.cgi/users-op
ennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI v 1.1

2011-06-06 Thread florian.feldhaus
Hi,

hard to say what's going wrong here. Did you switch back to OCCI 1.0 
implementation? Either way, please check the log files e.g. var/occi-server.log 
and var/one.log and send the information regarding the problem to the list.

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Thu, 2 Jun 2011 11:27:25 +0100
An: Florian Feldhaus 
mailto:florian.feldh...@tu-dortmund.de>>
Cc: mailto:users@lists.opennebula.org>>
Betreff: Re: [one-users] OCCI v 1.1

it works fine now, in fact i switched to the  official one distributed by 
opennebula.
 i am trying now to create a network:
occi-network --url http://occi.opennebula:1147 --username oneadmin --password 
oneadmin create rv.xml
with rv.xml http://www.fpaste.org/dhhf/
i have this error: Error trying to CREATE NET Can not update Virtual Network, 
id: 10.


On Thu, Jun 2, 2011 at 10:57 AM, seb delta 
mailto:neg.sebast...@gmail.com>> wrote:
hi, i have problem starting occi-server, can i have some help plz?
here is my occi-server.conf http://www.fpaste.org/RCTZ/
and my occi-one.conf http://www.fpaste.org/49JF/
when i launched occi-server start i have the following error:
Error executing /home/esprit/one/lib/ruby/cloud/occi/occi-server.rb
any suggestion?




On Mon, May 23, 2011 at 12:12 PM, 
mailto:florian.feldh...@tu-dortmund.de>> wrote:
Damn. The links to the files have changed since I wrote them into the Wiki. I 
searched for a Redmine machanism to dynamicly link to the files, but that's not 
yet supported by Redmine. So I changed the text to point to 
http://dev.opennebula.org/projects/ogf-occi/files and now one more click is 
required to download the file.

BTW: We are currently working on a big update for the OCCI 1.1 server based on 
the feedback we received during the last weeks. With the next version we will 
use Phusion Passenger to support either a standalone ruby webserver, Nginx or 
Apache. This improves authentication (e.g.all Apache/Nginx Auth modules like 
Shibboleth, OpenID, etc. should become available) and scalability a lot. Also 
we are using the new template mechanism of OpenNebula 2.4 to add more OCCI 
functionality (e.g. OS templates, full OCCI action support).

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Mon, 23 May 2011 11:55:51 +0100
An: Florian Feldhaus 
mailto:florian.feldh...@tu-dortmund.de>>
Cc: mailto:users@lists.opennebula.org>>
Betreff: Re: [one-users] OCCI v 1.1

Thanks,
Now it works for me. in fact I use the link in
http://dev.opennebula.org/projects/ogf-occi/wiki

On Mon, May 23, 2011 at 11:38 AM, 
mailto:florian.feldh...@tu-dortmund.de>> wrote:
Hi,

are you loading the files from 
http://dev.opennebula.org/projects/ogf-occi/files ? For me the download links 
are working. Could you tell me what error you get when trying to download the 
file?

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Mon, 23 May 2011 11:35:29 +0100
An: Opennebula mailto:users@lists.opennebula.org>>
Betreff: [one-users] OCCI v 1.1

Hi,
I can't download "ogf-occi-0.2" to implement OCCI v 1.1 on Opennebula 
installation.

___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] oned keeps dying without a trace (2.0.1)

2011-05-30 Thread florian.feldhaus
Hm. That gives us more hints, but unfortunately I don't understand
OpenNebula deep enough to be able to debug the problem from the segfault.
Best idea would be to try out the newer version of OpenNebula (e.g. 2.2)
and see if the problem has been fixed there... Otherwise, you need to wait
for feedback from the OpenNebula team.

Cheers,
Florian

Am 30.05.11 01:39 schrieb "carsten.friedr...@csiro.au" unter
:

>Found:
>
>kern.log.1:May 27 15:53:21 nebnode01 kernel: [10006493.732909] oned[581]:
>segfau
>lt at 7f02c3048820 ip 7f02c110174d sp 7f02c41ce890 error 4 in
>libc-2.11.
>1.so[7f02c108a000+17a000]
>
>(same message in "messages.1")
>
>Carsten Friedrich
>Research Team leader
>ICT Centre, GPO Box 664,Canberra, ACT 2601
>Phone: +61 2 6216 7019
>Email: carsten.friedr...@csiro.au
>Web:   http://www.csiro.au/org/ICT.html
>
>
>-Original Message-
>From: florian.feldh...@tu-dortmund.de
>[mailto:florian.feldh...@tu-dortmund.de]
>Sent: Thursday, 26 May 2011 17:22
>To: Friedrich, Carsten (ICT Centre, Acton); users@lists.opennebula.org
>Subject: AW: oned keeps dying without a trace (2.0.1)
>
>Hi Carsten,
>
>have you had a look at your system logs (e.g. /var/log/messages)? Are
>there any suspicious problems? Debugging such a behaviour is really hard
>and often occurs due to some other problem (e.g. stale NFS, SSH problems,
>high load due to nightly backup tasks, etc.).
>
>It might help if you try to find the time when OpenNebula dies and search
>for events in the system logfiles and in the cron jobs (e.g. /etc/crontab
>/etc/cron.d /etc/cron.daily).
>
>Cheers,
>Florian
>
>Von: users-boun...@lists.opennebula.org
>[users-boun...@lists.opennebula.org]" im Auftrag von
>"carsten.friedr...@csiro.au [carsten.friedr...@csiro.au]
>Gesendet: Donnerstag, 26. Mai 2011 08:36
>Bis: users@lists.opennebula.org
>Betreff: [one-users] oned keeps dying without a trace (2.0.1)
>
>I have an installation of OpenNebula 2.0.1 and oned keeps dying every
>couple of days without a trace in the log files. Any idea what could
>cause this, or how I can get more information from OpenNebula to narrow
>down the problem (I currently have debug level 3 in the config file)?
>
>This often happens in the middle of the night, so I don't think it is due
>to high load or especially demanding requests. After doing a manual 'one
>stop' and then 'one start' it deletes a stale lock and then works fine
>again for a couple of days.
>
>Thanks,
>Carsten
>
>[cid:387141907@30042010-37FB]
>
>Carsten Friedrich
>Research Team leader
>ICT Centre, GPO Box 664,Canberra, ACT 2601
>Phone: +61 2 6216 7019
>Email: carsten.friedr...@csiro.au
>Web:   http://www.csiro.au/org/ICT.html
>
>
>

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] oned keeps dying without a trace (2.0.1)

2011-05-26 Thread florian.feldhaus
Hi Carsten,

have you had a look at your system logs (e.g. /var/log/messages)? Are there any 
suspicious problems? Debugging such a behaviour is really hard and often occurs 
due to some other problem (e.g. stale NFS, SSH problems, high load due to 
nightly backup tasks, etc.).

It might help if you try to find the time when OpenNebula dies and search for 
events in the system logfiles and in the cron jobs (e.g. /etc/crontab 
/etc/cron.d /etc/cron.daily).

Cheers,
Florian

Von: users-boun...@lists.opennebula.org 
[users-boun...@lists.opennebula.org]" im Auftrag von 
"carsten.friedr...@csiro.au [carsten.friedr...@csiro.au]
Gesendet: Donnerstag, 26. Mai 2011 08:36
Bis: users@lists.opennebula.org
Betreff: [one-users] oned keeps dying without a trace (2.0.1)

I have an installation of OpenNebula 2.0.1 and oned keeps dying every couple of 
days without a trace in the log files. Any idea what could cause this, or how I 
can get more information from OpenNebula to narrow down the problem (I 
currently have debug level 3 in the config file)?

This often happens in the middle of the night, so I don’t think it is due to 
high load or especially demanding requests. After doing a manual ‘one stop’ and 
then ‘one start’ it deletes a stale lock and then works fine again for a couple 
of days.

Thanks,
Carsten

[cid:387141907@30042010-37FB]

Carsten Friedrich
Research Team leader
ICT Centre, GPO Box 664,Canberra, ACT 2601
Phone: +61 2 6216 7019
Email: carsten.friedr...@csiro.au
Web:   http://www.csiro.au/org/ICT.html



<>___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI v 1.1

2011-05-23 Thread florian.feldhaus
Damn. The links to the files have changed since I wrote them into the Wiki. I 
searched for a Redmine machanism to dynamicly link to the files, but that's not 
yet supported by Redmine. So I changed the text to point to 
http://dev.opennebula.org/projects/ogf-occi/files and now one more click is 
required to download the file.

BTW: We are currently working on a big update for the OCCI 1.1 server based on 
the feedback we received during the last weeks. With the next version we will 
use Phusion Passenger to support either a standalone ruby webserver, Nginx or 
Apache. This improves authentication (e.g.all Apache/Nginx Auth modules like 
Shibboleth, OpenID, etc. should become available) and scalability a lot. Also 
we are using the new template mechanism of OpenNebula 2.4 to add more OCCI 
functionality (e.g. OS templates, full OCCI action support).

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Mon, 23 May 2011 11:55:51 +0100
An: Florian Feldhaus 
mailto:florian.feldh...@tu-dortmund.de>>
Cc: mailto:users@lists.opennebula.org>>
Betreff: Re: [one-users] OCCI v 1.1

Thanks,
Now it works for me. in fact I use the link in
http://dev.opennebula.org/projects/ogf-occi/wiki

On Mon, May 23, 2011 at 11:38 AM, 
mailto:florian.feldh...@tu-dortmund.de>> wrote:
Hi,

are you loading the files from 
http://dev.opennebula.org/projects/ogf-occi/files ? For me the download links 
are working. Could you tell me what error you get when trying to download the 
file?

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Mon, 23 May 2011 11:35:29 +0100
An: Opennebula mailto:users@lists.opennebula.org>>
Betreff: [one-users] OCCI v 1.1

Hi,
I can't download "ogf-occi-0.2" to implement OCCI v 1.1 on Opennebula 
installation.

___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI v 1.1

2011-05-23 Thread florian.feldhaus
Hi,

are you loading the files from 
http://dev.opennebula.org/projects/ogf-occi/files ? For me the download links 
are working. Could you tell me what error you get when trying to download the 
file?

Cheers,
Florian

Von: seb delta mailto:neg.sebast...@gmail.com>>
Datum: Mon, 23 May 2011 11:35:29 +0100
An: Opennebula mailto:users@lists.opennebula.org>>
Betreff: [one-users] OCCI v 1.1

Hi,
I can't download "ogf-occi-0.2" to implement OCCI v 1.1 on Opennebula 
installation.

___ Users mailing list 
Users@lists.opennebula.org 
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OCCI for OpenNebula

2011-05-13 Thread florian.feldhaus
Hi,

recently we announced a new ecosystem project for OpenNebula
(http://blog.opennebula.org/?p=1596). This project brings OCCI 1.1 support
for OpenNebula and will focus on interoperability between different OCCI
implementations. The OCCI implementation is more or less complete and the
OpenNebula integration is usable, but still in an early stage.


More information on the project can be found here:
http://dev.opennebula.org/projects/ogf-occi/wiki

For questions regarding the OCCI for OpenNebula project please use the
OpenNebula ecosystem mailinglist
(http://lists.opennebula.org/listinfo.cgi/ecosystem-opennebula.org).

Cheers,
Florian

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI version

2011-05-06 Thread florian.feldhaus
Hi Zeeshan,

work is already in progress regarding OVF and OCCI. For more information
ask on the OCCI WG Mailinglist.

Cheers,
Florian

Am 06.05.11 11:57 schrieb "Zeeshan Ali Shah" unter :

>Just a small query, OCCI does provide COMPUTE element right ?  do you see
>any use of wrapping OVF under OCCI ?
>Zeeshan
>
>On Fri, May 6, 2011 at 11:54 AM,   wrote:
>
>Hello Zeeshan,
>
>in OpenNebula currently only version 1.0 is supported, but we started
>development for OCCI 1.1. An official announcement of the project as
>OpenNebula Ecosystem project is planned for next week. We still need to
>tidy up a bit and add some usage notes.
>
>The Sourcecode can be found at:
>http://dev.opennebula.org/projects/ogf-occi/repository
>
>Until further notice, the sourcecode is still considered experimental!
>
>Cheers,
>Florian
>
>Am 06.05.11 11:49 schrieb "Zeeshan Ali Shah" unter :
>
>>It seems that OCCI new spec has been released ..  the current Impl of
>>OCCI under ONE is according this spec or old one ?
>>http://occi-wg.org/about/specification/
>>
>>--
>>--
>>Regards
>>
>>Zeeshan Ali Shah
>>System Administrator
>>PDC-Center for High Performance Computing
>>CSC School of Computer Science and Communication
>>KTH-Royal Institute of Technology , Sweden
>>+46 8 790 9115 
>
>
>>___
>>Users mailing list
>>Users@lists.opennebula.org
>>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
>
>
>
>
>-- 
>-- 
>Regards
>
>Zeeshan Ali Shah
>System Administrator
>PDC-Center for High Performance Computing
>CSC School of Computer Science and Communication
>KTH-Royal Institute of Technology , Sweden
>+46 8 790 9115
>

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI version

2011-05-06 Thread florian.feldhaus
Hello Zeeshan,

in OpenNebula currently only version 1.0 is supported, but we started
development for OCCI 1.1. An official announcement of the project as
OpenNebula Ecosystem project is planned for next week. We still need to
tidy up a bit and add some usage notes.

The Sourcecode can be found at:
http://dev.opennebula.org/projects/ogf-occi/repository

Until further notice, the sourcecode is still considered experimental!

Cheers,
Florian

Am 06.05.11 11:49 schrieb "Zeeshan Ali Shah" unter :

>It seems that OCCI new spec has been released ..  the current Impl of
>OCCI under ONE is according this spec or old one ?
>http://occi-wg.org/about/specification/
>
>-- 
>-- 
>Regards
>
>Zeeshan Ali Shah
>System Administrator
>PDC-Center for High Performance Computing
>CSC School of Computer Science and Communication
>KTH-Royal Institute of Technology , Sweden
>+46 8 790 9115
>___
>Users mailing list
>Users@lists.opennebula.org
>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OFG-OCCI usage example

2011-05-05 Thread florian.feldhaus
Hi Justin,

the OGF-OCCI project is currently under heavy development and the
OpenNebula integration is still in a pre alpha phase. I want to finnish
the initial documentation / usage manual until next monday. Until then you
can try to use the server using a REST client [1] and specify requests
according to the OCCI 1.1 HTTP Rendering document [2]. By default, the
OCCI server uses a dummy backend instead of the OpenNebula backend. If you
want to experiment, you can change this in etc/occi-server.conf. The dummy
backend is stable (consider it in a beta status), but the OpenNebula
backend needs some work which we want to finnish over the weekend. On
monday we will release a first (Alpha) version of the OCCI 1.1 server for
OpenNebula.

Cheers,
Florian

[1] http://code.google.com/p/rest-client/
[2] 
http://forge.ogf.org/sf/docman/do/downloadDocument/projects.occi-wg/docman.
root.drafts.occi_specification/doc16163

Am 05.05.11 10:35 schrieb "Justin Cinkelj" unter :

>I installed ogf-occi server from git://git.opennebula.org/ogf-occi.git
>The server is running, but I don't know hot to use it.
>
>Command:
>curl -X GET -H 'Accept: text/plain' 'http://172.16.120.228:4568/-/'
>returns listing:
>Category: network; scheme="http://schemas.ogf.org/occi/infrastructure#";;
>class="kind";title="Network
>Resource";rel="http://schemas.ogf.org/occi/core#resource";location=/networ
>k/;attributes="occi.network.label occi.network.vlan
>occi.network.state";actions="http://schemas.ogf.org/occi/infrastructure/ne
>twork/action#down 
>http://schemas.ogf.org/occi/infrastructure/network/action#up";;
>...
>
>At http://dev.opennebula.org/projects/ogf-occi/wiki is exemplary
>request, but I don't know hot to send it to the server.
>Could someone add  a complete curl command to help getting started?
>
>Thanks for help, Justin
>
>
>___
>Users mailing list
>Users@lists.opennebula.org
>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] sharing ubuntu contextualized VM ?

2011-04-05 Thread florian.feldhaus
Hi!

You should NEVER use a Virtual Machine from a person you do not really
know. You could never know how it is configured and if there are security
problems. We recently had a security incident in the Grid where someone
ran a virtual machine just for testing which he got from someone else.
Unfortunately the machine only had a really weak password and was used to
break into the local network...

Better use a kickstart or preseed file and create your own machine. To
create a kickstart file, you can use system-config-kickstart or adapt the
following kickstart to your needs. The password can be created with
openssl passwd -1 -salt "NaCl" "don't use this"

#Generated by Kickstart Configurator
#platform=AMD64 or Intel EM64T

#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
mouse
#System timezone
timezone --utc Europe/Berlin
#Root password
rootpw --disabled
#Initial user
user tuser --fullname "Test User" --iscrypted --password
$1$pmvWLZBe$2lGBaur943vP8p.QDYUte/

#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use Web installation
url --url http://de.archive.ubuntu.com/ubuntu
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#System authorization infomation
auth  --useshadow  --enablemd5

#Disk partitioning information
autopart
#Network information
network --bootproto=dhcp --device=eth0
network --bootproto=dhcp --device=eth1
#Firewall configuration
firewall --disabled
#Do not configure the X Window System
skipx
#Power off system after installation
poweroff
#Package install information
%packages
ubuntu-minimal
ntpdate
%post --interpreter=/bin/bash
/usr/sbin/ntpdate pool.ntp.org
/usr/sbin/hwclock --systohc

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OCCI question

2011-04-05 Thread florian.feldhaus
Hi,

currently OpenNebula only supports OCCI 1.0. Support for OCCI 1.1 is under
development and a first version will be released soon (probably next
week). As far as I know there is currently no developer guide for OCCI in
OpenNebula but it would be a good idea to create one. As soon as the new
version is public I would like to help writing such a guide.

Cheers,
Florian

Am 05.04.11 10:16 schrieb "Michaël Van de Borne" unter
:

>
>Hi all,
>
>First message on this list...
>
>I'd like to ask some questions about OCCI:
>
>  
>* I see on this page
>(http://opennebula.org/documentation:rel2.2:occicg) that OCCI is
>implemented in the last version of the specification draft, with
>a link here: http://forge.ogf.org/sf/go/doc15731 that brings to
>the september 2009 specification. Although the latest one is
>here
>http://forge.ogf.org/sf/docman/do/listDocuments/projects.occi-wg/docman.ro
>ot.drafts.occi_specification
>
>
>So can anyone tell me which spec version is implemented
>in ONE2.2?
>
>  
>* how can I add support for some features in OpenNebula OCCI
>implementation? is there a developer guide?
>
>
>And by the way, I can't find the changelog. Can anybody tell me what
>the new stuff is in 2.2 ? (I found
>http://opennebula.org/documentation:features but I can't compare to
>previous release)
>-- 
>
>Michaël Van de Borne
>R&D Engineer, SOA team, CETIC
>Phone: +32 (0)71 49 07 45 Mobile: +32 (0)472 69 57 16, Skype: mikemowgli
>www.cetic.be , rue des Frères Wright, 29/3, B-6041
>Charleroi
>
>
>Envoyé de mon ordinateur
>  
>___
>Users mailing list
>Users@lists.opennebula.org
>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org