Re: [Openstack] Adding new user in openstack

2015-07-27 Thread Priyanka
Hi Vijay, yes I need a new private network other than the demo network and want it to use floating IPs from the same external network from which the demo user got its floating IPs. A new tenant will allow me to add a new router to the existing external network and use the IPs. Is there any ot

[Openstack] Use of injected-files in compute service

2015-07-27 Thread Priyanka
Hi, What is the use of |injected-files,|||injected-file-content-bytes and |injected-file-path-bytes|| in compute service. The OpenStack guide says its |Number of injected files allowed per tenant.I did not get the actual meaning of this. Thanks, Priyanka

Re: [Openstack] Use of injected-files in compute service

2015-07-27 Thread nithish B
Hi Priyanka, Those options are used when arbitrary files has to be placed within the instance. For example, if you wish to use your own "authorized_keys", instead of the regular keys which exists, you may use this method. The only limitation is that you may add upto 5 files only. So to summari

Re: [Openstack] Storing Heat Templates on Glance Artifact Repo on Kilo

2015-07-27 Thread Kuvaja, Erno
Hi Thiago, As it is now, we do not support storing anything else than images in Glance. Obviously nothing really permits it either as we do not check the images uploaded being images as their content anyways. You might want to look into the work that is ongoing around Images API v.3 also known

Re: [Openstack] Accelerating the Enterprise Adoption of OpenStack

2015-07-27 Thread Erlon Cruz
That are great news!! I'm really glad to know that! Congratulations, Rackspace and Intel for the effort! On Thu, Jul 23, 2015 at 2:01 PM, Egle Sigler wrote: > Hello OpenStack Community, > > > > I am very excited to let you know that today Rackspace and Intel announced > our plans to form the “O

Re: [Openstack] Nova migrate-flavor-data woes

2015-07-27 Thread Jay Pipes
On 07/26/2015 01:15 PM, Lars Kellogg-Stedman wrote: So, the Kilo release notes say: nova-manage migrate-flavor-data But nova-manage says: nova-manage db migrate_flavor_data But that says: Missing arguments: max_number And the help says: usage: nova-manage db migrate_fla

Re: [Openstack] Nova migrate-flavor-data woes

2015-07-27 Thread Mike Dorman
I had this frustration, too, when doing this the first time. FYI (and for the Googlers who stumble across this in the future), this patch [1] fixes the --max_number thing. [1] https://review.openstack.org/#/c/175890/ On 7/27/15, 8:45 AM, "Jay Pipes" wrote: >On 07/26/2015 01:15 PM, Lars K

[Openstack] [designate] Associate dynamically project name as domain

2015-07-27 Thread Jaime Fernández
I would like to register DNS records with the following format: ... to avoid collision between IP addresses for the same host but on different interfaces, and to reserve a domain per project. However, it's not an easy task. The notifications received by designate-sink report the tenant-id (but not

[Openstack] [Fuel] changing assigned VLANs after install

2015-07-27 Thread Alexander Liemieshko
Hello, the guide below details how you can change assigned VLANs after install: Changing VLAN on (post-deployment environment) on Fuel 6.1 (Ubuntu) Note: Before performing any operations, you should schedule the maintenance window, perform backups of all databases Preparation: in the worst case

[Openstack] Glance Issue

2015-07-27 Thread Karan Chhabra
Hi, I am facing problem with glance. I am working on Kilo and trying to update image to glance but the status is queued for infinite time. I have tried to re install the packages but the problem still exists. Can anyone help me? -- Thanks & Regards Karan Chhabra Email | karanchhabra2...@gmail.

Re: [Openstack] [designate] Associate dynamically project name as domain

2015-07-27 Thread Hayes, Graham
Hi Jaime, What you want to do should be possible, but will require some custom code to investigate. See inline for a few suggestions. On 27/07/15 16:32, Jaime Fernández wrote: > I would like to register DNS records with the following format: > ... > to avoid collision between IP addresses for th

Re: [Openstack] [Win The Enterprise-wg] Accelerating the Enterprise Adoption of OpenStack

2015-07-27 Thread Egle Sigler
Thank you Dave! I am really excited about this, I think it will help grow the OpenStack community and benefit OpenStack ecosystem in so many ways. I cannot wait for the 2 1000 node clusters to go live and be available for large scale testing! -Egle From: "Pitzely, David" mailto:david_pitz...@

[Openstack] Adding a volume to existing instance

2015-07-27 Thread Ivan Derbenev
Hello, guys! That can be rather simple question for you, but I can't quite understand. For example, we have 2 hardware machines with Ubuntu+KVM+Kilo Each machine has 2 TB of local storage Shared storage on freenas can be used ONLY for images, not for VMs We created a Debian instance on server1, an

Re: [Openstack] Spawning Issue with Juno, Neutron, Xen and Libvirt

2015-07-27 Thread Geoffrey Tran
Hi Anthony, Just to add more information on this. I tried deploying using Devstack, but run into a few errors. The first is related to pygrub, which was fixed by adding the symlink. However, the second error is again the same issue with the vif scripts. Just to clarify, I started with a mac

Re: [Openstack] Nova migrate-flavor-data woes

2015-07-27 Thread Joshua Hesketh
Yep and that patch was backported into kilo last month[0]. If others are experiencing pain, they could try the head of stable/kilo. Given this is possibly causing some operator pain, it might be worth cutting a bug-fix release, or updating the installation instructions. [0] https://review.opensta

[Openstack] [fuel]Building the Fuel ISO problem

2015-07-27 Thread Naveen
Hello Everyone, First time here, not sure if this is the right place for this question, but here it goes. Using Mirantis Fuel 6.1 trying building fails, operation?? root@fuel:~/fuel-main# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.2 LTS Re

Re: [Openstack] Use of injected-files in compute service

2015-07-27 Thread Priyanka
Hi Nitish, Thanks for the reply. But I can ssh into the VM and then add these things (root password) too right? Is adding all these during spawning necessary? Thanks, Priyanka On Monday 27 July 2015 05:22 PM, nithish B wrote: Hi Priyanka, Those options are used when arbitrary files has

Re: [Openstack] Use of injected-files in compute service

2015-07-27 Thread Clint Byrum
Excerpts from Priyanka's message of 2015-07-27 21:36:47 -0700: > Hi Nitish, > Thanks for the reply. But I can ssh into the VM and then add these > things (root password) too right? Is adding all these during spawning > necessary? This is an option that should be removed from nova, as it is a l