Re: [Openstack] Ceph + Nova

2012-11-21 Thread JuanFra Rodriguez Cardoso
For critical services (i.e. database, message queue, conf files), I'd rather to use HA architectures like this examples: http://www.mirantis.com/blog/intro-to-openstack-in-production/ JuanFra. 2012/11/21 Sébastien Han han.sebast...@gmail.com As far I'm concerned, I will never put config files

[Openstack] Backing up OpenStack deployment

2012-11-27 Thread JuanFra Rodriguez Cardoso
Hi guys: Does anyone know best practices around backing up an OpenStack deployment? (i.e. using a solution like Bacula for incremental or snapshot backups) Thanks! Regards, JuanFra ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Difference between modules

2012-11-27 Thread JuanFra Rodriguez Cardoso
Basically: - Swift: Object-based storage (e.g. Amazon S3) - Cinder: Block-based storage (e.g. Ceph RBD) 2012/11/27 Johannes Baltimore johannes.b...@gmail.com Hello everyone. I've been writing about my little experiments with OpenStack lately, and I've come to the conclusion that I do

Re: [Openstack] OpenStack + Fault Tolerance, Replication

2012-11-27 Thread JuanFra Rodriguez Cardoso
Hi: You can use a fault tolerant, network distributed file system as instances storage. Check out this info: http://docs.openstack.org/trunk/openstack-compute/admin/content/installing-moosefs-as-backend.html Regards, JuanFra. 2012/11/27 Desta Haileselassie Hagos desta161...@gmail.com Dear

Re: [Openstack] The list of the backend storage for openstack.

2012-11-29 Thread JuanFra Rodriguez Cardoso
Hi Lei: I think Openstack manual shows a clear explanation for the differents kinds of storage. Check out this link ( http://docs.openstack.org/essex/openstack-compute/install/apt/content/terminology-storage.html ) Hope it clarifies you. Regards, JuanFra 2012/11/29 Lei Zhang

Re: [Openstack] The list of the backend storage for openstack.

2012-11-29 Thread JuanFra Rodriguez Cardoso
Ceph has a bright future as OpenStack Storage backend. Although Ceph's guys do not recommend to use CephFS for production environments, Ceph RBD seems a reliable alternative to S3 in Glance and LVM in Cinder. Links about this option (Ceph+Openstack): - Great Sebastian's post:

Re: [Openstack] nova-manage service list weirdo !

2012-11-30 Thread JuanFra Rodriguez Cardoso
Hi: That problem could be related with accesses to nova_db from controller itself. Have you checked nova.conf file has right database values (i.e IP, port, user/passwd...)? Regards, JuanFra. 2012/11/30 Skible OpenStack skible.openst...@gmail.com manage

Re: [Openstack] nova-manage service list weirdo !

2012-11-30 Thread JuanFra Rodriguez Cardoso
Ok. No problem! Be careful with time synchronization. It's one of most common problem in distributed environments. I guess your scenario is like below: - Controller Node (Synchronizing from external NTP servers and at the same time it acts as NTP server to compute nodes) - Compute Nodes

Re: [Openstack] Glance problem when creating image

2012-12-09 Thread JuanFra Rodriguez Cardoso
Essex, I'll try this way and return to you. Thank you so much. Regards. Guilherme Russi. 2012/12/9 JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com Hi Guilherme: What release are you using? Essex or Folsom? - In Essex: glance --os_username=adminUser --os_password

Re: [Openstack] Problem when running nova-manage db sync

2012-12-10 Thread JuanFra Rodriguez Cardoso
Hi: It's simply a warning message. I guess that next releases (Folsom, Grizzly...) will not use this deprecated argument. Regards, 2012/12/10 Guilherme Russi luisguilherme...@gmail.com Hi All, I'm rying to install OpenStack Essex and when I run the nova-manage db sync from this doc's

Re: [Openstack] Volume types

2012-12-10 Thread JuanFra Rodriguez Cardoso
If you mean different types like block or file-oriented volume, there was a thread about that (http://markmail.org/message/ptwohhhaltcbqii2) Briefly, you had to code a volume driver matches your needs ( http://docs.openstack.org/developer/nova/api/nova.volume.driver.htmlI) Regards, JuanFra.

[Openstack] Nova metadata service

2012-12-10 Thread JuanFra Rodriguez Cardoso
Hi guys! After looking for in the mailing list and docs, I honestly still don't understand what really is nova-api-metadata. it's a mandatory service in a multi-host deployment? it's only related to EC2? Thanks! Regards, JuanFra. ___ Mailing list:

Re: [Openstack] Nova metadata service

2012-12-11 Thread JuanFra Rodriguez Cardoso
Link related to my doubt: http://docs.openstack.org/trunk/openstack-compute/admin/content/metadata-service.html Regards, JuanFra. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] OpenShift in OpenStack

2012-12-11 Thread JuanFra Rodriguez Cardoso
Hi guys: Does anyone run OpenShift Origin on top of OpenStack? Regards, JuanFra. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Libvirt/KVM~Openstack sync?

2012-12-11 Thread JuanFra Rodriguez Cardoso
Hi Steve: you have to sync things in DB like...? 2012/12/11 Steve Eastham steve.east...@gmail.com Was wondering if there are fixes in Folsom or patches for Essex for keeping Openstack better in sync with the actual libvirt/KVM status. Today we have to manually update the DB if things become

Re: [Openstack] Libvirt/KVM~Openstack sync?

2012-12-11 Thread JuanFra Rodriguez Cardoso
Typically it's the power_state or vm_state in the database that can become out of sync with reality. -Steve On Tue, Dec 11, 2012 at 10:41 AM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Hi Steve: you have to sync things in DB like...? 2012/12/11 Steve Eastham

Re: [Openstack] DEBUG nova.utils [-] backend

2012-12-12 Thread JuanFra Rodriguez Cardoso
Don't worry. It's just a debug message. You can disable the debug mode in /etc/nova.conf with option debug=false. Regards, JuanFra. 2012/12/12 Jay Pipes jaypi...@gmail.com You can ignore this. On 12/12/2012 06:06 AM, Andrew Holway wrote: Hi, 2012-12-12 12:04:48 DEBUG nova.utils [-]

Re: [Openstack] Removing Orphaned instanced

2012-12-13 Thread JuanFra Rodriguez Cardoso
Hi Andrew: Could you include extracts of logs from nova-scheduler, nova-compute or nova-network where those errors appear? Thanks. JuanFra. 2012/12/13 Andrew Holway a.hol...@syseleven.de Hello, I have been playing with creating and destroying instances in the GUI. Sometimes, if I create

[Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread JuanFra Rodriguez Cardoso
Hi all: I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next error related to css/js compression: File /usr/lib/python2.6/site-packages/django/template/base.py, line 837, in render_node [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return node.render(context) [Thu

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread JuanFra Rodriguez Cardoso
/12/13 Matthias Runge mru...@redhat.com On 12/13/2012 12:24 PM, JuanFra Rodriguez Cardoso wrote: Hi all: I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next error related to css/js compression: Yes, I bet, it's not related with Dashboard, although the error message

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
@Matthias: This is the current error traceback (after your suggestions) [Fri Dec 14 12:34:49 2012] [error] Exception KeyError: KeyError(140230402213856,) in module 'threading' from '/usr/lib64/python2.6/threading.pyc' ignored [Fri Dec 14 12:34:49 2012] [error] Exception KeyError:

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
creating user@controller users in the database for keystone, nova, glance et al. It seems user@localhost would be more sensible. Take care, Andrew On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote: Hi all: I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
Ok. I will continue trying to solve these errors with your suggestions. I'll tell you any result. Thanks @Matthias @Andres for you support. Regards! JuanFra 2012/12/14 Andrew Holway a.hol...@syseleven.de On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote: @Andrew: Yes, I knew

[Openstack] Glance invalid credentials

2012-12-17 Thread JuanFra Rodriguez Cardoso
Hi again! Do not take into account my previous post where I'm getting an error from glance credentials. I found which was the problem. It was my own fault. I was using YAML for populating Keystone and I made a mistake by replacing with sed command. Sorry. All is well! Thanks! JuanFra.

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread JuanFra Rodriguez Cardoso
and use the web interface? Thanks, Andrew On Dec 17, 2012, at 6:05 PM, JuanFra Rodriguez Cardoso wrote: Hi guys: I've re-installed and re-configured again my deployment according to suggested guide github.com/beloglazov/openstack-centos-kvm-glusterfs/. Excepcion raised: [Mon Dec 17

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
, won't be overwritten by a newer version. You should find a /etc/openstack-dashboard/local_settings.rpmnew Matthias On Mon, Dec 17, 2012 at 7:02 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com mailto:juanfra.rodriguez.card...@gmail.com wrote: Hi Andrew: I

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
, JuanFra Rodriguez Cardoso wrote: Hi guys! I'm not migrating from Essex to Folsom. I've just done a clear installation of Folsom 2012.2 from EPEL 6.7. Then, it could be a problem related to migration. I requested catalog from keystone-cli and it worked. Hence, exception seems to be around

Re: [Openstack] Glance invalid credentials

2012-12-18 Thread JuanFra Rodriguez Cardoso
occurs if the auth info is invalid in the authtoken section. You can use glance --debug index ,then checkout the debug output and watch glance-api and keystone log . At 2012-12-17 21:52:11,JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.comjuanfra.rodriguez.card...@gmail.comwrote: Hi

Re: [Openstack] Openstack High Availability

2012-12-18 Thread JuanFra Rodriguez Cardoso
Great articles/guides guys! Appreciated and useful material for production deployments. Thanks! JuanFra. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] [swift] RAID Performance Issue

2012-12-19 Thread JuanFra Rodriguez Cardoso
Hi Zang: Basically, it makes no sense to use Swift on top of RAID because Swift just delivers replication schema. Regards, JuanFra. 2012/12/19 Hua ZZ Zhang zhu...@cn.ibm.com Hi, I have read the admin document of Swift and find there's recommendation of not using RAID 5 or 6 because swift

Re: [Openstack] Debugging Quantum

2012-12-20 Thread JuanFra Rodriguez Cardoso
Hi: This post can be useful. Check out: https://www.ibm.com/developerworks/mydeveloperworks/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5/entry/openstack_nova_api?lang=en Regards, JuanFra. 2012/12/20 Trinath Somanchi trinath.soman...@gmail.com Hi Stackers- Since, my starting to understand the

Re: [Openstack] two or more NFS / gluster mounts

2012-12-20 Thread JuanFra Rodriguez Cardoso
Yes, I'm really agree with Diego. It would be a good choice for submitting a blueprint with this storage feature based on tenants. According to current quotas control, it limits the: - Number of volumes which may be created - Total size of all volumes within a project as measured

Re: [Openstack] Doubt about horizon DB

2012-12-27 Thread JuanFra Rodriguez Cardoso
Hi Guillermo: No, Horizon no longer needs a database. In which part of documentation is mentioned that? What release are you using? Regards, JuanFra. 2012/12/27 Guillermo Alvarado guillermoalvarad...@gmail.com Hi everybody, I have a question about Why Horizon/Django needs a database? I see

Re: [Openstack] Who can give me some article to explain netfilter

2012-12-28 Thread JuanFra Rodriguez Cardoso
Hi Lei: I don't know if this info can be useful for you, but I think is a great getting started with iptables, chain... in OpenStack Network: http://www.ibm.com/developerworks/cloud/library/cl-openstack-network/index.html Regards, JuanFra. 2012/12/28 Lei Zhang zhang.lei@gmail.com Hi

Re: [Openstack] How to do when the compute-node is failed.

2012-12-28 Thread JuanFra Rodriguez Cardoso
@Lei, it's a great article from Mirantis folks. Thanks for sharing it! @Vis @Yaguang, I didn't know what flag is working currently. Both in folsom as in trunk doc, both flags appear. I understand --start_guests_on_host_boot will be removed from list of config options in docs. Thanks for your

Re: [Openstack] How to do when the compute-node is failed.

2012-12-28 Thread JuanFra Rodriguez Cardoso
, Dec 28, 2012 at 6:24 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: @Lei, it's a great article from Mirantis folks. Thanks for sharing it! @Vis @Yaguang, I didn't know what flag is working currently. Both in folsom as in trunk doc, both flags appear. I understand

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
Hi guys! Do you know if this Horizon's bug have been solved? In my fresh installation (2012.2.1 from EPEL), it keeps crashing. However, remaining operations in dashboard work fine! [Thu Jan 10 13:20:19 2013] [error] Traceback (most recent call last): [Thu Jan 10 13:20:19 2013] [error] File

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
10, 2013 at 1:33 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Hi guys! Do you know if this Horizon's bug have been solved? In my fresh installation (2012.2.1 from EPEL), it keeps crashing. However, remaining operations in dashboard work fine! [Thu Jan 10 13:20:19

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
Technologies (Beijing) Co., Ltd Email: qsun01...@cienet.com.cn Office Phone: +86-01081470088-7079 Mobile Phone: +86-13581988291 On Thu, Jan 10, 2013 at 9:09 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Thanks for replying quickly! Yes, I knew about this property

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-11 Thread JuanFra Rodriguez Cardoso
, 2013 at 9:09 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Thanks for replying quickly! Yes, I knew about this property. By default is 'internalURL', but although it's modified and restarted httpd, errors related to EndpointNotFound continue logging with endpoint_type

Re: [Openstack] Help with Glance

2013-01-16 Thread JuanFra Rodriguez Cardoso
Have you tried to issue: glance image-create --name=Ubuntu 12.04 UEC *is_public=true* --container-format= ovf --disk-format=qcow2 precise-server-cloudimg-amd64.img AFAIK, --public option is not recognized. Best, JuanFra. 2013/1/16 Guilherme Russi luisguilherme...@gmail.com glance

Re: [Openstack] Help with Glance

2013-01-16 Thread JuanFra Rodriguez Cardoso
mmm... can be an error related with quotes copied? Test typing manually Ubuntu 12.04 UEC 2013/1/16 Guilherme Russi luisguilherme...@gmail.com It returned the same error, it looks like my glance doesn't know the commando --name, no such option: --name 2013/1/16 JuanFra Rodriguez Cardoso

Re: [Openstack] Help with Glance

2013-01-16 Thread JuanFra Rodriguez Cardoso
again: glance image-create --name= Ubuntu 12.04 UEC is_public= true --container-format= ovf --disk-format= qcow2 precise-server-cloudimg-amd64.img and got the same error, I'm using Debian Wheezy, maybe can be some problem with my dist? Thanks. 2013/1/16 JuanFra Rodriguez Cardoso

Re: [Openstack] keystone help! keystone-all

2013-01-16 Thread JuanFra Rodriguez Cardoso
Hi: Check ports tcp/5000 and tcp/35357 are free before starting keystone. Regards, JuanFra. 2013/1/16 Mballo Cherif cherif.mba...@gemalto.com Hi everybody, I need help. When I install keystone and do keystone-all I get this error: How can I fix this issus? ** ** File

Re: [Openstack] keystone help! keystone-all

2013-01-16 Thread JuanFra Rodriguez Cardoso
:* JuanFra Rodriguez Cardoso [mailto: juanfra.rodriguez.card...@gmail.com] *Sent:* mercredi 16 janvier 2013 16:33 *To:* Mballo Cherif *Cc:* openstack@lists.launchpad.net *Subject:* Re: [Openstack] keystone help! keystone-all ** ** Hi: ** ** Check ports tcp/5000 and tcp/35357

Re: [Openstack] doc for openstack deployment using puppet

2013-01-17 Thread JuanFra Rodriguez Cardoso
Hi: Check out the following url: https://github.com/puppetlabs/puppetlabs-openstack Best, JuanFra 2013/1/17 haynes.da...@accenture.com Hi, ** ** Please help me with any tested doc for openstack deployment using puppet. ** ** regards, Haynes Davis ** **

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread JuanFra Rodriguez Cardoso
Hi Balu: Before launching an instance, you have to create a keypair (YOUR_DASHBOARD_IP/dashboard/nova/access_and_security/). Then, next time you launch an instance, you can choose that keypair created previously. Regards, JuanFra. 2013/1/22 Balamurugan V G balamuruga...@gmail.com Hi, I have

[Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi stackers! Does anyone use initial scripts for resizing disks, adding username and hostame to instances during first boot? Do you know any example of these utils like cloud-init? Thanks! Regards, -- JuanFra ___ Mailing list:

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* * http://www.stackops.com/ * * On Tue, Jan 29, 2013 at 10:42 AM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Hi stackers! Does anyone use initial

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
Ok Pádraig, thanks! I will contact him. Regards, JuanFra. 2013/1/29 Pádraig Brady p...@draigbrady.com On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init? Juerg Haefliger

Re: [Openstack] Horizon - OfflineGenerationError

2013-01-29 Thread JuanFra Rodriguez Cardoso
-volumes.disk mke2fs /dev/loop0 pvcreate /dev/loop0 vgcreate nova-volumes /dev/loop0 fi -- Delete -- [ -f PATH/nova-volumes.disk ] losetup -d /dev/loop0 rm -rf PATH/nova-volumes.disk Hope it's useful! Best, JuanFra 2012/12/13 JuanFra Rodriguez Cardoso

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi Phil: Check out XML file associtated to instance if you are using KVM. It contains instance info. You can find this file on your instances diretory (/var/lib/nova/instances by default). Regards, JuanFra. 2013/1/29 Day, Phil philip@hp.com Hi Folks, ** ** Does the nova client

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

2013-01-29 Thread JuanFra Rodriguez Cardoso
What distro are you using? 2013/1/29 Guilherme Souza souza.guilherm...@gmail.com I've runned the rejoin-stack.sh script and i got access the dashboard, but if i run top command at linux bash (shell), i can't see the services running and I tried to run the services and I'm getting messages

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

2013-01-29 Thread JuanFra Rodriguez Cardoso
Try e.g: dpkg --get-selections | grep -i keystone However, you can view openstack services in /etc/init.d/ and python files in /usr/lib/python2.x/sites-packages/keystone... 2013/1/29 Guilherme Souza souza.guilherm...@gmail.com ubuntu 11.10 2013/1/29 JuanFra Rodriguez Cardoso

Re: [Openstack] console.log is empty, what to do?

2013-01-30 Thread JuanFra Rodriguez Cardoso
Hi all: I've tested default image 'cirros' and instance logging works fine. However, I need to add some script to /etc/rc3.d/ in my instance (CentOS). Does anyone know how to redirect initial logs to file console.log? Thanks, JuanFra --- Hi Guys, I have a question concerning the instance

Re: [Openstack] console.log is empty, what to do?

2013-02-01 Thread JuanFra Rodriguez Cardoso
Hi all again: Finally I got dump logs to file 'console.log'. It needed to add 'console=tty0 console=ttyS0,115200' to kernel line in /etc/grub.conf. Regards, JuanFra. 2013/1/30 JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com Hi all: I've tested default image 'cirros

Re: [Openstack] HA Openstack with Pacemaker

2013-02-13 Thread JuanFra Rodriguez Cardoso
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

Re: [Openstack] Ability to view Ubuntu boot process in VNC console

2013-02-15 Thread JuanFra Rodriguez Cardoso
Hi Andrii: In this post we talk about it. http://openstack.markmail.org/thread/tqza3vv4ap4out2q Regards! -- JuanFra 2013/2/14 Andrii Loshkovskyi loshkovs...@gmail.com Hello, I tried setting the value with/without brackets and encountered the following error: Invalid output terminal

Re: [Openstack] Cant ping private or floating IP

2013-02-15 Thread JuanFra Rodriguez Cardoso
Have you tried to do ping from own host to vm? Have you enabled PING and SSH in 'Access and security policies'? Regards! JuanFra 2013/2/15 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com Hello Anil, I can not ssh into the VM so I cant do ifconfig from vm. I am using quantum

Re: [Openstack] Cant ping private or floating IP

2013-02-15 Thread JuanFra Rodriguez Cardoso
Hi Guilherme: Try to issue: 'dhclient eth1' in your VM (from VNC console). It could be problem with net rules in udev. Regards, JuanFra 2013/2/15 Guilherme Russi luisguilherme...@gmail.com Hello guys, I got the same problem, I have enabled the SSH and Ping policies, when I type sudo

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

2013-02-15 Thread JuanFra Rodriguez Cardoso
Another one: - MooseFS ( http://docs.openstack.org/trunk/openstack-compute/admin/content/installing-moosefs-as-backend.html ) - GlusterFS - Ceph - Lustre Regards, JuanFra 2013/2/15 Samuel Winchenbach swinc...@gmail.com Hi All, Can anyone give me a recommendation for a good

Re: [Openstack] question regarding nova-compute

2013-02-18 Thread JuanFra Rodriguez Cardoso
Hi: It seems a problem with dnsmasq. Ensure on compute hosts: chown -R nova:nova /var/lib/nova and /var/lib/nova/networks/nova-YOUR_BRIDGE{.conf, .pid} have mode 644. After that, issue: killall dnsmasq and then restart nova-network service. Hope it's useful! Regards, JuanFra 2013/2/18 Aru s

Re: [Openstack] Network node needed?

2013-03-11 Thread JuanFra Rodriguez Cardoso
Hi: You could find it in this link: http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html Regards, JuanFra 2013/3/11 Martinx - ジェームズ thiagocmarti...@gmail.com Is it possible to deploy Quantum (Flat) with two servers (controller + compute) that

Re: [Openstack] Tamanho de partição - qcow2

2013-03-13 Thread JuanFra Rodriguez Cardoso
This link could be useful for you: http://kashyapc.wordpress.com/2013/02/24/novas-way-of-using-a-disk-image-when-it-boots-a-guest-for-first-time/ JuanFra 2013/3/13 Alex Vitola alex.vit...@gmail.com Estou instalando algumas maquinas a partir de templates do ubuntu, e algumas que eu mesmo

Re: [Openstack] Announcing Elastic Hadoop on OpenStack project

2013-03-13 Thread JuanFra Rodriguez Cardoso
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

Re: [Openstack] glance --- HTTPInternalServerError (HTTP 500)

2013-03-14 Thread JuanFra Rodriguez Cardoso
Have you followed a devstack install? Have you verified credentials (tenant, user, pass, auth_url) in glance-*.conf/.ini are ok? Regards! --- JuanFra 2013/3/14 杨峰 hoking.y...@gmail.com I install folsom as the guide ( basic-install-folsom.pdf ), when I go to section Glance, and execute :

Re: [Openstack] hostname change on hardware nodes

2013-03-15 Thread JuanFra Rodriguez Cardoso
Hi David: Some useful tables for your needs: nova.services, nova.instances... Regards, --- JuanFra 2013/3/15 David Stearns dstea...@gnipcentral.com Hi all, I'm trying to recover from a mass renaming of our hardware nodes and have been having a bit of trouble. After changing the hostname

Re: [Openstack] glance --- HTTPInternalServerError (HTTP 500)

2013-03-20 Thread JuanFra Rodriguez Cardoso
, I add follow lines in every files. but I always get the same error, any other I can check? sql_connection = mysql://glance:password@localhost/glance admin_tenant_name = service admin_user = glance admin_password = password 于 13-3-14 下午9:29, JuanFra Rodriguez Cardoso 写道: Have you followed

Re: [Openstack] Error while creating more than 4 instances simultaneously.

2013-04-09 Thread JuanFra Rodriguez Cardoso
Have you tried to increase 'rpc_response_timeout' in nova.conf (e.g. 180 seconds)? https://bugs.launchpad.net/nova/+bug/1094226 --- JuanFra 2013/4/8 Jorge Luiz Correa corre...@gmail.com Hi all, I'm trying to launch a lot of instances simultaneously. I'm using Openstack 2012.2.3-0ubuntu1

Re: [Openstack] What's the package flow in vlan mode when ping the floating ip between vms.

2013-04-09 Thread JuanFra Rodriguez Cardoso
Could this Mirantis' post help you? http://www.mirantis.com/blog/vlanmanager-network-flow-analysis/ --- JuanFra 2013/4/9 Lei Zhang zhang.lei@gmail.com I am using: Folsom, nova-network, vlanManage, multi_host=ture I want to know what's the package flow between the vms which located in

Re: [Openstack] Glance question

2013-04-22 Thread JuanFra Rodriguez Cardoso
Hi: From openstack docs: The Nova API code has been written as a Web Server Gateway Interface (WSGI), is basically a specification for running Python code from web or application servers. Nova/Glance/Keystone make use of the paste deploy system in Python. Paste Deployment is a system for finding

Re: [Openstack] Virtual memory to use

2013-05-21 Thread JuanFra Rodriguez Cardoso
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.com Tel : +33 9 72 37 94 15 Le 21 mai 2013 à 11:29, Jay Kumbhani jkumbh...@gmail.com a

Re: [Openstack] Memory requirements for OpenStack vs VM

2013-05-22 Thread JuanFra Rodriguez Cardoso
Hi Chris: There are some nova config options aim to reserve resources for hosts: reserved_host_memory_mb (default: 512 MB) reserved_host_disk_mb (default: 0 MB) Regards! --- JuanFra 2013/5/21 Matthew Thode prometheanf...@gentoo.org On 05/21/13 12:24, Chris Bartels wrote: Hi, If I

Re: [Openstack] Windows Image 2008 in OpenStack

2013-05-27 Thread JuanFra Rodriguez Cardoso
I think a great tool would be Cloudbase's cloud-init for windows instances: http://www.cloudbase.it/cloud-init-for-windows-instances/ Regards, --- JuanFra 2013/5/27 Narayanan, Krishnaprasad naray...@uni-mainz.de Hallo All, ** ** Can somebody guide me to create a virtual machine

Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread JuanFra Rodriguez Cardoso
Maybe this could be helpful for your request: http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html Regards, --- JuanFra 2013/5/28 Tim Bell tim.b...@cern.ch ** ** I have a hypervisor running KVM with two network interfaces to two independent networks.

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Hi: Which hypervisor are you using? KVM with virtio driver? --- JuanFra 2013/5/28 Rahul Sharma rahulsharma...@gmail.com Hi All, I have a multinode setup of Openstack-Grizzly release with Networking node as a separate machine. I am able to successfully bring up instances and ping to

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
using KVM. -Regards Rahul Sharma On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Hi: Which hypervisor are you using? KVM with virtio driver? --- JuanFra 2013/5/28 Rahul Sharma rahulsharma...@gmail.com Hi All

Re: [Openstack] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
will use these and let you know the status. Thanks and Regards Rahul Sharma On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com wrote: Have you tried configuring your compute nodes with the following options in file 'nova.conf'? These options could

Re: [Openstack] custom url for openstack dashboard

2013-06-21 Thread JuanFra Rodriguez Cardoso
Hi Anshul, you can try to change WSGI alias in file '/etc/httpd/conf.d/openstack-dahsboard' file (on RHEL-based installation). DEFAULT -- WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi NEW -- WSGIScriptAlias /os

Re: [Openstack] custom url for openstack dashboard

2013-06-26 Thread JuanFra Rodriguez Cardoso
i.e. these urls are absolute, but relative to certain fixed string. Thanks, Anshul -- *From:* JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com *To:* Anshul Gangwar anshul1...@yahoo.co.in *Cc:* Balamurugan V G balamuruga...@gmail.com; openstack

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

2013-07-09 Thread JuanFra Rodriguez Cardoso
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

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

2013-07-09 Thread JuanFra Rodriguez Cardoso
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