Re: [Openstack] Fwd: Unable to reach the vm from outside[from qrouter unable to reach both internal and external network]

2017-07-28 Thread Nasir Mahmood
tcpdumo is your most important friend for this. try doing a tcpdump on every destinatuon interface and then figuring out whether it is receiving packets or not. .. start with most adjacent interfaces first... then moving farther.. thanks On Jul 28, 2017 3:09 PM, "Amit Kumar" wrote: > Hi,

Re: [Openstack] Ocata vm instance is not booting

2017-07-27 Thread Nasir Mahmood
This is the beauty of group. Thanks for sharing your findings. .. On Jul 27, 2017 10:43 PM, "Amit Kumar" wrote: > Hi, > > The issue has been resolved, it was a configuration issue, need to check > your dashboard configuration. > This issue occurs because vm configuration was not proper. > In th

Re: [Openstack] 回复: Re: Restart Devstack

2017-03-21 Thread Nasir Mahmood
screen -c command will open up a virtual screen or another window inside your current terminal to let you work independently. you can switch back and forth between screens while remaining in one terminal. stack-screenrc is a file containing all commands need to be run that new virtual screen.

Re: [Openstack] What's 'mysql_secure_installation' in mitaka installation docs?

2017-03-11 Thread Nasir Mahmood
this is what comes as an added advantage after you have installed MySql server. normally it secures your mysql environment by disabling or enabling remote root users login , removing test database from mysql , removes any orphaned databases or tables or users and also standardise your root passwor

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
Just a side note, can you please run the 'iostat -xnpz 1' on your swift nodes and share results while downloading file , including network performance tests suggested earlier ... I would also suggest to share the logs on swift nodes would be much helpful on this by enabling debug in config. On J

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
I suppose your auth realm isnt overloaded? On Jan 4, 2017 22:50, wrote: > Iuppose your auth real isnt overloaded? > > On Jan 4, 2017 22:35, "Clay Gerrard" wrote: > >> Can you you find the transaction-id of the GET request for the download >> in the logs and inspect the object-server response? C

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
Iuppose your auth real isnt overloaded? On Jan 4, 2017 22:35, "Clay Gerrard" wrote: > Can you you find the transaction-id of the GET request for the download in > the logs and inspect the object-server response? Can you duplicate the > results with any other client (e.g. web browser, curl, pyth

Re: [Openstack] [Heat] Seeing the execution log of a HOT deployment

2016-12-01 Thread Nasir Mahmood
Did you try to use heat -d . option for debug? On Dec 1, 2016 11:14 PM, "N Vivekanandan" wrote: > Hi Heat Team, > > > > Can you please let us know if there is a way to see the > > execution log of a HOT execution that is done via stack-create? > > > > We would like to know which REST APIs w

[Openstack] ovs-bridge mutiple IPs

2016-11-30 Thread Nasir Mahmood
gards, -- Nasir Mahmood ___ 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] Multi Node Openstack(Self serviced Network) Labs On vmwre fusion.

2016-11-24 Thread Nasir Mahmood
ther or outside network ). Create your own cloud, be your own customer, all in one piece of hardware. And if you need , ask your questions here, but first give it a start, try something , instead. Regards, Nasir Mahmood On Nov 24, 2016 5:22 PM, "Ali Mumcu" wrote: > Hello Friends, &

Re: [Openstack] Timeout of Horizon web interface when idle

2016-11-23 Thread Nasir Mahmood
Did you try to find this in keystone configs? On Nov 23, 2016 9:14 PM, "Kevin Wilson" wrote: > Thanks Paul! > > Since the access to Horizon is kicked out after for sure less than 60 > minutes, I assume indeed that it is likely a token which becomes > invalid before the session times out. > Now t

Re: [Openstack] Problem with adding interface to instance

2016-11-18 Thread Nasir Mahmood
Are you able to add any other options like volume or change existing port's network, to this vm using the same account. I *think* account is not fully equipped to do so in terms of aaa. Or the vm is not referred correctly, did you check the uuid is correct? Thanks On Nov 18, 2016 11:25 PM, "Łuka

Re: [Openstack] changing MTU setting not working

2016-11-10 Thread Nasir Mahmood
This is gonna hurt the os , but for this , you will need to change these parms inside the neutron db. Which , for me at least, was asked to avoid at maximum. On Nov 11, 2016 12:07 AM, "Satish Patel" wrote: > In that doc it's not showing how to change MTU of existing created > subnets. currently

Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Nasir Mahmood
> > > -- > Anam Qureshi > PhD Scholar and Faculty Member > Computer Science. FAST-NU , Karachi > > > > _______ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/ > openstack > Post to : openstack@li

Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Nasir Mahmood
ld you send copy of error message and a few more lines around error > message . do you use any proxy for internet connection? > > Saygılar & Sevgiler > > > Original message > From: Anam Qureshi > Date: 08/11/2016 12:38 (GMT+03:00) > To: Nasir Mahmood

Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Nasir Mahmood
also FYI please https://docs.mirantis.com/openstack/fuel/fuel-9.1/quickstart-guide/qs-issues.html#qs-issues-linux On Tue, Nov 8, 2016 at 2:16 PM, Nasir Mahmood wrote: > Try > > sh -x install.sh > > > This should give you some insight whats wrong with you internet check >

Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Nasir Mahmood
Try sh -x install.sh This should give you some insight whats wrong with you internet check script. Regards, Nasir Mahmood On Tue, Nov 8, 2016 at 2:14 PM, Anam Qureshi wrote: > You mean to say running from root? > Actually yes i run scripts as a root user. > > > On Tue, N

Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Nasir Mahmood
Dis you try to run the script in debug mode ? On Nov 8, 2016 2:00 PM, "Anam Qureshi" wrote: > Greetings All > > I am new to openstack, and trying to install it using "Quick guide of > Installing mirantis opentack using virtual box scripts". > My system configuration is > OS: Ubuntu 16.04 > Syste

Re: [Openstack] why baremetal did not send dhcp request in tenant network

2016-10-18 Thread Nasir Mahmood
Is the BIOS on baremetal hardware configured to boot from dhcp. Looks like opposite to me . It should at least show you to boot either into local os or other available options like usb, network boot etc. On Oct 19, 2016 12:24 AM, "Rick Jones" wrote: On 10/18/2016 11:54 AM, Travis Vu wrote: >

Re: [Openstack] Easy deployment

2016-09-12 Thread Nasir Mahmood
What about neutron visibility in this tool? On Sep 13, 2016 01:57, "s serge" wrote: > Hello, > > I would like to introduce another Openstack deployment automation tool, > please take a look at > > https://github.com/sergevs/ansible-openstack > > It's not going to rival with existing tools but i

Re: [Openstack] Horizon missing loadbalance UI button

2016-08-30 Thread Nasir Mahmood
Lbaas v2 is not implemented yet, http://lists.openstack.org/pipermail/openstack-dev/2015-July/070066.html And https://blueprints.launchpad.net/horizon/+spec/lbaas-v2-panel On Aug 31, 2016 09:59, "Satish Patel" wrote: > Look like mitaka deprecated "enable_lb" option in new release, now it > a

Re: [Openstack] Subnet doesn't getting the prefix delegation from dibbler

2016-08-18 Thread Nasir Mahmood
Great. Thanks On Aug 18, 2016 22:48, "Jorge Luiz Correa" wrote: > For those using Ubuntu 16.04 LTS and dibbler packages, it's necessary to > install dibbler-server and dibbler-client. > > The problem was that dibbler-client was not available > (/var/log/neutron/neutron-l3-agent.log). > > ERROR

Re: [Openstack] openstack mitaka high memory issue

2016-08-18 Thread Nasir Mahmood
Did you try to locate whats causing to use all your memory. Try using htop, truss/strace and other debugging tools. You might also be a victim of resource bottlenecks, like your HDD are serving slow or it may be that your neutron conf is inappropriate at some point. If this ain't a production envir

Re: [Openstack] OpenStack Swift proxy server HTTP/1.1 500 Server Error

2016-06-30 Thread Nasir Mahmood
What your logs from the application process say about this particular timeslot? On Jun 30, 2016 23:01, "Himalaya Raj" wrote: > Dear OpenStack Swift Team, > > I am deploying OpenStack Swift on Raspberry Pi cluster. I have one Proxy > node and 4 storage node. When trying to access from proxy node i

Re: [Openstack] Dashboard admin login now fails

2016-06-19 Thread Nasir Mahmood
rote: On Jun 19, 2016, at 6:50 PM, Nasir Mahmood wrote: > What your logs say about authentication in nova logs and keystone logs? They just say "Authentication failed". What I don't quite understand is why there's TWO authentication sections in nova.conf - one for Keystone (w

Re: [Openstack] Dashboard admin login now fails

2016-06-19 Thread Nasir Mahmood
What your logs say about authentication in nova logs and keystone logs? On Jun 19, 2016 22:38, "Turbo Fredriksson" wrote: > I noticed a problem with my nova-compute. It couldn't > authenticate. Didn't say which part it couldn't authenticate > to/with (there's two - keystone and neutron in additio

Re: [Openstack] Mitaka installation process

2016-06-14 Thread Nasir Mahmood
What you want to achieve? Without packstack, try using the docs.openstacks.org for your environment. these guides are awesome source to bootstrap the raw openstack and configure it as per your requirements. Then expand horizontally or vertically. Start configuring and share your questions and i

Re: [Openstack] Error: No valid host was found. There are not enough hosts available

2016-05-11 Thread Nasir Mahmood
ts from nova. I don't remember them now, but it should be available from docs. Regards, Nasir Mahmood On May 12, 2016 9:03 AM, "Irfan Sayed" wrote: thanks. No, i am not even able to create instance using tiny flavor as well. before integrating Ironic service , i was able to create ins

Re: [Openstack] Error: No valid host was found. There are not enough hosts available

2016-05-11 Thread Nasir Mahmood
should be indicating what's going on , or in controller node though. What are the status command results from nova. I don't remember them now, but it should be available from docs. Regards, Nasir Mahmood On May 12, 2016 9:03 AM, "Irfan Sayed" wrote: thanks. No, i am not even abl

Re: [Openstack] Can I authenticate a Kilo service against an Icehouse identity server?

2016-05-09 Thread Nasir Mahmood
What changes you made in your wrapper of env variables or something else? On May 9, 2016 11:13 PM, "Gustavo Randich" wrote: > solved; I was hitting this bug: > https://bugs.launchpad.net/keystone/+bug/1343579 > > :) > > > On Mon, May 9, 2016 at 2:24 PM, Gustavo Randich > wrote: > >> ok here is a

Re: [Openstack] Regarding Instance Snapshot

2016-05-04 Thread Nasir Mahmood
4 2263 WARNING oslo_db.sqlalchemy.session > [req-6c831063-5b1f-442e-9e6a-84c63bee1499 - - - - -] SQL connection failed. > 10 attempts left. > > 2016-05-04 08:35:05.974 2263 INFO oslo_messaging._drivers.impl_rabbi > > > > > > *From:* Nasir Mahmood [mailto:nasir.mahm...@gmail.c

Re: [Openstack] Regarding Instance Snapshot

2016-05-04 Thread Nasir Mahmood
> 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 > > -- Nasir Mahmood ___ Maili

Re: [Openstack] Xenial / Mitaka = Instance failed network setup / nova.compute.manager Unauthorized

2016-04-18 Thread Nasir Mahmood
Martinx, glad to see that you are able to dig into the typo issue. I remember, I had to completely re-re-clean install my virtual setup of OpenStack for a POC back in 2015 , just because I have had miss-configured my neutron.conf's mysql DB connector information. Cheers! Regards, Nasir Ma

Re: [Openstack] [Fuel] Can we use different compute nodes with different capacity?

2016-03-31 Thread Nasir Mahmood
1.5:1 for memory ) SRV-IO is another part to play for PCI related over committing Regards, Nasir Mahmood On Thu, Mar 31, 2016 at 1:31 PM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Hello, > > I want to use totally different compute nodes for different purposes.

Re: [Openstack] [OpenStack] [SRIOV] ERROR in VM provisioning

2016-03-04 Thread Nasir Mahmood
Massod, Hope this helps. http://www.gossamer-threads.com/lists/openstack/dev/43205 Regards, Nasir Mahmood On Thu, Mar 3, 2016 at 6:27 PM, wrote: > Hi, > > I am facing an issue with assigning SRIOV NICs to VMs in OpenStack Kilo > environment deployed on Redhat 7.1. > >

Re: [Openstack] [neutron] all agents are dead

2016-02-27 Thread Nasir Mahmood
Looks looks your message queue server is nit responding , try restating the services on controller node On Feb 27, 2016 3:24 PM, "Alexandr Porunov" wrote: > Hello everyone, > > I am trying to install neutron. I have passed all steps except the verify > step: > > http://docs.openstack.org/liberty/

Re: [Openstack] back up vm snapshot on disk

2016-02-25 Thread Nasir Mahmood
These images or snapshots will be saved where your glance config refers to, from there you can transfer to other locations for future references. On Feb 25, 2016 6:18 PM, "Mohammed Naser" wrote: > Hi Priyanka, > > The image is not stored on the compute node, it’s actually transferred > and upload

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Good, I don't remember now, but there is a switch to keystone_manage command that gives you debug output while creating the same, Someone else in this list can suggest that verbosity switch, please . On Feb 25, 2016 12:07 PM, "Alexandr Porunov" wrote: > Hello everyone, > Thanks for helping. >

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Last line of your logs says that keystone cant login to mysql server at controller node which looks to me like a node recognition issue, is controller node defined appropriately and resolves back to a good ip address? Try loging into mysql uusing mysql -u keystone -h controller -p On Feb 25, 2016

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Alexander, What you get whdn you login to mysql using # mysql -u keystone -p keystone This will ask you the keystone db password, and then you should be able to see if the keystone db is accessible or not. If that's not the case, try running the db sync command again to recreate the db wi

Re: [Openstack] VPN Services in Liberty-RESOLVED

2016-02-05 Thread Nasir Mahmood
Yes, Ideal solution would be to recreate db On Feb 5, 2016 11:02 PM, "Steve Searles" wrote: > I found the issue on this. Apparently someone ran neutron-db-manage > --service vpnaas upgrade head on the DB when it was not needed. I ran > neutron-db-manage > --service vpnaas current which corre

Re: [Openstack] Looking for Neutron Python code

2015-12-22 Thread Nasir Mahmood
_ > 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 > -- Nasir Mahmood ___

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Nasir Mahmood
I suppose you assign ports which were previously setup for older vm. On Dec 16, 2015 9:57 PM, "Satish Patel" wrote: > Hello, > > does it possible assign IP when build VM? We have flat network setup > with DHCP=false, but i have created start/end IP range so openstack > assign IP when VM start. >

Re: [Openstack] Failover VMs Configuration query

2015-11-30 Thread Nasir Mahmood
fo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -- Nasir Mahmood ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] High load average on network node for traffic of 100-200 kbps - Juno no DVR

2015-11-14 Thread Nasir Mahmood
Try different tools like iftop, htop, atop and netstat etc to monitor what's causing it. I would go with htop first. On 13 Nov 2015 23:57, "mad Engineer" wrote: > *Infrastructure* > Running juno on ubuntu 14.04 with GRE network using 2 network nodes > without DVR. > There are around 200 dhcp n

Re: [Openstack] Flat networking not pinging LAN machines

2015-10-29 Thread Nasir Mahmood
Enabling promiscuous mode on eth0 will not suffice, you should enable it on virtualbox switches. If you have it already, then, trace the packets for your vm using tcpdump -l -a -e -I any command on your guest and host Regards, Nasir On 30 Oct 2015 02:52, "Satish Patel" wrote: > I have instal

Re: [Openstack] What is the difference between cloudstack and openstack.

2015-10-24 Thread Nasir Mahmood
Cloudstack and openstack are two railway tracks going to same destination but with different scenes and station themes. On 24 Oct 2015 12:25, "Venkatesh Kotipalli" wrote: > Hi All, > > Still now lot of confusion* What is the difference between cloudstack and > openstack ?* > any body know pleas

Re: [Openstack] Metadata Issue

2015-10-22 Thread Nasir Mahmood
t; > To add to the initial report, the ubuntu image is still able to ping the > host, other instances, and virtual router. > > Thanks, > Geoffrey > > - Original Message - > > From: "Nasir Mahmood" > > To: "Geoffrey Tran" > > Cc: &q

Re: [Openstack] Metadata Issue

2015-10-22 Thread Nasir Mahmood
What do you mean by network image? On 22 Oct 2015 22:54, "Geoffrey Tran" wrote: > Hello, > > I am using Openstack Kilo on Ubuntu 15.04 and am running into a peculiar > issue. > > Issue: When trying to boot instances, my custom built ubuntu image cannot > reach the metadata server (169.254.169.254

Re: [Openstack] Create a custom CentOS 7.x image

2015-10-22 Thread Nasir Mahmood
Best idea is to convert the vmdk or the virtualbox image directly to qcow2 format like below and then do all those customizations later on. qemu-img convert CentOS-TEMPLATE-disk1.vmdk -O qcow2 CentOS-TEMPLATE-disk1.qcow2 You might have to change the syntax . Hi Guys, I am new to openstack and ha

[Openstack] Vm's Direct access to physical network card

2015-10-17 Thread Nasir Mahmood
Hi, I'm looking for any information on Inside the Compute node, I want my 4 VM instances to access physical network card interfaces. Thanks ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.o

Re: [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Nasir Mahmood
ron.api.v2.resource >> >> NOTE: I am using ml2 plugins to run the neutron-server service. >> >> Please help me solving this issue. >> >> Thanks for the help. >> >> >> -- >> >> Regards >> >> >> Rahul Arora >> >> _

Re: [Openstack] 'NoneType' object has no attribute 'service_catalog' with openstack command

2015-10-16 Thread Nasir Mahmood
en you've installed the Liberty. > > Thanks > --- > Midokura > Takaaki Captain Suzuki > > > > > > > > _______ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : op

Re: [Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Nasir Mahmood
Can you put some template here What you are looking for. ... On 13 Oct 2015 19:33, "Michelakis, Spiros (Nokia - GR/Athens)" < spiros.michela...@nokia.com> wrote: > Hi, > > Does anyone know if and how can I “read” the settings from an image I’m > going to load into a VM? I’m looking for any kind of

Re: [Openstack] Unable to migrate instance

2015-10-12 Thread Nasir Mahmood
) > > Remo > > On Oct 12, 2015, at 07:00, Nasir Mahmood wrote: > > Varun, > > Yes, it's key based authentication for nova user or in other words > passwordless authentication based on ssh keys.. apologise for confusing > lines > On 12 Oct 2015 18:20, "varun

Re: [Openstack] Unable to migrate instance

2015-10-12 Thread Nasir Mahmood
able ssh Keys authentication for nova user between > compute nodes" do you mean setting some parameter in nova.conf or do you > mean setting public keys so that a user can ssh without using password? > > BR, > Varun > > On Mon, Oct 12, 2015 at 2:37 PM, Nasir Mahmood > wro

Re: [Openstack] Unable to migrate instance

2015-10-12 Thread Nasir Mahmood
gets > executed properly. > > Can anyone please help in fixing this? > > BR, > Varun > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack

Re: [Openstack] Max number of parallel API requests that can be handled by Openstack Services(Nova/Cinder/Keystone)

2015-10-09 Thread Nasir Mahmood
_ > 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 > -- Nasir Mahmood _

Re: [Openstack] problem with nova-docker and neutron

2015-10-08 Thread Nasir Mahmood
9eff5388bc5bf6feb1388c319b61102750cdf269f223e3 > ip link set ns466bfc41-a9 address fa:16:3e:de:aa:9f' > > Is this what you mean? > > Regards, > Reza > > On 8 October 2015 at 10:06, Nasir Mahmood wrote: > >> Reza, >> >> Looks like your sudo commands

Re: [Openstack] problem with nova-docker and neutron

2015-10-07 Thread Nasir Mahmood
Reza, Looks like your sudo commands are failing due to improper sudo settings for neutron... Try running some sample commands by neutron user and verify the status. Thanks On 8 Oct 2015 09:01, "Reza Bakhshayeshi" wrote: > Hi, > > I'm trying to setup nova-docker with neutron on Kilo, > but I rec

Re: [Openstack] Openstack Packstack install - Kilo - Compute node and OVS

2015-10-06 Thread Nasir Mahmood
500 > > qvoed796a27-14: flags=4419 mtu > 1500 > > tap16cfbed6-ba: flags=4163 mtu 1500 > > tap517cc995-1a: flags=4163 mtu 1500 > > tap7cd380f7-44: flags=4163 mtu 1500 > > tap8e16ade0-98: flags=4163 mtu 1500 > > tapbe028441-60: flags=4163 mtu 1500 > &

[Openstack] metadata in both router and dhcp namespace

2015-09-29 Thread Nasir Mahmood
ta in dhcp namespace as well, but the question is ... can it be configured in parallel to router's metadata namespace at the same time so that VMs inside a router-less LAN can get metadata. thanks Regards, -- Nasir Mahmood ___ Mailing list: http:

Re: [Openstack] KILO -- Max disk size is 20 gb

2015-09-28 Thread Nasir Mahmood
d-init: Cloud-init v. 0.7.5 running init at Mon, 28 Sep >> 2015 09:33:16 +. Up 42.73 seconds. >> ci-info: +++++++Net device >> info+++ >> ci-info: >> ++--+---+---+---+ &g

Re: [Openstack] KILO -- Max disk size is 20 gb

2015-09-28 Thread Nasir Mahmood
: [ OK ] 50+0 records in 50+0 records out 25600 bytes (26 kB) copied, 0.00601752 s, 4.3 MB/s Changing password for user root. passwd: all authentication tokens updated successfully. Locking password for user root. passwd: Success CentOS release 6.6 (Final) Kernel 2.6.32-504.1.3.el6.x86_64 on an x86

Re: [Openstack] KILO -- Max disk size is 20 gb

2015-09-27 Thread Nasir Mahmood
this nonsense. what I have to do is I have to reboot the vm twice to make it ready for the OpenStack Env. like correct interfaces, hostname, etc. ) ok.. Let me get back to you guys with updates on a new VM ... On Fri, Sep 25, 2015 at 8:17 AM, Nasir Mahmood wrote: > Mike, > > I was expe

Re: [Openstack] KILO -- Max disk size is 20 gb

2015-09-24 Thread Nasir Mahmood
scripts that resize these for you, or Kilo has an > provisioning-time option to make the disk automatically resize > > Mike Smith > Principal Engineer / Cloud Team Lead > Overstock.com > > > > On Sep 24, 2015, at 12:44 PM, Nasir Mahmood > wrote: > > Hi, > &g

[Openstack] KILO -- Max disk size is 20 gb

2015-09-24 Thread Nasir Mahmood
Hi, My openstack KILO version installation is almost production level now, with 3 compute nodes. On a recently added compute node with plenty of disk space, I have tried to add a new flavor with 8 cores, 16 gb ram and 500 gb hard disk space. The instance spins up, but with 20 gb of disk space onl

Re: [Openstack] Juno setup, but metadata service not working.

2015-09-23 Thread Nasir Mahmood
After spinning the instance up, did you try to do the curl thing from inside the instance. Try doing the the tcpdump with -l -a -e -I interface within the namespaces like qrouter, qdhcp. Have your firewall disabled On 24 Sep 2015 04:22, "The O.G." wrote: > I've been following the install/setup

[Openstack] cpu_allocation_ratio on different computes

2015-09-23 Thread Nasir Mahmood
hi, I have different compute nodes with different capacities. is it possible to configure cpu_allocation_ratio value for one compute node rather than globally REgards, Nasir -- Nasir Mahmood ___ Mailing list: http://lists.openstack.org/cgi-bin

Re: [Openstack] Functional Testing -- Liberty Release

2015-09-22 Thread Nasir Mahmood
Ok. That looks somewhat impossible for me, because I'm not a professional QA, however, I was and am looking for new features in Liberty release of openstack. On 22 Sep 2015 16:54, "Emilien Macchi" wrote: > > > On 09/22/2015 05:48 AM, Nasir Mahmood wrote: > > hi

[Openstack] Functional Testing -- Liberty Release

2015-09-22 Thread Nasir Mahmood
hi, Can someone guide if there any way to do a Functional Testing for Next upcoming release of OpenStack Liberty. thanks Regards, Nasir -- Nasir Mahmood ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

Re: [Openstack] Unable to receive but able to sent packets from VM on compute

2015-09-22 Thread Nasir Mahmood
; length 46 > 08:01:51.967905 ARP, Request who-has 192.168.111.122 tell 192.168.111.3, > length 28 > > Thanks, > Sam Stoelinga > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to :

Re: [Openstack] Admin guide

2015-09-15 Thread Nasir Mahmood
ailing 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 > > -- Nasir Mahmood ___ Mailing lis

Re: [Openstack] about network configuration

2015-09-10 Thread Nasir Mahmood
o : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -- Nasir Mahmood ___ 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] Debug tool for neutron packet flow?

2015-09-01 Thread Nasir Mahmood
st some of them? > > > Regards > Bharath > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack

Re: [Openstack] debug virtual router traffic

2015-08-24 Thread Nasir Mahmood
n/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > -- Nasir Mahmood ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/ope