[openstack-dev] How does tempest read in the variables defined in tempest.conf?

2016-03-25 Thread Danny Choi (dannchoi)
Hi, There are variables defined in the tempest.conf. How does tempest read them and use them in the tests? I'm trying to write scenario tests in multiple regions. Under tempest.conf: [identity] Region = RegionOne [compute] image_ref = b6f85abb-c582-40e4-ad18-5a01431a6bfd image_ref_alt

[openstack-dev] [keystone] is all CLI commands supported in V3?

2015-09-16 Thread Danny Choi (dannchoi)
Hi, I’m running keystone V3. It does not seem to support all CLI commands. E.g. There is no “subnet create” command available. Is this expected? How to create a subnet in this case? Thanks, Danny __ OpenStack Development

[openstack-dev] [devstack] openstack install error with stable/kilo

2015-07-06 Thread Danny Choi (dannchoi)
Hi, I’m trying to run devstack install of stable/kilo on Ubuntu 14.04 and getting the following error. Any suggestion on how to resolve it? 2015-07-06 13:25:08.670 | + recreate_database glance 2015-07-06 13:25:08.670 | + local db=glance 2015-07-06 13:25:08.670 | + recreate_database_mysql

[openstack-dev] Using DevStack in Kilo

2015-04-16 Thread Danny Choi (dannchoi)
When use devstack with Kilo, after stack.sh, the following tracebacks are logged: localadmin@qa4:/opt/stack/logs$ grep -r Traceback * g-api.log:2015-04-16 14:16:17.996 TRACE glance.registry.client.v1.client Traceback (most recent call last): g-api.log:2015-04-16 14:16:20.237 TRACE

[openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-03 Thread Danny Choi (dannchoi)
Hi, I’m using DevStack to deploy OpenStack on a multi-node setup: Controller, Network, Compute as 3 separate nodes Since the Controller node is stacked first, during which the Network node is not yet ready, it fails to create the router instance and the public network. Both have to be created

[openstack-dev] [qa] What does it mean when a network's admin_state_up = false?

2014-12-30 Thread Danny Choi (dannchoi)
Hi, I have a VM with an interface attached to network “provider-net-1” and assigned IP 66.0.0.8. localadmin@qa4:~/devstack$ nova list +--+--+++-+--+ | ID | Name |

Re: [openstack-dev] [qa] host aggregate's availability zone

2014-12-22 Thread Danny Choi (dannchoi)
; charset=utf-8 Did you enable the AvailabilityZoneFilter in nova.conf that the scheduler uses? And enable the FilterScheduler? These are two common issues related to this. - Joe On Dec 21, 2014, at 10:28 AM, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: Hi, I have

Re: [openstack-dev] [qa] Fail to launch VM due to maximum number of ports exceeded

2014-12-21 Thread Danny Choi (dannchoi)
...@mail.gmail.commailto:cahcyybnapbhywfvkjxghn7fckg1wp4sdzf8tujqbjj1lgk2...@mail.gmail.com Content-Type: text/plain; charset=utf-8 Hi Danny, what about the global ports count and quotas? On Sun, Dec 21, 2014 at 1:32 AM, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: Hi, The default

[openstack-dev] [qa] host aggregate's availability zone

2014-12-21 Thread Danny Choi (dannchoi)
Hi, I have a multi-node setup with 2 compute hosts, qa5 and qa6. I created 2 host-aggregate, each with its own availability zone, and assigned one compute host: localadmin@qa4:~/devstack$ nova aggregate-details host-aggregate-zone-1

[openstack-dev] [qa] Fail to launch VM due to maximum number of ports exceeded

2014-12-20 Thread Danny Choi (dannchoi)
Hi, The default quota for port is 50. +--++-+ localadmin@qa4:~/devstack$ neutron quota-show --tenant-id 1b2e5efaeeeb46f2922849b483f09ec1 +-+---+ | Field | Value |

[openstack-dev] [qa] Very first VM launched won't response to ARP request

2014-12-16 Thread Danny Choi (dannchoi)
Hi, I have seen this issue consistently. I freshly install Ubuntu 14.04 onto Cisco UCS and use devstack to deploy OpenStack (stable Juno) to make it a Compute node. For the very first VM launched at this node, it won’t respond to ARP request (I ping from the router namespace). The Linux

[openstack-dev] [qa] Question about nova boot --min-count number

2014-12-13 Thread Danny Choi (dannchoi)
Hi, According to the help text, “—min-count number” boot at least number servers (limited by quota): --min-count number Boot at least number servers (limited by quota). I used devstack to deploy OpenStack (version Kilo) in a multi-node setup: 1

[openstack-dev] [devstack] localrc for mutli-node setup

2014-12-12 Thread Danny Choi (dannchoi)
Hi, I would like to use devstack to deploy OpenStack on a multi-node setup, i.e. separate Controller, Network and Compute nodes What is the localrc for each node? I would assume, for example, we don’t need to enable neutron service at the Controller node, etc… Does anyone has the localrc file

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-08 Thread Danny Choi (dannchoi)
state. -- Thanks Regards E-Mail: thefossg...@gmail.commailto:thefossg...@gmail.com IRC: neophy Blog : http://lmohanphy.livejournal.com/ On Sun, Dec 7, 2014 at 7:17 PM, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: That does not work. It put the VM in ACTIVE

[openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-06 Thread Danny Choi (dannchoi)
Hi, I have a VM which is in ERROR state. +--+--+++-++ | ID | Name | Status | Task State

Re: [openstack-dev] [qa] Should it be allowed to attach 2 interfaces from the same subnet to a VM?

2014-12-02 Thread Danny Choi (dannchoi)
think so. Any special concern with a VM using more than one port on a subnet? andrea On 2 December 2014 at 02:04, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: Hi, When I attach 2 interfaces from the same subnet to a VM, there is no error returned and both interfaces come

[openstack-dev] [qa] How to perform VMs live migration?

2014-11-26 Thread Danny Choi (dannchoi)
Hi, When I try “nova host-evacuate-live”, I I got the following error: Error while live migrating instance: tme209 is not on shared storage: Live migration can not be used without shared storage. What do I need to do to create a shared storage? Thanks, Danny

[openstack-dev] Launching VM in multi-node setup

2014-11-24 Thread Danny Choi (dannchoi)
Hi, In a multi-node setup with multiple Compute nodes, is there a way to control where a VM will reside when launching a VM? E.g. I would like to have VM-1 at Compute-1, VM-2 at Compute-2, etc… Thanks, Danny ___ OpenStack-dev mailing list

[openstack-dev] [api] Networking API Create network missing Request parameters

2014-10-23 Thread Danny Choi (dannchoi)
Hi, In neutron, user with “admin” role can specify the provider network parameters when creating a network. —provider:network_type —provider:physical_network —provider:segmentation_id localadmin@qa4:~/devstack$ neutron net-create test-network --provider:network_type vlan

[openstack-dev] [devstack] Question about the OVS_PHYSICAL_BRIDGE attribute defined in localrc

2014-10-15 Thread Danny Choi (dannchoi)
Hi, When I have OVS_PHYSICAL_BRIDGE=br-p1p1” defined in localrc, devstack creates the OVS bridge br-p1p1. localadmin@qa4:~/devstack$ sudo ovs-vsctl show 5f845d2e-9647-47f2-b92d-139f6faaf39e Bridge br-p1p1 Port phy-br-p1p1 Interface phy-br-p1p1 type:

[openstack-dev] [qa] nova get-password does not seem to work

2014-10-15 Thread Danny Choi (dannchoi)
Hi, I used devstack to deploy Juno OpenStack. I spin up an instance with cirros-0.3.2-x86_64-uec. By default, useranme/password is cirrus/cubswin:) When I execute the command “nova get-password”, nothing is returned. localadmin@qa4:/etc/nova$ nova show vm1

[openstack-dev] [QA] How to attach multiple NICs to an instance VM?

2014-10-15 Thread Danny Choi (dannchoi)
Hi, “nova help boot” shows the following: --nic net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid Create a NIC on the server. Specify option multiple times to create multiple NICs. net-

Re: [openstack-dev] [QA] How to attach multiple NICs to an instance VM?

2014-10-15 Thread Danny Choi (dannchoi)
are configured to boostrap interfaces different from eth0? Perhaps all you need to do is just ifup the interface... have you already tried that? Salvatore On 15 October 2014 23:07, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: Hi, ?nova help boot? shows the following

Re: [openstack-dev] [qa] Cannot start the VM console when VM is launched at Compute node

2014-10-15 Thread Danny Choi (dannchoi)
specifically is 404ing. You could also see if anything is reporting NotFound in the nova-consoleauth or nova-api or nova-compute logs Vish On Oct 14, 2014, at 10:45 AM, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com wrote: Hi, I used devstack to deploy multi-node OpenStack

[openstack-dev] [devstack] Question about the OVS_PHYSICAL_BRIDGE attribute defined in localrc

2014-10-14 Thread Danny Choi (dannchoi)
Hi, When I have OVS_PHYSICAL_BRIDGE=br-p1p1” defined in localrc, devstack creates the OVS bridge br-p1p1. localadmin@qa4:~/devstack$ sudo ovs-vsctl show 5f845d2e-9647-47f2-b92d-139f6faaf39e Bridge br-p1p1 Port phy-br-p1p1 Interface phy-br-p1p1 type:

[openstack-dev] [qa] Cannot start the VM console when VM is launched at Compute node

2014-10-14 Thread Danny Choi (dannchoi)
Hi, I used devstack to deploy multi-node OpenStack, with Controller + nova-compute + Network on one physical node (qa4), and Compute on a separate physical node (qa5). When I launch a VM which spun up on the Compute node (qa5), I cannot launch the VM console, in both CLI and Horizon.

[openstack-dev] [qa] How to troubleshoot why a VM at Compute node won't response to ARP request from Neutron router

2014-10-12 Thread Danny Choi (dannchoi)
Hi, Using devstack to deploy OpenStack, I have Controller + Network running at one physical node and Compute at a separate node. I launched a VM at the Compute node with a private address 10.0.0.2 (Neutron router interface is 10.0.0.1). At the Controller node, in the qrouter namespace, I

Re: [openstack-dev] [Openstack] [qa] How to troubleshoot why a VM at Compute node won't response to ARP request from Neutron router

2014-10-12 Thread Danny Choi (dannchoi)
Neutron router By default icmp is not allowed Inviato da iPhone () Il giorno 12/ott/2014, alle ore 09:25, Danny Choi (dannchoi) dannc...@cisco.commailto:dannc...@cisco.com ha scritto: Hi, Using devstack to deploy OpenStack, I have Controller + Network running at one physical node and Compute