Hi Since I still remember: ./install.sh is intended for "not system wide" ONE installation. Was fixed by replacing (except first three occurences): sed -i 's.$ONE_LOCATION/etc.$ETC_LOCATION.g' install.sh sed -i 's.$ONE_LOCATION/lib/ruby.$RUBY_LOCATION.g' install.sh sed -i 's.$ONE_LOCATION/bin.$BIN_LOCATION.g' install.sh
With occi-client.rb it was possible to run hardcoded test code (to start 20 VMs etc). So I will play with that file. And upgrade during next week. Thanks for help Justin On Thu, 2011-05-05 at 10:06 +0000, [email protected] wrote: > 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 <[email protected]>: > > >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 > >[email protected] > >http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
