[one-users] Getting VNC token from Sunstone REST API

2015-02-05 Thread Daniel Dehennin
Hello,

We use jenkins to automate the installation of VM from ISO images[1] and we
use something similar to jenkins.debian.net[2] which use vncdo[3].

We retrieve the host where the VM is running and the VNC port from the
XML RPC API and open a direct connection to the qemu VNC server.

With our first “developer only” cluster, we did not have any issue since
the cluster nodes are on the same network than our workstations.

With our “soon in production” cluster, the nodes are not on a reachable
network and we need to connect through the WebSocket proxy.

The VNC token is not available through the XML RPC API[4], which could
be seen as normal because it's managed by Sunstone and shared with
websocketproxy on a possibly different machine than the OpenNebula
daemon.

We would like to get the token from Sunstone REST API:

https://nebula.example.net/vm//startvnc

but we don't see how to manage the authentication?

Does someone manage to retrieve the token pragmatically?

Regards.

Footnotes: 
[1]  to test the installation of our french distribution for schools

[2]  https://jenkins.debian.net

[3]  
http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/bin/g-i-installation.sh#n402

[4]  http://dev.opennebula.org/issues/2655

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


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


Re: [one-users] OpenNebula Sunstone Bug?

2015-02-05 Thread Jaime Melis
Hi Anandharaj,

yes, that is a bug. It is already fixed in the master branch. For the time
being simply create those directories (/var/run/one and /var/lock/one) at
the top of the sunstone init script.

cheers,
Jaime

On Thu, Jan 22, 2015 at 8:30 AM, Anandharaj Subramaniam <
anandharaj.man...@mimos.my> wrote:

>  Hi,
>
>
>
> I encounter an issue with OpenNebula 4.10.2 (CentOS 7). In my setup, the
> Sunstone is installed on separate server. Upon the server reboot, the
> Sunstone service will not able to start. Below is the error message.
>
>
>
> [root@sunstone ~]# service opennebula-sunstone status
>
> opennebula-sunstone.service - LSB: start and stop opennebula-sunstone
>
>Loaded: loaded (/etc/rc.d/init.d/opennebula-sunstone)
>
>Active: failed (Result: exit-code) since Thu 2015-01-22 14:56:46 MYT;
> 23min ago
>
>   Process: 623 ExecStart=/etc/rc.d/init.d/opennebula-sunstone start
> (code=exited, status=1/FAILURE)
>
>
>
> Jan 22 14:56:44 sunstone.domain.local systemd[1]: Starting LSB: start and
> stop opennebula-sunstone...
>
> Jan 22 14:56:44 sunstone.domain.local runuser[642]:
> pam_unix(runuser:session): session opened for user oneadmin by (uid=0)
>
> Jan 22 14:56:44 sunstone.domain.local opennebula-sunstone[623]: Starting
> Sunstone Server daemon: touch: cannot touch
> ‘/var/lock/one/.sunstoneectory
>
> Jan 22 14:56:44 sunstone.domain.local opennebula-sunstone[623]: Error
> creating lock file
>
> Jan 22 14:56:46 sunstone.domain.local opennebula-sunstone[623]: VNC server
> is not running
>
> Jan 22 14:56:46 sunstone.domain.local opennebula-sunstone[623]: [FAILED]
>
> Jan 22 14:56:46 sunstone.domain.local systemd[1]:
> opennebula-sunstone.service: control process exited, code=exited status=1
>
> Jan 22 14:56:46 sunstone.domain.local systemd[1]: Failed to start LSB:
> start and stop opennebula-sunstone.
>
> Jan 22 14:56:46 sunstone.domain.local systemd[1]: Unit
> opennebula-sunstone.service entered failed state.
>
>
>
> To fix, I need to manually create /var/lock/one directory and assign
> oneadmin as owner.
>
>
>
> Checking at init script (/etc/init.d/opennebula***), nothing is configured
> to use /var/lock/one as they are configured to use /var/lock/subsys/. So I
> believe the /var/lock/one is actuality hardcoded in the sunstone-server
> binary itself.
>
>
>
> --
>
> Regards,
>
> Anandharaj
>
>
>
> --
>  *DISCLAIMER:*
>
>  This e-mail (including any attachments) is for the addressee(s) only and
> may be confidential, especially as regards personal data. If you are not
> the intended recipient, please note that any dealing, review, distribution,
> printing, copying or use of this e-mail is strictly prohibited. If you have
> received this email in error, please notify the sender immediately and
> delete the original message (including any attachments).
>
>  MIMOS Berhad is a research and development institution under the purview
> of the Malaysian Ministry of Science, Technology and Innovation. Opinions,
> conclusions and other information in this e-mail that do not relate to the
> official business of MIMOS Berhad and/or its subsidiaries shall be
> understood as neither given nor endorsed by MIMOS Berhad and/or its
> subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts
> responsibility for the same. All liability arising from or in connection
> with computer viruses and/or corrupted e-mails is excluded to the fullest
> extent permitted by law.
>
> --
> -
> -
> DISCLAIMER:
>
> This e-mail (including any attachments) is for the addressee(s)
> only and may contain confidential information. If you are not the
> intended recipient, please note that any dealing, review,
> distribution, printing, copying or use of this e-mail is strictly
> prohibited. If you have received this email in error, please notify
> the sender immediately and delete the original message.
> MIMOS Berhad is a research and development institution under
> the purview of the Malaysian Ministry of Science, Technology and
> Innovation. Opinions, conclusions and other information in this e-
> mail that do not relate to the official business of MIMOS Berhad
> and/or its subsidiaries shall be understood as neither given nor
> endorsed by MIMOS Berhad and/or its subsidiaries and neither
> MIMOS Berhad nor its subsidiaries accepts responsibility for the
> same. All liability arising from or in connection with computer
> viruses and/or corrupted e-mails is excluded to the fullest extent
> permitted by law.
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>


-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.c

Re: [one-users] Enable LVM Opennebula 4.8

2015-02-05 Thread Jaime Melis
Hi Adriano,

as I said on the other thread, what problems are you facing exactly?

On Thu, Jan 22, 2015 at 12:40 PM, Adriano Vogel 
wrote:

> Hello list
> I am trying to enable LVM datastores in an environment based on OpenNebula
> 4.8, KVM as a Hypervisor and Ubuntu 14.04. But, I did not find updated
> documentation about it. Do you guys have some updated guides that I may
> follow?
> Thank you!
>
> --
> Cordially
> Adriano Vogel
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>


-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-flow

2015-02-05 Thread barbieri vincenzo
Thanks resolved

Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 14.57
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Sorry, the package is opennebula-flow

Xavi.

On February 5, 2015 at 2:32 PM barbieri vincenzo 
 wrote:

Hi

I have Centos not Ubuntu .
I launch command rpm -qa | grep opennebula-oneflow but not find the package



Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 14.33
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Is it installed the opennebula-oneflow package?

You can check it by doing:

dpkg -l | grep opennebula-oneflow

Xavi.

On February 5, 2015 at 2:01 PM barbieri vincenzo 
 wrote:

sorry

but I don't find the file  /etc/one/oneflow-server.conf

[root@vdc one]# ls -l
total 120
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 auth
-rw-r-. 1 root oneadmin  2800 Jan 15 17:26 az_driver.conf
-rw-r-. 1 root oneadmin  2494 Jan 15 17:26 az_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 cli
-rw-r-. 1 root oneadmin  1989 Jan 15 17:26 defaultrc
-rw-r-. 1 root oneadmin  2574 Jan 15 17:26 ec2_driver.conf
-rw-r-. 1 root oneadmin  1793 Jan 15 17:26 ec2_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 ec2query_templates
-rw-r-. 1 root oneadmin  4125 Jan 15 17:26 econe.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 hm
-rw-r-. 1 root oneadmin 37087 Feb  4 16:16 oned.conf
-rw-r-. 1 root oneadmin  3040 Jan 15 17:26 sched.conf
-rw-r-. 1 root oneadmin  2258 Jan 15 17:26 sl_driver.conf
-rw-r-. 1 root oneadmin  1746 Jan 15 17:26 sl_driver.default
-rw-r-. 1 root oneadmin  6559 Feb  4 16:17 sunstone-server.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 sunstone-views
-rw-r-. 1 root oneadmin   597 Jan 15 17:26 sunstone-views.yaml
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 vmm_exec
-rw-r-. 1 root oneadmin  1607 Feb  4 16:17 vmwarerc




Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 10.08
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Hi Vincenzo,

the oneflow is a service that runs separately from one. You need to configure 
it by modifying the /etc/one/oneflow-server.conf. Once you have it you need to 
edit the route section in file /etc/one/sunstone-server.conf.

The file shoulb be like this:

:routes:
- oneflow
Then start the oneflow server and the sunstone server and then you will be able 
to see the oneflow on sunstone.

If you don't have the oneflow-server installed on your machine you should 
install the package named opennebula-flow.

Xavi.


On February 4, 2015 at 5:31 PM barbieri vincenzo 
 wrote:

Hi

in opennebula 4.10.2 is present the one-flow module ?
In the my installation I don't see the one-flow

Thanks
Vincenzo
Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta alcuna 
responsabilita' per il contenuto di questo messaggio. Sebbene vbarbieri abbia 
attivato programmi anti-virus, non accetta responsabilita' per qualsiasi tipo 
di danno che possa derivare dal trasferimento di virus.Qualsiasi punto di vista 
od opinione espressa sono esclusivamente quelli dell'autore e non rappresentano 
necessariamente quelli di Vbarbieri . Le risposte a questo messaggio 
elettronico possono essere controllate da Vbarbieri per ragioni di sicurezza, 
operative o aziendali. Nel rispetto delle disposizioni di legge e regolamento 
applicabili, Vbarbieri si riserva il diritto di monitorare le comunicazioni 
elettroniche attraverso apposite attivita' di monitoraggio finalizzate 
all'identificazione e alla prevenzione della diffusione accidentale e/o 
fraudolenta di informazioni. Qualsiasi uso non autorizzato di questo messaggio 
elettronico o dei suoi allegati e' proibito e potrebbe costituire un reato. Se 
non siete il destinatario desiderato di questa mail, qualunque comunicazione, 
copia, distribuzione oqualunque azione od omissione in relazione ai dati in 
essa contenuti e' illecita, e siete pregato di informare immediatamente il 
mittente utilizzando l'opzione "Rispondi" nel vostro software di 
postaelettronica e di distruggere il messaggio e tutti i suoi allegati.


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


--
..
Xavier Peralta Ramos
Unitat d'Operacions i Seguretat
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. T 93 205 6464· F. 93 205 6979 · xavier.pera...@csuc.cat
..

--
This message 

Re: [one-users] one-flow

2015-02-05 Thread Xavier Peralta
Sorry, the package is opennebula-flow
 
Xavi.
 

> On February 5, 2015 at 2:32 PM barbieri vincenzo
>  wrote:
> 
>  Hi
>   
>  I have Centos not Ubuntu .
>  I launch command rpm -qa | grep opennebula-oneflow but not find the package
>   
> 
> 
>  -
>  Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta
> [xavier.pera...@csuc.cat]
>  Inviato: giovedì 5 febbraio 2015 14.33
>  A: users@lists.opennebula.org
>  Oggetto: Re: [one-users] one-flow
>   
>  Is it installed the opennebula-oneflow package?
>   
>  You can check it by doing:
>   
>  dpkg -l | grep opennebula-oneflow
>   
>  Xavi.
>   
> 
>   > > On February 5, 2015 at 2:01 PM barbieri vincenzo
>   > >  wrote:
> > 
> >   sorry 
> >
> >   but I don't find the file  /etc/one/oneflow-server.conf
> > 
> >   [root@vdc one]# ls -l
> >   total 120
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 auth
> >   -rw-r-. 1 root oneadmin  2800 Jan 15 17:26 az_driver.conf
> >   -rw-r-. 1 root oneadmin  2494 Jan 15 17:26 az_driver.default
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 cli
> >   -rw-r-. 1 root oneadmin  1989 Jan 15 17:26 defaultrc
> >   -rw-r-. 1 root oneadmin  2574 Jan 15 17:26 ec2_driver.conf
> >   -rw-r-. 1 root oneadmin  1793 Jan 15 17:26 ec2_driver.default
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 ec2query_templates
> >   -rw-r-. 1 root oneadmin  4125 Jan 15 17:26 econe.conf
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 hm
> >   -rw-r-. 1 root oneadmin 37087 Feb  4 16:16 oned.conf
> >   -rw-r-. 1 root oneadmin  3040 Jan 15 17:26 sched.conf
> >   -rw-r-. 1 root oneadmin  2258 Jan 15 17:26 sl_driver.conf
> >   -rw-r-. 1 root oneadmin  1746 Jan 15 17:26 sl_driver.default
> >   -rw-r-. 1 root oneadmin  6559 Feb  4 16:17 sunstone-server.conf
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 sunstone-views
> >   -rw-r-. 1 root oneadmin   597 Jan 15 17:26 sunstone-views.yaml
> >   drwxr-xr-x. 2 root root  4096 Feb  4 16:01 vmm_exec
> >   -rw-r-. 1 root oneadmin  1607 Feb  4 16:17 vmwarerc
> > 
> > 
> > 
> > 
> >   -
> >   Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta
> > [xavier.pera...@csuc.cat]
> >   Inviato: giovedì 5 febbraio 2015 10.08
> >   A: users@lists.opennebula.org
> >   Oggetto: Re: [one-users] one-flow
> >
> >   Hi Vincenzo,
> >
> >   the oneflow is a service that runs separately from one. You need to
> > configure it by modifying the /etc/one/oneflow-server.conf. Once you have it
> > you need to edit the route section in file /etc/one/sunstone-server.conf.
> >
> >   The file shoulb be like this:
> >
> >   :routes:
> >   - oneflow
> >   Then start the oneflow server and the sunstone server and then you will be
> > able to see the oneflow on sunstone.
> >
> >   If you don't have the oneflow-server installed on your machine you should
> > install the package named opennebula-flow.
> >
> >   Xavi.
> >
> >
> > 
> >> > > On February 4, 2015 at 5:31 PM barbieri vincenzo
> >> > >  wrote:
> > > 
> > >Hi
> > > 
> > >in opennebula 4.10.2 is present the one-flow module ?
> > >In the my installation I don't see the one-flow
> > > 
> > >Thanks
> > >Vincenzo
> > >Le comunicazioni Internet non sono sicure e quindi Vbarbieri non
> > > accetta alcuna responsabilita' per il contenuto di questo messaggio.
> > > Sebbene vbarbieri abbia attivato programmi anti-virus, non accetta
> > > responsabilita' per qualsiasi tipo di danno che possa derivare dal
> > > trasferimento di virus.Qualsiasi punto di vista od opinione espressa sono
> > > esclusivamente quelli dell'autore e non rappresentano necessariamente
> > > quelli di Vbarbieri . Le risposte a questo messaggio elettronico possono
> > > essere controllate da Vbarbieri per ragioni di sicurezza, operative o
> > > aziendali. Nel rispetto delle disposizioni di legge e regolamento
> > > applicabili, Vbarbieri si riserva il diritto di monitorare le
> > > comunicazioni elettroniche attraverso apposite attivita' di monitoraggio
> > > finalizzate all'identificazione e alla prevenzione della diffusione
> > > accidentale e/o fraudolenta di informazioni. Qualsiasi uso non autorizzato
> > > di questo messaggio elettronico o dei suoi allegati e' proibito e potrebbe
> > > costituire un reato. Se non siete il destinatario desiderato di questa
> > > mail, qualunque comunicazione, copia, distribuzione oqualunque azione od
> > > omissione in relazione ai dati in essa contenuti e' illecita, e siete
> > > pregato di informare immediatamente il mittente utilizzando l'opzione
> > > "Rispondi" nel vostro software di postaelettronica e di distruggere il
> > > messaggio e tutti i suoi allegati.
> > > 
> > >   > > 
> >
> > 
> >> > > ___
> > >Users mailing list
> > >Users@lists.ope

Re: [one-users] one-flow

2015-02-05 Thread barbieri vincenzo
Hi

I have Centos not Ubuntu .
I launch command rpm -qa | grep opennebula-oneflow but not find the package



Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 14.33
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Is it installed the opennebula-oneflow package?

You can check it by doing:

dpkg -l | grep opennebula-oneflow

Xavi.

On February 5, 2015 at 2:01 PM barbieri vincenzo 
 wrote:

sorry

but I don't find the file  /etc/one/oneflow-server.conf

[root@vdc one]# ls -l
total 120
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 auth
-rw-r-. 1 root oneadmin  2800 Jan 15 17:26 az_driver.conf
-rw-r-. 1 root oneadmin  2494 Jan 15 17:26 az_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 cli
-rw-r-. 1 root oneadmin  1989 Jan 15 17:26 defaultrc
-rw-r-. 1 root oneadmin  2574 Jan 15 17:26 ec2_driver.conf
-rw-r-. 1 root oneadmin  1793 Jan 15 17:26 ec2_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 ec2query_templates
-rw-r-. 1 root oneadmin  4125 Jan 15 17:26 econe.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 hm
-rw-r-. 1 root oneadmin 37087 Feb  4 16:16 oned.conf
-rw-r-. 1 root oneadmin  3040 Jan 15 17:26 sched.conf
-rw-r-. 1 root oneadmin  2258 Jan 15 17:26 sl_driver.conf
-rw-r-. 1 root oneadmin  1746 Jan 15 17:26 sl_driver.default
-rw-r-. 1 root oneadmin  6559 Feb  4 16:17 sunstone-server.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 sunstone-views
-rw-r-. 1 root oneadmin   597 Jan 15 17:26 sunstone-views.yaml
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 vmm_exec
-rw-r-. 1 root oneadmin  1607 Feb  4 16:17 vmwarerc




Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 10.08
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Hi Vincenzo,

the oneflow is a service that runs separately from one. You need to configure 
it by modifying the /etc/one/oneflow-server.conf. Once you have it you need to 
edit the route section in file /etc/one/sunstone-server.conf.

The file shoulb be like this:

:routes:
- oneflow
Then start the oneflow server and the sunstone server and then you will be able 
to see the oneflow on sunstone.

If you don't have the oneflow-server installed on your machine you should 
install the package named opennebula-flow.

Xavi.


On February 4, 2015 at 5:31 PM barbieri vincenzo 
 wrote:

Hi

in opennebula 4.10.2 is present the one-flow module ?
In the my installation I don't see the one-flow

Thanks
Vincenzo
Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta alcuna 
responsabilita' per il contenuto di questo messaggio. Sebbene vbarbieri abbia 
attivato programmi anti-virus, non accetta responsabilita' per qualsiasi tipo 
di danno che possa derivare dal trasferimento di virus.Qualsiasi punto di vista 
od opinione espressa sono esclusivamente quelli dell'autore e non rappresentano 
necessariamente quelli di Vbarbieri . Le risposte a questo messaggio 
elettronico possono essere controllate da Vbarbieri per ragioni di sicurezza, 
operative o aziendali. Nel rispetto delle disposizioni di legge e regolamento 
applicabili, Vbarbieri si riserva il diritto di monitorare le comunicazioni 
elettroniche attraverso apposite attivita' di monitoraggio finalizzate 
all'identificazione e alla prevenzione della diffusione accidentale e/o 
fraudolenta di informazioni. Qualsiasi uso non autorizzato di questo messaggio 
elettronico o dei suoi allegati e' proibito e potrebbe costituire un reato. Se 
non siete il destinatario desiderato di questa mail, qualunque comunicazione, 
copia, distribuzione oqualunque azione od omissione in relazione ai dati in 
essa contenuti e' illecita, e siete pregato di informare immediatamente il 
mittente utilizzando l'opzione "Rispondi" nel vostro software di 
postaelettronica e di distruggere il messaggio e tutti i suoi allegati.


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


--
..
Xavier Peralta Ramos
Unitat d'Operacions i Seguretat
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. T 93 205 6464· F. 93 205 6979 · xavier.pera...@csuc.cat
..

--
This message has been scanned for viruses and dangerous content by
E.F.A. Project, and is believed to be clean.
Click here to report this message as 
spam.
Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta al

Re: [one-users] one-flow

2015-02-05 Thread Xavier Peralta
Is it installed the opennebula-oneflow package?
 
You can check it by doing:
 
dpkg -l | grep opennebula-oneflow
 
Xavi.
 

> On February 5, 2015 at 2:01 PM barbieri vincenzo
>  wrote:
> 
>  sorry 
>   
>  but I don't find the file  /etc/one/oneflow-server.conf
> 
>  [root@vdc one]# ls -l
>  total 120
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 auth
>  -rw-r-. 1 root oneadmin  2800 Jan 15 17:26 az_driver.conf
>  -rw-r-. 1 root oneadmin  2494 Jan 15 17:26 az_driver.default
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 cli
>  -rw-r-. 1 root oneadmin  1989 Jan 15 17:26 defaultrc
>  -rw-r-. 1 root oneadmin  2574 Jan 15 17:26 ec2_driver.conf
>  -rw-r-. 1 root oneadmin  1793 Jan 15 17:26 ec2_driver.default
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 ec2query_templates
>  -rw-r-. 1 root oneadmin  4125 Jan 15 17:26 econe.conf
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 hm
>  -rw-r-. 1 root oneadmin 37087 Feb  4 16:16 oned.conf
>  -rw-r-. 1 root oneadmin  3040 Jan 15 17:26 sched.conf
>  -rw-r-. 1 root oneadmin  2258 Jan 15 17:26 sl_driver.conf
>  -rw-r-. 1 root oneadmin  1746 Jan 15 17:26 sl_driver.default
>  -rw-r-. 1 root oneadmin  6559 Feb  4 16:17 sunstone-server.conf
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 sunstone-views
>  -rw-r-. 1 root oneadmin   597 Jan 15 17:26 sunstone-views.yaml
>  drwxr-xr-x. 2 root root  4096 Feb  4 16:01 vmm_exec
>  -rw-r-. 1 root oneadmin  1607 Feb  4 16:17 vmwarerc
> 
> 
> 
> 
>  -
>  Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta
> [xavier.pera...@csuc.cat]
>  Inviato: giovedì 5 febbraio 2015 10.08
>  A: users@lists.opennebula.org
>  Oggetto: Re: [one-users] one-flow
>   
>  Hi Vincenzo,
>   
>  the oneflow is a service that runs separately from one. You need to configure
> it by modifying the /etc/one/oneflow-server.conf. Once you have it you need to
> edit the route section in file /etc/one/sunstone-server.conf.
>   
>  The file shoulb be like this:
>   
>  :routes:
>  - oneflow
>  Then start the oneflow server and the sunstone server and then you will be
> able to see the oneflow on sunstone.
>   
>  If you don't have the oneflow-server installed on your machine you should
> install the package named opennebula-flow.
>   
>  Xavi.
>   
>   
> 
>   > > On February 4, 2015 at 5:31 PM barbieri vincenzo
>   > >  wrote:
> > 
> >   Hi
> >
> >   in opennebula 4.10.2 is present the one-flow module ?
> >   In the my installation I don't see the one-flow
> >
> >   Thanks
> >   Vincenzo
> >   Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta
> > alcuna responsabilita' per il contenuto di questo messaggio. Sebbene
> > vbarbieri abbia attivato programmi anti-virus, non accetta responsabilita'
> > per qualsiasi tipo di danno che possa derivare dal trasferimento di
> > virus.Qualsiasi punto di vista od opinione espressa sono esclusivamente
> > quelli dell'autore e non rappresentano necessariamente quelli di Vbarbieri .
> > Le risposte a questo messaggio elettronico possono essere controllate da
> > Vbarbieri per ragioni di sicurezza, operative o aziendali. Nel rispetto
> > delle disposizioni di legge e regolamento applicabili, Vbarbieri si riserva
> > il diritto di monitorare le comunicazioni elettroniche attraverso apposite
> > attivita' di monitoraggio finalizzate all'identificazione e alla prevenzione
> > della diffusione accidentale e/o fraudolenta di informazioni. Qualsiasi uso
> > non autorizzato di questo messaggio elettronico o dei suoi allegati e'
> > proibito e potrebbe costituire un reato. Se non siete il destinatario
> > desiderato di questa mail, qualunque comunicazione, copia, distribuzione
> > oqualunque azione od omissione in relazione ai dati in essa contenuti e'
> > illecita, e siete pregato di informare immediatamente il mittente
> > utilizzando l'opzione "Rispondi" nel vostro software di postaelettronica e
> > di distruggere il messaggio e tutti i suoi allegati.
> > 
> >  > 
>   
> 
>   > > ___
> >   Users mailing list
> >   Users@lists.opennebula.org
> >   http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> > 
> >  > 
>   
>  -- 
>  ..
>  Xavier Peralta Ramos
>  Unitat d'Operacions i Seguretat
>  Consorci de Serveis Universitaris de Catalunya (CSUC)
> 
>  Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
>  T. T 93 205 6464· F. 93 205 6979 · xavier.pera...@csuc.cat
>  ..
> 
>  --
>  This message has been scanned for viruses and dangerous content by
>  E.F.A. Project  , and is believed to be clean.
>  Click here to report this message as spam.
> 
>  Le 

Re: [one-users] one-flow

2015-02-05 Thread barbieri vincenzo
sorry

but I don't find the file /etc/one/oneflow-server.conf

[root@vdc one]# ls -l
total 120
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 auth
-rw-r-. 1 root oneadmin  2800 Jan 15 17:26 az_driver.conf
-rw-r-. 1 root oneadmin  2494 Jan 15 17:26 az_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 cli
-rw-r-. 1 root oneadmin  1989 Jan 15 17:26 defaultrc
-rw-r-. 1 root oneadmin  2574 Jan 15 17:26 ec2_driver.conf
-rw-r-. 1 root oneadmin  1793 Jan 15 17:26 ec2_driver.default
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 ec2query_templates
-rw-r-. 1 root oneadmin  4125 Jan 15 17:26 econe.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 hm
-rw-r-. 1 root oneadmin 37087 Feb  4 16:16 oned.conf
-rw-r-. 1 root oneadmin  3040 Jan 15 17:26 sched.conf
-rw-r-. 1 root oneadmin  2258 Jan 15 17:26 sl_driver.conf
-rw-r-. 1 root oneadmin  1746 Jan 15 17:26 sl_driver.default
-rw-r-. 1 root oneadmin  6559 Feb  4 16:17 sunstone-server.conf
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 sunstone-views
-rw-r-. 1 root oneadmin   597 Jan 15 17:26 sunstone-views.yaml
drwxr-xr-x. 2 root root  4096 Feb  4 16:01 vmm_exec
-rw-r-. 1 root oneadmin  1607 Feb  4 16:17 vmwarerc




Da: Users [users-boun...@lists.opennebula.org] per conto di Xavier Peralta 
[xavier.pera...@csuc.cat]
Inviato: giovedì 5 febbraio 2015 10.08
A: users@lists.opennebula.org
Oggetto: Re: [one-users] one-flow

Hi Vincenzo,

the oneflow is a service that runs separately from one. You need to configure 
it by modifying the /etc/one/oneflow-server.conf. Once you have it you need to 
edit the route section in file /etc/one/sunstone-server.conf.

The file shoulb be like this:

:routes:
- oneflow

Then start the oneflow server and the sunstone server and then you will be able 
to see the oneflow on sunstone.

If you don't have the oneflow-server installed on your machine you should 
install the package named opennebula-flow.

Xavi.


On February 4, 2015 at 5:31 PM barbieri vincenzo 
 wrote:

Hi

in opennebula 4.10.2 is present the one-flow module ?
In the my installation I don't see the one-flow

Thanks
Vincenzo
Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta alcuna 
responsabilita' per il contenuto di questo messaggio. Sebbene vbarbieri abbia 
attivato programmi anti-virus, non accetta responsabilita' per qualsiasi tipo 
di danno che possa derivare dal trasferimento di virus.Qualsiasi punto di vista 
od opinione espressa sono esclusivamente quelli dell'autore e non rappresentano 
necessariamente quelli di Vbarbieri . Le risposte a questo messaggio 
elettronico possono essere controllate da Vbarbieri per ragioni di sicurezza, 
operative o aziendali. Nel rispetto delle disposizioni di legge e regolamento 
applicabili, Vbarbieri si riserva il diritto di monitorare le comunicazioni 
elettroniche attraverso apposite attivita' di monitoraggio finalizzate 
all'identificazione e alla prevenzione della diffusione accidentale e/o 
fraudolenta di informazioni. Qualsiasi uso non autorizzato di questo messaggio 
elettronico o dei suoi allegati e' proibito e potrebbe costituire un reato. Se 
non siete il destinatario desiderato di questa mail, qualunque comunicazione, 
copia, distribuzione oqualunque azione od omissione in relazione ai dati in 
essa contenuti e' illecita, e siete pregato di informare immediatamente il 
mittente utilizzando l'opzione "Rispondi" nel vostro software di 
postaelettronica e di distruggere il messaggio e tutti i suoi allegati.


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


--
..
Xavier Peralta Ramos
Unitat d'Operacions i Seguretat
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. T 93 205 6464· F. 93 205 6979 · xavier.pera...@csuc.cat
..

--
This message has been scanned for viruses and dangerous content by
E.F.A. Project, and is believed to be clean.
Click here to report this message as 
spam.
Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta alcuna 
responsabilita' per il contenuto di questo messaggio. Sebbene vbarbieri abbia 
attivato programmi anti-virus, non accetta responsabilita' per qualsiasi tipo 
di danno che possa derivare dal trasferimento di virus.Qualsiasi punto di vista 
od opinione espressa sono esclusivamente quelli dell'autore e non rappresentano 
necessariamente quelli di Vbarbieri . Le risposte a questo messaggio 
elettronico possono essere controllate da Vbarbieri per ragioni di sicurezza, 
operative o aziendali. Nel rispetto delle disposizi

Re: [one-users] vOneCloud questions - datastore and vm status

2015-02-05 Thread Tino Vazquez
Dear Pete,

We strive to give the best support to OpenNebula and vOneCloud.

For this reason, we want to use this list to give support to the OpenNebula
community, and use the vOneCloud support forum to handle questions like the
one you are posing.

I've copied your question and give a tentative answer in the vOneCloud
community forum:


https://support.vonecloud.com/hc/communities/public/questions/201069281-vOneCloud-questions-datastore-and-vm-status

Cheers,

-Tino

On Thu Feb 05 2015 at 4:42:00 AM  wrote:

> Hi All,
>
> Have a couple of quick question regarding vOneCloud, I've deployed the ova
> using vCenter and then added the vCenter as a host and I can see all of my
> esx hosts and it states the vcenter cluster as 'ON' however;
>
> 1) I have two vm's running (vcenter & vOneCloud) and neither show up as
> vm's running in vOneCloud. Should they? If i nav to the vcenter host they
> are not listed under the vm's however I can see them under hosts -> vcenter
> host -> info and the names appear under "attributes wild".
>
> 2) I can't seem to find documentation stating what i need to do to get my
> vmfs data store showing up. Am I just meant to follow the regular
> opennebula admin guide?
>
>
> Thanks,
>
> Pete
>
> Sent using Hushmail
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>


--
OpenNebula - Flexible Enterprise Cloud Made Simple
--
Constantino Vázquez Blanco, PhD, MSc
VP of Engineering | Head of Research at OpenNebula Systems
cvazquez@OpenNebula.Systems | @OpenNebula
--
Confidentiality Warning: The information contained in this e-mail and any
accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person and/or
entity to whom it is addressed (i.e. those identified in the "To" and "cc"
box). They are the property of OpenNebula.Systems S.L.. Unauthorized
distribution, review, use, disclosure, or copying of this communication, or
any part thereof, is strictly prohibited and may be unlawful. If you have
received this e-mail in error, please notify us immediately by e-mail at
abuse@opennebula.systems and delete the e-mail and attachments and any copy
from your system. OpenNebula's thanks you for your cooperation.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] one-flow

2015-02-05 Thread Xavier Peralta
Hi Vincenzo,
 
the oneflow is a service that runs separately from one. You need to configure it
by modifying the /etc/one/oneflow-server.conf. Once you have it you need to edit
the route section in file /etc/one/sunstone-server.conf.
 
The file shoulb be like this:
 
:routes:
- oneflow

Then start the oneflow server and the sunstone server and then you will be able
to see the oneflow on sunstone.
 
If you don't have the oneflow-server installed on your machine you should
install the package named opennebula-flow.
 
Xavi.
 
 

> On February 4, 2015 at 5:31 PM barbieri vincenzo
>  wrote:
> 
>  Hi
>   
>  in opennebula 4.10.2 is present the one-flow module ?
>  In the my installation I don't see the one-flow
>   
>  Thanks
>  Vincenzo
>  Le comunicazioni Internet non sono sicure e quindi Vbarbieri non accetta
> alcuna responsabilita' per il contenuto di questo messaggio. Sebbene vbarbieri
> abbia attivato programmi anti-virus, non accetta responsabilita' per qualsiasi
> tipo di danno che possa derivare dal trasferimento di virus.Qualsiasi punto di
> vista od opinione espressa sono esclusivamente quelli dell'autore e non
> rappresentano necessariamente quelli di Vbarbieri . Le risposte a questo
> messaggio elettronico possono essere controllate da Vbarbieri per ragioni di
> sicurezza, operative o aziendali. Nel rispetto delle disposizioni di legge e
> regolamento applicabili, Vbarbieri si riserva il diritto di monitorare le
> comunicazioni elettroniche attraverso apposite attivita' di monitoraggio
> finalizzate all'identificazione e alla prevenzione della diffusione
> accidentale e/o fraudolenta di informazioni. Qualsiasi uso non autorizzato di
> questo messaggio elettronico o dei suoi allegati e' proibito e potrebbe
> costituire un reato. Se non siete il destinatario desiderato di questa mail,
> qualunque comunicazione, copia, distribuzione oqualunque azione od omissione
> in relazione ai dati in essa contenuti e' illecita, e siete pregato di
> informare immediatamente il mittente utilizzando l'opzione "Rispondi" nel
> vostro software di postaelettronica e di distruggere il messaggio e tutti i
> suoi allegati.
> 

 

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

 
-- 
..
Xavier Peralta Ramos
Unitat d'Operacions i Seguretat
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. T 93 205 6464· F. 93 205 6979 · xavier.pera...@csuc.cat
..___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org