[Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Jake G.
Hi!  I am following the part on how to set up cloud-init from the below guide, but I was wondering how to change the user?  I do not have the default ec2-user on my instance image. Do I just create this user in the instance? What permissions do I give the user?

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Jake G.
Btw This is for a centos 6.4 image. From: Jake G. dj_dark_jungl...@yahoo.com To: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, July 23, 2013 3:49 PM Subject: [Openstack] Image prep. cloud-init user configuration help. Hi!  I am

Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-23 Thread Muhammad Kazim
Worked perfectly in the first attempt. Thanks a lot for the help. :) On Tue, Jul 23, 2013 at 10:41 AM, Gareth academicgar...@gmail.com wrote: the key reason it here: https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1047 you have many ways to stop flush IO; I prefer add a

Re: [Openstack] Issue with Cinder cannot ssh a VM - Grizzly - ubuntu 12.04 ver

2013-07-23 Thread raghavendra.lad
Hi Team, I am able to install Grizzly version ubuntu 12.04 however cannot create volume it says Error in the status field. I am also unable to ssh instances however the VNC and login comesup. Any help would be highly appreciated. Regards, Raghavendra Lad From: Openstack

Re: [Openstack] some issues about devstack

2013-07-23 Thread Parthipan, Loganathan (Cloud Services)
Eric, On 22 Jul 2013, at 04:25, 姚牧阳 yaomuyang1...@gmail.com wrote: (1) nova logs: In a productive deployment, as I did before, I can freely read the logs from /var/log/nova. However, it seems that in devstack, I can only use the SYSLOG configuration to gather the logs. However, the

Re: [Openstack] Alternative dashboards for openstack?

2013-07-23 Thread Matthias Runge
On 23/07/13 03:24, Jake G. wrote: Hi All, Any chance there are other dashboards out there for Openstack besides Horizon? I bet there are, since horizon is just a framework to implement a dashboard, you're free to implement your own. Matthias

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
No matter how I work this I cant seem to create a Centos 6.4 image correctly. I can create a new instance using the qcow2 image I uploaded to Openstack, but after booting the instance there is no NICs attached. Should I be using a different formatting than qcow2? I used this doc to create the

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Cristian Falcas
On Tue, Jul 23, 2013 at 11:08 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: No matter how I work this I cant seem to create a Centos 6.4 image correctly. I can create a new instance using the qcow2 image I uploaded to Openstack, but after booting the instance there is no NICs attached.

Re: [Openstack] Alternative dashboards for openstack?

2013-07-23 Thread Matthias Runge
On 23/07/13 09:57, Jake G. wrote: Wish I was a programmer. Would be nice to be able to control and configure all of openstacks functions from the dashboard. Since the dashboard itself relies on Nova, Glance, and Keystone [1], that won't be possible. Esp. endpoints to underlying services are

Re: [Openstack] Alternative dashboards for openstack?

2013-07-23 Thread Peter Cheung
Pandora is another dashboard for openstack. See my blog http://peter.kingofcoders.com Thanksfrom Peter Date: Tue, 23 Jul 2013 10:21:24 +0200 From: mru...@redhat.com To: dj_dark_jungl...@yahoo.com CC: openstack@lists.launchpad.net Subject: Re: [Openstack] Alternative dashboards for

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
nova-manage network list results in no networks found.  I have 2 networks I created via quantum and are usable via the dashboard below. +--+-+---+ | id                                   | name

[Openstack] Quantum ,VM in node computer do not get IP

2013-07-23 Thread jt628910
hi all: I use RDO to install openstack , 2 node , one as contrllor node , another as computer node I create two VMs , One in contrllor node can get ip from dhcp agent, but vm in computer node do not get IP from dhcp agent. No errors can be found in log files.

[Openstack] How to set vcpupin in guest XML?

2013-07-23 Thread Peeyush Gupta
Hi all, I am working with openstack and I want to pin vcpus to pcpus in guest xml. Now, the pinning operation can be done using virsh vcpupin guestname vcpu pcpu But I want to do it using python API. I investigated the openstack code and found out that get_guest_config function in

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Cristian Falcas
On Tue, Jul 23, 2013 at 11:29 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: nova-manage network list results in no networks found. I have 2 networks I created via quantum and are usable via the dashboard below.

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
I only have the quantum networks in openstack.  After I create a new instance there is no NIC attached to the instance. Do I have to configure networking for nova also, so that nova-manage network list actually displays networks? From: Cristian Falcas

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Cristian Falcas
On Tue, Jul 23, 2013 at 12:51 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: I only have the quantum networks in openstack. After I create a new instance there is no NIC attached to the instance. Do I have to configure networking for nova also, so that nova-manage network list actually

Re: [Openstack] Can not visit outside from VM using devstack with Quantum

2013-07-23 Thread Ray Sun
Here's my detailed description for my issue, please help. Issue Description: Quantum + OpenVswitch, and use devstack to do all-in-one installation. I only add these lines into my localrc: FIXED_RANGE=20.0.0.0/24 NETWORK_GATEWAY=20.0.0.1 FLOATING_RANGE=192.168.0.80/28 This is my trace record:

Re: [Openstack] openstack folsom quota issue

2013-07-23 Thread Robert van Leeuwen
Hi, I've seen something similar: When you modify flavours (tested in the Dashboard) in Folsom, they where not using uuid's (just counting upwards) and that seemed to mess things up when you modified flavours. We have re-created the flavours in Grizzly and the new flavours with UUID's work

[Openstack] No NIC attached/exists on newly created instances

2013-07-23 Thread Jake G.
Hi all, New issue here. I have two networks that I created through the OS dashboard,  Private and public. These seem to be quantum networks because they are listed when using the cmd  quantum net-list I deploy a new instance on the private network, then associate a floating ip. I login to the

Re: [Openstack] Alternative dashboards for openstack?

2013-07-23 Thread Pedro Navarro Pérez
StackOps Portal is a Rich Web User Interface solution that can run on top of any OpenStack-based Cloud: http://www.stackops.com/products-services/#portal On Tue, Jul 23, 2013 at 10:25 AM, Peter Cheung mcheun...@hotmail.com wrote: Pandora is another dashboard for openstack. See my blog

Re: [Openstack] How to set vcpupin in guest XML?

2013-07-23 Thread Daniel P. Berrange
On Tue, Jul 23, 2013 at 05:31:25PM +0800, Peeyush Gupta wrote: Hi all, I am working with openstack and I want to pin vcpus to pcpus in guest xml. Now, the pinning operation can be done using virsh vcpupin guestname vcpu pcpu But I want to do it using python API. I investigated the openstack

Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-23 Thread Luse, Paul E
HI Muhammad If you’ve got full debug working well, I would love to replicate your environment (and suspect I’m not the only one). If you have some time, it would be great if you could detail setup instructions and config options on this post. Thx Paul From: Openstack

Re: [Openstack] No NIC attached/exists on newly created instances

2013-07-23 Thread Salvatore Orlando
Hi, you don't have to create networks in nova too - the ones you created with quantum should be enough. First, it might perhpaps good to exclude possible issues with your image. If you're using KVM you could go and check the libvirt XML which is generated for your instance. If you see a populated

[Openstack] [Quantum] routing does not work as expected after quantum-linux-bridge sets up default route

2013-07-23 Thread David Kang
 Hi,  We are running OpenStack Folsom on CentOS 6.4. Quantum-linuxbridge-agent is used. Its external network is configured to use VLAN 83 and its address range is 10.12.83.0/24. The IP of the Quantum node is 10.12.183.11/24.  The problem is that after reboot, the quantum node cannot connect to

[Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
Hi, We are running OpenStack Folsom on CentOS 6.4. Quantum-linuxbridge-agent is used. By default, the Quantum node has the following entries in its /etc/sysconfig/iptables file. -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Staicu Gabriel
Hi, Please can you look up in the iptables? Normally on a working openstack host the packets comming in the filter table in the input chain are directed to the nova-network-INPUT which has a rule to accept dhcp packets. On my setup is something like: -A INPUT -j nova-network-INPUT . . . -A

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
Thank you for your suggestion. We are using Quantum/Neutron not nova-network. So, we don't use br100. (I believe you are using nova-network.) And the firewall rules that cause problem reside on the Quantum node not on the nova-compute node. I cannot find any rule for --dport 67 on my Quantum

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Remo Mattei
that will not show the rules for the instance. try this ip netns exec yourrouter-uuid iptables -nxvL On Jul 23, 2013, at 09:59 , David Kang dk...@isi.edu wrote: Thank you for your suggestion. We are using Quantum/Neutron not nova-network. So, we don't use br100. (I believe you are using

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
We use CentOS 6.4, which does not support network namespace. So ip netns .. fails. Thanks, David - Original Message - that will not show the rules for the instance. try this ip netns exec yourrouter-uuid iptables -nxvL On Jul 23, 2013, at 09:59 , David Kang dk...@isi.edu

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Joshua Harlow
The user should be created automatically afaik (if it doesn't exist). From: Jake G. dj_dark_jungl...@yahoo.commailto:dj_dark_jungl...@yahoo.com Reply-To: Jake G. dj_dark_jungl...@yahoo.commailto:dj_dark_jungl...@yahoo.com Date: Monday, July 22, 2013 11:51 PM To: Jake G.

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Staicu Gabriel
Hi, This is very interesting..:) I am using openstack grizzly allinone with quantum/neutron. Look what I am observing.  -before starting an instance on the server root@ubuntu1204:~# iptables-save -t filter # Generated by iptables-save v1.4.12 on Tue Jul 23 20:22:55 2013 *filter :INPUT ACCEPT

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
What I have observed so far is... 1. nova-compute sends dhcp request 2. dhcp-server running on the Quantum node does not receive the request because of the firewall setting. I don't understand why quantum-dhcp-agent does not set up firewall properly. (Yes, all the openstack components are

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
I think I found the solution. https://bugzilla.redhat.com/show_bug.cgi?id=889868 It was reported as a bug by RedHat. It also suggests a work-around. Thank you everyone. David - Original Message - What I have observed so far is... 1. nova-compute sends dhcp request 2.

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Brian Haley
On 07/23/2013 12:22 PM, David Kang wrote: Hi, We are running OpenStack Folsom on CentOS 6.4. Quantum-linuxbridge-agent is used. By default, the Quantum node has the following entries in its /etc/sysconfig/iptables file. -A INPUT -j REJECT --reject-with icmp-host-prohibited -A

Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Dean Troyer
On Tue, Jul 23, 2013 at 1:49 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: I am following the part on how to set up cloud-init from the below guide, but I was wondering how to change the user? I do not have the default ec2-user on my instance image. Do I just create this user in the instance?

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
Thank you, Brian. David - Original Message - On 07/23/2013 12:22 PM, David Kang wrote: Hi, We are running OpenStack Folsom on CentOS 6.4. Quantum-linuxbridge-agent is used. By default, the Quantum node has the following entries in its /etc/sysconfig/iptables file.

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread David Kang
A Redhat manual suggests the following rule to enable forwarding packets among VMs and external network. https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/2/pdf/Release_Notes/Red_Hat_OpenStack-2-Release_Notes-en-US.pdf iptables -t filter -I FORWARD -i qr-+ -o qg-+ -j ACCEPT

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #501

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/501/Project:saucy_havana_nova_trunkDate of build:Tue, 23 Jul 2013 03:31:32 -0400Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #655

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/655/Project:precise_havana_nova_trunkDate of build:Tue, 23 Jul 2013 03:31:33 -0400Build duration:4 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_stable #532

2013-07-23 Thread openstack-testing-bot
Title: precise_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_stable/532/Project:precise_grizzly_quantum_stableDate of build:Tue, 23 Jul 2013 04:01:40 -0400Build duration:27 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_stable #513

2013-07-23 Thread openstack-testing-bot
Title: raring_grizzly_quantum_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_stable/513/Project:raring_grizzly_quantum_stableDate of build:Tue, 23 Jul 2013 04:01:40 -0400Build duration:1 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #178

2013-07-23 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #143

2013-07-23 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #656

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/656/Project:precise_havana_nova_trunkDate of build:Tue, 23 Jul 2013 08:31:18 -0400Build duration:4 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_heat_trunk #1

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_heat_trunk/1/Project:precise_havana_heat_trunkDate of build:Tue, 23 Jul 2013 08:57:05 -0400Build duration:1 min 4 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_heat_trunk #1

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_heat_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/1/Project:saucy_havana_heat_trunkDate of build:Tue, 23 Jul 2013 09:01:12 -0400Build duration:3 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #64

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/64/Project:precise_havana_neutron_trunkDate of build:Tue, 23 Jul 2013 10:31:16 -0400Build duration:3 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #64

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/64/Project:saucy_havana_neutron_trunkDate of build:Tue, 23 Jul 2013 10:31:16 -0400Build duration:4 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #90

2013-07-23 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #179

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/179/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 23 Jul 2013 11:32:25 -0400Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #65

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/65/Project:precise_havana_neutron_trunkDate of build:Tue, 23 Jul 2013 12:31:17 -0400Build duration:4 min 7 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #66

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/66/Project:saucy_havana_neutron_trunkDate of build:Tue, 23 Jul 2013 15:31:49 -0400Build duration:8 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_stable #1044

2013-07-23 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1044/Project:raring_grizzly_nova_stableDate of build:Tue, 23 Jul 2013 15:22:15 -0400Build duration:18 minBuild cause:Started by an SCM changeStarted by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #659

2013-07-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/659/Project:precise_havana_nova_trunkDate of build:Tue, 23 Jul 2013 16:01:36 -0400Build duration:4 min 47 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #505

2013-07-23 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/505/Project:saucy_havana_nova_trunkDate of build:Tue, 23 Jul 2013 16:01:38 -0400Build duration:4 min 18 secBuild cause:Started by an SCM changeBuilt