Re: [one-users] Interest in developement as a student

2011-08-02 Thread Carlos Martín Sánchez
Hi Varun,

The information about how to contribute to the project is located at [1].

If you are looking for a mentored development, you may be interested
in Google Summer of Code [2].
We didn't enter the organizations list this year, but we hope to make
it the next one.

Regards.

[1] http://opennebula.org/community:community
[2] http://code.google.com/soc/
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | cmar...@opennebula.org



On Wed, Jul 27, 2011 at 11:18 AM, Varun Agrawal varagra...@gmail.com wrote:
 Hello.
 I am an undergraduate student studying computer science and I am interested
 in working in your Open Source projects as I am interested in Cloud
 Computing.
 I read about you from TeachingOpenSource.org.
 I am, however, new to Open Source project development thus I am seeking a
 mentor and an opportunity to present my skills and make valuable
 contributions to your projects.
 Thanking you.

 --
 Varun Agrawal

 B.Tech-III
 Computer Science and Engineering
 National Institute of Technology
 Surat, India.
 About Me
 computerCalledVarun
 ___
 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] [Beta 3.0] Sunstone-Server error on starting

2011-08-02 Thread Christoph Raible

Hi,

now I tried with two VMs on the same host,  but I can ping from VM to VM 
... This looks like the Hook doesn't work.


I also have a talk to some IPTABLE experts they think that this isn't 
working because the ICMP drop is based on Network Layer 3 and IPTABLES 
is working on Layer 2...


They said that it will make sense when it is integrated into EBTABLES 
but not in IPTABLES.



Next issue on this is, when I restart the Cluster-Node / Host-Node or 
IPTABLES-Service all rules are deleted this is very ugly...


There should be a mechanism to integrate those rules by starting one 
(maybe out from database) or something else!


Hope you understand what I mean ;)


Regards,
Christoph



Am 01.08.2011 17:33, schrieb Jaime Melis:

Hi Christoph,

regarding the firewall hook, I've reviewed the rules and simulated your
scenario and it's the expected behaviour. The ping should work from the
worker node running the vm to the vm, but it won't from other vms, which
is the purpose of the filter. Could you please start another VM and try
pinging from there?

Regards,
Jaime

2011/7/29 Christoph Raible c.rai...@science-computing.de
mailto:c.rai...@science-computing.de

Hi Carlos,

this doesn't work for me... I uncomment this options and restart the
one daemon.

Then I create a virtual Machine with following Template:

https://pastee.org/j6f3d

After commenting out  Default requiretty in /etc/sudoers
creation and inserting IPTABLES rule works but have no effect...

An IPTABLES -L shows me the following output:

https://pastee.org/vjynr

But I can Ping my VM... Is it possible that the Firwalling is still
buggy? Or is this an error of my bridged network configuration?

Regards

Chritoph





Am 27.07.2011 17 tel:27.07.2011%2017:16, schrieb Carlos Martín
Sánchez:

Hi Christoph,

We are aware of the top command bug, see [1] if you are
interested in
the ticket.

As for the iptables configuration, we are still improving the
documentation and some requirements and configurations are not as
detailed as they should.

Some of the networking features have to be activated editing
/etc/one/oned.conf
I believe you just need to uncomment this hook:

VM_HOOK = [
  name  = firewall,
  on= RUNNING,
  command   = vnm/firewall,
  arguments = on $TEMPLATE,
  remote= yes ]

And restart OpenNebula with one stop; one start

Best regards,
Carlos.

[1] http://dev.opennebula.org/__issues/747
http://dev.opennebula.org/issues/747
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org http://www.OpenNebula.org
http://www.opennebula.org/ | cmar...@opennebula.org
mailto:cmar...@opennebula.org
mailto:cmar...@opennebula.org mailto:cmar...@opennebula.org__



On Wed, Jul 27, 2011 at 2:00 PM, Christoph Raible
c.rai...@science-computing.de
mailto:c.rai...@science-computing.de
mailto:c.raible@science-__computing.de
mailto:c.rai...@science-computing.de
wrote:

Am 27.07.2011 11 tel:27.07.2011%2011
tel:27.07.2011%2011:14, schrieb Héctor Sanjuán:


Hi Christoph,

it seems the ruby gem 'sequel' is not present in your
system.
This gem
is needed by the monitoring system (requirements in [1],
also
seems you
are missing sqlite3), which is used by Sunstone
(requirements in
[2]).

You can install the missing dependencies manually
issuing 'gem
install...'.

Also, in order to assure that you have all the dependencies
necessary
for OpenNebula in general, we recommend to use the
'install_gems' script
[3], which will try to install all the ruby gems for you
in their
correct versions.

For Scientific linux, this means however that you will
need to
install
the packages listed in the doc manually before the
script can
proceed to
install the gems.

Don't hesitate to write back if you have more questions,

Hector

[1]

http://opennebula.org/documentation:rel3.0:acctd_conf#requirements_installation

http://opennebula.org/__documentation:rel3.0:acctd___conf#requirements_installation

http://opennebula.org/__documentation:rel3.0:acctd___conf#requirements_installation

http://opennebula.org/documentation:rel3.0:acctd_conf#requirements_installation__

[2]
 

[one-users] [Beta 3.0] XML-RPC add lease to virtual network

2011-08-02 Thread Florin Antonescu
Hello,

Can someone tell me about how can a new lease be added to an existing
virtual network in OpenNebula 3.0 using the XML-RPC interface?

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


Re: [one-users] [Beta 3.0] XML-RPC add lease to virtual network

2011-08-02 Thread Carlos Martín Sánchez
Hi,

Looks like our documentation is missing some methods, we'll try to
update it soon.

The input parameters haven't changed, you can use the 2.2 reference for
one.vn.addleases
one.vn.rmleases

see:
http://opennebula.org/documentation:rel2.2:api

Regards.
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | cmar...@opennebula.org



On Tue, Aug 2, 2011 at 2:56 PM, Florin Antonescu
florinantone...@gmail.com wrote:
 Hello,
 Can someone tell me about how can a new lease be added to an existing
 virtual network in OpenNebula 3.0 using the XML-RPC interface?
 Thank you,
 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] [Beta 3.0] XML-RPC add lease to virtual network

2011-08-02 Thread Florin Antonescu
Thank you for the quick response.

Best regards,
Florian

2011/8/2 Carlos Martín Sánchez cmar...@opennebula.org

 Hi,

 Looks like our documentation is missing some methods, we'll try to
 update it soon.

 The input parameters haven't changed, you can use the 2.2 reference for
 one.vn.addleases
 one.vn.rmleases

 see:
 http://opennebula.org/documentation:rel2.2:api

 Regards.
 --
 Carlos Martín, MSc
 Project Major Contributor
 OpenNebula - The Open Source Toolkit for Cloud Computing
 www.OpenNebula.org | cmar...@opennebula.org



 On Tue, Aug 2, 2011 at 2:56 PM, Florin Antonescu
 florinantone...@gmail.com wrote:
  Hello,
  Can someone tell me about how can a new lease be added to an existing
  virtual network in OpenNebula 3.0 using the XML-RPC interface?
  Thank you,
  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] [Beta 3.0] Sunstone-Server error on starting

2011-08-02 Thread Ruben S. Montero
Hi,

ICMP is working at layer 3, and is one of the IP associated protocols. So
IP-table, is the right filtering technology, ebtables is mainly for the link
layer.

Could you confirm that there is no other program setting fw rules? Also
could you check a ping from other host (a vm in other host or from other
physical host)?

Regarding iptables rules backup, it can easily included in the hook.
However, these rules are VM specific and it wouldn't make sense to restore
the rules and not the associated VMs upon a host restart.

Cheers and thanks for the feedback

Ruben
On Aug 2, 2011 1:36 PM, Christoph Raible c.rai...@science-computing.de
wrote:
 Hi,

 now I tried with two VMs on the same host, but I can ping from VM to VM
 ... This looks like the Hook doesn't work.

 I also have a talk to some IPTABLE experts they think that this isn't
 working because the ICMP drop is based on Network Layer 3 and IPTABLES
 is working on Layer 2...

 They said that it will make sense when it is integrated into EBTABLES
 but not in IPTABLES.


 Next issue on this is, when I restart the Cluster-Node / Host-Node or
 IPTABLES-Service all rules are deleted this is very ugly...

 There should be a mechanism to integrate those rules by starting one
 (maybe out from database) or something else!

 Hope you understand what I mean ;)


 Regards,
 Christoph



 Am 01.08.2011 17:33, schrieb Jaime Melis:
 Hi Christoph,

 regarding the firewall hook, I've reviewed the rules and simulated your
 scenario and it's the expected behaviour. The ping should work from the
 worker node running the vm to the vm, but it won't from other vms, which
 is the purpose of the filter. Could you please start another VM and try
 pinging from there?

 Regards,
 Jaime

 2011/7/29 Christoph Raible c.rai...@science-computing.de
 mailto:c.rai...@science-computing.de

 Hi Carlos,

 this doesn't work for me... I uncomment this options and restart the
 one daemon.

 Then I create a virtual Machine with following Template:

 https://pastee.org/j6f3d

 After commenting out Default requiretty in /etc/sudoers
 creation and inserting IPTABLES rule works but have no effect...

 An IPTABLES -L shows me the following output:

 https://pastee.org/vjynr

 But I can Ping my VM... Is it possible that the Firwalling is still
 buggy? Or is this an error of my bridged network configuration?

 Regards

 Chritoph





 Am 27.07.2011 17 tel:27.07.2011%2017:16, schrieb Carlos Martín
 Sánchez:

 Hi Christoph,

 We are aware of the top command bug, see [1] if you are
 interested in
 the ticket.

 As for the iptables configuration, we are still improving the
 documentation and some requirements and configurations are not as
 detailed as they should.

 Some of the networking features have to be activated editing
 /etc/one/oned.conf
 I believe you just need to uncomment this hook:

 VM_HOOK = [
 name = firewall,
 on = RUNNING,
 command = vnm/firewall,
 arguments = on $TEMPLATE,
 remote = yes ]

 And restart OpenNebula with one stop; one start

 Best regards,
 Carlos.

 [1] http://dev.opennebula.org/__issues/747
 http://dev.opennebula.org/issues/747
 --
 Carlos Martín, MSc
 Project Major Contributor
 OpenNebula - The Open Source Toolkit for Cloud Computing
 www.OpenNebula.org http://www.OpenNebula.org
 http://www.opennebula.org/ | cmar...@opennebula.org
 mailto:cmar...@opennebula.org
 mailto:cmar...@opennebula.org mailto:cmar...@opennebula.org__



 On Wed, Jul 27, 2011 at 2:00 PM, Christoph Raible
 c.rai...@science-computing.de
 mailto:c.rai...@science-computing.de
 mailto:c.raible@science-__computing.de
 mailto:c.rai...@science-computing.de
 wrote:

 Am 27.07.2011 11 tel:27.07.2011%2011
 tel:27.07.2011%2011:14, schrieb Héctor Sanjuán:


 Hi Christoph,

 it seems the ruby gem 'sequel' is not present in your
 system.
 This gem
 is needed by the monitoring system (requirements in [1],
 also
 seems you
 are missing sqlite3), which is used by Sunstone
 (requirements in
 [2]).

 You can install the missing dependencies manually
 issuing 'gem
 install...'.

 Also, in order to assure that you have all the dependencies
 necessary
 for OpenNebula in general, we recommend to use the
 'install_gems' script
 [3], which will try to install all the ruby gems for you
 in their
 correct versions.

 For Scientific linux, this means however that you will
 need to
 install
 the packages listed in the doc manually before the
 script can
 proceed to
 install the gems.

 Don't hesitate to write back if you have more questions,

 Hector

 [1]

http://opennebula.org/documentation:rel3.0:acctd_conf#requirements_installation
 
http://opennebula.org/__documentation:rel3.0:acctd___conf#requirements_installation

 
http://opennebula.org/__documentation:rel3.0:acctd___conf#requirements_installation
 
http://opennebula.org/documentation:rel3.0:acctd_conf#requirements_installation
__

 [2]

http://opennebula.org/documentation:rel3.0:sunstone#requirements_installation
 

Re: [one-users] Addind a debian host with xen to opennebula

2011-08-02 Thread Carlos Martín Sánchez
Hi Luis,

Could you please check again that ruby is indeed installed in the
host, and not only in the front-end?
Remember also to read the xen specific requirements [1]

Regards.

[1] http://opennebula.org/documentation:rel2.2:xeng
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | cmar...@opennebula.org



2011/7/29 Luis G. Alford G. lgalf...@gmail.com:
 Hi, carlos thanks for you repley   i still have the same issu i have check
 the log file and the problem continues, please read tha attached file and
 please let me know what I can do to have this working , I have install ruby
 ans add it to the path of trhe users in the server

 thanks

 Fri Jul 29 16:12:46 2011 [ONE][I]: Init OpenNebula Log system
 Fri Jul 29 16:12:46 2011 [ONE][I]: Log Level: 3
 [0=ERROR,1=WARNING,2=INFO,3=DEBUG]
 Fri Jul 29 16:12:46 2011 [ONE][I]: 
 Fri Jul 29 16:12:46 2011 [ONE][I]:  OpenNebula Configuration File
 Fri Jul 29 16:12:46 2011 [ONE][I]: 
 Fri Jul 29 16:12:46 2011 [ONE][I]:
 --
 DB=BACKEND=mysql,DB_NAME=opennebula,PASSWD=oneadmin,PORT=0,SERVER=127.0.0.1,USER=oneadmin
 DEBUG_LEVEL=3
 DEFAULT_DEVICE_PREFIX=hd
 DEFAULT_IMAGE_TYPE=OS
 HM_MAD=EXECUTABLE=one_hm
 HOST_MONITORING_INTERVAL=600
 IMAGE_REPOSITORY_PATH=/srv/cloud/one/var//images
 IM_MAD=ARGUMENTS=xen,EXECUTABLE=one_im_ssh,NAME=im_xen
 MAC_PREFIX=02:00
 MANAGER_TIMER=15
 NETWORK_SIZE=254
 PORT=2633
 SCRIPTS_REMOTE_DIR=/var/tmp/one
 TM_MAD=ARGUMENTS=tm_nfs/tm_nfs.conf,EXECUTABLE=one_tm,NAME=tm_nfs
 VM_DIR=/srv/cloud/one/var/
 VM_HOOK=ARGUMENTS=$VMID,COMMAND=image.rb,NAME=image,ON=DONE
 VM_MAD=ARGUMENTS=xen,DEFAULT=/srv/cloud/one/etc/vmm_ssh/vmm_ssh_xen.conf,EXECUTABLE=one_vmm_sh,NAME=vmm_xen,TYPE=xen
 VM_MAD=ARGUMENTS=-t 15 -r 0
 kvm,DEFAULT=vmm_ssh/vmm_ssh_kvm.conf,EXECUTABLE=one_vmm_ssh,NAME=vmm_kvm,TYPE=kvm
 VM_POLLING_INTERVAL=600
 VNC_BASE_PORT=5900
 --
 Fri Jul 29 16:12:46 2011 [ONE][I]: Bootstraping OpenNebula database.
 Fri Jul 29 16:12:46 2011 [VMM][I]: Starting Virtual Machine Manager...
 Fri Jul 29 16:12:46 2011 [LCM][I]: Starting Life-cycle Manager...
 Fri Jul 29 16:12:46 2011 [InM][I]: Starting Information Manager...
 Fri Jul 29 16:12:46 2011 [TrM][I]: Starting Transfer Manager...
 Fri Jul 29 16:12:46 2011 [DiM][I]: Starting Dispatch Manager...
 Fri Jul 29 16:12:46 2011 [ReM][I]: Starting Request Manager...
 Fri Jul 29 16:12:46 2011 [ReM][I]: Starting XML-RPC server, port 2633 ...
 Fri Jul 29 16:12:46 2011 [HKM][I]: Starting Hook Manager...
 Fri Jul 29 16:12:46 2011 [LCM][I]: Life-cycle Manager started.
 Fri Jul 29 16:12:46 2011 [InM][I]: Information Manager started.
 Fri Jul 29 16:12:46 2011 [TrM][I]: Transfer Manager started.
 Fri Jul 29 16:12:46 2011 [DiM][I]: Dispatch Manager started.
 Fri Jul 29 16:12:46 2011 [ReM][I]: Request Manager started.
 Fri Jul 29 16:12:46 2011 [HKM][I]: Hook Manager started.
 Fri Jul 29 16:12:46 2011 [VMM][I]: Virtual Machine Manager started.
 Fri Jul 29 16:12:48 2011 [VMM][I]: Loading Virtual Machine Manager drivers.
 Fri Jul 29 16:12:48 2011 [VMM][I]:  Loading driver: vmm_xen (XEN)
 Fri Jul 29 16:12:48 2011 [VMM][I]:  Driver vmm_xen loaded.
 Fri Jul 29 16:12:48 2011 [VMM][I]:  Loading driver: vmm_kvm (KVM)
 Fri Jul 29 16:12:50 2011 [VMM][I]:  Driver vmm_kvm loaded.
 Fri Jul 29 16:12:50 2011 [InM][I]: Loading Information Manager drivers.
 Fri Jul 29 16:12:50 2011 [InM][I]:  Loading driver: im_xen
 Fri Jul 29 16:12:51 2011 [InM][I]:  Driver im_xen loaded
 Fri Jul 29 16:12:51 2011 [TM][I]: Loading Transfer Manager drivers.
 Fri Jul 29 16:12:51 2011 [VMM][I]:  Loading driver: tm_nfs
 Fri Jul 29 16:12:52 2011 [TM][I]:   Driver tm_nfs loaded.
 Fri Jul 29 16:12:52 2011 [HKM][I]: Loading Hook Manager driver.
 Fri Jul 29 16:12:53 2011 [HKM][I]:  Hook Manager loaded
 Fri Jul 29 16:13:16 2011 [ReM][D]: HostPoolInfo method invoked
 Fri Jul 29 16:13:16 2011 [ReM][D]: VirtualMachinePoolInfo method invoked
 Fri Jul 29 16:13:31 2011 [InM][I]: Monitoring host 130.129.223.30 (11)
 Fri Jul 29 16:13:32 2011 [InM][I]: Command execution fail: 'if [ -x
 /var/tmp/one/im/run_probes ]; then /var/tmp/one/im/run_probes xen
 130.129.223.30; else  exit 42; fi'
 Fri Jul 29 16:13:32 2011 [InM][I]: STDERR follows.
 Fri Jul 29 16:13:32 2011 [InM][I]: /usr/bin/env: ruby: No such file or
 directory
 Fri Jul 29 16:13:32 2011 [InM][I]: Error executing xen.rb
 Fri Jul 29 16:13:32 2011 [InM][I]: ExitCode: 127
 Fri Jul 29 16:13:32 2011 [InM][E]: Error monitoring host 11 : MONITOR
 FAILURE 11 Could not monitor host 130.129.223.30.

 Fri Jul 29 16:13:46 2011 [ReM][D]: HostPoolInfo method invoked
 Fri Jul 29 16:13:46 2011 [ReM][D]: VirtualMachinePoolInfo method invoked
 Fri Jul 29 16:13:59 2011 [ReM][D]: UserPoolInfo method invoked
 Fri Jul 29 16:14:00 2011 [ReM][D]: HostPoolInfo 

[one-users] OpenNebula SelfManaged User interface

2011-08-02 Thread Rasika Karunathilaka
Hi Team,

 Does open nebula has a user interface apart from Sunstone, which provide self 
managed features as in EC2. I need following to be done by the private cloud 
users, that is
    whenever they need a new machine,
    * They login to OpenNebula interface and select the operating system 
(It can be Window, RedHat or CentOS)  which they need and select the Memory and 
CPU Power, then just by clicking single link or button machine get created to 
them and they could access it.
        My users won't know on which machine that he is going to deploy or to 
select whatever machine which has less load. Further, he might not be a 
technical person to understand and create current template, he might just know 
OS name and following quick easy step he should be able to deploy and get what 
he needs. Does open nebula has the capability to look at the current setup 
(Network , hosts, disk space) and figure out on which machine to deploy. (Self 
Manageability) 


    OpenNebula is giving fantastic features and I really enjoyed it. if there 
is self managed user interface that will be great to have! Please let me know 
where to look for...

  

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