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

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

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 followe

Re: [Openstack] custom url for openstack dashboard

2013-06-26 Thread JuanFra Rodriguez Cardoso
/static/* > /os/auth/* > > this os string is added on the fly i.e. these urls are absolute, but > relative to certain fixed string. > > Thanks, > Anshul > > > -- > *From:* JuanFra Rodriguez Cardoso > *To:* Anshul Gangwar >

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 /usr/share/openstack-dashboard/opens

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

2013-05-28 Thread JuanFra Rodriguez Cardoso
se 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 com

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

2013-05-28 Thread JuanFra Rodriguez Cardoso
; >> Regards, >> Balu >> >> On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma >> wrote: >> > Yes, I am using KVM. >> > >> > -Regards >> > Rahul Sharma >> > >> > >> > On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodri

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 > 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 google from within the in

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 > ** ** > > I have a hypervisor running KVM with two network interfaces to two > independent networks. > > ** ** > >

Re: [Openstack] Reg: Creating Network

2013-05-28 Thread JuanFra Rodriguez Cardoso
Please, could you give more details? e.g. Openstack release... Thanks! --- JuanFra 2013/5/28 Nehal J. Wani > When i run the command: > > nova network-create myNetwork --fixed-range-v4 10.3.3.0/24--bridge-interface > cloudbr0 > > I get the error: > ERROR: The server has either erred or is inca

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 > Hallo All, > > ** ** > > Can somebody guide me to create a virtual machine using Windows 2008 im

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 > On 05/21/13 12:24, Chris Bartels wrote: > > Hi, > > > > > > > > If I rent a VPS with

Re: [Openstack] Virtual memory to use

2013-05-21 Thread JuanFra Rodriguez Cardoso
Maybe "swap space"? --- JuanFra 2013/5/21 Razique Mahroua > 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 a écrit : > > Is there a way to use

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] Puppet modules for OpenStack?

2013-04-14 Thread JuanFra Rodriguez Cardoso
Mirantis folks released FUEL days ago, its tool for production deployments www.mirantis.com/company/press-release/mirantis-fuel-openstack-secret-sauce/ Regards, JuanFra El 13/04/2013 21:01, "Dan Bode" escribió: > Hi Dennis, > > The modules mentioned above are in a great maintained state (just on

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 > 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 > the same physical m

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

2013-04-08 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 > Hi all, > > I'm trying to launch a lot of instances simultaneously. I'm using > Openstack 2012.2.3-0ubuntu1 installed on an u

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

2013-03-20 Thread JuanFra Rodriguez Cardoso
t; 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

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 > 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 on all of them "nova

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 杨峰 > I install folsom as the guide ( basic-install-folsom.pdf ), when I go to > section Glance, and execute : #glance image-list and

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 > 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 initiat

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 > Estou instalando algumas maquinas a partir de templates do ubuntu, e > algumas que eu mesmo tenho feito > > Crio um

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 - ジェームズ > Is it possible to deploy Quantum (Flat) with two servers (controller + > compute) that have only 1 ethernet on

Re: [Openstack] OpenStack login page

2013-03-06 Thread JuanFra Rodriguez Cardoso
Excellent guide: https://github.com/beloglazov/openstack-centos-kvm-glusterfs JuanFra 2013/3/6 Joshua Harlow > http://anvil.readthedocs.org > > Sent from my really tiny device... > > On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" < > aashutoshnara...@gmail.com> wrote: > > Can someone point me

Re: [Openstack] VM creation failure

2013-02-25 Thread JuanFra Rodriguez Cardoso
Hi: Have you ensured your messaging queue is working correctly? Regards, JuanFra 2013/2/25 Javier Alvarez > Hello, > > I'm trying to setup OpenStack Essex on Debian and I'm getting an error > when creating new VMs. The problem arises when trying to allocate the > network of the VM, but I'm no

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] 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 > Hi All, > > Can anyone give me a recommendation for a good shared-storage cluster > fil

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 > Hello guys, > > I got the same problem, I have enabled the SSH and Ping policies, when I > type "sudo ifconfig -a" inside my VM

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 qua

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 > Hello, > > I tried setting the value with/without brackets and encountered the > following error: > > Invalid output terminal "ttyS0" > > As far

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 > Hi All, > > I currently have a HA OpenStack cluster running where the OpenStack > services are kept alive with a combinatio

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 > Hi all: > > I've tested default image 'cirros'

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] 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 > ubuntu 11.10 > > > 2013/1/29 JuanFra Rodriguez Cardoso > >> What

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 > 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 like this > one: "keystone

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 > Hi Folks, > > ** ** > > Does the nova client provide support

Re: [Openstack] Horizon - OfflineGenerationError

2013-01-29 Thread JuanFra Rodriguez Cardoso
losetup /dev/loop0 PATH/nova-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

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 > 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-i

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
lt;http://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.rodrig

[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: https://launchpad.net/~o

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 > Hi, > > I have a Folsom private ope

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 > Hi, > > ** ** > > Please help me with any tested doc for openstack deployment using puppet. > > > ** ** > > regards, > > Haynes Davis > > ** ** > > -

Re: [Openstack] keystone help! keystone-all

2013-01-16 Thread JuanFra Rodriguez Cardoso
t; > ** ** > > *From:* 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 > > ** ** >

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 > Hi everybody, I need help. When I install keystone and do keystone-all I > get this error: > > How can I fix this issus? > > ** ** > > File "/usr/bin/keystone-all", li

Re: [Openstack] Help with Glance

2013-01-16 Thread JuanFra Rodriguez Cardoso
l over 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.

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 > It returned the same error, it looks like my glance doesn't know the > commando --name, "no such option: --name" > > > > 2013/1/16 J

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 > glance image-create --name="Ubuntu 12

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-11 Thread JuanFra Rodriguez Cardoso
t; horizon/templates/horizon/common/_quota_summary.html. >> >> - Ray >> Yours faithfully, Kind regards. >> >> CIeNET Technologies (Beijing) Co., Ltd >> Email: qsun01...@cienet.com.cn >> Office Phone: +86-01081470088-7079 >> Mobile Phone: +86-135819

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
ithfully, Kind regards. > > CIeNET 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>

Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread JuanFra Rodriguez Cardoso
skype:diegoparrilla* > * <http://www.stackops.com/> > * > > * > > > > On Thu, Jan 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

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 "/us

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 >

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 clar

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 > Hi Razique, > > thx very much.

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 > Hi everybody, > > I have a question about Why Horizon/Django needs a database? I see in the > installation guide

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 in

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 > Hi Stackers- > > Since, my starting to understand the code as a student, I ha

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 > Hi, > > I have read the admin document of Swift and find there's recommendation of > not using RAID 5 or 6 because swift performance deg

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 he

Re: [Openstack] Glance invalid credentials

2012-12-18 Thread JuanFra Rodriguez Cardoso
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" > wrote: > > Hi guys: > > I'

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
Fra 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 work

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-18 Thread JuanFra Rodriguez Cardoso
; looks in a clean install, and compare it to your updated one. > > local_settings is marked as config file and thus, won't be overwritten > by a newer version. You should find a > /etc/openstack-dashboard/local_settings.rpmnew > > Matthias > > > > > > > On M

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread JuanFra Rodriguez Cardoso
ou get this when you try 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 gui

[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. __

[Openstack] Glance invalid credentials

2012-12-17 Thread JuanFra Rodriguez Cardoso
Hi guys: I'm getting the following error when I try to index my glance repository from glanceclient: # glance index Request returned failure status. Invalid OpenStack Identity credentials. I've checked the env variables, keystone_db tables, config files and everything seems ok! Even, I got manua

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 > > On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote: > > > @Andrew: Yes,

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
for the scripts > 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: > >

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 ignored [Fri Dec 14 12:34:49 2012] [error] Exception KeyError: KeyError(140230402213856,) in ignored [Fri Dec 14 12:34:49 2012] [notice] ca

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-13 Thread JuanFra Rodriguez Cardoso
/12/13 Matthias Runge > 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 r

[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) [Th

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 > Hello, > > I have been playing with creating and destroying instances in the GUI. > > Sometimes, if I create more than 10 or so

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 > You can ignore this. > > On 12/12/2012 06:06 AM, Andrew Holway wrote: > > Hi, > > > > 2012-12-12 12:04:48 DEBUG nova.utils [-] backend '

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

2012-12-11 Thread JuanFra Rodriguez Cardoso
27;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 s

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 > 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 out of sync. > > -St

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 : https://help.lau

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 : https://launch

[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: http

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. 2012/

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 > Hi All, > > I'm rying to install OpenStack Essex and when I run the nova-manage db > sync from this doc's part > http://docs.openst

Re: [Openstack] Glance problem when creating image

2012-12-09 Thread JuanFra Rodriguez Cardoso
t; > > 2012/12/9 Guilherme Russi > >> Hello JuanFra, >> >> I'm using Essex, I'll try this way and return to you. >> >> Thank you so much. >> >> Regards. >> >> Guilherme Russi. >> >> >> 2012/12/9 JuanFra Rodri

Re: [Openstack] [openstack-community] Error: Failed to add interface: sudo: unable to resolve host ERROR

2012-11-30 Thread JuanFra Rodriguez Cardoso
Hi John: First, it's preferable to send questions like this to openstack@lists.launchpad.net. I already added it to CC. *- *sudo: unable to resolve host server3*:* is a problem related to hostname. Be sure /etc/hostname and /etc/hosts are correct. - Failed to add interface*:* Problem associated w

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 (Sy

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 > manage ___ Mailing list: http

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: http://www.sebasti

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 > thinese __

Re: [Openstack] Backing up OpenStack deployment

2012-11-29 Thread JuanFra Rodriguez Cardoso
maintained by cron jobs. > The config file and package can be managed by configuration > management tools. > > > 在 2012-11-27,下午9:03,JuanFra Rodriguez Cardoso < > juanfra.rodriguez.card...@gmail.com> 写道: > > > Hi guys: > > > > Does anyone know best practices

Re: [Openstack] Basic OpenStack Controller Setup - Keystone error

2012-11-28 Thread JuanFra Rodriguez Cardoso
Hi guys: Really one space in params assignment can generate a service error? 2012/11/28 Sudhakar Gariganti > Hi Atul, > > Thank you so much for pointing out the error. I had some other errors > along with the one you mentioned in the conf. file. > Now keystone is working :) > > > Thanks, > Sudh

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 > Dear ALL, > > I was wonderin

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 > Hello everyone. > > I've been writing about my little experiments with OpenStack lately, and > I've come to the conclusion that I do not know the differen

[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 : openst

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 > As far I'm concerned, I will never put config files on share storage > (esp