[Openstack] Host NIC configuration example needed Pretty PLEASE!

2013-07-25 Thread Jake G.
Hi everyone, Really screaming right now trying to get Quantum networking configured correctly. Wondering if someone can share there host NIC configuration with me?  Basically, I have two NICs but not sure how they should be configured. Any IPs are ok. Do I need to create a bridge? Should I assi

Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Jake G.
お疲れ様でした! 英語版より絶対分かりやすいと思う。母国語が英語なのにわきわからない。笑 よろしくお願いします。 On 2013/07/26, at 1:17, Akihiro MOTOKI wrote: > Hi all, > > We, Japanese OpenStack Users Group, are happy to announce > Japanese version of OpenStack Operations Guide is published. > The document is available at > http://openstack-ja.g

[Openstack] Instance cannot reach internet or Openstack DHCP services

2013-07-25 Thread Jake G.
Hi Openers, I finally deployed an instance with a NIC attached by now I am affraid I have a Networking miss-configuration, because the instance cannot reach the internet nor the Openstack DHCP services. I tried stopping the firewall, giving a static IP, etc but I cannot ping anything. My netwo

[Openstack] Upload qcow2 image with configuration xml

2013-07-24 Thread Jake G.
Hi listers, I am trying to upload a KVM qcow2 image into Openstack, but I noticed after deploying an instance from the image, There are no NICs or other attached virtual hardware on the VM. My question is, how can I import the qcow2 disk image to include the configuration information included i

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

2013-07-24 Thread Jake G.
Thanks Scott! I have removed cloud-init from my instance and enabled config-drive in the nova.conf file. Anything else I should take notice of? From: Scott Moser To: Jake G. Cc: Dean Troyer ; "openstack@lists.launchpad.net" Sent: Thursday, Jul

Re: [Openstack] Help with spawning VMs

2013-07-24 Thread Jake G.
I think I had the same issue before. Check you LVM partitions. I would guess if you are using Packstack that your volume size is too small. You may have to increase the size of the partition that openstack is using to store instances. You can check the sizes with the below commands: # pvdisplay

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

2013-07-24 Thread Jake G.
stack@lists.launchpad.net" Sent: Thursday, July 25, 2013 12:23 AM Subject: Re: [Openstack] Image prep. cloud-init user configuration help. On Tue, 23 Jul 2013, Dean Troyer wrote: > On Tue, Jul 23, 2013 at 1:49 AM, Jake G. wrote: > > I am following the part on how to set up cloud-init from the b

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
This looks like it is for collection metadata for amazon ec2 instances. How does this relate to my instances on my Openstack environment? From: Jake G. To: Robert Collins Cc: OpenStack Maillist Sent: Wednesday, July 24, 2013 5:59 PM Subject: Re

Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I can access the internet from my instance no problem.  "- you might not have a neutron metadata-agent & proxy configured and running" This one might be the issue. Where should I look to configure this? From: Robert Collins To: Jake G.

[Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I have an issue with the cloud-init process on boot of my instance. DataSourceEc2.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]: url error [[Errno 113] No route to host]  I am using this doc ->  http://docs.openstack.org/trunk/openstack-image/content/ce

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

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

2013-07-23 Thread Jake G.
: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Tuesday, July 23, 2013 6:45 PM Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4) On Tue, Jul 23, 2013 at 11:29 AM, Jake G. wrote: > nova-manage network list results in no networks found. > >

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

2013-07-23 Thread Jake G.
!  From: Cristian Falcas To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Tuesday, July 23, 2013 5:20 PM Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4) On Tue, Jul 23, 2013 at 11:08 AM, Jake G. wrote: > No matt

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

2013-07-23 Thread Jake G.
image ->  http://docs.openstack.org/trunk/openstack-image/content/centos-image.html From: Jake G. To: "openstack@lists.launchpad.net" Sent: Tuesday, July 23, 2013 10:07 AM Subject: Re: [Openstack] How to create image for first instance (CentOS 6.

Re: [Openstack] Alternative dashboards for openstack?

2013-07-23 Thread Jake G.
dashboards for openstack? 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 yo

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

2013-07-22 Thread Jake G.
Btw This is for a centos 6.4 image. From: Jake G. To: "openstack@lists.launchpad.net" Sent: Tuesday, July 23, 2013 3:49 PM Subject: [Openstack] Image prep. cloud-init user configuration help. Hi!  I am following the part on how to set up cloud

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

2013-07-22 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? http://docs.openstack.org/trunk/o

[Openstack] Alternative dashboards for openstack?

2013-07-22 Thread Jake G.
Hi All, Any chance there are other dashboards out there for Openstack besides Horizon?  Thanks___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : htt

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

2013-07-22 Thread Jake G.
What am I missing here? From: Staicu Gabriel To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Friday, July 19, 2013 12:32 AM Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4) Yes it's ok. Or you can use a

Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-22 Thread Jake G.
Cool! I was able to associate floating ip to the private ip of the instance, but now the instance is stuck in a rebooting state, which is a different error. Thank you for helping me with this error.  From: Ashok Kumaran To: Jake G. Sent: Monday, July 22

Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-21 Thread Jake G.
Yes I assigned a gateway to the external network from my router.  From: Ashok Kumaran To: Jake G. Sent: Monday, July 22, 2013 1:22 PM Subject: Re: [Openstack] Cannot Associate floating IP to Instance Just to be clear did you also set the gateway to the

Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-21 Thread Jake G.
Yes I did. My router shows the status of DOWN which could be the issue here. Not sure how to troubleshoot this.  Any tips? Thanks! From: Ashok Kumaran To: Jake G. Sent: Saturday, July 20, 2013 3:31 AM Subject: Re: [Openstack] Cannot Associate floating IP

[Openstack] Network configuration for single node Openstack install.

2013-07-19 Thread Jake G.
Hi all, I am having issues with networking. I have a single node Openstack Grizzly server with two NICs. -NIC1 eth0 IP address: 10.3.7.24 Mask: 255.0.0.0 GW: none -NIC2 eth1 IP address: 192.168.100.24 Mask: 255.255.255.0 GW: 192.168.100.254 1. Instances should use the 192.168.100.0/24 subnet f

[Openstack] Network configuration for single node Openstack install

2013-07-19 Thread Jake G.
Hi all, I am having issues with networking. I have a single node Openstack Grizzly server with two NICs. -NIC1 eth0 IP address: 10.3.7.24 Mask: 255.0.0.0 GW: none -NIC2 eth1 IP address: 192.168.100.24 Mask: 255.255.255.0 GW: 192.168.100.254 1. Instances should use the 192.168.100.0/24 subnet f

Re: [Openstack] Delete orphaned floating ip (Solved)

2013-07-18 Thread Jake G.
could figure out how to modify the IP range in the ipavailabilityranges tables to release the IP back to the dhcp server. Hope that helps others with the same issue. Best, Jake ________ From: laserjetyang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent:

[Openstack] Delete orphaned floating ip

2013-07-18 Thread Jake G.
Hi all, I have a orphaned floating IP I am unable to delete. # nova floating-ip-list +-+-+--++ | Ip              | Instance Id | Fixed Ip | Pool           | +-+-+--++ | 192.168.100.133 | None  

[Openstack] Cannot Associate floating IP to Instance

2013-07-18 Thread Jake G.
HI All! Jake again, I am unable to assign a floating ip address to my instance with the error: Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b.  Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f wi

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

2013-07-18 Thread Jake G.
tos-image.html > > - > Brian Schott, CTO > Nimbis Services, Inc. > brian.sch...@nimbisservices.com > ph: 443-274-6064 fx: 443-274-6060 > > > > On Jul 18, 2013, at 5:28 AM, "Jake G." wrote: > >> Hi All, >> >> I figured this would be the easiest

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thanks!I saw that link but its for live migration not setting up NFS storage for nova.I just simply mounted my NFS store to /var/lib/nova/instances and that worked.From: Razique Mahroua To: Jake G. Cc: laserjetyang ; "openstack@lists.launchpad.net" Sent: Thursday, July 18, 20

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

2013-07-18 Thread Jake G.
Hi All, I figured this would be the easiest part, but seems not to be. So creating an instance and booting from a CentOS installation disk doesn't work the way I imagined,  How would you create the image template to use to deploy instances of CentOS 6.4? The specs are below: OS: CentOS 6.4 x86

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thats fine.  Do I have to modify any config files? From: laserjetyang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Thursday, July 18, 2013 5:02 PM Subject: Re: [Openstack] [Nova] Configure NFS storage for instances? yes, so NFS won

[Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Hi All, Wondering how to setup Nova to storage all instances on a NFS server?  Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ directory? Thanks! Jake___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lis

Re: [Openstack] [Glance] Storage images on NFS server

2013-07-17 Thread Jake G.
Nothing this configure in a config file somewhere like cinder?  Just double checking. Thanks! From: Blair Bethwaite To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Thursday, July 18, 2013 3:24 PM Subject: Re: [Openstack] [Glance] Storage

[Openstack] [Glance] Storage images on NFS server

2013-07-17 Thread Jake G.
Hi All, Wondering how to configure Openstack so that all images are stored on NFS storage instead of the default /var/lib/glance/images. Is this as simple as mounting the NFS store to the /var/lib/glance/images directory? Thanks! Jake___ Mailing list:

Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-17 Thread Jake G.
OK after some fiddling I managed to configure Cinder to use my NFS server instead of the default local LVM partition. I used this doc.  http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/NFS-driver.html Thanks From: Jake G. To

Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-17 Thread Jake G.
              5119   Allocated PE          0   PV UUID               S9357z-IqRI-6JZa-TCiu-8fFg-rZZ6-jcQjLW How can I increase the size or even better use a NFS server to hold cinder volumes? Thanks From: laserjetyang To: Jake G. Sent: Wednesday, July 17, 2013

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Makes a little sence but, If this is the case then how do you create your first instance and install a OS on it? From: laserjetyang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 6:52 PM Subject: Re: [Openstack

[Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-17 Thread Jake G.
Hi all! I am unable to create a volume bigger than 10GB or a combinatino of volumes totaling bigger than 10GB. I have 1TB of space to use. Any ideas?  ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsub

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
No i am saying the code for a HDD device is not in the libvirt.xml only cdrom From: Marten Vijn To: Jake G. Sent: Wednesday, July 17, 2013 5:20 PM Subject: Re: [Openstack] [Grizzly] Instance has no available HDD On 07/17/2013 10:16 AM, Jake G

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah i am using the default m1.medium. From: Haiming Yang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:34 PM Subject: Re: [Openstack] [Grizzly] Instance has no available HDD can you check the flavor you

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
After looking at the linvirt.xml file for the instance I notice there is not a device for HDD only for a cdrom. CDROM:                   I wonder why this isn't being generated? Thanks, Jake From: laserjetyang To: Jake G. Cc: "

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Any other suggestions?  Where should the HDD file of the instance exist on the server? Can I confirm its there or not? Thanks! From: laserjetyang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:53 PM S

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread Jake G.
Got it! Forgot about that file.  Thank you very much ! From: Michael Basnight To: Jake G. Cc: "andrews...@gmail.com" ; "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:55 PM Subject: Re: [Openstack] CLI username and pa

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-16 Thread Jake G.
Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 template to begin with. From: Haiming Yang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:48 PM Subject: Re: [Openstack] [Grizzly] In

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread Jake G.
Using RDO Packstack  From: Michael Basnight To: Jake G. Cc: "andrews...@gmail.com" ; "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:48 PM Subject: Re: [Openstack] CLI username and password prompt On Jul 16, 2013,

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread Jake G.
OK got the URL to work but now I get the error "ERROR: Invalid OpenStack Nova credentials" What should the default credentials be or is there a place this is stored? From: "andrews...@gmail.com" To: Jake G. Cc: "openstack@li

Re: [Openstack] CLI username and password prompt

2013-07-16 Thread Jake G.
What should the OS_AUTH_URL look like?| From: "andrews...@gmail.com" To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:23 PM Subject: Re: [Openstack] CLI username and password prompt use env vars.

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-16 Thread Jake G.
Yeah.  The details show there should be a 40GB disk there but there actually isn't. From: Haiming Yang To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Wednesday, July 17, 2013 3:19 PM Subject: Re: [Openstack] [Grizzly] Instance has n

[Openstack] CLI username and password prompt

2013-07-16 Thread Jake G.
Hi All, Every time I type a command from the CLI it requires me to enter a username(--os-username) and password(--os-password) . Anyway to prevent having to enter these everytime? Thanks, Jake___ Mailing list: https://launchpad.net/~openstack Post to

[Openstack] [Grizzly] Instance has no available HDD

2013-07-16 Thread Jake G.
Hi All, Having an issue where after an new instance is created successfully via the UI and boots to linux installation ISO, the installer errors out because there are no available hard disks to install the OS on. How can I troubleshoot and resolve this? Thanks! Jake

Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Jake G.
Hi all! So finally seemed to get openstack up and running using the RDO method. Still a few issues with instances but overall seems to be working. I tried Devstack but I kept getting an error during the installation which I couldn't get past. Heat is pretty neat but will not work with any sub

Re: [Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
k and hopefully I will be successful. Thanks again, Jake On 2013/07/13, at 7:08, Stefano Maffulli wrote: > On 07/11/2013 11:58 PM, Jake G. wrote: >> >> Does anyone have installation instructions that a human being can >> actually understand and follow? > > Hi Jake,

Re: [Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
? What is your recommended setup? Best, Jake  From: Mark Baker To: Jake G. Sent: Friday, July 12, 2013 6:05 PM Subject: Re: [Openstack] How to Install OpenStack ??? On 12/07/13 07:58, Jake G. wrote: Hi All, I have been struggling with installing

[Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
Hi All, I have been struggling with installing Openstack for the past 2 weeks and I am about to rip my own hair out. Does anyone have installation instructions that a human being can actually understand and follow? I am usually pretty good at installing new tech but OpenStack is the most convo

[Openstack] Add KVM to Openstack Grizzly

2013-07-08 Thread Jake G.
Hi All, Installed Openstack on one node via the RDO installation method. I am trying to add a KVM hypervisor to Openstack but do not see how this is done. I looked at this documentation but it doesnt have instructions on how to connect to the KVM host. http://docs.openstack.org/trunk/openstack-

[Openstack] How to Setup Networking for single node installation with 3 NICs

2013-07-01 Thread Jake G.
Hi all, I just finished installing Grizzly on one node (CentOS 6.4) via the RDO method. I have 3 NICs on the single node installation and would like to configure  Openstack networking in the following way: NIC1 - Management & Storage Network 192.168.1.0/32  NIC2 - Public Network 45.65.110.0/32 

[Openstack] Grizzly- Configure networking on a single node installation with 3 NICs

2013-06-20 Thread Jake G.
Hi all, I just finished installing Grizzly on one node (CentOS 6.4) via the RDO method.  I have 3 NICs on the single node installation and would like to configure Openstack networking in the following way: NIC1 - Management & Storage Network 192.168.1.0/32 NIC2 - Public Network 45.65.110.0/32 

[Openstack] Grizzly- Add NFS server to store all Instances and templates

2013-06-20 Thread Jake G.
Hi all, I just finshed installing Grizzly on one node (CentOS 6.4) via the RDO method.  I would like to add a primary NFS server to store all Objects, Instances and templates. How can I do this?  Documentation links would be very helpful. Thanks! Jake_

Re: [Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
> MATT RIEDEMANN > Advisory Software Engineer > Cloud Solutions and OpenStack Development > Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 > E-mail: mrie...@us.ibm.com > > > 3605 Hwy 52 N > Rochester, MN 55901-1407 > United States > > >

[Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
Hi all, Could someone please direct me to how to setup Networking, Storage, templates, etc.| I have installed openstack on a single node (CentOS 6.4) using Packstack. I can only access the GUI and have no idea how to setup the underlying infrastructure. Thanks, Jake_

Re: [Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
From: Masaki Mizumoto To: Jake G. Cc: "openstack@lists.launchpad.net" Sent: Tuesday, June 18, 2013 4:17 PM Subject: Re: [Openstack] Grizzly + vmware post installation Hi, You should see the below manual and use VCDriver. After that you migh

[Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
Hi all, I have installed Openstack grizzly on one node (centos 6.4). I want to use my ESXi hosts and vcenter. Now what do I do? I do not see any post-installation guides anywhere. I can access the dashboard but there are no options to configure the infrastructure. How is this done? Thank you,