Re: [Openstack] What/How to contribute?

2014-11-29 Thread Raphael Ribeiro
://technodrone.blogspot.com/2014/11/start-contributing-to-openstack-easy.html Sorry the redundancy ;) Happy 'stack-hacking'! --- JuanFra Rodriguez Cardoso 2014-11-28 3:28 GMT+01:00 Raphael Ribeiro raphaelp...@gmail.com: Hello all! I am a student of computer and my undergraduate research

[Openstack] What/How to contribute?

2014-11-27 Thread Raphael Ribeiro
Hello all! I am a student of computer and my undergraduate research is about QoS for cloud computing. I would like to contribute to the OpenStack project in my research. So my question is: how can I contribute to the project? I would like to improve the elasticity of OpenStack through the Heat +

[Openstack] Cannot access metadata

2014-07-02 Thread Raphael Ribeiro
I have A 3-node RDO setup (using Fedora 20, and IceHouse packages from CentOS When I create a instance I get this: https://gist.github.com/raphapr/cafec0a1f5321bb7a7d0 checking http://169.254.169.254/2009-04-04/instance-id failed 1/20: up 1.19. request failed failed 2/20: up 3.31. request

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-26 Thread Raphael Ribeiro
Hi Heiko, here is: # neutron net-show 013dbc13-ebc5-407b-9d24-c3bf21c68a90 +---+--+ | Field | Value| +---+--+ |

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-20 Thread Raphael Ribeiro
] connection = mysql://neutron:password@127.0.0.1/neutron Then (re)initialize the various db structures and restart all neutron daemons: $ neutron-db-manage --config-file /etc/neutron/neutron.conf \ --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head On 20/06/14 15:49, Raphael

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-19 Thread Raphael Ribeiro
Hi Heiko, what was wrong with the ml2 config? Can you post here? I'm having the same problem,. Thanks! 2014-06-17 9:51 GMT-03:00 Heiko Krämer hkrae...@anynines.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Akesh, you're right on the controller host was the ml2 config not correct

[Openstack] neutron database error in Icehouse

2014-06-17 Thread Raphael Ribeiro
Hello, I have configured a multi node and neutron single flat network in CentOS OpenStack IceHouse version Have one controller, one compute and one network node. But when I try create a neutron network we are getting below error: # neutron net-create ext-net --shared --router:external=True

[Openstack] LBaaS, how it works?

2014-06-03 Thread Raphael Ribeiro
Hello everybody, my question is, how LBaaS works in the following scenario: I have 2 nodes, Node A: running wordpress (IP1) Node B: running wordpress database (IP2) if node B overloads, what happens? I mean, the load balancer will create another node with another IP? I

Re: [Openstack] Controller and network services in same node

2014-05-14 Thread Raphael Ribeiro
controller and network node combined. -- *From:* Raphael Ribeiro [raphaelp...@gmail.com] *Sent:* Wednesday, May 14, 2014 4:14 AM *To:* openstack@lists.openstack.org *Subject:* [Openstack] Controller and network services in same node Is possible to install

[Openstack] Controller and network services in same node

2014-05-13 Thread Raphael Ribeiro
Is possible to install the neutron in the controller node without a networking node? how I do that? the neutron documentation seemed confused. -- * Raphael Pereira Ribeiro* *Instituto de Computação - IC/UFAL* *Graduando em Ciências da Computação* *http://lattes.cnpq.br/9969641216207080

[Openstack] Load Balancing solutions (without Neutron)

2014-04-22 Thread Raphael Ribeiro
Hello, I have a question about Load Balancing: what are the load balancing solutions aiming elasticity across virtual machines on OpenStack? I found Neutron/LBaaS but I'm currently using nova-network at my local OpenStack. Thanks! -- *Raphael Pereira Ribeiro* *Instituto de Computação - IC/UFAL*

Re: [Openstack] libvirt error when trying to create instance

2014-02-28 Thread Raphael Ribeiro
in libvirt.xml. Remove graphics type='spice' autoport='yes' listen='0.0.0.0' keymap='en-us' listen type='address' address='0.0.0.0'/ /graphics Regards, Veera. On Fri, Feb 28, 2014 at 10:52 AM, Raphael Ribeiro raphaelp...@gmail.comwrote: sorry, correct link: http://paste.debian.net/84511/ 2014

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Raphael Ribeiro
multi_host=True send_arp_for_ha=True share_dhcp_address=True force_dhcp_release=True flat_network_bridge=br100 flat_interface=eth1 public_interface=eth1 Restart nova-network Regards, VeeraReddy, Freescale. On Tue, Feb 25, 2014 at 1:03 PM, Raphael Ribeiro raphaelp

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Raphael Ribeiro
sorry, correct link: http://paste.debian.net/84511/ 2014-02-28 2:19 GMT-03:00 Raphael Ribeiro raphaelp...@gmail.com: Hello Veera, thanks for answer. Checked ifconfig br100 br100 Link encap:Ethernet HWaddr 00:14:4f:ca:f7:b5 inet addr:10.0.0.1 Bcast:10.0.0.255 Mask

[Openstack] nova-api-metadata dependencies

2014-02-24 Thread Raphael Ribeiro
when I try to install the package nova-api-metadata in compute node this error occurs The following NEW packages will be installed: nova-api-metadata{b} 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/15.0 kB of archives. After unpacking 67.6 kB will be

Re: [Openstack] nova-api-metadata dependencies

2014-02-24 Thread Raphael Ribeiro
(enabled_apis=ec2,osapi_compute,metadata). Thanks, Yuanle On Mon, Feb 24, 2014 at 4:13 PM, Raphael Ribeiro raphaelp...@gmail.comwrote: when I try to install the package nova-api-metadata in compute node this error occurs The following NEW packages will be installed: nova-api-metadata

[Openstack] libvirt error when trying to create instance

2014-02-24 Thread Raphael Ribeiro
Hello, I'm trying to create an instance in the compute node using nova-network but this error occurs: */var/log//nova/nova-compute.log* http://paste.debian.net/83943/ */var/log/libvirt/libvirtd.log* http://paste.debian.net/83945/ *# virsh list* IdName State

[Openstack] new instance gets always error status

2014-02-20 Thread Raphael Ribeiro
I'm trying to create an instance but always gets error status, I'm using nova-network and my nova-compute.log is: http://pastebin.ca/2644797 # nova list +--+--+++-+--+ | ID |

[Openstack] nova controller fail to connect to rabbitmq

2014-02-13 Thread Raphael Ribeiro
These are the errors: *nova-cert.log* http://pastebin.ca/2640116 *nova-conductor.log* http://pastebin.ca/2640117 *nova.conf* rpc_backend = nova.rpc.impl_kombu rabbit_host = controller rabbit_password = rabbit rabbit_port=5672 *nova manage service-list* Binary Host