[Openstack] Question about OpenStack Networking on Liberty

2016-01-20 Thread BYEONG-GI KIM
Hello. I've been learning OpenStack from Havana, and as far as I know the DVR (Distributed Virtual Router) Concept has been raised since Juno. I wonder whether the DVR is finally supported fully at Liberty. Furthermore, does it solve the issue related networking performance of OpenStack,

[Openstack] Question about Trove

2016-01-19 Thread BYEONG-GI KIM
Hello. I have a question about the current supported functions of Trove; Does it support database migration service/function of the DBaaS? Best regards Kim ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] How could I know id of cpu/memory/disk on an instance?

2016-01-17 Thread BYEONG-GI KIM
Jose Manuel Hernandez > > > 2016-01-15 9:55 GMT+01:00 BYEONG-GI KIM <bg...@bluedigm.com>: > >> Hello. >> >> I'm now searching how to get the information related to the something >> like identifier for an instance's cpu/memory/disk. The id for the nic

[Openstack] How could I know id of cpu/memory/disk on an instance?

2016-01-15 Thread BYEONG-GI KIM
Hello. I'm now searching how to get the information related to the something like identifier for an instance's cpu/memory/disk. The id for the nic can be obtained easily via nova interface-list [vm_id] cli, but I could not find such clis for the above things. Is it possible to get such

[openstack-dev] [Monasca] Good guide to install Monasca on Centos7?

2015-10-13 Thread BYEONG-GI KIM
Hello. I'm interested in Monasca, which is the one of a new OpenStack project for monitoring, and I'd wanted to get an installation guide of the Monasca on CentOS7 environment. I've found a guide which is for Debian (Ubuntu) environment, but I couldn't for the previous one. Could anybody know

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-27 Thread BYEONG-GI KIM
not be created with error messages, No valid host was found. There are not enough hosts available. at nova-conductor log on Controller and NovaException: Unexpected vif_type=binding_failed at nova-compute log on Compute. Thanks in advance. Regards Byeong-Gi KIM 2015-05-27 9:31 GMT+09:00 BYEONG-GI KIM

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread BYEONG-GI KIM
LinuxBridge need to be configured like OVS? For example, add-br and add-port for br-ex is required while configuring OVS setting. Another question is that I wonder whether configuring /etc/sysconfig/network-scripts/ifcfg-ethX.X is needed for VLAN setting. Best regards Byeong-Gi KIM 2015-05-27 5:36 GMT

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread BYEONG-GI KIM
...@gmail.com: Starting the keystone service simply enables Eventlet, a library deprecated in Kilo in favor of the Apache HTTP server. I'd call it a workaround rather than a valid solution. Did you try adding the group to the WSGI configuration? On Mon, May 25, 2015 at 8:04 PM, BYEONG-GI KIM kimbyeon

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread BYEONG-GI KIM
and then restart Apache. On Mon, May 25, 2015 at 9:14 PM, BYEONG-GI KIM kimbyeon...@gmail.com wrote: I just followed the installation guide, http://docs.openstack.org/kilo/install-guide/install/yum/content/keystone-install.html, and if the 'usermod -a -G keystone apache' is for what you

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-25 Thread BYEONG-GI KIM
! Regards Byeong-Gi KIM 2015-04-21 7:19 GMT+09:00 Martinx - ジェームズ thiagocmarti...@gmail.com: Hi James! On 20 April 2015 at 18:16, James Denton james.den...@rackspace.com wrote: Hi Thiago, VXLAN requires an IP address on each host from which to build the overlay mesh between hosts. Some

[Openstack] Question about multi-host mode while using nova-network

2015-05-07 Thread BYEONG-GI KIM
Hello. It seems that this question would be quite outdated question, because this is a question about nova-network instead of neutron. I wonder whether VMs located in a Compute Node, e.g., Compute A, are accessible while its nova-network service is down if the other nova-network is running on

Re: [Openstack] [openstack-dev] Question about multi-host mode while using nova-network

2015-05-07 Thread BYEONG-GI KIM
.) But if that single host is physically down, then *no* instances in your cloud have external network access. Hope that helps, Joe On Thu, May 7, 2015 at 1:08 AM, BYEONG-GI KIM kimbyeon...@gmail.com wrote: Hello. It seems that this question would be quite outdated question, because

[openstack-dev] Question about multi-host mode while using nova-network

2015-05-07 Thread BYEONG-GI KIM
Hello. It seems that this question would be quite outdated question, because this is a question about nova-network instead of neutron. I wonder whether VMs located in a Compute Node, e.g., Compute A, are accessible while its nova-network service is down if the other nova-network is running on

[Openstack] Question about VXLAN support

2014-09-17 Thread BYEONG-GI KIM
? In the theory, the 4500th tenant should have 4500 tag number but the tag number is presented as VLAN ID so that it cannot be assigned over 4096. Any advice and comment would really be appreciated. Best regards Byeong-Gi KIM ___ Mailing list: http

Re: [Openstack] Question about VXLAN support

2014-09-17 Thread BYEONG-GI KIM
. I'd like to know whether more than 10 tenants could be handled by VXLAN on the latest OpenStack implementation or not. Best regards Byeong-Gi KIM 2014-09-18 11:20 GMT+09:00 George Mihaiescu george.mihaie...@q9.com: The internal VLAD ID is indeed limited to 4096 but this internal tag

[Openstack] [devstack] ./stack.sh stopped while doing glance image-create on Controller Node

2014-07-17 Thread BYEONG-GI KIM
Hello. I'm trying to install devstack on Controller Node following the guide Openstack Patches Getting Started Guide https://01.org/sites/default/files/page/openstack_neutron_with_intel_architecture_gsg_rev001.pdf, but it seems that the ./stack.sh doesn't work correctly. My OS is fedora 20 and

Re: [Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-15 Thread BYEONG-GI KIM
which can find 'ip netns' on Network Node or indicate id which can find 'neutron router-list' on Controller Node? As you know, the ids are a little different; qrouter- or just Anyway, the setting up multiple external networks makes me upset now. :( Best regards Byeong-Gi Kim 2014-06-16

Re: [Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-15 Thread BYEONG-GI KIM
-Gi KIM 2014-06-16 13:08 GMT+09:00 BYEONG-GI KIM kimbyeon...@gmail.com: Dear Yang, Thank you for the reply. I've checked the connection between aqrouter and a vm like this way; 1. ping from qrouter to br-ext in order to identify the external network is set correctly: it works fine. 2

Re: [Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-15 Thread BYEONG-GI KIM
Dear Remo Mattei I'm using CentOS 6.5 and ML2 plugin. Best regards Byeong-Gi KIM 2014-06-16 14:07 GMT+09:00 Remo Mattei r...@italy1.com: Are you using Ubuntu or red hat? Ml2 or not ? Inviato da iPhone () Il giorno Jun 15, 2014, alle ore 21:08, BYEONG-GI KIM kimbyeon...@gmail.com ha

[Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-13 Thread BYEONG-GI KIM
also can ping to br-ex-2. The problem is that status for connection between each qrouter and internal network has been DOWN instead of ACTIVE... Did anybody suffer from such problem and solve it? I'd appreciate any help and comments for solving it. Thanks in advance. Best regards Byeong-Gi KIM

[Openstack] Deployment of multiple external networks

2014-06-02 Thread BYEONG-GI KIM
external networks? Thanks in advance. Best regards Byeong-Gi KIM ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman

[Openstack] Question about the Neutron Networking

2014-05-27 Thread BYEONG-GI KIM
scalability I think. An only merit seems to provide HA to avoid SPOF... Could someone explain the background why the Neutron Networking has been proposed and what the demerits of Multi-host Networking were? Thanks in advance. Best regards Byeong-Gi KIM

[Openstack] How to configure Neutron Networking from GRE to VXLAN?

2014-05-27 Thread BYEONG-GI KIM
regards Byeong-Gi KIM ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] Openstack deployment with DPDK?

2014-05-06 Thread BYEONG-GI KIM
Hi all, I hear that the new Openstack version, Icehouse, has been released in April. In this version, is DPDK vSwitch supported as an alternative of the current Open vSwitch for Openstack deployment? Best regards, Byeong-Gi KIM ___ Mailing list: http