[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, especial

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

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

2016-01-17 Thread BYEONG-GI KIM
ernandez > > > 2016-01-15 9:55 GMT+01:00 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 vi

[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 information

Re: [Openstack] CenOS7 kilo cannot find service type cloudformation when create heat endpoint .

2015-06-30 Thread BYEONG-GI KIM
Hello. I encountered same problem. Did you solve this error? Thank you in advance. Regards Byeong-Gi KIM 2015-05-07 20:15 GMT+09:00 walterxj : > Hi:all > today when I create heat_cfn endpoint: > openstack endpoint create \ > --publicurl http://controller:8000/v1 \ > --i

[Openstack] LinuxBridge doesn't create any br while creating vm

2015-05-28 Thread BYEONG-GI KIM
nux_bridge] physical_interface_mappings = vlan:eth2 [vlans] tenant_network_type = vlan network_vlan_ranges = vlan:1:100 --- Any comments and help would really be appreciated! Thanks in advance. Regards Bye

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

2015-05-27 Thread BYEONG-GI KIM
erious; A vm even could 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

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

2015-05-26 Thread BYEONG-GI KIM
. By the way, does 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

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

2015-05-25 Thread BYEONG-GI KIM
hould be modified. Thank you in advance! Regards Byeong-Gi KIM 2015-04-21 7:19 GMT+09:00 Martinx - ジェームズ : > Hi James! > > On 20 April 2015 at 18:16, James Denton > wrote: > >> Hi Thiago, >> >> VXLAN requires an IP address on each host from which to build the o

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

2015-05-25 Thread BYEONG-GI KIM
options and then restart Apache. > > On Mon, May 25, 2015 at 9:14 PM, BYEONG-GI KIM > 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 -

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

2015-05-25 Thread BYEONG-GI KIM
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, B

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

2015-05-25 Thread BYEONG-GI KIM
;t need to start it. In Kilo is the http server in charge of port listening and keystone behaves like as a wsgi script.*" on the above link. I'm not sure that I can successfully install all the openstack components after this makeshift. Best regards Byeong-Gi KIM 2015-05-25 19:40 GM

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

2015-05-07 Thread BYEONG-GI KIM
ed to be running > on that single host for traffic to still get out.) 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 > wrote:

[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 the

Re: [Openstack] Question about VXLAN support

2014-09-17 Thread BYEONG-GI KIM
Stack. 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 : > The internal VLAD ID is indeed limited to 4096 but this internal tag > n

[Openstack] Question about VXLAN support

2014-09-17 Thread BYEONG-GI KIM
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

[Openstack] OpenStack Icehouse Installation on Redhat7

2014-08-31 Thread BYEONG-GI KIM
't. Is there any guy who successfully installed OpenStack Icehouse with 3 node deployment on Redhat7? Any help would really be appreciated. Best regards Byeong-Gi KIM ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/ope

[Openstack] Question about OpenStack 2 nodes deployment

2014-07-21 Thread BYEONG-GI KIM
ot be High Available. I'd wanna deploy 2 nodes environment while inserting metadata-agent into either Compute Node or Controller Node and achieving HA. Any advice and comments for that would really be appreciated. Best regards Byeong-Gi KIM _

[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 , but it seems that the ./stack.sh doesn't work correctly. My OS is fedora 20 and I

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 : > 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 < > kimbyeo

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 : > 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 wo

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

2014-06-15 Thread BYEONG-GI KIM
gent.ini file indicate id 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. :

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

2014-06-12 Thread BYEONG-GI KIM
it. 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/listinfo/openstack

Re: [Openstack] Deployment of multiple external networks

2014-06-02 Thread BYEONG-GI KIM
ettings are for VLAN. Should I do the setting even though the current network is set to GRE? Thanks in advance. Best regards Byeong-Gi KIM 2014-06-02 23:31 GMT+09:00 Lars Kellogg-Stedman : > On Mon, Jun 02, 2014 at 06:06:43PM +0900, BYEONG-GI KIM wrote: > > I'd wanna deploy multiple ex

[Openstack] Deployment of multiple external networks

2014-06-02 Thread BYEONG-GI KIM
tiple 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/ma

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

2014-05-27 Thread BYEONG-GI KIM
witch/ovs-neutron_plugin.ini? Or what I need to do? 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/listinfo/openstack

[Openstack] Question about the Neutron Networking

2014-05-27 Thread BYEONG-GI KIM
n nor 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-G

[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

[Openstack] About scalability of OpenStack Cloud.

2014-03-09 Thread BYEONG-GI KIM
concept of Network Node, would you explain about it in detail? Thank you in advance! Best regards Byeong-Gi KIM ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscr