Re: [Openstack] Upload qcow2 image with configuration xml

2013-07-25 Thread Razique Mahroua
Hey Jack,can you show the result of$ virsh dumpxml $instance_namethanks!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 25 juil. 2013 à 07:59, "Jake G." dj_dark_jungl...@yahoo.com a écrit :Hi listers,I am trying to upload a KVM qcow2 image into Openstack, but I noticed after deploying an instance from the image,There are no NICs or other attached virtual hardware on the VM.My question is, how can I import the qcow2 disk image to include the configuration information included in the .xml which has the configfor network adapters and so on?Thank you!___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Razique Mahroua
What backend do you use?

Le 9 juil. 2013 à 12:20, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com a écrit :

 and 
 http://openstack-folsom-install-guide.readthedocs.org/en/latest/#setup-live-migration
  ?
 
 ---
 JuanFra
 
 
 2013/7/9 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com
 I am using Folsom release.
 
 I have followed the instruction on that page.
 
 
 On 9 July 2013 10:57, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:
 Diablo release? I'd recommend you use the lastest release for live migrations:
 
 http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html
  
 
 Regards,
 ---
 JuanFra
 
 
 2013/7/8 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com
 Hello al,
 
 I followed the Openstack instructions for enabling vm migration   ( 
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
  )
 
 But I can not get it working, since when I create an instance I get the 
 following error on the compute node.
 
 2013-07-08 17:01:34 9329 ERROR nova.openstack.common.rpc.amqp [-] Exception 
 during message handling
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp Traceback (most 
 recent call last):
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 
 276, in _process_data
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp rval = 
 self.proxy.dispatch(ctxt, version, method, **args)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
 line 145, in dispatch
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 getattr(proxyobj, method)(ctxt, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp temp_level, 
 payload)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 f(*args, **kw)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 176, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp pass
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 162, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 197, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 kwargs['instance']['uuid'], e, sys.exc_info())
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 191, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 839, in 
 run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 do_run_instance()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 803, in inner
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp retval = 
 f(*args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 838, in 
 do_run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 admin_password, is_first_time, instance)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 529, in 
 _run_instance
 2013-07-08 17:01:34 9329 TRACE 

Re: [Openstack] Windows Image in OpenStack

2013-07-03 Thread Razique Mahroua
Can you change the net configuration?kvm -m 2048 -cdrom windows_server_2012_x64.iso -drive file=windows_server_2012.img,if=scsi,index=0,boot=on -boot d -net nic,model=e1000, -net tap -nographic -vnc :10thanks!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 2 juil. 2013 à 11:35, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hi Razique,I have executed the below command and got a warning message as I have mentioned below. I opened the VNC from GUI in order to install the Windows image, but I was unable to locate the virtio ISO image.Do you see any problems in the command? Can you suggest any solutions in this regard?ThanksKrishnaprasadFrom:Openstack [mailto:openstack-bounces+narayana=uni-mainz...@lists.launchpad.net]On Behalf OfNarayanan, KrishnaprasadSent:Donnerstag, 27. Juni 2013 00:15To:Razique MahrouaCc:openstack@lists.launchpad.netSubject:Re: [Openstack] Windows Image in OpenStackHi,I executed the below command“kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img,if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic –vnc :1”and I got the following warning “vlan0 is not connected to host network”. Is this a valid behavior?When I connected to the VNC and tried to discover the Virtio driver, I was unable to discover it. Can anybody suggest where I am going wrong or any solution in order to get rid of the problem?ThanksKrishnaprasadFrom:Razique Mahroua [mailto:razique.mahr...@gmail.com]Sent:Samstag, 22. Juni 2013 20:23To:Narayanan, KrishnaprasadCc:openstack@lists.launchpad.netSubject:Re: [Openstack] Windows Image in OpenStackCan you try that commandkvm -m 2048 -no-reboot -boot order=d -drive file=windowsr2.img,if=virtio,boot=off -drive file=windows-2008r2.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-30.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15image001.jpgMake sure to use the good comas and spaces :-)regardRaziqueLe 21 juin 2013 à 11:58, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hi,Thanks for your response. When I execute the command (egrep ‘(vmx|svm)’ /proc/cpuinfo) in the compute node, I am getting an output that starts with “flags” and with several lines (refer image below). Any suggestions would be appreciated.image002.pngCheers,KrishnaprasadFrom:Razique Mahroua [mailto:razique.mahroua@gmail.com]Sent:Freitag, 21. Juni 2013 11:46To:Narayanan, KrishnaprasadCc:openstack@lists.launchpad.netSubject:Re: [Openstack] Windows Image in OpenStackHey Krishnaprasad,you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run :$ egrep '(vmx|svm)' /proc/cpuinfothanks!Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15image001.jpgLe 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hallo All,When I tried to execute the commands provided in the OpenStack guide for installing Windows Image, I am getting the following error: “kvm: -drive file=windows_server_2012.img: drive with bus=0, unit=0 (index=0) exists”.The command was executed on a compute node that was virtualizable. Command was “kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1”.Can anybody suggest me pointers to get rid of this problem?ThanksKrishnaprasad___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Hi,can you look at /var/log/apache2/error.log?thanks!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 2 juil. 2013 à 09:39, jt628910 jt628...@163.com a écrit :hi all:I just install openstack Grizzly , but when i login dashboard ,it showSomething went wrong!An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.my steps:1 install keystone , use sample_data.sh to init keystone2 install glance3 install nova4 install dashboardinstall openstack folsom do not have this problemttjiang___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] login openstack dashboard Grizzly error

2013-07-02 Thread Razique Mahroua
Good to know!

Le 2 juil. 2013 à 11:10, jt628910 jt628...@163.com a écrit :

 I got the reason ,thanks .
 I do not set quantum.
  
 ttjiang
  
 发件人: Razique Mahroua
 发送时间: 2013-07-02 16:24
 收件人: jt628910
 抄送: openstack
 主题: Re: [Openstack] login openstack dashboard Grizzly error
 Hi, 
 can you look at /var/log/apache2/error.log?
 thanks!
 
 Razique Mahroua - Nuage  Co
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 NUAGECO-LOGO-Fbl(07-02-17-08-22).jpg
 
 Le 2 juil. 2013 à 09:39, jt628910 jt628...@163.com a écrit :
 
 hi all:
 I just install openstack Grizzly  ,  but when i login dashboard ,it show
 Something went wrong!
 
 An unexpected error has occurred. Try refreshing the page. If that doesn't 
 help, contact your local administrator.
  
  
 my steps:
 1 install keystone , use sample_data.sh  to init keystone
 2 install glance
 3 install nova
 4 install dashboard
 install openstack folsom do not have this problem
  
 ttjiang
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Windows Image in OpenStack

2013-06-22 Thread Razique Mahroua
Can you try that commandkvm -m 2048 -no-reboot -boot order=d -drive file=windowsr2.img,if=virtio,boot=off -drive file=windows-2008r2.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-30.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1

Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Make sure to use the good comas and spaces :-)regardRaziqueLe 21 juin 2013 à 11:58, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hi,Thanks for your response. When I execute the command (egrep ‘(vmx|svm)’ /proc/cpuinfo) in the compute node, I am getting an output that starts with “flags” and with several lines (refer image below). Any suggestions would be appreciated.image002.pngCheers,KrishnaprasadFrom:Razique Mahroua [mailto:razique.mahroua@gmail.com]Sent:Freitag, 21. Juni 2013 11:46To:Narayanan, KrishnaprasadCc:openstack@lists.launchpad.netSubject:Re: [Openstack] Windows Image in OpenStackHey Krishnaprasad,you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run :$ egrep '(vmx|svm)' /proc/cpuinfothanks!Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15image001.jpgLe 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hallo All,When I tried to execute the commands provided in the OpenStack guide for installing Windows Image, I am getting the following error: “kvm: -drive file=windows_server_2012.img: drive with bus=0, unit=0 (index=0) exists”.The command was executed on a compute node that was virtualizable. Command was “kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1”.Can anybody suggest me pointers to get rid of this problem?ThanksKrishnaprasad___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Windows Image in OpenStack

2013-06-21 Thread Razique Mahroua
Hey Krishnaprasad,you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run :$ egrep '(vmx|svm)' /proc/cpuinfothanks!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad" naray...@uni-mainz.de a écrit :Hallo All,When I tried to execute the commands provided in the OpenStack guide for installing Windows Image, I am getting the following error: “kvm: -drive file=windows_server_2012.img: drive with bus=0, unit=0 (index=0) exists”.The command was executed on a compute node that was virtualizable. Command was “kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom boot=on -drive file=virtio-win-0.1-59.iso,media=cdrom,boot=off -net nic,model=virtio -nographic -vnc :1”.Can anybody suggest me pointers to get rid of this problem?ThanksKrishnaprasad___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] External gateway for a particular tenant

2013-06-04 Thread Razique Mahroua
Hi guys,I'm currently setting up a VPN site-to-site for a customer.I've been able to setup the network (I'm running in VLAN mode)...BUT I'd like now to have my instances to use the router (that's a physical equipment) as a gateway instead of the dnsmasq/bridge IP for that network.I found that thread :https://lists.launchpad.net/openstack/msg11953.htmlbut that would means all the network would have their gateway updated. Is there a solution for a network? Meanwhile I had to setup a default gateway within the instances and it's workingcheers guysRazique
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Razique Mahroua
Did you run an upgrade?try maybe :$nova-manage db sync(make a backup first)regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 23 mai 2013 à 11:19, Trinath Somanchi trinath.soman...@gmail.com a écrit :Hi Stackers-I have installed nova-compute from the source code, with command, "python setup.py install".Also, configured the configuration files.
When I start the "nova-compute" service, I get the following issues.2013-05-23 14:37:27 3124 AUDIT nova.service [-] Starting compute node (version 2013.1-LOCALBRANCH:LOCALREVISION)
2013-05-23 14:37:27 3124 DEBUG nova.virt.libvirt.driver [-] Connecting to libvirt: qemu:///system _get_connection /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/virt/libvirt/driver.py:3402013-05-23 14:37:28 INFO nova.compute.manager [req-f5cbe8c7-1fba-430d-965d-e6f72cef1ad2 None None] Updating host status
2013-05-23 14:37:28 DEBUG nova.virt.libvirt.driver [req-f5cbe8c7-1fba-430d-965d-e6f72cef1ad2 None None] Updating host stats update_status /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/virt/libvirt/driver.py:3039
2013-05-23 14:37:28 DEBUG nova.virt.libvirt.driver [req-f5cbe8c7-1fba-430d-965d-e6f72cef1ad2 None None] Connecting to libvirt: qemu:///system _get_connection /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/virt/libvirt/driver.py:340
2013-05-23 14:37:28 DEBUG nova.virt.libvirt.driver [req-f5cbe8c7-1fba-430d-965d-e6f72cef1ad2 None None] Updating host stats update_status /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/virt/libvirt/driver.py:3039
2013-05-23 14:37:29 DEBUG nova.manager [req-f5cbe8c7-1fba-430d-965d-e6f72cef1ad2 None None] Notifying Schedulers of capabilities ... publish_service_capabilities /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/manager.py:256
2013-05-23 14:37:29 3124 DEBUG nova.openstack.common.rpc.amqp [-] Making asynchronous fanout cast... fanout_cast /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/openstack/common/rpc/amqp.py:385
2013-05-23 14:37:29 3124 DEBUG nova.openstack.common.rpc.amqp [-] Pool creating new connection create /usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/openstack/common/rpc/amqp.py:582013-05-23 14:37:29 3124 INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on 10.232.91.81:5672
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/eventlet-0.12.1-py2.7.egg/eventlet/hubs/hub.py", line 346, in fire_timers  timer() File "/usr/lib/python2.7/site-packages/eventlet-0.12.1-py2.7.egg/eventlet/hubs/timer.py", line 56, in __call__
  cb(*args, **kw) File "/usr/lib/python2.7/site-packages/eventlet-0.12.1-py2.7.egg/eventlet/greenthread.py", line 194, in main  result = function(*args, **kwargs) File "/usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/service.py", line 124, in run_server
  server.start() File "/usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/service.py", line 399, in start  self.binary) File "/usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/db/api.py", line 158, in service_get_by_args
  return IMPL.service_get_by_args(context, host, binary) File "/usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/db/sqlalchemy/api.py", line 107, in wrapper  return f(*args, **kwargs)
 File "/usr/lib/python2.7/site-packages/nova-2013.1-py2.7.egg/nova/db/sqlalchemy/api.py", line 411, in service_get_by_args  filter_by(binary=binary).\ File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/orm/query.py", line 2156, in first
  ret = list(self[0:1]) File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/orm/query.py", line 2023, in __getitem__  return list(res)
 File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/orm/query.py", line 2227, in __iter__  return self._execute_and_instances(context) File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/orm/query.py", line 2242, in _execute_and_instances
  result = conn.execute(querycontext.statement, self._params) File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/engine/base.py", line 1449, in execute
  params) File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement  compiled_sql, distilled_params
 File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/engine/base.py", line 1698, in _execute_context  context) File "/usr/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-linux-ppc.egg/sqlalchemy/engine/base.py", line 1850, in _handle_dbapi_exception
  None, sys.exc_info()[2]OperationalError: (OperationalError) (1054, "Unknown column 'services.availabi

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Razique Mahroua
Hey Jay,what do you mean by "virtual memory"?regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 21 mai 2013 à 11:29, Jay Kumbhani jkumbh...@gmail.com a écrit :Is there a way to use virtual memory for instances running on openstack?ThanksJaySent from my iPad___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Glance registry

2013-05-21 Thread Razique Mahroua
Hi guys,
I'm currently facing some Glance issues, when I run glance add, I often have 
that error : 
http://pastie.org/7939182

the Glance-registry process basically just dies - and i can't find anything 
into the logs. I suspect my soft raid on the server which somehow kills the 
process.
Do you guys already faced that issue? My other question was : does 
glance-registry moves the files to /tmp first to /var/lib/glance/images or does 
it move them directly to /var/lib/glance/images?

is it possible to tune glance-registry?

regards,
Razique

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Fwd: Glance registry

2013-05-21 Thread Razique Mahroua
Ok problem solved :) pacemaker was messing with Glance : 
May 21 11:02:15 vs12 lrmd: [4089]: WARN: p_glance-registry:start process (PID 
10888) timed out (try 1).  Killing with signal SIGTERM (15).
So I just updated the primitive and set a timeout of 100 seconds, now it works 
like a charm

Razique

Début du message réexpédié :

 De : Razique Mahroua razique.mahr...@gmail.com
 Objet : Glance registry
 Date : 21 mai 2013 16:24:15 UTC+02:00
 À : Openstack Maillist openstack@lists.launchpad.net
 
 Hi guys,
 I'm currently facing some Glance issues, when I run glance add, I often have 
 that error : 
 http://pastie.org/7939182
 
 the Glance-registry process basically just dies - and i can't find anything 
 into the logs. I suspect my soft raid on the server which somehow kills the 
 process.
 Do you guys already faced that issue? My other question was : does 
 glance-registry moves the files to /tmp first to /var/lib/glance/images or 
 does it move them directly to /var/lib/glance/images?
 
 is it possible to tune glance-registry?
 
 regards,
 Razique
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Virtual memory to use

2013-05-21 Thread Razique Mahroua
You can create flavors with a swap size that will be created when the instance boots up!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 21 mai 2013 à 12:52, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com a écrit :Maybe "swap space"?---JuanFra
2013/5/21 Razique Mahroua razique.mahr...@gmail.com

Hey Jay,what do you mean by "virtual memory"?regards,
Razique Mahroua-Nuage  Co

razique.mahr...@gmail.comTel: +33 9 72 37 94 15



NUAGECO-LOGO-Fblan_petit.jpg

Le 21 mai 2013 à 11:29, Jay Kumbhani jkumbh...@gmail.com a écrit :Is there a way to use virtual memory for instances running on openstack?

ThanksJaySent from my iPad___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Razique Mahroua
Not that I'm aware of through OpenStack, but if you use libvrit, you can yes by editing the domain directly :-)regards
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 mai 2013 à 09:18, Ray Sun xiaoq...@gmail.com a écrit :For an existing running instance, Can I attach an ISO for it?

Thanks.

Best Regards-- Ray

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Multiple nova-pools (floating ips)

2013-05-17 Thread Razique Mahroua
Hi guys,I just noticed if you have multiple floating ip pools, (different subnet) with nova-network - the floating ips don't work if the second pool doesn't have any route available on the compute node (using openstack multi_host but I guess that apply even if you don't use it)for example	floating-ip range :10.0.10.0/27 - same IP range of the compute node (that has routing rules for that) : works	floating-ip range: 46.46.46.0/27 - other subnet the compute node doesn't have any route for : doesn't workBecause basically, doesn't that mean we are trying to assign two WAN routing to the same computer? if so I think it's about setting up priorities on two new routing tables:ip rule add prio 201 from IP1/NETMASK1 table 201ip rule add prio 202 from IP2/NETMASK2 table 202iproute add default via GATEWAY1 dev eth0 src IP1 proto static table 201iproute append prohibit default table 201 metric 1 proto staticiproute add default via GATEWAY2 dev eth0 src IP2 proto static table 202iproute append prohibit default table 202 metric 1 proto staticiprule add prio 221 table 221ip route add default table 221 proto staticnexthop via GATEWAY1 dev eth0 weight 2nexthop via GATEWAY2 dev eth0 weight 3How does nova-network manages the multiple pools with IP that are routed to the same nodes, even if that last doesn't have any ip within these pools?thank you!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Razique Mahroua
Not sure thereAs for the procedure, here is a good workthrough :http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua razique.mahr...@gmail.com wrote:

Not that I'm aware of through OpenStack, but if you use libvrit, you can yes by editing the domain directly :-)

Is there any blueprint for this requirement?

Best Regards-- Ray

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Changing the location of Nova's instances

2013-05-15 Thread Razique Mahroua
Hey Daniel,I think there is a flag you can put inside nova.conf but I don' recall it...Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 15 mai 2013 à 14:24, Daniel Ellison dan...@syrinx.net a écrit :Hey all,Is there a method for changing where Nova looks for its instances? When setting up my Openstack system I don't recall there being a choice as to where instances would be stored. As it happens, they're in /var/lib/nova/instances. My server is set up such that /home is a 6TB LVM volume, whereas /var/lib lives on the relatively tiny root disk.I would like to move all instances into /home/storage/nova/instances. Of course, I would shut down all instances and copy everything to the new location. But how do I convince Nova that things have changed? Also, the various libvirt.xml files have references to /var/lib/nova/instances. Is it a manual process to change these references? Or is there some magical migration command that would fix everything for me? :)Thanks,Daniel___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Changing the location of Nova's instances

2013-05-15 Thread Razique Mahroua
Just use sed and some bashing :	virsh shutdown	virsh edit X	sed - /var/lib/nova/instances - /your/new/dir		cd /var/lib/nova/instances/	sed every libvirt.xml file	qemu img-convert - /var/lib/nova/instances/_base/ -f qcow2 -O /your/new/dir		cp /var/lib/nova/instances/instance-XXX/disk /your/new/dirmake a prayer then  :	virsh start everything
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 15 mai 2013 à 15:36, "Mac Innes, Kiall" ki...@hp.com a écrit :On 15/05/13 14:22, Daniel Ellison wrote:On May 15, 2013, at 9:08 AM, "Mac Innes, Kiall" ki...@hp.com wrote:Personally, I would make use of a bind mount[1] rather than trying to relocate..A bind mount is just like a symlink, with the exception of AppArmor (and I presume SELinux) will handle it "correctly"..Ok, so I would move the entire /var/lib/nova directory to /home/storage, then do a bind mount back to /var/lib/nova? And that would require no config changes at all. Nice! Thanks for the tip, Kiall.Regards,DanielYup - Or, you could just bind mount /var/lib/nova/instances, leaving therest on the local disks (I have *no clue* if Nova will handle thatnicely.. But bind mounts certainly will ;))I use them pretty heavily inside instances to transparently re-locatedata (e.g. MySQL DB's, /var/log etc) the the instances second disk.Doing this with a symlink, or by updating my.cnf would requireadditional AppArmor config changes for the relocation to work. Using abind mount get's past this issue..Anyway - As always, read up and experiment before deciding to go toproduction!Thanks,Kiall___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] install glance+ error

2013-05-14 Thread Razique Mahroua
Just append into /etc/apt/apt.conf.d/70debconfthe following line:APT::Get::AllowUnauthenticated "true";and relaunch the upgrade then the install, you should be goodRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mai 2013 à 15:22, Mahzad Zahedi ict.mywork2...@gmail.com a écrit :# apt-get install -y glance glance-api glance-registrypython-glanceclient glance-commonReading package lists... DoneBuilding dependency treeReading state information... DoneThe following extra packages will be installed: python-glance python-json-patch python-json-pointerpython-jsonschema python-mock python-swiftclient python-warlockSuggested packages: python-ceph python-mock-docThe following NEW packages will be installed: glance glance-api glance-common glance-registry python-glanceclientpython-json-patch python-json-pointer python-jsonschema python-mockpython-swiftclient python-warlockThe following packages will be upgraded: python-glance1 upgraded, 11 newly installed, 0 to remove and 28 not upgraded.Need to get 527 kB of archives.After this operation, 2,842 kB of additional disk space will be used.WARNING: The following packages cannot be authenticated! python-json-pointer python-json-patch python-jsonschema python-swiftclientE: There are problems and -y was used without --force-yesroot@test-virtual-machine:/bin# what do I do?___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread Razique Mahroua
Hi,please see my answers below
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mai 2013 à 17:06, "Chris Bartels" ch...@christopherbartels.com a écrit :Hi,I have questions regarding this part of the Grizzly install guide that’s up on github:·Finally, don't forget to create a volumegroup and name it cinder-volumes:· dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2Gdd is a binary that allows you to copy a file - in that case from the special device to the file called "cinder-volumes" (it's cinder-volume without s actually by default)· losetup /dev/loop2 cinder-volumesYou mount that file as a loop file so cinder (Linux before that actually) will see it as a devie· fdisk /dev/loop2You format that file-device· #Type in the followings:· nYou create a new partition· pYou declare is as a primary partition· 1It' the first one· ENTERYou validate the first sector· ENTERThen the last one· tThen you change the partition type· 8e8e is the LVM code· wYou write the changes then exit :)·Proceed to create the physical volume then the volume group:· pvcreate /dev/loop2You declare a new physical LVM volume· vgcreate cinder-volumes /dev/loop2You create a new volume group on the physical volume you previously createdNote:Beware that this volume group gets lost after a system reboot. (ClickHereto know how to load it after a reboot)Yes because the loop device gets removed, you can add an entry inside fstab that would mount the loop fileFirst, I don’t know what all those commands are doing, in particular with the dd stuff, and I’m reluctant to be doing stuff with that which I don’t understand, so if someone could explain what that’s all about I’d appreciate it. If that’s how it _must_ be done, I’d like to know.Secondly, I’m wondering if I could make life easier and not have to bother with the extra stuff regarding making the vg come back after reboot, which the instructions link to how to do, if I were to simply do the cinder vg with the installer  install Ubuntu with 100GB (out of 1000GB) of the disk made available to the guided LVM partitioning during the initial install, and use the rest as a cinder-volumes vgcreate’d group that gets mounted normally at each boot like everything else does.If you have a disk dedicated for Cinder (or a cluster, whatever) you can use directly physical disks rather than a loop file. Just format your disk and create an LVM partition, then pvcreate/ vgcreate - that one will remain active after you reboot the serverWouldn’t that work? Seems easier to me.indded :)Please advise.Thanks,Chris___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelpRegards,___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] centos5.5_64bit image for openstack

2013-05-12 Thread Razique Mahroua
Thanks for the link :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 mai 2013 à 10:12, Romil Gupta romilgupt...@gmail.com a écrit :Hi Yanchen,You can get it from the below link :http://isoredirect.centos.org/centos/5/isos/x86_64/
On Fri, May 10, 2013 at 10:00 PM, yan ch yyan...@gmail.com wrote:
Hello,Is there anyone build CentOS5.5_64bit image for openstack ?
If someone own it, can you send it to my gmail.Thank you !
Regards,yanchen
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp
-- Thanks  Regards,Romil Gupta

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Help About The Documentation

2013-05-07 Thread Razique Mahroua
+1Well the best option would be a raid 1 that would ensure data safety in case one drive fails actually.There is not I think any "optimal" strategy - but since that service (Cinder/ nova-volume) aims to provide customers a safe place to put their datas into - then your best best would be a raid 1 if you have two disksRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 17:44, Sylvain Bauza sylvain.ba...@digimind.com a écrit :
  

  
  
Indeed. There is room for improvement :
  should the 2 disks be RAID1 or parts of the same VG, as said ?
  
  As it is recommended hardware, it would be interesting to know
  which kind of setup with 2 SATA disks is optimal ?
  
  Of course, it does depend a lot of the usage : if you need to boot
  from volume, I would say having 2 physical PVs is better, but if
  you need to store critical data, then the RAID one is fine.
  
  -Sylvain
  
  Le 30/04/2013 14:35, Alexandre De Carvalho a écrit:

Here the link :http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html
  

  
  regards,
  Alexandre

2013/4/30 Razique Mahroua razique.mahr...@gmail.com
  
Hi,
  can you provide us the link ?
  I think that means create an LVM VG made of two disks
(so two PV) that you will call "nova-volume"
  Regards,
  
    
      Razique Mahroua-Nuage  Co
razique.mahr...@gmail.com
Tel: +33
  9 72 37 94 15
  
  Pièce jointe.jpeg



  Le 30 avr. 2013 à 09:49, Alexandre De Carvalho
alexandre7.decarva...@gmail.com
a écrit :
  
  

  
Hi everyone !


I found these ones in the documentation :
  "Volume storage: two disks with 2 TB (SATA)
  for volumes attached to the compute nodes".
  And I don't understand this sentence. Someone
  can explain to me this sentence, please ?


Thanks !


Have a good day !
  
  
  -- 
  regards,
  Alexandre
  
  
  
  

  

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp

  

  

  
  
  
  
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



  

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-05-07 Thread Razique Mahroua
Excellent :)

Le 30 avr. 2013 à 16:29, rahul singh singh.rahul.1...@gmail.com a écrit :

 Thanks Razique, that works :)
 
 
 On Tue, Apr 30, 2013 at 10:22 AM, Razique Mahroua razique.mahr...@gmail.com 
 wrote:
 if it's an ephemeral one, just run $ fdisk -l and you will see it :)
 it's neither mounted nor formatted in the first place
 regards,
 
 Razique Mahroua - Nuage  Co
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 NUAGECO-LOGO-Fblan_petit.jpg
 
 Le 30 avr. 2013 à 16:16, rahul singh singh.rahul.1...@gmail.com a écrit :
 
 Hi,
 I installed OpenStack using devstack on a Ubuntu 12.04 VM created using 
 VirtualBox. I create an m1.small instance which should have 20GB disk. But I 
 log into the VM created by OpenStack I do not see 20GB disk space. Here is 
 my df -h output:
 
 FilesystemSize  Used Available Use% Mounted on
 /dev998.2M 0998.2M   0% /dev
 /dev/vda 54.2M  9.7M 41.7M  19% /
 tmpfs  1001.8M 0   1001.8M   0% /dev/shm
 tmpfs   200.0K 72.0K128.0K  36% /run
 
 Where is the 20GB space?
 
 Thanking you,
 Rahul.
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Help About The Documentation

2013-04-30 Thread Razique Mahroua
Hi,can you provide us the link ?I think that means create an LVM VG made of two disks (so two PV) that you will call "nova-volume"Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 09:49, Alexandre De Carvalho alexandre7.decarva...@gmail.com a écrit :Hi everyone !I found these ones in the documentation : "Volume storage: two disks with 2 TB (SATA) for volumes attached to the compute nodes". And I don't understand this sentence. Someone can explain to me this sentence, please ?
Thanks !Have a good day !-- regards,Alexandre

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread Razique Mahroua
if it's an ephemeral one, just run $ fdisk -l and you will see it :)it's neither mounted nor formatted in the first placeregards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 16:16, rahul singh singh.rahul.1...@gmail.com a écrit :Hi,I installed OpenStack using devstack on a Ubuntu 12.04 VM created using VirtualBox. I create an m1.small instance which should have 20GB disk. But I log into the VM created by OpenStack I do not see 20GB disk space. Here is my "df -h" output:
Filesystem Size Used Available Use% Mounted on/dev 998.2M 0 998.2M 0% /dev/dev/vda 54.2M 9.7M 41.7M 19% /tmpfs 1001.8M 0 1001.8M 0% /dev/shm
tmpfs 200.0K 72.0K 128.0K 36% /runWhere is the 20GB space?Thanking you,Rahul.
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance cannot authenticate

2013-04-30 Thread Razique Mahroua
Funny,I'm facing the same issue today - are glance api/ registry conf files good ? (especially the [paste_deploy] flavor=keystone for both api and registry)what $ nova -debug image-show outputs?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 18:03, Viktor Viking viktor.viking...@gmail.com a écrit :Dear Openstackers,I'm facing authentication problems when running glance commands (e.g., glance image-list)I have my environment variables set in the following way:
OS_REGION_NAME=RegionOneOS_PASSWORD=openstackOS_AUTH_URL=http://192.168.0.1:5000/v2.0OS_USERNAME=adminOS_TENANT_NAME=demoWith these env variables set, I can run "keystone endpoint-list" and I see http://192.168.0.1:5000/v2.0"  as my publicurl for the keystone endpoint. So far so good. This also proves the user=admin, pass=openstack, tenant=demo are correct.The problem happens when I try to use glance (for anything). "glance image-list" for example returns an exception plus:NotAuthenticated : 401 Unauthorized
This server could not verify that you are authorized to access the 
document you requested. Either you supplied the wrong credentials (e.g.,
 bad password), or your browser does not understand how to supply the 
credentials required.Authentication required
(HTTP 500)I don't have SERVICE_TOKEN variables set.I have seen this https://answers.launchpad.net/keystone/+question/212102 but it didn't solve my problem either.
Does anyone have a clue that might enlighten me?Thank you,Viktor
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance cannot authenticate

2013-04-30 Thread Razique Mahroua
ok problem solved here.As I was using an HA cluster between two nodes, I forgot to add a link between the public IP of my APIs and the glance services - so Glance was running on one node as the IP was running on the other oneYou can use tcpdump in order to diagnose when it fails :$ tcpdump -nvv -s0 -A -o ethX (eth1 in my case) tcp and port 5000regards
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 19:31, Razique Mahroua razique.mahr...@gmail.com a écrit :Funny,I'm facing the same issue today - are glance api/ registry conf files good ? (especially the [paste_deploy] flavor=keystone for both api and registry)what $ nova -debug image-show outputs?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpg

Le 30 avr. 2013 à 18:03, Viktor Viking viktor.viking...@gmail.com a écrit :Dear Openstackers,I'm facing authentication problems when running glance commands (e.g., glance image-list)I have my environment variables set in the following way:
OS_REGION_NAME=RegionOneOS_PASSWORD=openstackOS_AUTH_URL=http://192.168.0.1:5000/v2.0OS_USERNAME=adminOS_TENANT_NAME=demoWith these env variables set, I can run "keystone endpoint-list" and I see http://192.168.0.1:5000/v2.0"  as my publicurl for the keystone endpoint. So far so good. This also proves the user=admin, pass=openstack, tenant=demo are correct.The problem happens when I try to use glance (for anything). "glance image-list" for example returns an exception plus:NotAuthenticated : 401 Unauthorized
This server could not verify that you are authorized to access the 
document you requested. Either you supplied the wrong credentials (e.g.,
 bad password), or your browser does not understand how to supply the 
credentials required.Authentication required
(HTTP 500)I don't have SERVICE_TOKEN variables set.I have seen this https://answers.launchpad.net/keystone/+question/212102 but it didn't solve my problem either.
Does anyone have a clue that might enlighten me?Thank you,Viktor
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack] Files Injection in to Windows VMs

2013-04-24 Thread Razique Mahroua
Hi Balu,check this outhttp://www.cloudbase.it/cloud-init-for-windows-instances/It's a great tool, I just had issues myself with the Admin. password changingRegards,Razique
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 avr. 2013 à 08:17, Balamurugan V G balamuruga...@gmail.com a écrit :Hi,I am able to get File Injection to work during a CentOS or Ubuntu VM instance creation. But it doesnt work for a Windows VM. Is there a way to get it to work for windows VM or it going to be a limitation we have to live with, perhaps due to filesystem differences?
Regards,Balu
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Razique Mahroua
Hi Arindam,looks like the port you are trying to bind the process to is already used, can you run :$ netstat -tanpu | grep LISTENand paste the output?thanks!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 avr. 2013 à 11:13, Arindam Choudhury arin...@live.com a écrit :Hi,When I try to start the nova-network, I am getting this error:2013-04-24 11:12:30.926 10327 AUDIT nova.compute.resource_tracker [-] Auditing locally available compute resources2013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 74722013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free disk (GB): 182013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free VCPUS: 82013-04-24 11:12:31.183 10327 INFO nova.compute.resource_tracker [-] Compute_service record updated for aopcso1:aopcso1.uab.esroot@aopcso1:/etc/nova# cat /var/log/nova/nova-network.log2013-04-24 11:12:22.140 11502 INFO nova.manager [-] Skipping periodic task _periodic_update_dns because its interval is negative2013-04-24 11:12:22.141 11502 INFO nova.network.driver [-] Loading network driver 'nova.network.linux_net'2013-04-24 11:12:22.147 11502 AUDIT nova.service [-] Starting network node (version 2013.1)2013-04-24 11:12:23.590 11502 CRITICAL nova [-] Unexpected error while running command.Command: sudo nova-rootwrap /etc/nova/rootwrap.conf env CONFIG_FILE=["/etc/nova/nova.conf"] NETWORK_ID=1 dnsmasq --strict-order --bind-interfaces --conf-file= --domain='novalocal' --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=192.168.100.1 --except-interface=lo --dhcp-range=set:private,192.168.100.2,static,255.255.255.0,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-roExit code: 2Stdout: ''Stderr: "2013-04-24 11:12:23.481 INFO nova.manager [req-fb46a0ad-b4fa-41d9-8b1b-f1eb0170a93a None None] Skipping periodic task _periodic_update_dns because its interval is negative\n2013-04-24 11:12:23.482 INFO nova.network.driver [req-fb46a0ad-b4fa-41d9-8b1b-f1eb0170a93a None None] Loading network driver 'nova.network.linux_net'\n\ndnsmasq: failed to create listening socket for 192.168.100.1: La direcci\xc3\xb3n ya se est\xc3\xa1 usando\n"2013-04-24 11:12:23.590 11502 TRACE nova Traceback (most recent call last):2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/bin/nova-network", line 54, in module2013-04-24 11:12:23.590 11502 TRACE nova service.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 689, in wait2013-04-24 11:12:23.590 11502 TRACE nova _launcher.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 209, in wait2013-04-24 11:12:23.590 11502 TRACE nova super(ServiceLauncher, self).wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 179, in wait2013-04-24 11:12:23.590 11502 TRACE nova service.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 168, in wait2013-04-24 11:12:23.590 11502 TRACE nova return self._exit_event.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait2013-04-24 11:12:23.590 11502 TRACE nova return hubs.get_hub().switch()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch2013-04-24 11:12:23.590 11502 TRACE nova return self.greenlet.switch()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 194, in main2013-04-24 11:12:23.590 11502 TRACE nova result = function(*args, **kwargs)2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 147, in run_server2013-04-24 11:12:23.590 11502 TRACE nova server.start()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 429, in start2013-04-24 11:12:23.590 11502 TRACE nova self.manager.init_host()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 1602, in init_host2013-04-24 11:12:23.590 11502 TRACE nova super(FlatDHCPManager, self).init_host()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 345, in init_host2013-04-24 11:12:23.590 11502 TRACE nova self._setup_network_on_host(ctxt, network)2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 1617, in _setup_network_on_host2013-04-24 11:12:23.590 11502 TRACE nova self.driver.update_dhcp(elevated, dev, network)2013-04-24 11:12:23.590 11502 TRACE

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Razique Mahroua
Ok that's the Process 9033 - try a $ kill 9033 and you should be good!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 avr. 2013 à 11:52, Arindam Choudhury arin...@live.com a écrit :Hi,Thanks for your reply,Here is the output:netstat -tanpu | grep LISTENtcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 13837/epmdtcp 0 0 0.0.0.0:45746 0.0.0.0:* LISTEN 2104/rpc.statdtcp 0 0 0.0.0.0:756 0.0.0.0:* LISTEN 3123/ypbindtcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 9033/dnsmasqtcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 16165/sshdtcp 0 0 0.0.0.0:16509 0.0.0.0:* LISTEN 4267/libvirtdtcp 0 0 0.0.0.0:38465 0.0.0.0:* LISTEN 4577/glusterfstcp 0 0 0.0.0.0:38466 0.0.0.0:* LISTEN 4577/glusterfstcp 0 0 0.0.0.0:38467 0.0.0.0:* LISTEN 4577/glusterfstcp 0 0 0.0.0.0:56196 0.0.0.0:* LISTEN 15134/beam.smptcp 0 0 0.0.0.0:24007 0.0.0.0:* LISTEN 3053/glusterdtcp 0 0 0.0.0.0:50503 0.0.0.0:* LISTEN -tcp 0 0 0.0.0.0:8649 0.0.0.0:* LISTEN 4081/gmondtcp 0 0 0.0.0.0:24009 0.0.0.0:* LISTEN 4572/glusterfsdtcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 4916/mysqldtcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2093/rpcbindtcp6 0 0 :::53 :::* LISTEN 9033/dnsmasqtcp6 0 0 :::22 :::* LISTEN 16165/sshdtcp6 0 0 :::51129 :::* LISTEN 2104/rpc.statdtcp6 0 0 :::16509 :::* LISTEN 4267/libvirtdtcp6 0 0 :::5672 :::* LISTEN 15134/beam.smptcp6 0 0 :::54121 :::* LISTEN -tcp6 0 0 :::111 :::* LISTEN 2093/rpcbindSubject: Re: [Openstack] error in nova-network start-upFrom: razique.mahr...@gmail.comDate: Wed, 24 Apr 2013 11:37:15 +0200CC: openstack@lists.launchpad.netTo: arin...@live.comHi Arindam,looks like the port you are trying to bind the process to is already used, can you run :$ netstat -tanpu | grep LISTENand paste the output?thanks!Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpgLe 24 avr. 2013 à 11:13, Arindam Choudhury arin...@live.com a écrit :Hi,When I try to start the nova-network, I am getting this error:2013-04-24 11:12:30.926 10327 AUDIT nova.compute.resource_tracker [-] Auditing locally available compute resources2013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 74722013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free disk (GB): 182013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free VCPUS: 82013-04-24 11:12:31.183 10327 INFO nova.compute.resource_tracker [-] Compute_service record updated for aopcso1:aopcso1.uab.esroot@aopcso1:/etc/nova# cat /var/log/nova/nova-network.log2013-04-24 11:12:22.140 11502 INFO nova.manager [-] Skipping periodic task _periodic_update_dns because its interval is negative2013-04-24 11:12:22.141 11502 INFO nova.network.driver [-] Loading network driver 'nova.network.linux_net'2013-04-24 11:12:22.147 11502 AUDIT nova.service [-] Starting network node (version 2013.1)2013-04-24 11:12:23.590 11502 CRITICAL nova [-] Unexpected error while running command.Command: sudo nova-rootwrap /etc/nova/rootwrap.conf env CONFIG_FILE=["/etc/nova/nova.conf"] NETWORK_ID=1 dnsmasq --strict-order --bind-interfaces --conf-file= --domain='novalocal' --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=192.168.100.1 --except-interface=lo --dhcp-range=set:private,192.168.100.2,static,255.255.255.0,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-roExit code: 2Stdout: ''Stderr: "2013-04-24 11:12:23.481 INFO nova.manager [req-fb46a0ad-b4fa-41d9-8b1b-f1eb0170a93a None None] Skipping periodic task _periodic_update_dns because its interval is negative\n2013-04-24 11:12:23.482 INFO nova.network.driver [req-fb46a0ad-b4fa-41d9-8b1b-f1eb0170a93a None None] Loading network driver 'nova.network.linux_net'\n\ndnsmasq: failed to create listening socket for 192.168.100.1: La direcci\xc3\xb3n ya se est\xc3\xa1 usando\n"2013-04-24 11:12:23.590 11502 TRACE nova Traceback (most recent call last):2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/bin/nova-network", line 54, in module2013-04-24 11:12:23.590 11502 TRACE nova service.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 689, in wait2013-04-24 11:12:23.590 11502 TRACE nova _launcher.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 209, in wait2013-04-24 11:12:23.590 11502 TRACE nova super(ServiceLauncher, self).wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 179, in wait2013-04-24 11:12:23.590 11502 TRACE nova service.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 168, in wait2013-04-24 11:12:23.590 11502 TRACE nova return self._exit_event.wait()2013-04-24 11:12:23.590 11502 TRACE nova File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait2013-04

Re: [Openstack] Should we discourage KVM block-based live migration?

2013-04-24 Thread Razique Mahroua
Thanks for the clarification Daniel
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 avr. 2013 à 17:59, "Daniel P. Berrange" d...@berrange.com a écrit :On Wed, Apr 24, 2013 at 11:48:35AM -0400, Lorin Hochstein wrote:In the docs, we describe how to configure KVM block-based live migration,and it has the advantage of avoiding the need for shared storage ofinstances.However, there's this email from Daniel Berrangé from back in Aug 2012:http://osdir.com/ml/openstack-cloud-computing/2012-08/msg00293.html"Block migration is a part of the KVM that none of the upstream developersreally like, is not entirely reliable, and most distros typically do notwant to support it due to its poor design (eg not supported in RHEL).It is quite likely that it will be removed in favour of an alternativeimplementation. What that alternative impl will be, and when I willarrive, I can't say right now."Based on this info, the OpenStack Ops guide currently recommends againstusing block-based live migration, but the Compute Admin guide has nowarnings about this.I wanted to sanity-check against the mailing list to verify that this wasstill the case. What's the state of block-based live migration with KVM?Should we say be dissuading people from using it, or is it reasonable forpeople to use it?What I wrote above about the existing impl is still accurate. The newblock migration code is now merged into libvirt and makes use of anNBD server built-in to the QMEU process todo block migration. APIwise it should actually work in the same way as the existing deprecatedblock migration code. So if you have new enough libvirt and new enoughKVM, it probably ought to 'just work' with openstack without needingany code changes in nova. I have not actually tested this myselfthough.So we can probably update the docs - but we'd want to checkout justwhat precise versions of libvirt + qemu are needed, and have someonecheck that it does in fact work.Regards,Daniel-- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :||: http://libvirt.org -o- http://virt-manager.org :||: http://autobuild.org -o- http://search.cpan.org/~danberr/ :||: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to configure nova-network for a single node

2013-04-23 Thread Razique Mahroua
Great one!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 23 avr. 2013 à 17:09, Eric Marques marque...@free.fr a écrit :Dear Daniel,I'm working at a company that has published an article on this subject.http://sysadmin.smile.fr/post/2013/04/23/Use-flat-network-with-OpenStackHope it will help you,Regards,Le 23/04/2013 14:44, Daniel Ellison a écrit :Hi all,I've slowly been configuring a single server with OpenStack for a proof-of-concept I want to present to my managers. This single server is co-located and directly exposed to the Internet. It has one active Ethernet port (eth0) and one inactive and disconnected Ethernet port (eth1). I've already set up br100 over eth0 (I was using KVM on this machine previously, so bridging was already set up). This machine has an entire class "C" IPv4 network (256 IPs) available to it.I have both Keystone and Glance in place so far. I'm now working on configuring Nova, specifically nova-network. For this PoC there's no need to get into the (perceived) complexities of Quantum, though Quantum will eventually be a big selling point, I believe.I'm not yet sure of how to configure this server for networking. I want VMs to be assigned public IPs from my pool, but also be on an internal network (albeit all on the one server). I've read "Libvirt Flat Networking" and "Libvirt Flat DHCP Networking" as well as many other pages pertaining to nova-network configuration. I know this should be a simple setup, but the various pages have done more to confuse me than anything else.My /etc/network/interfaces is similar to that on the "Libvirt Flat Networking" page, except I'm using static setup for the bridge as I've assigned an IP from my network to the server. So it looks more like this:auto loiface lo inet loopback pre-up iptables-restore  /etc/iptables.up.rulesauto eth0iface eth0 inet manualauto br100iface br100 inet static network 204.187.138.0 gateway 204.187.138.1 address 204.187.138.2 broadcast 204.187.138.255 netmask 255.255.255.0 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0So after all that, how best should I configure nova-network on this single server? I appreciate any guidance in advance, and am more than willing to answer any questions to clarify my setup or intentions.Thanks!Daniel___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud Foundry experience, please

2013-04-18 Thread Razique Mahroua
True,I'd be interested to know what you come up with :)Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 avr. 2013 à 16:29, Ilkka Tengvall ilkka.tengv...@cybercom.com a écrit :On 17.04.2013 12:06, Razique Mahroua wrote:Ilkka, are you interested by CF per se, or what it proposes?It seems to do the things I want to do, so trying to weight here if it's the right tool for the job: Manage the PaaS things over different clouds.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Glance] 404 after upgrading to grizzly

2013-04-17 Thread Razique Mahroua
Good to know man!weird indeed though...
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 11:21, Heiko Krämer i...@honeybutcher.de a écrit :All right Guys,command back. Glance wasn't apparently the "bad guy" in this case. I'vecheck swift and all stored files and I found that the image files arenot available. I think any goes wrong with the upgrade of swift but allother stored files of customers are present  It's totaly crazy :)I need only upload the images again and take snapshots But it's very strange that i've lost these images and glance means thatall are present.However GreetingsHeikoOn 16.04.2013 10:39, Heiko Krämer wrote:Heyho Guys,i've a strange issue with glance after I've upgraded from Folsom toGrizzly. All Images are stored in swift!I see all Images and the image details too but I can't download ormodify this images. Nova-compute can't download it too.root@api2:~# glance image-list+--++-+--+++| ID | Name | Disk Format |Container Format | Size | Status |+--++-+--+++| a9d4488d-305d-44ee-aded-923a9f3e7aa2 | Cirros-Test | qcow2 |bare | 9761280 | active || b7dcf14e-4a1d-4370-86d8-7e4d2f5792f8 | default(12.04) | qcow2 |bare | 251527168 | active |+--++-+--+++root@api2:~# glance image-download a9d4488d-305d-44ee-aded-923a9f3e7aa2test.imgRequest returned failure status.404 Not FoundSwift could not find image at URI. (HTTP 404)So i've checked, the db migrations have worked i think (example):++--+---+-+-++-+| id | image_id |value | created_at | updated_at | deleted_at | deleted |++--+---+-+-++-+| 25 | a9d4488d-305d-44ee-aded-923a9f3e7aa2 |swift+https://service%3Aglance:@xx:35357/v2.0/glance/a9d4488d-305d-44ee-aded-923a9f3e7aa2| 2013-03-11 16:30:08 | 2013-03-11 16:30:09 | NULL | 0 |I can't see any errors in Log's of the glance services (Debug mode on)or Keystone logs. In addition I don't see a request in my swift log.I've running all Services in Folsom without problems, so my Keystoneendpoints should be ok:| de64976ee0974ddca7f2c6cfb3fe0fae | nova |https://swift.xxx.de/v1/AUTH_%(tenant_id)s |https://10.0.0.103/v1/AUTH_%(tenant_id)s | https://10.0.0.103/v1 | a7a2021c32354e6caff8bef14e1c5eb3 |I've upgraded last week my hole stack to grizzly and all have worked,yesterday i've upgraded glance and swift and now i can't start anyinstance :) because no images was found.I tried to upload a new image and download it after the process finishedand it works normally.Do anyone have same trouble ? If you need more informations please ask :)Greetings and thanksHeiko___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Razique Mahroua
Interesting to have feedback on that as well.Ilkka, are you interested by CF per se, or what it proposes?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 avr. 2013 à 10:42, Ilkka Tengvall ilkka.tengv...@cybercom.com a écrit :Hi fellow stackers,I would like to hear your opinion and experience of using Cloud Foundry in front of OpenStack. I'm evaluating open source hybrid cloud management options, an CF raises mixed feelings while I read about it. Any opinion about the following subjects?1. CF web page tells to use Essex. Is it Grizzly compatible, or is the info accurate?2. Does the open development model work in the project, is vmware open enough to take in patches?3. Is there active community of openstack developers/users taking part to CF to keep up with OS development?4. Any other opinions and experience you think I (anyone) should be aware of it?Thanks for any hands on experience,Ilkka Tengvall // Cybercom___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Razique Mahroua
haha that is what I had in mind actually...being myself more and more interested by it.OpenShift origin seems to lack of any implementation model/ documentation around unfortunately
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 avr. 2013 à 11:10, Heling Yao yaohel...@gmail.com a écrit :Maybe OpenShift from Redhat?
在 2013-4-17 下午5:06,"Razique Mahroua" razique.mahr...@gmail.com写道:
Interesting to have feedback on that as well.Ilkka, are you interested by CF per se, or what it proposes?
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 17 avr. 2013 à 10:42, Ilkka Tengvall ilkka.tengv...@cybercom.com a écrit :Hi fellow stackers,
I would like to hear your opinion and experience of using Cloud Foundry in front of OpenStack. I'm evaluating open source hybrid cloud management options, an CF raises mixed feelings while I read about it. Any opinion about the following subjects?
1. CF web page tells to use Essex. Is it Grizzly compatible, or is the info accurate?2. Does the open development model work in the project, is vmware open enough to take in patches?3. Is there active community of openstack developers/users taking part to CF to keep up with OS development?
4. Any other opinions and experience you think I (anyone) should be aware of it?Thanks for any hands on experience,Ilkka Tengvall // Cybercom___Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Fwd: [openStack] deleting instances

2013-04-16 Thread Razique Mahroua
Hi Deepak,that means the instance is not yet totally started, it is still building (meaning the base files being sent to the compute node roughly)You need to wait a bit for it to become "active"Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 10:37, "Deepak A.P" swift007.dee...@gmail.com a écrit :Hi  I tried rebooting the instance got the below errornova reboot instance_id"ERROR: Cannot 'reboot' while instance is in vm_state building (HTTP 409) (Request-ID: req-f83dab03-9db0-4cec )"what could be issue ?-- Forwarded message --
From: Deepak A.P swift007.dee...@gmail.comDate: Fri, Apr 5, 2013 at 4:29 PMSubject: [openStack] deleting instances
To: openstack@lists.launchpad.netHii have created a list of instance using an active image, Now i want to
delete those instances , I have installed both Euca2ool and Nova client , with both of the utilities
i tried terminating the instances as beloweuca-terminate-instances i-0001after executing the above command i get
INSTANCEi-0001does it means that the instance is terminated ?then i ran the euca-describe-instancescommand

i still see the above instance i-0001 in the listhow can i know the list of running instances ? and where to set the maximum quota for creating
instances ?-- Cheers,Deepak

-- Cheers,Deepak

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [openStack] deleting instances

2013-04-16 Thread Razique Mahroua
You can check the logs, especially the /var/log/nova/nova-compute.log oneRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 11:01, Deepak A.P swift007.dee...@gmail.com a écrit :HI ,   i waited for more than 24 hrs after creating the instance but still the instance shows as 'BUILDING' , i think the instance is stuck some where while running
   how can i debug the instance to know wt exactly is the problem ?On Tue, Apr 16, 2013 at 2:19 PM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hi Deepak,that means the instance is not yet totally started, it is still building (meaning the base files being sent to the compute node roughly)
You need to wait a bit for it to become "active"Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 16 avr. 2013 à 10:37, "Deepak A.P" swift007.dee...@gmail.com a écrit :
Hi  I tried rebooting the instance got the below errornova reboot instance_id"ERROR: Cannot 'reboot' while instance is in vm_state building (HTTP 409) (Request-ID: req-f83dab03-9db0-4cec )"what could be issue ?-- Forwarded message --

From: Deepak A.P swift007.dee...@gmail.comDate: Fri, Apr 5, 2013 at 4:29 PMSubject: [openStack] deleting instances

To: openstack@lists.launchpad.netHii have created a list of instance using an active image, Now i want to

delete those instances , I have installed both Euca2ool and Nova client , with both of the utilities
i tried terminating the instances as beloweuca-terminate-instances i-0001after executing the above command i get
INSTANCEi-0001does it means that the instance is terminated ?then i ran the euca-describe-instancescommand


i still see the above instance i-0001 in the listhow can i know the list of running instances ? and where to set the maximum quota for creating
instances ?-- Cheers,Deepak

-- Cheers,Deepak

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp
-- Cheers,Deepak

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [openstack] Virsh list show empty table

2013-04-16 Thread Razique Mahroua
nope, not at all,what "ps axl | grep kvm" outputs?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 13:14, Sylvain Bauza sylvain.ba...@digimind.com a écrit :
  

  
  
Try issuing "sudo virsh list --all" to
  get all XML files defined.
  
  -Sylvain
  
  Le 16/04/2013 11:14, Wangpan a écrit:


  
  
  
  
  
  Firstly, it may
  because your services stopped running, as you list at the last
  mail.
  so you can't create an instance successfully.
  
  Otherwise, it may because you should add sudo before virsh
list, like 'sudo virsh list'.
  
  2013-04-16
  
  

  Wangpan
  
  

  发件人:Deepak A.P
  发送时间:2013-04-1617:09
  主题:[Openstack]
  [openstack] Virsh list show empty table
  收件人:"OpenStack
  Mailing
List"openstack@lists.launchpad.net,"openstack-operat...@lists.openstack.org"openstack-operat...@lists.openstack.org
  抄送:
  
  
  Hi,


  i have created an instance of flavor 'tiny' , when
  i ran 'virsh list' command it shows a


empty table all below




virsh list


Id NameState
  -
  
  
  
  
  any help on this ?
  
  
  
  
  -- 
  Cheers,
  Deepak 
  

  
  
  
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



  

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [openStack] instance status

2013-04-16 Thread Razique Mahroua
Check your nova.conf - looks like you are using a non-existing physical interface
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 10:52, Wangpan hzwang...@corp.netease.com a écrit :Looks like all of your nova sevices are stopped runing, and what the result of 'service nova-compute status'?2013-04-16Wangpan发件人:Deepak A.P发送时间:2013-04-1614:36主题:Re: [Openstack] Fwd: Re: [openStack] instance status收件人:"Aaron Rosen"aro...@nicira.com抄送:"openstack-operat...@lists.openstack.org"openstack-operat...@lists.openstack.org,"OpenStack Mailing List"openstack@lists.launchpad.netopenstack@openStack:~$ sudo service ntp status* NTP server is runningOn Fri, Apr 12, 2013 at 11:22 AM, Aaron Rosenaro...@nicira.comwrote:Do you have NTP configured? If the nodes running nova-compute have clocks that differ from each other the status shows XXX . (Not sure why it's done this way though).AaronOn Thu, Apr 11, 2013 at 10:44 PM, Deepak A.Pswift007.dee...@gmail.comwrote:-- Forwarded message --From:Deepak A.Pswift007.dee...@gmail.comDate: Tue, Apr 9, 2013 at 2:25 PMSubject: Re: Re: [Openstack] [openStack] instance statusTo: Wangpan hzwang...@corp.netease.comHello,The output of 'nova-manage service list'  command is   BinaryHostZone  Status State  Updated_Atnova-computeopenStack  novaEnabled  XXX2012-04-03nova-networkopenStack novaEnabled XXX   2012-04-03nova-scheduler   openStack novaEnabled XXX   2012-04-05nova-cert   openStack novaEnabled XXX   2012-04-05On Tue, Apr 9, 2013 at 12:21 PM, Wangpanhzwang...@corp.netease.comwrote:What the result of running 'nova-manage service list', 'sudo' may be needed bynon-root user.2013-04-09Wangpan发件人:Deepak A.P发送时间:2013-04-0913:54主题:Re: [Openstack] [openStack] instance status收件人:"sachin tripathi"sachinku...@gmail.com抄送:"OpenStack Mailing List"openstack@lists.launchpad.netBelow is output which i got on running 'nova console-log'nova console-logd46530e2-.Error: The server has either erred or either incapable of performing the requested operation. HTTP(500) (Request-ID: req-be41c539...)i tried the other nova commands like 'nova reboot' , ' nova reload' but got the similar error,and logs are not created under '/var/log/nova/'stuck with the above issue On Tue, Apr 9, 2013 at 10:32 AM, sachin tripathisachinku...@gmail.comwrote:Hello,You can check the console logsnova console-log instance_idOn the api node, you can find /var/log/nova/nova-*.log,And from "nova show instance_id " get the hypervisor hostname and check the hypervisor compute-log too.Hope, this will give some info to start troubleshoot.+SachinOn Tue, Apr 9, 2013 at 10:03 AM, Deepak A.Pswift007.dee...@gmail.comwrote:Hello,After launching the instance i waited for long time , but still the status of the instance shows 'BUILD' , the flavor of the image is 'm1.small' . Is there any work around to know what's happening with theinstance ?. Are there any logs where i can check the instance launch status ?On Sat, Apr 6, 2013 at 12:01 AM, Lloyd Dewolflloydost...@gmail.comwrote:On Fri, Apr 5, 2013 at 4:18 AM, Deepak A.Pswift007.dee...@gmail.comwrote:Hi ,  i have a list of instances created using the below command  nova boot myInstance --image 0e2f43a8-e614-48ff-92bd-be0c68da19f4   --flavor 2 --key_name openstack
  i ran the below command to check the status of instancesnova listall the instances show status as  "BUILD" , how to se the status of the image to"ACTIVE " , i tried rebooting the instance am getting the below errorOnce the instance finishes building then it will be in the "active" state. Depending on the image, flavor and configuration starting an instance can take a long time. I would suggest first trying with a small image like Cirrus and using a "tiny" flavor.http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.htmlHope that helps,--@lloyddewolfhttp://www.pistoncloud.com/--Cheers,Deepak___Mailing list:https://launchpad.net/~openstackPost to   :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help  :https://help.launchpad.net/ListHelp--Cheers,Deepak--Cheers,Deepak--Cheers,Deepak___Mailing list:https://launchpad.net/~openstackPost to   :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help  :https://help.launchpad.net/ListHelp--Cheers,Deepak___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp__

Re: [Openstack] HA with pacemaker on Folsom

2013-04-16 Thread Razique Mahroua
Hi Jean-Daniel,they have the default UID that were given to them when they were created on the system - so it' s not the same on both. As for the user, the mysql dir belongs to the mysql user and the rabbitmq to the rabbitmq userMySQL : 700 (/var/lib/mysql)RabbitMQ : 755 (/var/lib/rabbitmq)Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 avr. 2013 à 06:38, Jean-Daniel BUSSY silversurfer...@gmail.com a écrit :A​re your mysql users have same id?​ What are the permissions of in your drbd fs when mounted on the master node?


BUSSY Jean-Daniel

On Tue, Apr 16, 2013 at 10:39 AM, Jean-Daniel BUSSY silversurfer...@gmail.com wrote:


H​i Razique,




I am using ubuntu 12.04.2. ​My corosync configuration file ishttp://paste2.org/IBY38WwM




​I am using the interface of the address ​172.16.1.13



​ and fForeground corosync is launching fine and using the ​default configuration file fine.



It's quite confusing
BUSSY Jean-DanielCloud Engineer | GREE
Mobile: +81 090-3317-1337Email: silversurfer...@gmail.com



Mobile mail:jakku...@docomo.ne.jp
On Tue, Apr 16, 2013 at 2:37 AM, Razique Mahroua razique.mahr...@gmail.com wrote:



Hi Jean-Daniel,the script works fine for me - I never bothered about the UIDs, which OS are you running?Regards,
Razique Mahroua-Nuage  Co



razique.mahr...@gmail.comTel: +33 9 72 37 94 15







NUAGECO-LOGO-Fblan_petit.jpg

Le 15 avr. 2013 à 18:30, Jean-Daniel BUSSY silversurfer...@gmail.com a écrit :



Hi stackers,






I am trying the Pacemaker approach to integrate HA to folsom on ubuntu 12.04.2I followed the guide at http://docs.openstack.org/trunk/openstack-ha/content/ch-controller.html






​This is my first try with Pacemaker so I think I am missing something trivial here:









​Mysql HA​​Machine A havemysql:x:105:111:MySQL Server,,,:/nonexistent:/bin/false






Machine B havemysql:x:106:112:MySQL Server,,,:/nonexistent:/bin/false






​is uid of the files in drbd0 is ​set to uid 105 the failover will only work on Machine Aif uid is set to 106, then failover will only work on Machine B






​(to trigger failover I stop pacemaker and ​corosync service)Should the Machine A and B's mysql user share the same UID?






Should I set pacemaker to change the userid befre starting the service first? Is that possible?






I couldn't get corosync fired up with the upstart script and have to fire it on the frontend. Is the service script working for you?





cheersBUSSY Jean-Daniel

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net



Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] fail to connect to server (novnc problem)

2013-04-13 Thread Razique Mahroua
Hey Ralph,could you have a look at the two following files:/var/log/nova/novnc.log/var/log/nova/nova-consoleauth.logcheers!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 13 avr. 2013 à 14:39, Ralph lewis kale...@outlook.com a écrit :Hi guysi've problem with my vnc console!! when i launch one instance, i can access with ssh but i think it will be preferable to access with console!! but my vnc still not working. message: fail to connect to server (novnc problem).we installed novnc and vnc-consoleauthhere's the configuration we did for vnc:--novnc_enable=true--novnc_proxy_base_url=http://192.168.1.11/vnc_auto.html--vncserver_proxyclient_address=127.0.0.1--vncserver_listen=127.0.0.1please tell me if i forgot to install a specific thing to make this console working!!PS: i followed stackgeek tutorial.KAN MELEDJE RALPH LEWIS---Master RT Université de SavoieElève-ingénieur Réseau  Télécom ESTEM-Casablanca___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] controller and network node, same machine?

2013-04-12 Thread Razique Mahroua
You just need to want it badly enough :^)What version of OpenStack are you using? Which guides did you read ?Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 avr. 2013 à 15:05, Mohammed Amine SAYA asaya.openst...@gmail.com a écrit :Hi Steve,Why do you say that?I am curious to learn about the difficulties you have had.I also tried to have controller node and network node running on the same machine but I have never
managed to ping a running VM in this configuration with FOLSOM release. Everything was working finebut impossible to ping a VM.Amine.
On Fri, Apr 12, 2013 at 2:40 PM, Steve Heistand steve.heist...@nasa.gov wrote:
so Im beginning to think my attempts at getting a controller node and a network
node to be on the same physical machines/OS are doomed.

is it even possible to have all the controller and network node features on
the same box? Aside from one of them being in a VM that is.

thanks

s

--

Steve Heistand  NASA Ames Research Center
SciCon Group   Mail Stop 258-6
steve.heist...@nasa.gov (650) 604-4369 Moffett Field, CA 94035-1000

"Any opinions expressed are those of our alien overlords, not my own."

# For Remedy#
#Action: Resolve  #
#Resolution: Resolved#
#Reason: No Further Action Required #
#Tier1: User Code  #
#Tier2: Other#
#Tier3: Assistance #
#Notification: None #


___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] using Glusterfs for instance storage

2013-04-11 Thread Razique Mahroua
Hi JP,my bet is that this is a writing permissions issue. Does nova has the right to write within the mounted directory?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 avr. 2013 à 16:36, John Paul Walters jwalt...@isi.edu a écrit :Hi,We've started implementing a Glusterfs-based solution for instance storage in order to provide live migration. I've run into a strange problem when using a multi-node Gluster setup that I hope someone has a suggestion to resolve.I have a 12 node distributed/replicated Gluster cluster. I can mount it to my client machines, and it seems to be working alright. When I launch instances, the nova-compute log on the client machines are giving me two error messages:First is a qemu-kvm error: could not open disk image /exports/instances/instances/instance-0242/disk: Invalid argument(full output at http://pastebin.com/i8vzWegJ)The second error message comes a short time later ending with nova.openstack.common.rpc.amqp Invalid: Instance has already been created(full output at http://pastebin.com/6Ta4kkBN)This happens reliably with the multi-Gluster-node setup. Oddly, after creating a test Gluster volume composed of a single brick and single node, everything works fine.Does anyone have any suggestions?thanks,JP___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] using Glusterfs for instance storage

2013-04-11 Thread Razique Mahroua
Also,you can import manually one instance and see if it boots.$ cd/exports/instances/instances/instance-0242$ virsh define libvirt.xml$ virsh start instance-0242and see if it boots, if so, we should start looking somewhere else
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 avr. 2013 à 20:14, Vishvananda Ishaya vishvana...@gmail.com a écrit :You should check your syslog for app armor denied messages. It is possibleapp armor is getting in theway here.VishOn Apr 11, 2013, at 8:35 AM, John Paul Walters jwalt...@isi.edu wrote:Hi Sylvain,I agree, though I've confirmed that the UID and GID are consistent across both the compute nodes and my Glusterfs nodes.JPOn Apr 11, 2013, at 11:22 AM, Sylvain Bauza sylvain.ba...@digimind.com wrote:
  

  
  
Agree.
  As for other shared FS, this is *highly* important to make sure
  Nova UID and GID are consistent in between all compute nodes. 
  If this is not the case, then you have to usermod all instances...
  
  -Sylvain
  
  Le 11/04/2013 16:49, Razique Mahroua a écrit:


  
  Hi JP,
  my bet is that this is a writing permissions issue. Does nova
has the right to write within the mounted directory?
  
 Razique Mahroua-Nuage  Co
razique.mahr...@gmail.com
Tel:

+33 9 72 37 94 15
  
  



  Le 11 avr. 2013 à 16:36, John Paul Walters jwalt...@isi.edu

a écrit :
  
  Hi,

We've started implementing a Glusterfs-based solution for
instance storage in order to provide live migration. I've
run into a strange problem when using a multi-node Gluster
setup that I hope someone has a suggestion to resolve.

I have a 12 node distributed/replicated Gluster cluster. I
can mount it to my client machines, and it seems to be
working alright. When I launch instances, the nova-compute
log on the client machines are giving me two error messages:

First is a qemu-kvm error: could not open disk image
/exports/instances/instances/instance-0242/disk: Invalid
argument
(full output at http://pastebin.com/i8vzWegJ)

The second error message comes a short time later ending
with nova.openstack.common.rpc.amqp Invalid: Instance has
already been created
(full output at http://pastebin.com/6Ta4kkBN)

This happens reliably with the multi-Gluster-node setup.
Oddly, after creating a test Gluster volume composed of a
single brick and single node, everything works fine.

Does anyone have any suggestions?

thanks,
JP


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
  


  
  
  
  
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



  

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] private cloud

2013-03-28 Thread Razique Mahroua
+1more infos needed :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 28 mars 2013 à 03:52, Kuo Hugo tonyt...@gmail.com a écrit :Hi Ralph Lewis ,The configuration could be variety .Would you mind which project of OpenStack do you want to try it out ?
1. For a quick and global view , you can try to usehttp://devstack.org/ . It's not for production though. But you can run it in a VM for testing. 
2. Depends on different openstack project , there're plenty of configurations . Which project do you want Nova / Glance / Keystone /Swift / Quantum / Cinder ?
Let me know that if I can do anything for you.CheersHugo2013/3/28 Ralph lewis kale...@outlook.com



Could i Have a complete configuration for openstack running in local? (private cloud)KAN MELEDJE RALPH LEWIS
---Master RT Université de Savoie
Elève-ingénieur Réseau  Télécom ESTEM-Casablanca 		 	   		  
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp
-- +Hugo Kuo+h...@swiftstack.comtonyt...@gmail.com
+886 935004793

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] New site for questions http://ask.openstack.org

2013-03-27 Thread Razique Mahroua
Wow amazing :D
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 mars 2013 à 23:15, Stefano Maffulli stef...@openstack.org a écrit :The OpenStack Foundation has launched a new and improved service tohelp OpenStack users, operators and developers exchange informationand find answers to their questions.Go to http://ask.openstack.org and get familiar with it, askquestions there and search for answers.If you want to be a moderator and help others by giving answers please contact me.The new service Ask OpenStack will take the place of the old forumsany time now (the dns for forums.openstack.org will point toask.openstack.org)Unfortunately I have found no way to reach current users of the old forums. If you know somebody that used to use forums.openstack.org please tell them to use http://Ask.OpenStack.org instead.thanks,stef___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] novnc not working (No such RPC function validate_console_port ) - fix

2013-03-27 Thread Razique Mahroua
HiChathura,what version of OpenStack were you using ? (in both cases)thank you, glad you sorted it out!
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 mars 2013 à 18:10, Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com a écrit :Hello,I get "Failed to connect to server (code: 1006)" error message on the dashboard when I try to view the VNC panel.I get the following error on the in the controller./var/log/nova/nova-consoleauth.log

2013-03-26 16:55:49 16471 ERROR nova.openstack.common.rpc.amqp [-] Exception during message handling2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp Traceback (most recent call last):

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 276, in _process_data2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   rval = self.proxy.dispatch(ctxt, version, method, **args)

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py", line 145, in dispatch2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   return getattr(proxyobj, method)(ctxt, **kwargs)

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/consoleauth/manager.py", line 107, in check_token2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   if self._validate_token(context, token):

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/consoleauth/manager.py", line 99, in _validate_token2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   token['console_type'])

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/compute/rpcapi.py", line 267, in validate_console_port2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   None, instance))

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/proxy.py", line 80, in call2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   return rpc.call(context, self._get_topic(topic), msg, timeout)

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/__init__.py", line 108, in call2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   return _get_impl().call(cfg.CONF, context, topic, msg, timeout)

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/impl_kombu.py", line 718, in call2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   rpc_amqp.get_connection_pool(conf, Connection))

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 369, in call2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   rv = list(rv)

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp  File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 337, in __iter__2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp   raise result

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp RemoteError: Remote error: AttributeError No such RPC function 'validate_console_port'2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.p

y", line 276, in _process_data\n  rval = self.proxy.dispatch(ctxt, version, method, **args)\n', u' File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py", line 148, in dispatch\n  raise AttributeError("No such RPC function \'%s\'" % method)\n', u"AttributeError: No such RPC function 'validate_console_port'\n"].

2013-03-26 16:55:49 16471 TRACE nova.openstack.common.rpc.amqp2013-03-26 16:55:49 16471 ERROR nova.openstack.common.rpc.common [-] Returning exception Remote error: AttributeError No such RPC function 'validate_console_port'

[u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 276, in _process_data\n  rval = self.proxy.dispatch(ctxt, version, method, **args)\n', u' File "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py", line 148, in dispatch\n  raise AttributeError("No such RPC

function \'%s\'" % method)\n', u"AttributeError: No such RPC function 'validate_console_port'\n"]. to caller2013-03-26 16:55:49 16471 ERROR nova.openstack.common.rpc.common [-] ['Traceback (most recent call last):\n', ' File 

Re: [Openstack] error VNC

2013-03-27 Thread Razique Mahroua
What about the logs ?

Le 27 mars 2013 à 10:44, Ralph lewis kale...@outlook.com a écrit :

 here is my nova.conf state:
 
 # LOGS/STATE
 --verbose
 --logdir=/var/log/nova
 --state_path=/var/lib/nova
 --lock_path=/var/lock/nova
 --allow_admin_api=true
 --use_deprecated_auth=false
 --cc_host=192.168.106.199
 --nova_url=http://192.168.106.199:8774/v1.1/
 --routing_source_ip=192.168.106.199
 --s3_host=192.168.106.199
 --ec2_host=192.168.106.199
 --ec2_url=http://192.168.1.250:8773/services/Cloud
 --keystone_ec2_url=http://192.168.106.199:5000/v2.0/ec2tokens
 --scheduler_driver=nova.scheduler.simple.SimpleScheduler
 --root_helper=sudo nova-rootwrap
 # AUTHENTICATION
 --auth_strategy=keystone
 # VOLUMES
 --iscsi_helper=tgtadm
 --iscsi_ip_prefix=192.168.22
 # DATABASE
 --sql_connection=mysql://nova:SQLPASSWD@192.168.106.199/nova
 # COMPUTE
 --libvirt_type=kvm
 --connection_type=libvirt
 --libvirt_use_virtio_for_bridges=true
 --api_paste_config=/etc/nova/api-paste.ini
 --allow_resize_to_same_host=True
 --start_guests_on_host_boot=true
 --resume_guests_state_on_host_boot=true
 # RABBITMQ
 --rabbit_host=192.168.106.199
 # GLANCE
 --image_service=nova.image.glance.GlanceImageService
 --glance_api_servers=192.168.106.199:9292
 # NETWORK
 --network_manager=nova.network.manager.FlatDHCPManager
 --dhcpbridge_flagfile=/etc/nova/nova.conf
 --dhcpbridge=/usr/bin/nova-dhcpbridge
 --fixed_range=192.168.2.0/24
 --flat_network_dhcp_start=192.168.2.2
 --flat_network_bridge=br100
 --flat_interface=eth1
 --network_size=32
 --flat_injected=False
 --my_ip=192.168.106.199
 --floating_range=192.168.106.0/24 
 --force_dhcp_release
 --public_interface=eth0
 # NOVNC CONSOLE
 --vnc_enabled=true
 --novncproxy_base_url=http://192.168.106.199:6080/vnc_auto.html
 --vncserver_proxyclient_address=127.0.0.1
 --vncserver_listen=127.0.0.1
 
 KAN MELEDJE RALPH LEWIS 
 ---
 Master RT Université de Savoie - France
 Elève-ingénieur Réseau  Télécom ESTEM-Casablanca
 
 
 Subject: Re: [Openstack] error VNC
 From: razique.mahr...@gmail.com
 Date: Wed, 27 Mar 2013 09:44:32 +0100
 CC: openstack@lists.launchpad.net
 To: kale...@outlook.com
 
 Hi Ralph,
 please check the following log files in /var/log/nova/ : 
 - nova-compute.log
 - nova-network.log
 - nova-api.log
 
 You should at least find something in one of these
 
 Regards
 
 
 Razique Mahroua - Nuage  Co
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 NUAGECO-LOGO-Fblan_petit.jpg
 
 Le 26 mars 2013 à 18:59, Ralph lewis kale...@outlook.com a écrit :
 
 Hi everybody!!
 
 I try to make cloud computing solution via openstack but i got this following 
 errors :
 --   Unable to get VNC console for instance 
 5d61d175-cbec-45de-9458-9dc829e15277.
 --   Unable to get log for instance 5d61d175-cbec-45de-9458-9dc829e15277
 
 and i cannot reach the openstack machine with a ping.
 
 So if you have solutions, please help me.
 
 
 KAN MELEDJE RALPH LEWIS 
 ---
 Master RT Université de Savoie - France
 Elève-ingénieur Réseau  Télécom ESTEM-Casablanca
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Ceilometer] Grizzly RC1 released

2013-03-26 Thread Razique Mahroua
Fantastic.Great work :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 mars 2013 à 16:47, Julien Danjou jul...@danjou.info a écrit :Hi,We're pleased to announce that the RC1 version for the Grizzly releaseof Ceilometer is available! https://launchpad.net/ceilometer/grizzly/grizzly-rc1Unless release-critical issues are found that warrant a releasecandidate respin, this version will be formally released as theCeilometer 2013.1 version on April 4. You are therefore stronglyencouraged to test and validate this tarball.If you find an issue that could be considered release-critical, pleasefile it at: https://bugs.launchpad.net/ceilometer/+filebugNote that the "master" branch for Ceilometer is now open for Havanadevelopment, and feature freeze restriction no longer apply.-- Julien Danjou-- Free Software hacker - freelance consultant-- http://julien.danjou.info___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-21 Thread Razique Mahroua
great guide, thanks a lot !
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 21 mars 2013 à 15:26, Jean-Baptiste RANSY jean-baptiste.ra...@alyseo.com a écrit :
  

  
  
Hello Thiago,
  
  I think it's better to use rootwrap in sudoers :
  
  nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap
  /etc/nova/rootwrap.conf *
  cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap
  /etc/cinder/rootwrap.conf *
  quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap
  /etc/quantum/rootwrap.conf *
  
  NOTE : with quantum (l3, dhcp, etc ..) you can encounter issue
  with rootwrap, especially with namespaces (i don't know if this is
  still the case)
  To fix that, just add 'root_helper = sudo
  /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf' in the .ini
  file of each quantum service.
  
  I don't know why root_helper isn't in each quantum service sample
  files if it must be configured ... is it normal or not ?
  If this addition (to add root_helper in each ini file) should not
  be necessary, I think i identified the root problem.
  In the dhcp_agent for example, just need to replace each
  occurrences of 'self.conf.root_helper' by 'self.root_helper'
  
  If someone has the answer, let me know if I should open a bug or
  not.
  
  Regards,
  
  
  jbr_
  
  
  On 03/21/2013 01:19 AM, Martinx - ジェームズ wrote:


  1 problem fixed with:



  visudo
  
  
  ---
  quantum ALL=NOPASSWD: ALL
  cinder ALL=NOPASSWD: ALL
  nova ALL=NOPASSWD: ALL
  ---



Guide updated...
  
  

On 20 March 2013 19:51, Martinx - ジェームズ
  thiagocmarti...@gmail.com
  wrote:
  

  Hi!
  
  
  I'm working with Grizzly G3+RC1 on top of Ubuntu
12.04.2 and here is the guide I wrote:
  
  
  Ultimate OpenStack Grizzly Guide
  
  
  It covers:
  
  
  * Ubuntu 12.04.2
  * Basic Ubuntu setup
  * KVM
  * OpenvSwitch
  * Name Resolution for OpenStack components;
  * LVM for Instances
  * Keystone
  * Glance
  * Quantum - Single Flat, Super Green!!
  * Nova
  * Cinder / tgt
  * Dashboard
  
  
  It is still a draft but, every time I deploy Ubuntu
and Grizzly, I follow this little guide...
  
  
  I would like some help to improve this guide... If
I'm doing something wrong, tell me! Please!
  
  
  Probably I'm doing something wrong, I don't know
yet, but I'm seeing some errors on the logs, already
reported here on this list. Like for example:
nova-novncproxy conflicts with novnc (no VNC console for
now), dhcp-agent.log / auth.log points to some problems
with `sudo' or the `rootwarp' subsystem when dealing
with metadata (so it isn't working)...
  
  
  But in general, it works great!!
  
  
  Best!
  Thiago

  


  
  
  
  
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



  

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack] Images need to be stored in Glance or SWIFT?

2013-03-14 Thread Razique Mahroua
Hi,it depends basically on what you are looking for - you can store the images in both, but Swift is more of an project aimed to propose and high-available and high-tolerant object store. Not saying that Glance doesn't do that - but Glance is more of a repository actuallyRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mars 2013 à 06:46, Balamurugan V G balamuruga...@gmail.com a écrit :Ok, got some info at http://docs.openstack.org/diablo/openstack-image-service/admin/content/configuring-the-swift-storage-backend.html.
Looks like Glance supports multiple storage backends (Filesystem storage being the default) and it can be configured to use SWIFT. So then SWIFT is a complementary project for OpenStack and not really an absolute requirement!
Regards,Balu On Thu, Mar 14, 2013 at 11:07 AM, Balamurugan V G balamuruga...@gmail.com wrote:
Hi,The OpenStack Installation document at http://docs.openstack.org/folsom/basic-install/content/ as well as the guide at https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst  do not talk about installing SWIFT. And in my setup (going by the install guide in git), I see that the images are stored in Glance. How does SWIFT come in to the picture, my understanding was that the Images will be stored in SWIFT and Glance is a catalog only.

Can some one throw some light on how to use SWIFT? I need to create a multi site storage for Images and SWIFT can perhaps help me with it.Regards,Balu

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Announcing Elastic Hadoop on OpenStack project

2013-03-14 Thread Razique Mahroua
Amazing!will follow that :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mars 2013 à 00:24, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com a écrit :Great fusion of strong IT buzzwords!!JuanFra
2013/3/13 Sergey Lukjanov slukja...@mirantis.com

Hello community,At Mirantis within our customer and partner base we see growing demand to deploy and run Hadoop clusters on OpenStack cloud and manage them via an OpenStack API.


The main goal of this initiative, codenamed EHO (Elastic Hadoop on OpenStack), is to create native OpenStack component for fast provisioning and operating Hadoop clusters on demand.


The key features are as follows:* Open source;* Native for OpenStack;* Support for different Hadoop distributions;* Fast clusters provisioning (e.g. for deploying Dev or QA environments);


* Elastic MapReduce job execution similar to Amazon EMRWe would appreciate all for your feedback and comments.Here are the key links:* Project blueprint: https://wiki.openstack.org/wiki/EHO | http://eho.mirantis.com/index.html


* Roadmap: https://wiki.openstack.org/wiki/EHO/Roadmap | http://eho.mirantis.com/roadmap.html

* API draft: http://eho.mirantis.com/restapi/v02.html
* Sources: https://github.com/mirantis/eho* Launchpad project: https://launchpad.net/eho

* Quickstart: http://eho.mirantis.com/quickstart.html
* Horizon pages screenshots: http://eho.mirantis.com/horizon/index.htmlIf you would like to ask some questions or make proposals, feel free to reply to this message in OpenStack mailing list or reach us on #eho irc channel at freenode. Typically somebody from our team will be online at irc from 6:00 to 20:00 UTC. You can also contact EHO community directly by email mailto:e...@lists.launchpad.net (please, note that your email address should be registered in launchpad, otherwise your mail will be ignored by mailing system).


We're going to hold public weekly meetings on Thursday at 18:00 UTC on our irc channel.Also we would greatly appreciate if you consider contributing to EHO project. For both docs and code, simply send us pull requests via github.


--Sergey LukjanovMirantis Inc.

___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Fwd: Issues with nova x-509-

2013-03-05 Thread Razique Mahroua
Ok I finally resolved my issue,I have two instances of nova-cert running on my HA controllers, I created a new nova-cert primitive, restarted the cloudpipe instance, now the openvpn worksRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Début du message réexpédié :De : Razique Mahroua razique.mahr...@gmail.comObjet : Issues with nova x-509-Date : 5 mars 2013 15:03:04 UTC+01:00À : "openstack@lists.launchpad.net OpenStack" openstack@lists.launchpad.netHi,I'm facing a issue with cloudpipe that is driving me crazy. My cloudpipe vpn keys used to work for a tenant, but for one another, (regular) it doesn't work.I basically create a certificate :$ nova x509-create-certWrote private key to pk.pemWrote x509 certificate to cert.pem$ nova x509-get-root-certWrote x509 root cert to cacert.pemnow if I verify both cert. and private key, they match :$ openssl x509 -noout -modulus -in cert.pem | openssl md5(stdin)= 93259863d334911d55be20db96709e66$openssl rsa -noout -modulus -in pk.key | openssl md5(stdin)= 93259863d334911d55be20db96709e66but if I want to verify the CA against the cert, then it doesn't match :$openssl verify -CAfile cacert.pem cert.pemcert.pem: C = US, ST = California, O = OpenStack, OU = NovaDev, CN = 9b1ed48626fa46b7-2c3d0e28ec564cbe-2013-03-05T13:49:04Zerror 7 at 0 depth lookup:certificate signature failure140284857550496:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100:140284857550496:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:721:140284857550496:error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib:a_verify.c:221:Thus I obtain the following errors in openvpn :http://paste.openstack.org/show/32787/If I verify the CA against the certs located in /var/lib/nova/CA/projects/ it works :openssl verify -CAfile /var/lib/nova/CA/projects/$project-Id/cacert.pem /var/lib/nova/CA/projects/$project-Id/newcerts/14.pem/var/lib/nova/CA/projects/9b1ed48626fa46b7b81f21ef21979069/newcerts/14.pem: OKand the md5 seems good as well :$openssl x509 -noout -modulus -in /var/lib/nova/CA/projects/$project-id/newcerts/14.pem | openssl md5But if I chose that certificate, I have the same errors...Is there any way to reset all the tenants CA, and clean a bit ?(the nova certificates tables references files that are missing (/var/lib/nova/CA/projects/9b1ed48626fa46b7b81f21ef21979069/newcerts/17.pem is an entry while the file doesn't exist)Best regards,RaziqueRazique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Working with disk images

2013-03-01 Thread Razique Mahroua
Hi,looks like you only have the disc image - you can use that doc for creating the kernel and initrd (ramdisk) :http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-custom-images.html#d6e6784After you have the three, upload to your image repository both kernel and ramdisk, and provide their id to the image with the following flags "kernel_id" and "ramdisk_id"Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 28 févr. 2013 à 17:52, Samuel Winchenbach swinc...@gmail.com a écrit :[swinchen@strongbad etc]$ cat debian_versionsqueeze/sid
On Thu, Feb 28, 2013 at 11:46 AM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hey Samuel,What OS is it?
Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 28 févr. 2013 à 17:19, Samuel Winchenbach swinc...@gmail.com a écrit :
Hi all,

I was recently tasked with creating a VM from an existing disk image.  I was given a "dd" of what appears to be / and a tarball of the contents of /home.

What do you think the best course of action is to get these into something workable for openstack? Everything I have done so far has been using pre-made images.

Thanks,

Sam
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Mirror in Online the VM

2013-03-01 Thread Razique Mahroua
Ok in such case you would setup an HA environment, check this out :http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.htmlWhen you say you have vmotion, does that mean both OpenStack controller are VMware virtual machines?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 25 févr. 2013 à 17:13, Frans Thamura fr...@meruvian.org a écrit :Just got vmotionYes like that.Frans Thamura
Meruvian
Integrated Hypermedia Solution Provider
On Feb 25, 2013 10:51 PM, "Razique Mahroua" razique.mahr...@gmail.com wrote:
I mean, is every box running all the OpenStack services (nova-compute, network, volumes, API, so forth and so so on):)
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 20 févr. 2013 à 22:25, Frans Thamura fr...@meruvian.org a écrit :On Thu, Feb 21, 2013 at 4:17 AM, Razique Mahroua razique.mahr...@gmail.com wrote:


Hi Frans,so basically, what you are looking for is a mirroring solution for your OpenStack deployment that has been made on two servers?Are both All-in-One (eg they both provide all the OpenStack services and configured ISO?)


thanksyes, we can call it online mirror-ingwhat do u mean of all in one?F



Razique Mahroua-Nuage  Co


razique.mahr...@gmail.comTel: +33 9 72 37 94 15





NUAGECO-LOGO-Fblan_petit.jpg

Le 20 févr. 2013 à 22:07, Frans Thamura fr...@meruvian.org a écrit :hi alli have a question


i am working to make a mirror or live replication bretween 2 PC forOpenSTack, so if 1 server down, the other will take over, and i hopethe user dont know it.i got also vmotion in vmware,can we do it in openstack?


thx for the helpF___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net


Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Weird issue with cloudpipe and network

2013-03-01 Thread Razique Mahroua
Hi guys,friday mystery is here :$ nova cloudpipe-listERROR: The resource could not be found. (HTTP 404)-  In nova-api.log :2013-03-01 06:04:51 TRACE nova.api.openstack RemoteError: Remote error: NetworkNotFoundForUUID Network could not be found for uuid ad83565e-c0bb-4722-affe-6b89e716b74fMy tenant have a network, but it's not that uuid. (tenant uuid is :2fea8003-etc...)My first question is : where does that uuid comes from ?• Then, if I create a dummy network with that uuid (ad83565e, etc..) : (note that I only insert a field in "networks" table, with the uuid and "deleted" set to 0$ nova cloudpipe-list+--+---+++|  Project Id   |  Public IP | Public Port | Internal IP |+--+--+-++| 9b1ed48626fa46b7b81f21ef21979069 | None | None   |  192.168.5.2  || 9b1ed48626fa46b7b81f21ef21979069 | None | 1000   | 192.168.5.2   |+-+---+-++Looks like that uuid is cached somehow ?Cheers
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Eseex, XP instances and DHCP service (vlan mode)

2013-02-28 Thread Razique Mahroua
Ok , 
actually the dnsmasq 2.61 did solved the issue, I didn't noticed openstack was 
using the old version.
After a ln -s /usr/local/sbin/dnsmasq /usr/sbin/dnsmasq it's all good now :)



Le 21 févr. 2013 à 18:03, Sylvain Bauza sylvain.ba...@digimind.com a écrit :

 I did had trouble with DHCP leasing with 2K3 R2 using Essex. At first boot, 
 the lease was taken from our corporate DHCP server instead of nova-network 
 dnsmasq.
 I also noticed in EventViewer that, as you mention, DHCP leases were 
 sometimes forgotten.
 
 After long time investigating, I had to answer, neither no fix. The only 
 workaround was to isolate physically our Essex setup to make sure DHCP 
 broadcast was not reaching our corp Win2k DHCP server.
 
 Sorry, I admit this is not a clear solution, only the move to Quantum with 
 ProviderRouter fixed my issue.
 
 -Sylvain
 
 Le 21/02/2013 17:47, Razique Mahroua a écrit :
 Hi Guys,
 I'm currently using OPS Essex - from the Canonical repos.
 I'm running an heterogenous set of instanes (Ubutu, Debian, CentOS, Server 
 2K3 R2, 2K8, etc..)
 I'm facing an issue with the XP instances, all are running the SP3 in 64bits 
 - What happens is that sometimes they are not able to renew their IP address 
 toward the DHCP server, thus dropping all network connectivity. I've 
 upgraded all my dnsmasq services by compiling the version 2-61 - according 
 to that thread (https://lists.launchpad.net/openstack/msg11696.html)
 and let the long lease times in case of, but that doesn't change - I still 
 see in the event viewer of XP a warning about the DHCP service complaining 
 about a timeout.
 
 Any help would be much appreciated - my options are now as short as a hobbit
 cheers
 
 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com mailto:razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 
 
 
 
 ___
 Mailing list:https://launchpad.net/~openstack
 Post to :openstack@lists.launchpad.net
 Unsubscribe :https://launchpad.net/~openstack
 More help   :https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Working with disk images

2013-02-28 Thread Razique Mahroua
Hey Samuel,What OS is it?
Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 28 févr. 2013 à 17:19, Samuel Winchenbach swinc...@gmail.com a écrit :Hi all,
I was recently tasked with creating a VM from an existing disk image.  I was given a "dd" of what appears to be / and a tarball of the contents of /home.
What do you think the best course of action is to get these into something workable for openstack? Everything I have done so far has been using pre-made images.
Thanks,
Sam
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Announcing superglance (convenience wrapper for glanceclient)

2013-02-26 Thread Razique Mahroua
Thanks a lot Richard,will try this out :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 févr. 2013 à 01:50, Richard Goodwin richard.good...@rackspace.com a écrit :







Most of you are probably already pretty familiar with Major Hayden's "supernova" utility, which is indispensable for working with even moderately complex Nova deployments.  As I spend most of my days with Glance here @ Rackspace, I felt quite envious
 of these productive Nova folk, and decided to forge ahead and make "superglance".


Code can be found here:https://github.com/rtgoodwin/superglance


It is heavily and thankfully based on "supernova", so should be pretty easy to work with out of the box (and thanks to the excellent docs I borrowed from Major, with his blessings!). Clone it, install it, setup your config file, and if you're into the
 whole brevity thing, maybe alias it to "sg". 


Enjoy my little contribution to the community; it's a small thing, but I use it probably 40 times a day and couldn't imagine going a day without it!



Richard Goodwin
Product Manager: Imaging/Glance
Ideation | Intellection | Activator | Relator | Responsibility
Phone: (512) 788 5403 – Cell: (512) 736-7897(Austin)
Skype:rtgoodwin-
 Yahoo:richardtgoodwin
AIM: dellovision - IRC: goody / rgoodwin




___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Mirror in Online the VM

2013-02-25 Thread Razique Mahroua
I mean, is every box running all the OpenStack services (nova-compute, network, volumes, API, so forth and so so on):)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 20 févr. 2013 à 22:25, Frans Thamura fr...@meruvian.org a écrit :On Thu, Feb 21, 2013 at 4:17 AM, Razique Mahroua razique.mahr...@gmail.com wrote:

Hi Frans,so basically, what you are looking for is a mirroring solution for your OpenStack deployment that has been made on two servers?Are both All-in-One (eg they both provide all the OpenStack services and configured ISO?)

thanksyes, we can call it online mirror-ingwhat do u mean of all in one?F


Razique Mahroua-Nuage  Co

razique.mahr...@gmail.comTel: +33 9 72 37 94 15



NUAGECO-LOGO-Fblan_petit.jpg

Le 20 févr. 2013 à 22:07, Frans Thamura fr...@meruvian.org a écrit :hi alli have a question

i am working to make a mirror or live replication bretween 2 PC forOpenSTack, so if 1 server down, the other will take over, and i hopethe user dont know it.i got also vmotion in vmware,can we do it in openstack?

thx for the helpF___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] VM guest can't access outside world.

2013-02-25 Thread Razique Mahroua
HiIs the Ip forwarding enabled on the server?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 25 févr. 2013 à 22:15, Barrow Kwan barrowk...@yahoo.com a écrit :Hi,I just installed Folsom on CentOS 6.3 ( single host with two NIC ). I can launch VM fine and VM get an IP address. I associate a floating IP, create security group to allow ssh and I can ssh to the VM with the floating IP ( from a non-openstack node on the same physical network ). What could be wrong on my setup ? I am using Quantum with linuxbridge.thanks___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Suggestions for shared-storage cluster file system

2013-02-24 Thread Razique Mahroua
Excellent, good to know,thank you Diego :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 19 févr. 2013 à 22:22, Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com a écrit :We have used Gluster for small deployments, but lately we have changed our mind. Basically we have bet on Gluster for 2013 because of:- 10GbE everywhere, and Gluster MUST run in 10GbE (or Infiniband)

- 3.3 release fixes some issues when locking big files: Granular locking- libgfapi reborn, no more FUSE overhead- QEMU 1.3 comes with GlusterFS block driverhttp://raobharata.wordpress.com/2012/10/29/qemu-glusterfs-native-integration/

- Success cases everywhereRegarding our tests, NetApp and Nexenta outperforms Gluster, but let's say we now can live with this performance penalty because cost per bit and horizontal scalability are really good.

CheersDiego--

Diego ParrillaCEO

www.stackops.com|diego.parri...@stackops.com|+34 649 94 43 29 |skype:diegoparrilla




On Tue, Feb 19, 2013 at 9:57 PM, Razique Mahroua razique.mahr...@gmail.com wrote:

Hey Marco,have you been able to run some performance test on your Gluster cluster?Thanks :)
Razique Mahroua-Nuage  Co

razique.mahr...@gmail.comTel: +33 9 72 37 94 15





Le 18 févr. 2013 à 14:20, Marco CONSONNI mcocm...@gmail.com a écrit :Hello Sam,

I've tried two of them: NFS and Gluster.Some problems with the former (migration didn't work properly), no problem with the latter.I vote for Gluster.Hope it helps,Marco.
On Fri, Feb 15, 2013 at 4:40 PM, Samuel Winchenbach swinc...@gmail.com wrote:


Hi All,Can anyone give me a recommendation for a good shared-storage cluster filesystem?  I am running kvm-libvirt and would like to enable live migration.




I have a number of hosts (up to 16) each with 2xTB drives. These hosts are also my compute/network/controller nodes. The three I am considering are:GlusterFS - I have the most experience with this, and it seems the easiest.




CephFS/RADOS - Interesting because glance supports the rbd backend. Slightly worried because of this though "Important:




 Mount the CephFS filesystem on the client machine, not the cluster machine." (I wish it said why...) and "CephFS is not quite as stable as the block device and the object storage gateway."





Lustre - A little hesitant now that Oracle is involved with it.

If anyone has any advice, or can point out another that I should consider it would be greatly appreciated.



Thanks!



Sam
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack Eseex, XP instances and DHCP service (vlan mode)

2013-02-21 Thread Razique Mahroua
Hi Guys,I'm currently using OPS Essex - from the Canonical repos.I'm running an heterogenous set of instanes (Ubutu, Debian, CentOS, Server 2K3 R2, 2K8, etc..)I'm facing an issue with the XP instances, all are running the SP3 in 64bits - What happens is that sometimes they are not able to renew their IP address toward the DHCP server, thus dropping all network connectivity. I've upgraded all my dnsmasq services by compiling the version 2-61 - according to that thread (https://lists.launchpad.net/openstack/msg11696.html)and let the long lease times in case of, but that doesn't change - I still see in the event viewer of XP a warning about the DHCP service complaining about a timeout.Any help would be much appreciated - my options are now as short as a hobbitcheers
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Mirror in Online the VM

2013-02-20 Thread Razique Mahroua
Hi Frans,so basically, what you are looking for is a mirroring solution for your OpenStack deployment that has been made on two servers?Are both All-in-One (eg they both provide all the OpenStack services and configured ISO?)thanks
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 20 févr. 2013 à 22:07, Frans Thamura fr...@meruvian.org a écrit :hi alli have a questioni am working to make a mirror or live replication bretween 2 PC forOpenSTack, so if 1 server down, the other will take over, and i hopethe user dont know it.i got also vmotion in vmware,can we do it in openstack?thx for the helpF___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] external dhcp server instead of dnsmasq

2013-02-19 Thread Razique Mahroua
Hi,I'm not sure the "dhcp-host" configuration option exists actually. As for having one another host in VLAN mode is something I'd be interested to know as wellRegards,Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 19 févr. 2013 à 08:05, Ritesh Nanda riteshnand...@gmail.com a écrit :Hello ,Is it possible to use external dhcp server , instead of dnsmasq .I am using openstack essex, with vlan manager as network, I have a need where i need to implement dynamic dns, so using dhcp3 as dhcp-server and bind9 as dns is possible.

Or is there any way in openstack i can implement dynamic dns in openstack.One more problem which i am facing , dnsmasq has a option to assign static ip to a particular hostname using dhcp-hostparameter in dnsmasq config file.

i tried it doing by defining the config file of dnsmasq in nova.conf--dnsmasq_config_file=/etc/nova/dnsmasq.confthen in dnsmasq config file i gave options for a particular subnet.

dhcp-range=Tenant-operator,10.0.50.3,10.0.50.254,255.255.255.0,24hdhcp-option=Tenant-operator,6,10.0.50.7domain=operator.com,10.0.50.0/24,local

dhcp-host=importantmachine,10.0.50.120these all options are working except dhcp-host.Can anybody help me with this.-- With Regards 

Ritesh Nanda




___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problems with drbd + pacemaker in HA

2013-02-19 Thread Razique Mahroua
+1From the HA guide :4 Steps to solve the Split-BrainManually choose a node which data modifications will be discarded. We call it the split brain victim.Choose wisely, all modifications will be lost! When in doubt run a backup of the victim's data before you continue.When running a Pacemaker cluster, you can enable maintenance mode. If the split brain victim is in Primary role, bring down all applications using this resource.Now switch the victim to Secondary role:victim# drbdadm secondary resourcevictim# drbdadm disconnect resourcevictim# drbdadm -- --discard-my-data connect resourcefor DRBD 8.4.x:victim# drbdadm connect --discard-my-data resourceResync will start automatically if the survivor was in WFConnection network state.If the split brain survivor is still in Standalone connection state, reconnect it:survivor# drbdadm conn:)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 19 févr. 2013 à 09:51, Sébastien Han han.sebast...@gmail.com a écrit :Hi,If you stop the resource this is perfectly normal to get a resource diskless and unconfigured since you asked pacemaker to stop it. You just need to reconnect properly the resource 0 (guess it's the mysql one). For this, it's more or less the same operation as this one:http://www.drbd.org/users-guide-8.3/s-resolve-split-brain.html

Cheers

--Regards,Sébastien Han.
On Tue, Feb 19, 2013 at 2:38 AM, Samuel Winchenbach swinc...@gmail.com wrote:

Hi All,


I recently switched from CentOS 6.3 to Ubuntu LTS server and have started encountering some really odd problems with drbd and pacemaker.  everything seems to work well until I stop a resource or migrate itl at which point drbd either becomes "Diskless" or "Unconfigured". I am not sure what is happening but I never had this problem in CentOS. 


pacemaker configuration: http://paste2.org/p/2905943


drbd configuration:http://paste2.org/p/2905965


syslog output:http://paste2.org/p/2905988


drbd state problems:http://paste2.org/p/2905951


If someone could take a quick look at this I would be very grateful, I have been fighting this for a couple days now.


Thanks,Sam 



___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Suggestions for shared-storage cluster file system

2013-02-19 Thread Razique Mahroua
Hey Marco,have you been able to run some performance test on your Gluster cluster?Thanks :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 févr. 2013 à 14:20, Marco CONSONNI mcocm...@gmail.com a écrit :Hello Sam,I've tried two of them: NFS and Gluster.Some problems with the former (migration didn't work properly), no problem with the latter.I vote for Gluster.Hope it helps,Marco.
On Fri, Feb 15, 2013 at 4:40 PM, Samuel Winchenbach swinc...@gmail.com wrote:
Hi All,Can anyone give me a recommendation for a good shared-storage cluster filesystem?  I am running kvm-libvirt and would like to enable live migration.


I have a number of hosts (up to 16) each with 2xTB drives. These hosts are also my compute/network/controller nodes. The three I am considering are:GlusterFS - I have the most experience with this, and it seems the easiest.


CephFS/RADOS - Interesting because glance supports the rbd backend. Slightly worried because of this though "Important:


 Mount the CephFS filesystem on the client machine, not the cluster machine." (I wish it said why...) and "CephFS is not quite as stable as the block device and the object storage gateway."



Lustre - A little hesitant now that Oracle is involved with it.

If anyone has any advice, or can point out another that I should consider it would be greatly appreciated.

Thanks!

Sam
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Doubt with apt-get

2013-02-18 Thread Razique Mahroua
That what I would say also - never sure. Dump your database and save your configuration files, depending on when you run an upgrade for the last time :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 févr. 2013 à 20:05, Aaron Rosen aro...@nicira.com a écrit :Anything is possible with upgrading but hopefully not :POn Mon, Feb 18, 2013 at 4:18 AM, Guilherme Russi luisguilherme...@gmail.com wrote:
Hello guys,I got a message from my Ubuntu Server 12.04 about upgrade somethings, the upgrades include Linux Headers and some upgrades for openstack's components. My question is, if I apply the upgrades, my openstack system can break off?


Thank you.Guilherme.
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack][Swift] Error while starting container, account, object servers.

2013-02-13 Thread Razique Mahroua
I think it's the object-server which cannot bind the IP. Have you updated all the configuration files for it in order not to have the same bidings ports ?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 févr. 2013 à 09:42, Sujay M sujay@gmail.com a écrit :My account-server configuration (Similarly other servers on 6010, 6011)root@vm0:~# cat /etc/swift/account-server.conf [DEFAULT]bind_ip = 10.0.2.16bind_port = 6012devices = /mnt

mount_check = falsedisable_fallocate = trueuser = ubuntueventlet_debug = true[pipeline:main]pipeline = account-server[app:account-server]use = egg:swift#account[account-replicator]

vm_test_mode = yes[account-auditor][account-reaper]Output of netstat -plProto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 *:ssh *:* LISTEN 135/sshd 

tcp6 0 0 [::]:ssh [::]:* LISTEN 135/sshd udp 0 0 *:bootpc *:* 184/dhclient3 Active UNIX domain sockets (only servers)

Proto RefCnt Flags Type State I-Node PID/Program name Pathunix 2 [ ACC ] STREAM LISTENING 12674 1/init @/com/ubuntu/upstartunix 2 [ ACC ] SEQPACKET LISTENING 14327 143/udevd /run/udev/control

ouput of ps -Alroot@vm0:~# ps -AlF S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD4 S 0 1 0 0 80 0 - 6083 poll_s ? 00:00:00 init

1 S 0 70 1 0 80 0 - 3797 poll_s ? 00:00:00 upstart-socket1 S 0 117 1 0 80 0 - 4308 poll_s ? 00:00:00 upstart-udev-b4 S 0 135 1 0 80 0 - 12489 poll_s ? 00:00:00 sshd

5 S 0 143 1 0 80 0 - 5334 ep_pol ? 00:00:00 udevd5 S 101 151 1 0 80 0 - 45982 poll_s ? 00:00:00 rsyslogd1 S 0 184 1 0 80 0 - 1816 poll_s ? 00:00:00 dhclient3

4 S 0 229 1 0 80 0 - 3188 n_tty_ lxc/tty4 00:00:00 getty4 S 0 240 1 0 80 0 - 3188 n_tty_ lxc/tty2 00:00:00 getty4 S 0 241 1 0 80 0 - 3188 n_tty_ lxc/tty3 00:00:00 getty

1 S 0 249 1 0 80 0 - 4778 hrtime ? 00:00:00 cron4 S 0 307 1 0 80 0 - 13613 wait lxc/console 00:00:00 login4 S 0 309 1 0 80 0 - 3188 n_tty_ lxc/tty1 00:00:00 getty

5 S 0 387 143 0 80 0 - 5333 ep_pol ? 00:00:00 udevd5 S 0 388 143 0 80 0 - 5333 ep_pol ? 00:00:00 udevd4 S 1000 400 307 0 80 0 - 4525 wait lxc/console 00:00:00 bash

4 S 0 430 400 0 80 0 - 9075 poll_s lxc/console 00:00:00 sudo4 S 0 431 430 0 80 0 - 4525 wait lxc/console 00:00:00 bash4 S 1000 443 1 2 80 0 - 18943 poll_s ? 00:00:04 swift-containe

4 S 1000 444 1 0 80 0 - 18435 poll_s ? 00:00:00 swift-account-4 S 1000 445 1 2 80 0 - 188691 poll_s ? 00:00:04 swift-object-r4 S 1000 446 1 2 80 0 - 18932 poll_s ? 00:00:05 swift-containe

4 S 1000 447 1 0 80 0 - 17677 poll_s ? 00:00:00 swift-object-a4 S 1000 448 1 0 80 0 - 18434 poll_s ? 00:00:00 swift-containe4 S 1000 451 1 0 80 0 - 18559 poll_s ? 00:00:00 swift-account-

4 S 1000 452 1 4 80 0 - 20978 poll_s ? 00:00:10 swift-containe4 S 1000 453 1 2 80 0 - 18898 poll_s ? 00:00:05 swift-account-4 S 1000 454 1 0 80 0 - 17673 poll_s ? 00:00:00 swift-object-u

1 S 1000 496 447 0 80 0 - 17715 poll_s ? 00:00:00 swift-object-a4 R 0 540 431 0 80 0 - 1712 - lxc/console 00:00:00 psOn 12 February 2013 14:06, Razique Mahroua razique.mahr...@gmail.com wrote:

Hi,it's like the address you are trying to bind to either doesn't exist or the ports are already assigned.

Can you provide us more infos on the setup?thanks
Razique Mahroua-Nuage  Co

razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO_logo_complet.gif

Le 12 févr. 2013 à 09:30, Sujay M sujay@gmail.com a écrit :Hi all,

When i try to start the storage node I'm getting this error. Please help me resolve itroot@vm2:~# swift-init all restartSignal container-updater pid: 298 signal: 15Signal account-auditor pid: 301 signal: 15



Signal object-replicator pid: 297 signal: 15No proxy-server runningSignal container-replicator pid: 295 signal: 15Signal object-auditor pid: 302 signal: 15No object-expirer runningSignal container-auditor pid: 294 signal: 15



Signal container-server pid: 530 signal: 15No container-server runningSignal account-server pid: 531 signal: 15No account-server runningSignal account-reaper pid: 304 signal: 15Signal container-sync pid: 448 signal: 15



Signal account-replicator pid: 305 signal: 15Signal object-updater pid: 296 signal: 15Signal object-server pid: 532 signal: 15No object-server runningcontainer-updater (298) appears to have stopped



account-replicator (305) appears to have stoppedcontainer-sync (448) appears to have stoppedobject-updater (296) appears to have stoppedobject-replicator (297) appears to have stoppedcontainer-replicator (295) appears to have stopped



account-reaper (304) appears to have stoppedcontainer-auditor (294) appears to have stoppedobject-auditor (302) appears to have stoppedaccount-auditor (301) appears to have stoppedStarting container-updater...(/etc/swift/container-server.conf)



Starting account-auditor...(/etc/swift/account-server.conf)Starting object-replicator...(/etc/swift/object-server.conf)Unable to locate config for proxy-serverStarting container-replicator...(/etc/swift/container-server.conf)



Starting object-auditor...(/etc/swift/object

Re: [Openstack] metadata issue

2013-02-13 Thread Razique Mahroua
HI :)do you use nova-network or quantum? And according to the model you use, which kind? For instance vlan, flat, flatDHP for nova-network ?thanks,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 févr. 2013 à 17:03, Paras pradhan pradhanpa...@gmail.com a écrit :Hi,I have two nodes. A controller node and a compute. Both has 2 nics , eth0 is public and eth1 is private with no ip on it. Compute node has nova-network and nova-compute . nova-api runs on both servers. I can see br100 up in compute node.
Thanks in advance.Paras.On Tue, Feb 12, 2013 at 2:38 AM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hi,what is your current network model?thanks
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO_logo_complet.gif

Le 12 févr. 2013 à 00:25, Paras pradhan pradhanpa...@gmail.com a écrit :Hi,
The packages I am using are from folsom ubuntu quantal branch. When Irun an instance I see--wget: can't connect to remote host (169.254.169.254): Network is unreachable--this might be the network issue as well.
nova list shows my instance . I am running nova-network on computenode. nova-api is running on both controller and compute nodes.I have seen lot of ppl are having issues on this but i was not able tofind out the issue by looking at their posts.
How do I start debugging?ThanksParas.___Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack][Swift] Error while starting container, account, object servers.

2013-02-13 Thread Razique Mahroua
Excellent :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 13 févr. 2013 à 17:02, Sujay M sujay@gmail.com a écrit :Yes the problem got solved. Thank you for the responses. The problem was in the conf files object-server.conf, container-server.conf, account-server.conf i had given incorrect bind_ip of the host machine which gave socket bind error. now i changed those IP address to the correct address of the machine, there is no problem and the servers are running perfectly.

On 13 February 2013 20:41, Razique Mahroua razique.mahr...@gmail.com wrote:

I think it's the object-server which cannot bind the IP. Have you updated all the configuration files for it in order not to have the same bidings ports ?


Razique Mahroua-Nuage  Co

razique.mahr...@gmail.comTel: +33 9 72 37 94 15



NUAGECO-LOGO-Fblan_petit.jpg

Le 12 févr. 2013 à 09:42, Sujay M sujay@gmail.com a écrit :

My account-server configuration (Similarly other servers on 6010, 6011)root@vm0:~# cat /etc/swift/account-server.conf [DEFAULT]bind_ip = 10.0.2.16bind_port = 6012devices = /mnt

mount_check = falsedisable_fallocate = trueuser = ubuntueventlet_debug = true[pipeline:main]pipeline = account-server[app:account-server]use = egg:swift#account[account-replicator]



vm_test_mode = yes[account-auditor][account-reaper]Output of netstat -plProto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 *:ssh *:* LISTEN 135/sshd 



tcp6 0 0 [::]:ssh [::]:* LISTEN 135/sshd udp 0 0 *:bootpc *:* 184/dhclient3 Active UNIX domain sockets (only servers)



Proto RefCnt Flags Type State I-Node PID/Program name Pathunix 2 [ ACC ] STREAM LISTENING 12674 1/init @/com/ubuntu/upstartunix 2 [ ACC ] SEQPACKET LISTENING 14327 143/udevd /run/udev/control



ouput of ps -Alroot@vm0:~# ps -AlF S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD4 S 0 1 0 0 80 0 - 6083 poll_s ? 00:00:00 init



1 S 0 70 1 0 80 0 - 3797 poll_s ? 00:00:00 upstart-socket1 S 0 117 1 0 80 0 - 4308 poll_s ? 00:00:00 upstart-udev-b4 S 0 135 1 0 80 0 - 12489 poll_s ? 00:00:00 sshd



5 S 0 143 1 0 80 0 - 5334 ep_pol ? 00:00:00 udevd5 S 101 151 1 0 80 0 - 45982 poll_s ? 00:00:00 rsyslogd1 S 0 184 1 0 80 0 - 1816 poll_s ? 00:00:00 dhclient3



4 S 0 229 1 0 80 0 - 3188 n_tty_ lxc/tty4 00:00:00 getty4 S 0 240 1 0 80 0 - 3188 n_tty_ lxc/tty2 00:00:00 getty4 S 0 241 1 0 80 0 - 3188 n_tty_ lxc/tty3 00:00:00 getty



1 S 0 249 1 0 80 0 - 4778 hrtime ? 00:00:00 cron4 S 0 307 1 0 80 0 - 13613 wait lxc/console 00:00:00 login4 S 0 309 1 0 80 0 - 3188 n_tty_ lxc/tty1 00:00:00 getty



5 S 0 387 143 0 80 0 - 5333 ep_pol ? 00:00:00 udevd5 S 0 388 143 0 80 0 - 5333 ep_pol ? 00:00:00 udevd4 S 1000 400 307 0 80 0 - 4525 wait lxc/console 00:00:00 bash



4 S 0 430 400 0 80 0 - 9075 poll_s lxc/console 00:00:00 sudo4 S 0 431 430 0 80 0 - 4525 wait lxc/console 00:00:00 bash4 S 1000 443 1 2 80 0 - 18943 poll_s ? 00:00:04 swift-containe



4 S 1000 444 1 0 80 0 - 18435 poll_s ? 00:00:00 swift-account-4 S 1000 445 1 2 80 0 - 188691 poll_s ? 00:00:04 swift-object-r4 S 1000 446 1 2 80 0 - 18932 poll_s ? 00:00:05 swift-containe



4 S 1000 447 1 0 80 0 - 17677 poll_s ? 00:00:00 swift-object-a4 S 1000 448 1 0 80 0 - 18434 poll_s ? 00:00:00 swift-containe4 S 1000 451 1 0 80 0 - 18559 poll_s ? 00:00:00 swift-account-



4 S 1000 452 1 4 80 0 - 20978 poll_s ? 00:00:10 swift-containe4 S 1000 453 1 2 80 0 - 18898 poll_s ? 00:00:05 swift-account-4 S 1000 454 1 0 80 0 - 17673 poll_s ? 00:00:00 swift-object-u



1 S 1000 496 447 0 80 0 - 17715 poll_s ? 00:00:00 swift-object-a4 R 0 540 431 0 80 0 - 1712 - lxc/console 00:00:00 ps

On 12 February 2013 14:06, Razique Mahroua razique.mahr...@gmail.com wrote:

Hi,it's like the address you are trying to bind to either doesn't exist or the ports are already assigned.



Can you provide us more infos on the setup?thanks
Razique Mahroua-Nuage  Co



razique.mahr...@gmail.comTel: +33 9 72 37 94 15



NUAGECO-LOGO_logo_complet.gif

Le 12 févr. 2013 à 09:30, Sujay M sujay@gmail.com a écrit :Hi all,

When i try to start the storage node I'm getting this error. Please help me resolve itroot@vm2:~# swift-init all restartSignal container-updater pid: 298 signal: 15Signal account-auditor pid: 301 signal: 15





Signal object-replicator pid: 297 signal: 15No proxy-server runningSignal container-replicator pid: 295 signal: 15Signal object-auditor pid: 302 signal: 15No object-expirer runningSignal container-auditor pid: 294 signal: 15





Signal container-server pid: 530 signal: 15No container-server runningSignal account-server pid: 531 signal: 15No account-server runningSignal account-reaper pid: 304 signal: 15Signal container-sync pid: 448 signal: 15





Signal account-replicator pid: 305 signal: 15Signal object-updater pid: 296 signal: 15Signal object-server pid: 532 signal: 15No object-server runningcontainer-updater (298) appears to have stopped





account-replicator (305) appears to have stoppedcontainer-sync (448) appears to have

Re: [Openstack] HA Openstack with Pacemaker

2013-02-13 Thread Razique Mahroua
I'm currently updating that part of the documentation - indeed it states that two IPs are used, but in fact, you end up with only one VIP for the API service.I'll send the patch tonight
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 13 févr. 2013 à 20:05, Samuel Winchenbach swinc...@gmail.com a écrit :In that documentation it looks like each openstack service gets it own IP (keystone is being assigned 192.168.42.103 and glance is getting 192.168.42.104). 
I might be missing something too because in the section titled "Configure the VIP" it create a primitive called "p_api-ip" (or p_ip_api if you read the text above it) and then in "Adding Keystone resource to Pacemaker" it creates a group with "p_ip_keystone"???
Stranger yet, "Configuring OpenStack Services to use High Available Glance API" says: "For Nova, for example, if your Glance API service IP address is 192.168.42.104 as in the configuration explained here, you would use the following line in yournova.conffile :glance_api_servers = 192.168.42.103" But, in the step before it set: "registry_host = 192.168.42.104"?
So I am not sure which ip you would connect to here... 
Sam
On Wed, Feb 13, 2013 at 1:29 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote:
Hi Samuel:Yes, it's possible with pacemaker. Look at http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.html.

Regards,JuanFra
2013/2/13 Samuel Winchenbach swinc...@gmail.com

Hi All,I currently have a HA OpenStack cluster running where the OpenStack services are kept alive with a combination of haproxy and keepalived.


Is it possible to configure pacemaker so that all the OpenStack services are served by the same IP? With keepalived I have a virtual ip that can move from server to server and haproxy sends the request to a machine that has a "live" service.  This allows one (public) ip to handle all incoming requests. I believe it is the combination of VRRP/IPVS that allows this.


Is it possible to do something similar with pacemaker? I really don't want to have an IP for each service, and I don't want to make it a requirement that all OpenStack services must be running on the same server.


Thanks... I hope this question is clear, I feel like I sort of butchered the wording a bit.
Sam
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp


___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] HA Openstack with Pacemaker

2013-02-13 Thread Razique Mahroua
There we gohttps://review.openstack.org/#/c/21581/
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 13 févr. 2013 à 20:15, Razique Mahroua razique.mahr...@gmail.com a écrit :I'm currently updating that part of the documentation - indeed it states that two IPs are used, but in fact, you end up with only one VIP for the API service.I'll send the patch tonight
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpg

Le 13 févr. 2013 à 20:05, Samuel Winchenbach swinc...@gmail.com a écrit :In that documentation it looks like each openstack service gets it own IP (keystone is being assigned 192.168.42.103 and glance is getting 192.168.42.104). 
I might be missing something too because in the section titled "Configure the VIP" it create a primitive called "p_api-ip" (or p_ip_api if you read the text above it) and then in "Adding Keystone resource to Pacemaker" it creates a group with "p_ip_keystone"???
Stranger yet, "Configuring OpenStack Services to use High Available Glance API" says: "For Nova, for example, if your Glance API service IP address is 192.168.42.104 as in the configuration explained here, you would use the following line in yournova.conffile :glance_api_servers = 192.168.42.103" But, in the step before it set: "registry_host = 192.168.42.104"?
So I am not sure which ip you would connect to here... 
Sam
On Wed, Feb 13, 2013 at 1:29 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote:
Hi Samuel:Yes, it's possible with pacemaker. Look at http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.html.

Regards,JuanFra
2013/2/13 Samuel Winchenbach swinc...@gmail.com

Hi All,I currently have a HA OpenStack cluster running where the OpenStack services are kept alive with a combination of haproxy and keepalived.


Is it possible to configure pacemaker so that all the OpenStack services are served by the same IP? With keepalived I have a virtual ip that can move from server to server and haproxy sends the request to a machine that has a "live" service.  This allows one (public) ip to handle all incoming requests. I believe it is the combination of VRRP/IPVS that allows this.


Is it possible to do something similar with pacemaker? I really don't want to have an IP for each service, and I don't want to make it a requirement that all OpenStack services must be running on the same server.


Thanks... I hope this question is clear, I feel like I sort of butchered the wording a bit.
Sam
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp


___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack][Swift] Error while starting container, account, object servers.

2013-02-12 Thread Razique Mahroua
Hi,it's like the address you are trying to bind to either doesn't exist or the ports are already assigned.Can you provide us more infos on the setup?thanks
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 févr. 2013 à 09:30, Sujay M sujay@gmail.com a écrit :Hi all,When i try to start the storage node I'm getting this error. Please help me resolve itroot@vm2:~# swift-init all restartSignal container-updater pid: 298 signal: 15Signal account-auditor pid: 301 signal: 15

Signal object-replicator pid: 297 signal: 15No proxy-server runningSignal container-replicator pid: 295 signal: 15Signal object-auditor pid: 302 signal: 15No object-expirer runningSignal container-auditor pid: 294 signal: 15

Signal container-server pid: 530 signal: 15No container-server runningSignal account-server pid: 531 signal: 15No account-server runningSignal account-reaper pid: 304 signal: 15Signal container-sync pid: 448 signal: 15

Signal account-replicator pid: 305 signal: 15Signal object-updater pid: 296 signal: 15Signal object-server pid: 532 signal: 15No object-server runningcontainer-updater (298) appears to have stopped

account-replicator (305) appears to have stoppedcontainer-sync (448) appears to have stoppedobject-updater (296) appears to have stoppedobject-replicator (297) appears to have stoppedcontainer-replicator (295) appears to have stopped

account-reaper (304) appears to have stoppedcontainer-auditor (294) appears to have stoppedobject-auditor (302) appears to have stoppedaccount-auditor (301) appears to have stoppedStarting container-updater...(/etc/swift/container-server.conf)

Starting account-auditor...(/etc/swift/account-server.conf)Starting object-replicator...(/etc/swift/object-server.conf)Unable to locate config for proxy-serverStarting container-replicator...(/etc/swift/container-server.conf)

Starting object-auditor...(/etc/swift/object-server.conf)Unable to locate config for object-expirerStarting container-auditor...(/etc/swift/container-server.conf)Starting container-server...(/etc/swift/container-server.conf)

Starting account-server...(/etc/swift/account-server.conf)Starting account-reaper...(/etc/swift/account-server.conf)Starting container-sync...(/etc/swift/container-server.conf)Starting account-replicator...(/etc/swift/account-server.conf)

Starting object-updater...(/etc/swift/object-server.conf)Starting object-server...(/etc/swift/object-server.conf)Traceback (most recent call last): File "/usr/bin/swift-container-server", line 22, in module

 run_wsgi(conf_file, 'container-server', default_port=6001, **options) File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi sock = get_socket(conf, default_port=kwargs.get('default_port', 8080))

 File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket family=address_family) File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen

 sock.bind(addr) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args)socket.error: [Errno 99] Cannot assign requested addressTraceback (most recent call last):

 File "/usr/bin/swift-account-server", line 22, in module run_wsgi(conf_file, 'account-server', default_port=6002, **options) File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi

 sock = get_socket(conf, default_port=kwargs.get('default_port', 8080)) File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket family=address_family) File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen

 sock.bind(addr) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args)socket.error: [Errno 99] Cannot assign requested addressTraceback (most recent call last):

 File "/usr/bin/swift-object-server", line 22, in module run_wsgi(conf_file, 'object-server', default_port=6000, **options) File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi

 sock = get_socket(conf, default_port=kwargs.get('default_port', 8080)) File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket family=address_family) File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen

 sock.bind(addr) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args)socket.error: [Errno 99] Cannot assign requested address-- 

Best Regards,Sujay MFinal year B.TechComputer EngineeringNITK Surathkalcontact: +918971897571

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp_

Re: [Openstack] metadata issue

2013-02-12 Thread Razique Mahroua
Hi,what is your current network model?thanks
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 févr. 2013 à 00:25, Paras pradhan pradhanpa...@gmail.com a écrit :Hi,The packages I am using are from folsom ubuntu quantal branch. When Irun an instance I see--wget: can't connect to remote host (169.254.169.254): Network is unreachable--this might be the network issue as well.nova list shows my instance . I am running nova-network on computenode. nova-api is running on both controller and compute nodes.I have seen lot of ppl are having issues on this but i was not able tofind out the issue by looking at their posts.How do I start debugging?ThanksParas.___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] glance-api and glance-registry startup error

2013-02-12 Thread Razique Mahroua
Hi,have you configured glance to use Keystone?Can you show us glance configuration files?thanks,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 févr. 2013 à 23:39, Mohammed Amine SAYA asaya.openst...@gmail.com a écrit :Hi all,I am new to openstack and I managed to get two servers to manage and install openstack on debian distros.I managed to install MySQL, keystone and glance. The later still causes some headaches because this line keeps showing up in glance-api.log and glance-registry.log :
2013-02-11 23:22:28 5440 ERROR eventlet.wsgi.server [-] SIGTERM or SIGINT receivedAny attempt to upload an image or list the empty list, results in this :
asaya@openstack0:~$ glance image-listUnable to communicate with identity service: {"error": {"message": "Invalid user / password", "code": 401, "title": "Not Authorized"}}. (HTTP 401)
When I try keystone commands, everything seems fine :asaya@openstack0:~$ keystone --token x --endpoint http://localhost:35357/v2.0 user-list
WARNING: Bypassing authentication using a token  endpoint (authentication credentials are being ignored).+--+-+-++|id|  name | enabled |email|
+--+-+-++| 50d3ab1c81df43bc9c38d86db13d00e5 | admin |  True | ad...@domain.com || e26e3f9d289c45da83753b2f0be28974 | cinder |  True | cin...@domain.com |
| 85cb3c8e893147dba77f8f12c62fa54e |  demo |  True | d...@domain.com  || 1b46e2b9b8b948af93344ef0a7f11036 | glance |  True | gla...@domain.com |
| 377c160a261044ebbc00b23fa73b082d |  nova |  True | n...@domain.com  || 351d22cc54ca47a2a1338d365b988d17 | quantum |  True | quan...@domain.com |
| d70ea92f124e4f39a5f05a4ca50c059e | swift |  True | sw...@domain.com |+--+-+-++asaya@openstack0:~$ keystone --token x --endpoint http://localhost:35357/v2.0 tenant-list
WARNING: Bypassing authentication using a token  endpoint (authentication credentials are being ignored).+--++-+|id|name| enabled |
+--++-+| 5690876e82414117b80e64167a3ee3f8 |admin|  True || 28be43a159854b43ae3b3bdcec3f266a |demo|  True |
| 32dfe85ac79e4e6ba51faa4bca45e9b2 | invisible_to_admin |  True || 4691c9362747415eb85fa47aac0ccc66 |   service|  True |+--++-+
Any help on this please?Best regards,Amine.
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] nova ceph integration

2013-02-01 Thread Razique Mahroua
Thanks for that clarification Josh,I had a small doubt you just alleviated :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 1 févr. 2013 à 00:36, Josh Durgin josh.dur...@inktank.com a écrit :Ceph has been officially production ready for block (rbd) and objectstorage (radosgw) for a while. It's just the file system that isn'tready yet:http://ceph.com/docs/master/faq/#is-ceph-production-qualityJoshOn 01/31/2013 01:23 PM, Razique Mahroua wrote:Speaking of which guys,anything particular stability-wise regarding Ceph within OpenStack. It'sofficially not production-ready, yet it's often that solution that comes outwhen we are looking for data clustering.GlusterFS...yah or nay?*Razique Mahroua** - **Nuage  Co*razique.mahr...@gmail.com mailto:razique.mahr...@gmail.comTel : +33 9 72 37 94 15Le 31 janv. 2013 à 19:43, Sébastien Han han.sebast...@gmail.commailto:han.sebast...@gmail.com a écrit :Try to have a look at the boot from volume feature. Basically the diskbase of your instance is an RBD volume from Ceph. Something will beremain in /var/lib/nova/instances but it's only the kvm xml file.http://ceph.com/docs/master/rbd/rbd-openstack/?highlight=openstackCheers!--Regards,Sébastien Han.On Thu, Jan 31, 2013 at 7:40 AM, Wolfgang Hennerbichlerwolfgang.hennerbich...@risc-software.at wrote:Hi,I'm sorry if this has been asked before. My question is: can I integrate cephinto openstack's nova  cinder in a way, that I don't need/var/lib/nova/instances anymore? I'd like to have EVERYTHING in ceph,starting from glance images to nova-disk-images and volumes (cinder). Andmore important: Can this be done in a way so that my horizon-users can stilluse horizon (including snapshotting) without the need of abusing thecommand-line? :)I've read that cinder and glance are supported, but I didn't find muchinformation on nova-disk-images and ceph.thanks for a replywolfgang___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] nova ceph integration

2013-01-31 Thread Razique Mahroua
Speaking of which guys,anything particular stability-wise regarding Ceph within OpenStack. It's officially not production-ready, yet it's often that solution that comes out when we are looking for data clustering.GlusterFS...yah or nay?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 31 janv. 2013 à 19:43, Sébastien Han han.sebast...@gmail.com a écrit :Try to have a look at the boot from volume feature. Basically the diskbase of your instance is an RBD volume from Ceph. Something will beremain in /var/lib/nova/instances but it's only the kvm xml file.http://ceph.com/docs/master/rbd/rbd-openstack/?highlight=openstackCheers!--Regards,Sébastien Han.On Thu, Jan 31, 2013 at 7:40 AM, Wolfgang Hennerbichlerwolfgang.hennerbich...@risc-software.at wrote:Hi,I'm sorry if this has been asked before. My question is: can I integrate ceph into openstack's nova  cinder in a way, that I don't need /var/lib/nova/instances anymore? I'd like to have EVERYTHING in ceph, starting from glance images to nova-disk-images and volumes (cinder). And more important: Can this be done in a way so that my horizon-users can still use horizon (including snapshotting) without the need of abusing the command-line? :)I've read that cinder and glance are supported, but I didn't find much information on nova-disk-images and ceph.thanks for a replywolfgang___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Intrusion detection

2013-01-29 Thread Razique Mahroua
Hey Hassan,what do you mean exactly by that?Are there any company who deployed and IDS on it, or does OpenStack provide IDS for itself?Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 29 janv. 2013 à 18:05, Hassan EL ALLOUSSI hallou...@gmail.com a écrit :Hi everybody,
Is there an Intrusion Detection System used by Openstack? Please help.Best regards
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack-doc-core] Welcome Salvatore Orlando to doc-core

2013-01-28 Thread Razique Mahroua
Hi Salvatore!Welcome in the team :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 28 janv. 2013 à 21:30, Anne Gentle a...@openstack.org a écrit :Hi all -Salvatore is going to be doing bug triaging for the Quantum API, so I'd like him to be able to work on bugs in the openstack-api-site project. So, let's welcome him to the core documentation team! He has also submitted doc patches for Quantum and done reviews. 

Welcome Salvatore -- use your new found power wisely!Anne
-- Mailing list: https://launchpad.net/~openstack-doc-corePost to : openstack-doc-core@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstack-doc-coreMore help : https://help.launchpad.net/ListHelp-- 
Mailing list: https://launchpad.net/~openstack-doc-core
Post to : openstack-doc-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-doc-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem to find/start openstack services

2013-01-28 Thread Razique Mahroua
Hi,
If you installed OpenStack from the repositories, then you have all the
init scripts as well. You can then use the following command :
$ service nova-X start (x being the name of the service)
$ service keystone start

Regards,
Razique

Le mardi 29 janvier 2013, Guilherme Souza a écrit :

 Hello folks,

 I'm getting a problem, some days ago i've logged into dashboard with no
 problems, but today, I've tried to log into dashboard and i got this
 message:

 An error occurred authenticating. Please try again later.

 And, i can't found the services runnig using the ubuntu CLI, i've tried to
 start them, but i got a lot of nova: unrecognized service.

 My question is, how to start the openstack services?

 Thanks in advance.

 --
 Guilherme Santos Souza



-- 
*Nuage  Co - Razique Mahroua*
razique.mahr...@gmail.com
NUAGECO-LOGO-Fblan_petit.jpg___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Name it Hood!

2013-01-25 Thread Razique Mahroua
Good to know Monty,indeed, this is a kick-ass mountain :http://goo.gl/yFStZ
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 janv. 2013 à 20:50, Monty Taylor mord...@inaugust.com a écrit :Hey all!Here's my pitch for Hood:a) It's the tallest mountain in Oregon, and honestly, it's a prettykick-ass mountain in generalb) Being in the pacific northwest, the mountain itself is quiteregularly in the clouds. That's gotta count for something.c) It's actually a volcano.d) Mount Hood is CLEARLY an Oregon thing. Havana is clearly a town inCuba. (We should have a design summit in cuba!!!)e) Harbor is super-problematic because of the US/UK clash in spelling.Half of us will spell it wrong no matter what.f) Hood is only 4 letters. Think about that when you think about typinghatfield a lot. Also, if we name it hatfield, we're going to have tohave the M summit somewhere that has a town called McCoy.g) I'll buy you a beer at the summit if you vote for Hood.Monty___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-25 Thread Razique Mahroua
mmm I don't think the flag is deprecated actually, you should still be able to use it.Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 25 janv. 2013 à 04:11, Wangpan hzwang...@corp.netease.com a écrit :I can not find theconfig 'novncproxy_port' in folsom, I think this may be deprecated.2013-01-25Wangpan发件人:John Barbee发送时间:2013-01-2511:02主题:Re: [Openstack] Problem with VNC on compute node收件人:"Wangpan"hzwang...@corp.netease.com抄送:"longeek"mengql112...@gmail.com,"openstack"openstack@lists.launchpad.netIsthenovncproxy_port=6080importantwhenitisnotthedefaultVNCport?--Thanks,JohnOnJan24,2013,at9:45PM,Wangpanhzwang...@corp.netease.comwrote:novncproxy_port=6080___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Windows instance licensing in OpenStack

2013-01-24 Thread Razique Mahroua
I found that pagehttps://www.microsoft.com/licensing/about-licensing/virtualization.aspx
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 24 janv. 2013 à 09:10, Davide Guerri davide.gue...@gmail.com a écrit :This is a very interesting thread for us :)How about desktop versions of Windows? Is there a volume license that can be used with the IaaS?Davide.On 23/gen/2013, at 21:45, Peter Pouliot ppoul...@microsoft.com wrote:Site/Volume licensing works too. The KMS is there to enable/enforce the local activiation/licensing.The details of any licenses are also affected by the product sku’s that are involved.Peter J. Pouliot, CISSPSenior SDET, OpenStackMicrosoftNew England Research  Development CenterOne Memorial Drive,Cambridge, MA 02142ppoul...@microsoft.com | Tel: +1(857) 453 6436From: Willard Dennis [mailto:willarddennis@live.com] Sent: Wednesday, January 23, 2013 3:40 PMTo: Jay Pipes; openstack@lists.launchpad.net; Peter PouliotSubject: RE: [Openstack] Windows instance licensing in OpenStackSee http://www.microsoft.com/licensing/existing-customers/product-activation-faq.aspxLooks like KMS would be the appropriate means; your MSFT reseller would sell you a KMS license key to use for the appropriate pool of server / app instances, then it is loaded into the KMS server, which then activates the instantiated systems. I checked with MSFT Licensing, the rep said there is no limit on number of uses of a KMS license key, just an aggregate activation threshold. See further http://technet.microsoft.com/en-us/windows/dd197314.aspx for more details.We don’t use KMS here, so don’t know about the hairy details, sorry...Best,WillFrom: Peter PouliotSent: ‎January‎ ‎23‎, ‎2013 ‎12‎:‎04‎ ‎PMTo: Jay Pipes, openstack@lists.launchpad.netSubject: Re: [Openstack] Windows instance licensing in OpenStackOk,I am no MS licensing expert, however. Here is my understanding of it.If you are using a windows vm on a hypervisor other than windows server with the Hyper-V role enabled you need to license per vm. If you are using windows server with Hyper-V enable you can license at the hypervisor/server rather than at the vm level.This does not include Hyper-V server, which only requires licensing of the windows guests.pPeter J. Pouliot, CISSPSenior SDET, OpenStackMicrosoft New England Research  Development CenterOne Memorial Drive,Cambridge, MA 02142ppoul...@microsoft.com | Tel: +1(857) 453 6436-Original Message-From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net [mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf Of Jay PipesSent: Wednesday, January 23, 2013 9:31 AMTo: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows instance licensing in OpenStackOn 01/23/2013 08:41 AM, Balamurugan V G wrote:Hi,I wonder how the Windows Licensing would work in OpenStack. Lets say Ihave a Windows Image which I have already activated. Now if I launch Ninstances of this image, what are the SO licensing implications? Will Ihave to license/re-activate on each of the instances after they boot up?If you use XenServer or KVM, I believe so, yes. I've heard that if youuse ESXi you can get some sort of license for all Windows images on ahost. Not sure of the details of this, though, I've just heard itthrough the IT grapevine...Best,-jayp.s. If you find out any more solid info, please do post back :)___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Unable to create a vm

2013-01-23 Thread Razique Mahroua
Ok,now :sudo modprobe kvmsudo modprobe kvm-intelYou should be good I think
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 23 janv. 2013 à 10:34, Alexandre De Carvalho alexandre7.decarva...@gmail.com a écrit :Hi Razique,I ran this command :alex@alex-X9SCD:~$ egrep '^flags.*(vmx|svm)' /proc/cpuinfoflags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
alex@alex-X9SCD:~$Alex2013/1/22 Razique Mahroua razique.mahr...@gmail.com
Hi Alexandre,can you run the following command?
egrep '^flags.*(vmx|svm)' /proc/cpuinfo
thanks !
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO_logo_complet.gif

Le 22 janv. 2013 à 22:35, Alexandre De Carvalho alexandre7.decarva...@gmail.com a écrit :
Hi,
I have this problem when i want to create a vm.Could not access KVM kernel module: Permission denied failed to initialize

KVM: Permission deniedNo accelerator found!Can you help me, please ?best regards,Alexandre
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp
-- Cordialement,Alexandre DE CARVALHO

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Unable to create a vm

2013-01-22 Thread Razique Mahroua
Hi Alexandre,can you run the following command?egrep '^flags.*(vmx|svm)' /proc/cpuinfothanks !
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 22 janv. 2013 à 22:35, Alexandre De Carvalho alexandre7.decarva...@gmail.com a écrit :Hi,
I have this problem when i want to create a vm.Could not access KVM kernel module: Permission denied failed to initialize
KVM: Permission deniedNo accelerator found!Can you help me, please ?best regards,Alexandre
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Razique Mahroua
Hi,is python-paramiko installed on your box?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 janv. 2013 à 08:01, harryxiyou harryxi...@gmail.com a écrit :Hi all,I wanna install Cinder docs for reading but i cannot install them accordingto cinder/doc/README.rst.My PC environment are==$ lsb_release -aDistributor ID:	UbuntuDescription:	Ubuntu 10.04.4 LTSRelease:	10.04Codename:	lucid$ pip --versionpip 0.3.1 from /usr/lib/python2.6/dist-packages (python 2.6)My operation steps1, download cinder branch from https://github.com/openstack/cinder .2, sudo apt-get install python-pip.3, sudo pip install Sphinx4, sudo apt-get install graphviz5, makeAfter step 5, i catch the following errors.$ makesphinx-build -b html -d build/doctrees source build/htmlMaking output directory...Running Sphinx v1.1.3Extension error:Could not import extension ext.cinder_autodoc (exception: No modulenamed paramiko)make: *** [html] error 1Could anyone give me some suggestions? Thanks in advance ;-)-- ThanksHarry Wei___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Razique Mahroua
Check all the "Requires" there :)http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 janv. 2013 à 10:03, harryxiyou harryxi...@gmail.com a écrit :On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou harryxi...@gmail.com wrote:On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua razique.mahr...@gmail.comwrote:Hi,Hi Razique,is python-paramiko installed on your box?After i installed python-paramiko, i get the following errors.$ makesphinx-build -b html -d build/doctrees source build/htmlMaking output directory...Running Sphinx v1.1.3Extension error:Could not import extension ext.cinder_autodoc (exception: No module namedeventlet)make: *** [html] error 1And i tried install python-eventlet. There is no python-eventlet. Whatshould i do?I tried '$ sudo pip install eventlet', which has solved this problem.But when i execute'make' command, i caught following errors.$ makesphinx-build -b html -d build/doctrees source build/htmlRunning Sphinx v1.1.3Extension error:Could not import extension ext.cinder_autodoc (exception: No modulenamed webob.exc)PS: I have tried 'pip install' and 'sudo apt-get install' commands.-- ThanksHarry Wei___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-17 Thread Razique Mahroua
Thanks for the link !some amazing benches around :) Let's hope we'll have more details on the methodology, but some results are stunning
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 17 janv. 2013 à 01:54, Blair Bethwaite blair.bethwa...@gmail.com a écrit :On 17 January 2013 09:48, Sean Bigdatafun sean.bigdata...@gmail.com wrote:

IMO, it's always a tradeoff. I am just very curious how Amazon configures its EC2 hardware.

Good luck getting that information! You might be able to make some guesses from benchmark info though, there is plenty around. This post from Scalyr takes a great all round look at EC2 IO performance, and it's pretty recent data:http://blog.scalyr.com/2012/10/16/a-systematic-look-at-ec2-io/.

Personally, I would guess that for ephemeral drives they use either no RAID at all or RAID10, probably none though, especially as they don't advertise any reliability for these drives. The issue of rebuild performance in parity-based RAID configs and the effect it would have on guest performance would be a significant consideration. Having said that, it's difficult to find reports of ephemeral drive failures, and Amazon don't quote any failure rates themselves.

-- Cheers,~Blairo

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-16 Thread Razique Mahroua
I always preferred RAID5 over JBOD myself, but you always need to bench first and decide after :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 16 janv. 2013 à 18:11, Gui Maluf guimal...@gmail.com a écrit :Hey Sean,Did you found which is the best set up for your RAID?I'm facing the same situation here.I've 11 dell r710 servers, with 4x3TB disk each, and I'm wondering if worth it using a RAID5 or JBOD for some server that will run a compute-network-volume node.

Did you got any solution?Thanks in advanceOn Sat, Jan 12, 2013 at 7:21 PM, Razique Mahroua razique.mahr...@gmail.com wrote:

Sorry, the first sentence is wrong :

Hi,actually, even for a raid 10 you would end up with 3TB usable (more around 2800 GB)In both cases you end up with 2 TB :)Regards,
Razique Mahroua-Nuage  Co



razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 12 janv. 2013 à 22:19, Razique Mahroua razique.mahr...@gmail.com a écrit :

Hi,actually, even for a raid 10 you would end up with 3TB usable (more around 2800 GB). You could even go for either a RAID6 or RAID10 actually, since you have 4TB you would end up with 2TB in both cases

Performance wise RAID10 is in most cases faster when it comes to reading speed, sometimes slower when it comes to writing speed, it all depends on you controller. You would bench both RAIDs and pick the faster one :)


Razique Mahroua-Nuage  Co



razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 11 janv. 2013 à 23:23, Sean Bigdatafun sean.bigdata...@gmail.com a écrit :Razique,

Let's think of the following scenario, we use Nova to build an EC2-kind of compute cluster. For EC2, they offerM1.Small = 1 vCPU + 1.7GB Mem + 160GB Disk
M1.Medium= 2vCPU + 3.75GB Mem + 410GB DiskM1.Large = 4vCPU + 7.5GB Mem + 850GB DiskM1.ExtraLarge = 8.vCPU + 15GB Mem + 1.7TB Dsik...This means that they at least have 1.7TB disk space on a physical server (presumably 2 x 1TB disk). 


What RAID option would we use in designing our cluster? For our Nova compute nodes,-- Do we have a JBOD configuration of 2 disks?-- do we have a RAID 0 of 2 disks?


-- or do we use more enterprise like RAID 5?Thanks and hopefully this starts some discussion in this direction.Thanks,Sean


On Fri, Jan 11, 2013 at 12:46 AM, Razique Mahroua razique.mahr...@gmail.com wrote:


Hi Sean,I may be wrong, but I think there is not any "best" RAID strategy when it comes to the disk for the nodes or a "normal" one. All RAID type have their pros and cons.


It'a all about security over performance against total space that would end up usable. What RAID controller is that?Regards,
Razique Mahroua-Nuage  Co


razique.mahr...@gmail.comTel: +33 9 72 37 94 15


NUAGECO-LOGO-Fblan_petit.jpg

Le 11 janv. 2013 à 08:36, Sean Bigdatafun sean.bigdata...@gmail.com a écrit :When I have a set of rack servers that is 1TB * 4 disks in each of it as Nova Compute Node, what is the best RAID (or JBOD) strategy OpenStack community recommend?


Basically I'd like to know what a normal disk setup a compute node should be using.

Thanks,Sean
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net


Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp


-- --Sean


___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp
-- guilherme \n\t maluf

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How can openstack support Sheepdog in details?

2013-01-15 Thread Razique Mahroua
Hi,unfortunately, we don't have much feedback/ tests that have been done, so the doc is not top notch regarding Sheepdog.It would be interesting if someone helps us with extra infos on thatRazique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 15 janv. 2013 à 16:33, harryxiyou harryxi...@gmail.com a écrit :Hi all,I find openstack can support sheepdog(modify qemu and libvirt), but ican't find how openstack support sheepdog in details. Could anyonegive me some suggestions?Thanks in advance.-- ThanksHarry Wei___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-12 Thread Razique Mahroua
Sorry, the first sentence is wrong :Hi,actually, even for a raid 10 you would end up with 3TB usable (more around 2800 GB)In both cases you end up with 2 TB :)Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 12 janv. 2013 à 22:19, Razique Mahroua razique.mahr...@gmail.com a écrit :Hi,actually, even for a raid 10 you would end up with 3TB usable (more around 2800 GB). You could even go for either a RAID6 or RAID10 actually, since you have 4TB you would end up with 2TB in both casesPerformance wise RAID10 is in most cases faster when it comes to reading speed, sometimes slower when it comes to writing speed, it all depends on you controller. You would bench both RAIDs and pick the faster one :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpg

Le 11 janv. 2013 à 23:23, Sean Bigdatafun sean.bigdata...@gmail.com a écrit :Razique,Let's think of the following scenario, we use Nova to build an EC2-kind of compute cluster. For EC2, they offerM1.Small = 1 vCPU + 1.7GB Mem + 160GB Disk
M1.Medium= 2vCPU + 3.75GB Mem + 410GB DiskM1.Large = 4vCPU + 7.5GB Mem + 850GB DiskM1.ExtraLarge = 8.vCPU + 15GB Mem + 1.7TB Dsik...This means that they at least have 1.7TB disk space on a physical server (presumably 2 x 1TB disk). 
What RAID option would we use in designing our cluster? For our Nova compute nodes,-- Do we have a JBOD configuration of 2 disks?-- do we have a RAID 0 of 2 disks?
-- or do we use more enterprise like RAID 5?Thanks and hopefully this starts some discussion in this direction.Thanks,Sean
On Fri, Jan 11, 2013 at 12:46 AM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hi Sean,I may be wrong, but I think there is not any "best" RAID strategy when it comes to the disk for the nodes or a "normal" one. All RAID type have their pros and cons.
It'a all about security over performance against total space that would end up usable. What RAID controller is that?Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO-Fblan_petit.jpg

Le 11 janv. 2013 à 08:36, Sean Bigdatafun sean.bigdata...@gmail.com a écrit :When I have a set of rack servers that is 1TB * 4 disks in each of it as Nova Compute Node, what is the best RAID (or JBOD) strategy OpenStack community recommend?
Basically I'd like to know what a normal disk setup a compute node should be using.

Thanks,Sean
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp
-- --Sean


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question about Disk Setup of Nova Compute Node

2013-01-11 Thread Razique Mahroua
Hi Sean,I may be wrong, but I think there is not any "best" RAID strategy when it comes to the disk for the nodes or a "normal" one. All RAID type have their pros and cons.It'a all about security over performance against total space that would end up usable. What RAID controller is that?Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 janv. 2013 à 08:36, Sean Bigdatafun sean.bigdata...@gmail.com a écrit :When I have a set of rack servers that is 1TB * 4 disks in each of it as Nova Compute Node, what is the best RAID (or JBOD) strategy OpenStack community recommend?Basically I'd like to know what a normal disk setup a compute node should be using.

Thanks,Sean
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Invalid OpenStack Identity credentials; when running keystone role-list

2013-01-11 Thread Razique Mahroua
Hi,looks like your current user's credentials are not the one defined into KS.Check your .bashrc' following values :export OS_USERNAME=$KEYSTONE USERexport OS_PASSWORD=$KEYSTONE PASSWORDexport OS_TENANT_NAME=$YOUR TENANTRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 janv. 2013 à 10:53, yasith tharindu yasithu...@gmail.com a écrit :Hi All; Im getting following error when trying to: following keystone commands. What could be the problem?#keystonerole-listNo handlers could be found for logger "keystoneclient.v2_0.client"
Invalid OpenStack Identity credentials.#Butkeystone service-listNo handlers could be found for logger "keystoneclient.v2_0.client"++--+--+-+
| id | name | type | description |++--+--+-+++--+--+-+nova commands also works.
# nova list+--+---++---+| ID | Name | Status |   Networks   |
+--+---++---+| 31bc1922-5dc2-4461-a047-f14f4bc4fa2c | test | ACTIVE | service=172.16.25.5, 192.168.25.1 |
| b1d8534c-a022-4a70-b266-ae71156adc3f | image | ACTIVE | service=172.16.25.6, 192.168.25.5 |+--+---++---+
Please let me know what could be the problem and where to start troubleshoot.
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard/horizon PRODUCTION bug

2013-01-11 Thread Razique Mahroua
Nope,it's just a metapackage, aptitude would have warned you in case of conflicting package. you can try though to reinstall after a purge :$ aptitude purge ~c
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 janv. 2013 à 03:03, Sina Sadeghi s...@aptira.com a écrit :
  

  
  
Hi Gabriel,

Thanks for the response. We are
using absolutely stock standard everything. I don't think
it's a python problem, because I had to actually change lines of
  code from "glance" to "glanceclient"
and "keystone" to "keystoneclient".

This is specific to
the horizon code.
  
  
  --
  Sina Sadeghi
  Lead Cloud Engineer
  logo.jpg
  Aptira Pty Ltd
  1800 APTIRA
  aptira.com
  Follow @aptira

  
  On 11/01/13 05:31, Gabriel Hurley wrote:


  
  
  
  
  I
haven’t heard a report like this from anyone else. Looking
at your patch it looks like you’re having problems with the
sub-module imports for some reason, which sounds to me like
a Python problem. Is there anything unusual about your
version of Python? Any unusual/duplicate packages on your
python path that might be causing name conflicts/import
errors?
  -
  Gabriel

  
From:
  openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net

  [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net]
  On Behalf Of
  Sina Sadeghi
  Sent: Wednesday, January 09, 2013 7:54 PM
  To: openstack
  Subject: [Openstack] Dashboard/horizon
  PRODUCTION bug

  I just upgraded the
  openstack-dashboard we are using to the latest version
  provided by Ubuntu Cloud Archive. There were multiple bugs
  causing "Internal Server Error" which I had to patch
  manually to rectify, I couldn't see anyone reporting the
  same errors after a brief google search.
  
  Can someone examine the patch provided and please confirm
  whether they have this issue or not? I'm running Ubuntu
  12.04 with Folsom installed using the Ubuntu Cloud
  Archive.
  
  # dpkg -l | grep -e 'openstack\|horizon'
  ii openstack-dashboard
  2012.2-0ubuntu2~cloud0 django web interface to
  Openstack
  ii openstack-dashboard-ubuntu-theme
  2012.2-0ubuntu2~cloud0 Ubuntu theme for the
  Openstack dashboard
  ii python-django-horizon
  2012.2-0ubuntu2~cloud0 Django module providing web
  based interaction with OpenStack
  ii python-django-openstack
  2012.2-0ubuntu2~cloud0 dummy transitonal package
  from python-django-openstack to python-django-horizon
  ii python-openstack-auth
  1.0.1-0ubuntu6~cloud0 A django authentication
  backend for Openstack
  
  I have attached the main patch I had to apply to get
  dashboard working again, but I also had to patch:
  /usr/lib/python2.7/dist-packages/horizon/dashboards/settings/project/views.py
  to change "from horizon.api import keystone" to "from
  horizon.api import keystoneclient" as well. If this is an
  actual bug I'm happy to file and supply the patch as
  appropriate.
  
  
  
  

  -- 
  
--
Sina Sadeghi
Lead Cloud Engineer
Pièce jointe.jpeg
Aptira Pty Ltd
1800 APTIRA
aptira.com
Follow @aptira
  

  


  

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Invalid OpenStack Identity credentials; when running keystone role-list

2013-01-11 Thread Razique Mahroua
You only need these for being able to interact with all the endpointsexport SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL="http://10.10.10.2:5000/v2.0/"
export SERVICE_ENDPOINT=http://10.10.10.2:35357/v2.0
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 11 janv. 2013 à 13:01, yasith tharindu yasithu...@gmail.com a écrit :Hi;Thanks a lotRazique. I hadn'tset OS_TENANT_NAME and now its working now. I need to work with all openstack nova, glance, swift, keystone CLIs followvariables I have currently set.
export NOVA_PROJECT_IDexport NOVA_USERNAMEexport NOVA_API_KEYexport NOVA_URL	
export OS_USERNAMEexport OS_PASSWORDexport OS_AUTH_URLexport OS_TENANT_NAMEDo I have t set any other variables. Can i find some bash which exports allrequiredvariables?
ThanksOn Fri, Jan 11, 2013 at 3:32 PM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hi,looks like your current user's credentials are not the one defined into KS.
Check your .bashrc' following values :export OS_USERNAME=$KEYSTONE USERexport OS_PASSWORD=$KEYSTONE PASSWORDexport OS_TENANT_NAME=$YOUR TENANT
Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO-Fblan_petit.jpg

Le 11 janv. 2013 à 10:53, yasith tharindu yasithu...@gmail.com a écrit :
Hi All; Im getting following error when trying to: following keystone commands. What could be the problem?#keystonerole-listNo handlers could be found for logger "keystoneclient.v2_0.client"

Invalid OpenStack Identity credentials.#Butkeystone service-listNo handlers could be found for logger "keystoneclient.v2_0.client"++--+--+-+

| id | name | type | description |++--+--+-+++--+--+-+nova commands also works.

# nova list+--+---++---+| ID | Name | Status |   Networks   |

+--+---++---+| 31bc1922-5dc2-4461-a047-f14f4bc4fa2c | test | ACTIVE | service=172.16.25.5, 192.168.25.1 |

| b1d8534c-a022-4a70-b266-ae71156adc3f | image | ACTIVE | service=172.16.25.6, 192.168.25.5 |+--+---++---+

Please let me know what could be the problem and where to start troubleshoot.
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp
-- Thanks..Regards...Blog: http://www.yasith.infoTwitter : http://twitter.com/yasithnd
LinkedIn : http://www.linkedin.com/in/yasithndGPG Key ID :57CEE66E

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard/horizon PRODUCTION bug

2013-01-10 Thread Razique Mahroua
Hi Sina,look into /var/log/apache2/error.log in order to see what causes that code 500Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 10 janv. 2013 à 04:53, Sina Sadeghi s...@aptira.com a écrit :
  


  
  
I just upgraded the
openstack-dashboard we are using to the latest version provided by Ubuntu Cloud Archive. There were multiple bugs causing "Internal Server Error"
which I had to patch manually to rectify, I couldn't see anyone reporting the same
errors after a brief google search.
  
  Can someone examine the patch provided
and please confirm whether they have this issue or not? I'm
running Ubuntu 12.04 with Folsom installed using
the Ubuntu Cloud Archive.
  
  # dpkg -l | grep -e
'openstack\|horizon'
ii openstack-dashboard
2012.2-0ubuntu2~cloud0 django web
interface to Openstack
ii openstack-dashboard-ubuntu-theme
2012.2-0ubuntu2~cloud0 Ubuntu theme
for the Openstack dashboard
ii python-django-horizon
2012.2-0ubuntu2~cloud0 Django module
providing web based interaction with
OpenStack
ii python-django-openstack
2012.2-0ubuntu2~cloud0 dummy
transitonal package from
python-django-openstack to
python-django-horizon
ii python-openstack-auth
1.0.1-0ubuntu6~cloud0 A django
authentication backend for Openstack

I have attached the main
  patch I had to apply to get dashboard
  working again, but I also
had to patch:
/usr/lib/python2.7/dist-packages/horizon/dashboards/settings/project/views.py
to
  change "from horizon.api import keystone" to "from
horizon.api import keystoneclient"
as well. If this is an actual bug I'm
happy to file and supply the patch as
appropriate.




  

-- 
  
--
Sina Sadeghi
Lead Cloud Engineer
logo.jpg
Aptira Pty Ltd
1800 APTIRA
aptira.com
Follow @aptira
  

  

workflows.diff___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Migrate Instance to another Tenant ID in the same environment

2013-01-10 Thread Razique Mahroua
+1Seb, have you ever tried to change the tenant id for an instance into the database and reboot/ recover it? I wonder how nova behaves into such case
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 9 janv. 2013 à 22:18, Sébastien Han han.sebast...@gmail.com a écrit :Moving instances from project to project is not possible however whatyou can do is (safe way):- as an admin user- snapshot the image from env 1- grab the snapshotted file from your glance store- import the snapshot into glance- make the image public- run the snapshot from env 2- enjoy!Cheers!--Regards,Sébastien Han.On Wed, Jan 9, 2013 at 8:14 PM, Alex Vitola alex.vit...@gmail.com wrote:I have 2 projects in my environment:ProjectQA1: ID - 0001ProjectQA2: ID - 0002root@Controller:# keystone tenant-list+-++-+| id | name | enabled |+-++-+| 0001 | ProjectQA1 | True || 0002 | ProjectQA2 | True |+--++-+In Project 1 there are 1 instanceIn Project 2 there are 7 instancesroot@Controller:# nova usage-list+---+---+--+---+---+| Tenant ID | Instances | RAM MB-Hours | CPU Hours | Disk GB-Hours |+---+---+--+---+---+| 0001 | 1 | 12533.78 | 24.48 | 244.80 || 0002 | 7 | 127447.40 | 171.17 | 2100.45 |+---+---+--+---+---+Is it possible to move this instance of Project 1 for 2?root@Controller:# nova list+--+---+++| ID | Name | Status | Networks |+--+---+++| 9991 | QA-07 | ACTICE | Net-Demo=200.100.50.25 |+--+---+++Move ID 9991/QA-07from: Tenant ID 0001to: Tenant ID 0002Is that possible?AttAlex VitolaSystem Administrator___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Wasted Compute node disk space

2013-01-10 Thread Razique Mahroua
Wow, great approach guys. The video provides great insightthanks
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 8 janv. 2013 à 23:28, Joshua McKenty jmcke...@gmail.com a écrit :Greg - this is how we do it. See "Null-Tier Architecture" athttp://www.pistoncloud.com/cloud-technology/cloud-architecture/. Note that it's not just CPU - you end up needing more RAM and Network bandwidth as well.Joshua
On Jan 8, 2013, at 8:22 AM, Greg Chavez greg.cha...@gmail.com wrote:Razique,Yes. We have the OS on a RAID 1 and the rest of the disks are in a RAID 10. However, should we go with the Compute+Swift Node architecture, we'll be using this:
[root@kvm-cs-gen-09i ~]# df -hFilesystem  Size Used Avail Use% Mounted on/dev/mapper/vg00-root   130G 1.9G 122G  2% /tmpfs 379G   0 379G  0% /dev/shm
/dev/sda1   194M  33M 152M 18% /boot/dev/sdb1   559G  33M 559G  1% /swift1/dev/sdc1   559G  33M 559G  1% /swift2/dev/sdd1   559G  33M 559G  1% /swift3
/dev/sde1   559G  33M 559G  1% /swift4/dev/sdf1   559G  33M 559G  1% /swift5/dev/sdg1   559G  33M 559G  1% /swift6/dev/sdh1   559G  33M 559G  1% /swift7
/dev/sdi1   559G  33M 559G  1% /swift8What do you think?--GregOn Tue, Jan 8, 2013 at 11:04 AM, Razique Mahroua razique.mahr...@gmail.com wrote:
Hey Greg,so if I understand well, you want to have the disk on the hypervisors be used as Swift nodes right?
is there any underlying RAID?Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO-Fblan_petit.jpg

Le 8 janv. 2013 à 16:28, Greg Chavez greg.cha...@gmail.com a écrit :
We are in the process of replacing our Diablo KVM infrastructure with Folsom. Up until now, our virts have been using the local Compute node's disk space for their images which, obviously, defeats much of the purpose of a virtualizing. We are ready to implement an iSCSI SAN, but we're a bit bummed that we're going to essentially be wasting the copious disk space on all the systems we ordered to serve as Compute nodes.

SO... we were' thinking about doubling up our Compute nodes and Swift storage nodes, fully aware that this might require us to reserve more cores for the KVM host.
Has any one else tried this? Is this clearly a bad, bad, bad idea?Thanks.-- \*..+.---Greg Chavez+//..;};

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   >