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

2013-07-23 Thread Ray Sun
: 1
Interface qvof985de57-c3
Port qvo32e4f5f4-d4
tag: 1
Interface qvo32e4f5f4-d4
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port qg-6cd84081-50
Interface qg-6cd84081-50
type: internal
ovs_version: 1.4.0+build0
sysadmin@demo:~$

Best Regards
-- Ray


On Mon, Jul 22, 2013 at 4:09 PM, Ray Sun xiaoq...@gmail.com wrote:

 I am using devstack to install openstack stable/grizzly version with
 Quantum using default configuration. But after I start a new VM(cirros), I
 can't visit outside.

 Then I changed FLOATING_RANGE=192.168.0.80/28, this is my local ip range.
 But I still can not visit outside under the new configuration.

 Then I removed quantum, and seems everything is ok inside VM.

 Please help. Thanks.

 Best Regards
 -- Ray

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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

2013-07-22 Thread Ray Sun
I am using devstack to install openstack stable/grizzly version with
Quantum using default configuration. But after I start a new VM(cirros), I
can't visit outside.

Then I changed FLOATING_RANGE=192.168.0.80/28, this is my local ip range.
But I still can not visit outside under the new configuration.

Then I removed quantum, and seems everything is ok inside VM.

Please help. Thanks.

Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder Storage Server Statistics

2013-07-17 Thread Ray Sun
John,
Thanks. I will look into that extension today. The requirement is ​
​as an administrator, I want to know how many real resources I have in my
cloud pool.

If we don't have such interface in client side, I would be a contributor to
add the code in cinder client.

Best Regards
-- Ray


On Wed, Jul 17, 2013 at 2:50 AM, John Griffith
john.griff...@solidfire.comwrote:




 On Tue, Jul 16, 2013 at 12:47 PM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:

 When I said, we, I meant the ceilometer team. If the auditing app
 isn't finding any volumes, it's not going to notify us.

 If you just want to know how much data is being used by cinder, there may
 be a way to get that from their admin API, but I'm not sure.


 On Mon, Jul 15, 2013 at 7:08 PM, Ray Sun xiaoq...@gmail.com wrote:

 D
 ​oug,
 Thanks. I tried it in grizzly, here's the return:
 sysadmin@demo:/opt/stack/cinder/bin$ cinder-volume-usage-audit
 Starting volume usage audit
 Creating usages for 2013-06-01 00:00:00 until 2013-07-01 00:00:00
 Found 0 volumes
 Volume usage audit completed​

 ​Actually, I want to get some data like this:
 Total Cinder Storage on Physical Machine: 100G
 Used Cinder Storage on Physical Machine: 10G​

 Is there any way to get this?


 Best Regards
 -- Ray


 On Tue, Jul 16, 2013 at 6:27 AM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:

 We rely on a similar audit program to get the exists notifications
 about cinder volumes. Look for cinder-volume-usage-audit.

 Doug


 On Sun, Jul 14, 2013 at 11:04 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, it should be, but seems not at least in grizzly. Any update of
 Ceilometer?

 Best Regards
 -- Ray


 On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang 
 hao...@unitedstack.comwrote:

 I think Statistics should be find in Ceilometer. Ceilometer may
 provide with
 enough information you need.

 Best regards,
 Haomai Wang, UnitedStack Inc.

 在 2013-7-14,上午8:09,Ray Sun xiaoq...@gmail.com 写道:

 In nova, we have a period task to report the usage of the physical
 server, including CPU, Memory and Local Disk, but I don't think I can 
 find
 the same strategy in cinder service. Is there any way to do this or is
 there any blueprint for this?

 Thanks.

 Best Regards
 -- Ray
  ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

 ​there is an os-hosts extension that gives things like volume-count and
 GB/used on a cinder volume-service node, however it's not currently exposed
 from the client.  Not sure if that's the sort of thing you're looking for
 or not.​


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder Storage Server Statistics

2013-07-15 Thread Ray Sun
D
​oug,
Thanks. I tried it in grizzly, here's the return:
sysadmin@demo:/opt/stack/cinder/bin$ cinder-volume-usage-audit
Starting volume usage audit
Creating usages for 2013-06-01 00:00:00 until 2013-07-01 00:00:00
Found 0 volumes
Volume usage audit completed​

​Actually, I want to get some data like this:
Total Cinder Storage on Physical Machine: 100G
Used Cinder Storage on Physical Machine: 10G​

Is there any way to get this?


Best Regards
-- Ray


On Tue, Jul 16, 2013 at 6:27 AM, Doug Hellmann
doug.hellm...@dreamhost.comwrote:

 We rely on a similar audit program to get the exists notifications about
 cinder volumes. Look for cinder-volume-usage-audit.

 Doug


 On Sun, Jul 14, 2013 at 11:04 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, it should be, but seems not at least in grizzly. Any update of
 Ceilometer?

 Best Regards
 -- Ray


 On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang hao...@unitedstack.comwrote:

 I think Statistics should be find in Ceilometer. Ceilometer may provide
 with
 enough information you need.

 Best regards,
 Haomai Wang, UnitedStack Inc.

 在 2013-7-14,上午8:09,Ray Sun xiaoq...@gmail.com 写道:

 In nova, we have a period task to report the usage of the physical
 server, including CPU, Memory and Local Disk, but I don't think I can find
 the same strategy in cinder service. Is there any way to do this or is
 there any blueprint for this?

 Thanks.

 Best Regards
 -- Ray
  ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder Storage Server Statistics

2013-07-14 Thread Ray Sun
Yes, it should be, but seems not at least in grizzly. Any update of
Ceilometer?

Best Regards
-- Ray


On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang hao...@unitedstack.comwrote:

 I think Statistics should be find in Ceilometer. Ceilometer may provide
 with
 enough information you need.

 Best regards,
 Haomai Wang, UnitedStack Inc.

 在 2013-7-14,上午8:09,Ray Sun xiaoq...@gmail.com 写道:

 In nova, we have a period task to report the usage of the physical server,
 including CPU, Memory and Local Disk, but I don't think I can find the same
 strategy in cinder service. Is there any way to do this or is there any
 blueprint for this?

 Thanks.

 Best Regards
 -- Ray
  ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Cinder] Loading cinder.conf

2013-07-14 Thread Ray Sun
Yes, that's the default driver. See cinder/volume/manager.py
volume_manager_opts = [
cfg.StrOpt('volume_driver',
   default='cinder.volume.drivers.lvm.LVMISCSIDriver',
   help='Driver to use for volume creation'),
]

Best Regards
-- Ray


On Mon, Jul 15, 2013 at 12:51 PM, zan tosh ztos...@gmail.com wrote:

 I use devstack (Grizzly/stable). I have been trying to use a different
 volume driver by muncommenting and modifying the below line in cinder.conf
 under etc/cinder
 # Driver to use for volume creation (string value)
 #volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver

 But when VolumeManager is loaded I see it still refers to the default
 LVMISCSIDriver. Is there any other change to load cinder.conf?

 Any suggestions?

 Tahnks

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Cinder Storage Server Statistics

2013-07-13 Thread Ray Sun
In nova, we have a period task to report the usage of the physical server,
including CPU, Memory and Local Disk, but I don't think I can find the same
strategy in cinder service. Is there any way to do this or is there any
blueprint for this?

Thanks.

Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-12 Thread Ray Sun
T
here's something wrong this document. Seems the name is different from them
in the code.
The real name is:
tune_items = ['disk_read_bytes_sec', 'disk_read_iops_sec',



   'disk_write_bytes_sec', 'disk_write_iops_sec',
 'disk_total_bytes_sec', 'disk_total_iops_sec']

But seems disk related parameters only works under qemu 1.1+. By default,
Ubuntu 12.04 only install qemu 1.0.


Best Regards
-- Ray


On Wed, Jul 10, 2013 at 9:13 PM, Yaguang Tang heut2...@gmail.com wrote:

 Here is a wiki  about this feature,
 https://wiki.openstack.org/wiki/InstanceResourceQuota
 you can set CPU, disk IO consume policy, network traffic bandwidth for
 specified flavor. so the instance of that flavor can only consume under
 controlled physical resource.

  https://wiki.openstack.org/wiki/InstanceResourceQuota
 2013/7/10 Shake Chen shake.c...@gmail.com

 https://blueprints.launchpad.net/nova/+spec/quota-instance-resource

 In my view the instance recourse  like cpu, network, disk io quota
 feature have in Grizzly. we just need to add the feature to Horizon.


 On Wed, Jul 10, 2013 at 3:53 AM, Bruno Oliveira ~lychinus 
 brunnop.olive...@gmail.com wrote:

 Hello, any thoughts on this ?

 Thank you
 --

 Bruno Oliveira
 Developer, Software Engineer
 irc: lychinus | skype: brunnop.oliveira
 brunnop.olive...@gmail.com





 On Mon, Jul 1, 2013 at 4:22 PM, Bruno Oliveira ~lychinus
 brunnop.olive...@gmail.com wrote:
  Hello Stackers,
 
  Today morning I saw an interesting question regarding CPU Scaling
  in the list, which got me to ask the following:
 
  Currently (or in the roadmap) do we have any feature on Nova
  (regardless of the hypervisor underneath) to set maximum disk I/O
  throughput a VM can have ?
 
  I mean, let's say we have hundreds of VMs under the same host as
  in production, and for some reason we're lacking performance due to
  one (or a few of them) being too hungry/greedy for disk reads/writes.
 
  Question 1) Is there a way we can set quotas for disk I/O for a (group
 of)
  instances ? Like: for this one (or this group), don't exceed the
 threshold
  of 50 MB/seg
 
  Question 2) Also, do we have anything like vertical scalling ?
  I mean, like defining CPU and Memory Balloons as extra resources
  that a set of VMs can make use of (temporarily), if they're demanding
 to ?
 
  Note: I've seen some of the videos of Heat talking about increasing
  horizontally  the number of instances behind a load balancer to attend
  an increasing number of user requests, for instances...
 
  Thank you so much.
 
  --
 
  Bruno Oliveira
  Developer, Software Engineer
  irc: lychinus | skype: brunnop.oliveira
  brunnop.olive...@gmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 Shake Chen


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 Tang Yaguang

 Canonical Ltd. | www.ubuntu.com | www.canonical.com
 Mobile:  +86 152 1094 6968
 gpg key: 0x187F664F


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] user cannot change there own password

2013-07-10 Thread Ray Sun
Yes, but there's already implemented in latest code.

See here:
http://www.sebastien-han.fr/blog/2013/06/17/some-horizon-enhancements/

Best Regards
-- Ray


On Thu, Jul 11, 2013 at 12:25 PM, val john valjohn1...@gmail.com wrote:

 Hi.. guys

 im running simple openstack cloud with 2 compute nodes im manually
 creating  user accounts for users. but seems like users cant change there
 own password .

 im using Openstack folsom release , Please advice

 Thank You
 John

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Share Storage Statistics

2013-06-20 Thread Ray Sun
This is happend when I use a shared storage for two compute nodes. My
purpose is to know how much space I used for my VM root storage and how
much I can still use.

Unfortunately, when I use nova hypervisor-stats, it returns me the total of
two local hard disks. For example, We have compute-node1 with 320G local
drive and compute-node2with 320G local drive, and they have a shared
storage Storage1 with 500G. when I use nova hypervisor-stats, it returns me
640G instead of 500G.

Is there any way to get my shared storage information for my cluster? This
is very useful to tell user the real usage of resource pool.

Thanks.

Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Ray Sun
For an existing running instance, Can I attach an ISO for it?

Thanks.


Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
I try to install ubuntu 12.04 on OpenStack, here's my steps:
1. Upload ubuntu iso into OpenStack
2. Launch a new VM and install
3. Network can't detect
4. Can't find any disk

Any one met this problem before? Thanks.

Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
Grizzly Stable

Best Regards
-- Ray


On Fri, May 17, 2013 at 4:39 PM, Rashmi SN snrashm...@gmail.com wrote:

 Hi Ray ,

 Which release of Openstack are you trying it on?

 Regards,
 Rashmi


 On Fri, May 17, 2013 at 1:46 PM, Ray Sun xiaoq...@gmail.com wrote:

  I try to install ubuntu 12.04 on OpenStack, here's my steps:
 1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Install from ISO in OpenStack

2013-05-17 Thread Ray Sun
I am trying to create an instance using an ISO which is already in glance.

I can successfully use a pre-made qcow2 to launch an instance, from the
document, I know the glance support ISO file, so I tried to do this test,
but it seems not work on KVM under OpenStack platform.

Best Regards
-- Ray


On Fri, May 17, 2013 at 4:48 PM, Sam Stoelinga sammiest...@gmail.comwrote:

 Are you trying to create an Openstack instance based on Ubuntu 12.04 or
 are you trying to install openstack on ubuntu?

 If you're trying to just launch an ubuntu image, you can use the pre-made
 qcow2 images by ubuntu, didn't have any issues with those.
 See:
 http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html


 What iso are you using?



 On Fri, May 17, 2013 at 4:16 PM, Ray Sun xiaoq...@gmail.com wrote:

 I try to install ubuntu 12.04 on OpenStack, here's my steps:
  1. Upload ubuntu iso into OpenStack
 2. Launch a new VM and install
 3. Network can't detect
 4. Can't find any disk

 Any one met this problem before? Thanks.

 Best Regards
 -- Ray

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Ray Sun
I see, Thanks.

Another requirement is if I start a new instance running on ESXI, and I
want to install vmware-tools in my instance, how can I do that?

Best Regards
-- Ray


On Sat, May 18, 2013 at 9:35 AM, Robert Collins
robe...@robertcollins.netwrote:

 Thats what the rescue mode is for :)

 -Rob

 On 18 May 2013 12:06, Ray Sun xiaoq...@gmail.com wrote:

 Razique,
 Thanks. Actually the requirement is coming from our IT operation guy.
 They asked me about if there's something wrong with an instance, something
 like the boot partition is broken, the instance can not startup. In this
 situation, they want to attach a system installation ISO to repair this
 instance.

 Best Regards
 -- Ray


 On Fri, May 17, 2013 at 4:46 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not sure there
 As for the procedure, here is a  good workthrough :

 http://serverfault.com/questions/373372/how-to-connect-a-cdrom-device-to-a-kvm-qemu-domain-using-command-line-tools

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 17 mai 2013 à 09:57, Ray Sun xiaoq...@gmail.com a écrit :


 On Fri, May 17, 2013 at 3:48 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Not that I'm aware of through OpenStack, but if you use libvrit, you
 can yes by editing the domain directly :-)


 Is there any blueprint for this requirement?


 Best Regards
 -- Ray




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 Robert Collins rbtcoll...@hp.com
 Distinguished Technologist
 HP Cloud Services
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] centos5.5_64bit image for openstack

2013-05-12 Thread Ray Sun
Rakespace provide a lot of openstack images here:

https://github.com/rackerjoe/oz-image-build

You can create your own image followed document and install cloud-init,
that will be the same with Rakespace provide.

Best Regards
-- Ray


On Sat, May 11, 2013 at 12:30 AM, yan ch yyan...@gmail.com wrote:

 Hello,

 Is there anyone build CentOS5.5_64bit image for openstack ?

 If someone own it, can you send it to my gmail.

 Thank you !

 Regards,

 yanchen




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] I release naming (calling APAC community)

2013-05-03 Thread Ray Sun
I-Ching +1

Best Regards
-- Ray


On Sat, May 4, 2013 at 11:48 AM, Haitao Jiang jianghai...@gmail.com wrote:

 I like I-Ching most among proposed ones. +1

 Haitao


 On Thu, May 2, 2013 at 10:16 PM, yoyochi...@itri.org.tw wrote:

 How about I-Ching? One of the oldest of the Chinese classic texts, can
 be referred to the influence of OpenStack to cloud computing.

 See Wikipedia page here : http://en.wikipedia.org/wiki/I_Ching

 Yoyo

 -Original Message-
 From: Openstack [mailto:openstack-bounces+yoyochiang=
 itri.org...@lists.launchpad.net] On Behalf Of Thierry Carrez
 Sent: Thursday, May 02, 2013 10:02 PM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] I release naming (calling APAC community)

 Hi everyone,

 As you may know, we name our release cycles after cities or counties in
 the state/country where the corresponding design summit is held.

 That creates an interesting problem for the I release, since there is
 no word starting with i in classic transliteration of Chinese words...
 so not so many candidates. We'll have to get a bit creative and be
 willing to bend the rules a little.

 Feel free to suggest names on this thread, or on the wiki page at:
 https://wiki.openstack.org/wiki/Release_Naming

 I am especially interested by the input of our APAC community in general
 and our Chinese members in particular, which are probably the best to let
 us know which transliteration crime could be acceptable or which name they
 would particularly like.

 Cheers,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 
 本信件可能包含工研院機密資訊,非指定之收件者,請勿使用或揭露本信件內容,並請銷毀此信件。
 This email may contain confidential information. Please do not use or
 disclose it in any way and delete it if you are not the intended recipient.
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Ray Sun
Tengvall,
I had some experience that use CF on folsom OpenStack.
1. Unfortunately, it's not too easy to do that. The document is not
very accurate enough.
2. I didn't see any workflow document about this.
3. No.
4. Service HA is a important part, that cloud foundry don't supply yet.


- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Wed, Apr 17, 2013 at 4:42 PM, Ilkka Tengvall ilkka.tengv...@cybercom.com
 wrote:

 Hi fellow stackers,

 I would like to hear your opinion and experience of using Cloud Foundry in
 front of OpenStack. I'm evaluating open source hybrid cloud management
 options, an CF raises mixed feelings while I read about it. Any opinion
 about the following subjects?

 1. CF web page tells to use Essex. Is it Grizzly compatible, or is the
 info accurate?

 2. Does the open development model work in the project, is vmware open
 enough to take in patches?

 3. Is there active community of openstack developers/users taking part to
 CF to keep up with OS development?

 4. Any other opinions and experience you think I (anyone) should be aware
 of it?

 Thanks for any hands on experience,

 Ilkka Tengvall // Cybercom

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How can I know the version if I installed from source code?

2013-03-07 Thread Ray Sun
nova-manage version works for me. Also cinder-manage version also works.

Thanks a lot.


- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Thu, Mar 7, 2013 at 11:21 PM, Mark DeVerter
mark.dever...@rackspace.comwrote:


  nova --version  will return (if it was working) the version of the
 novaclient tool.
 The proper command is:
 # nova-manage version
 2012.2 (2012.2-LOCALBRANCH:LOCALREVISION)

  In this example, this is the second release for 2012, so it is Folsom.

  Cheers,
 Mark DeVerter


   --
 *From:* 
 openstack-bounces+mark.deverter=rackspace@lists.launchpad.net[openstack-bounces+mark.deverter=
 rackspace@lists.launchpad.net] on behalf of Martinx - ジェ�`ムズ [
 thiagocmarti...@gmail.com]
 *Sent:* Thursday, March 07, 2013 8:07 AM
 *To:* Ray Sun
 *Cc:* OpenStack Maillist
 *Subject:* Re: [Openstack] How can I know the version if I installed from
 source code?

   --version isn't working here (Openstack Folsom @ Ubuntu 12.04)  :-/

  *nova --version*
 Unknown, couldn't find versioninfo file at /usr/lib/python2.7/dist-
 packages/novaclient/versioninfo


 On 7 March 2013 00:09, Ray Sun qsun01...@cienet.com.cn wrote:

  Is there any method to get the openstack version if I installed from
 openstack source code?

  Thanks a lot.

  - Ray
 Best Regards

 CIeNET Technologies (Beijing) Co., Ltd
 Technical Manager
 Email: qsun01...@cienet.com.cn
 Office Phone: +86-01081470088-7079
 Mobile Phone: +86-13581988291

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How can I know the version if I installed from source code?

2013-03-06 Thread Ray Sun
Is there any method to get the openstack version if I installed from
openstack source code?

Thanks a lot.

- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to build a OpenStack DEB Package?

2013-01-27 Thread Ray Sun
I saw here is a project for Ubuntu to build package for nova, but I didn't
know how to build it, any idea about this? Thanks.

https://launchpad.net/ubuntu/+source/nova/2012.2.1+stable-20121212-a99a802e-0ubuntu1

- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Ray Sun
Seems multiple consoleauth or novncproxy can also cause this bug.

See this bug: https://bugs.launchpad.net/horizon/+bug/1068602


- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Fri, Jan 25, 2013 at 9:41 AM, Zhongyue Luo zhongyue@intel.comwrote:

 I remember solving this problem by adding the hostnames of all compute
 nodes to the /etc/hosts file where the vncproxy was running.

 But this was like a year ago I'm not sure if this would solve your problem.
 On Fri, Jan 25, 2013 at 9:23 AM, longeek mengql112...@gmail.com wrote:

  Hi,
I also get the same issuse, I have check the vnc config in nova config.
Can anybody tell us about why this and how the horizon access the vnc?

 Tks,
 Best Regards,

 
 Lawrency Meng
 mail: mengql112...@gmail.com

 于 01/24/2013 12:27 AM, Guilherme Russi 写道:

  Hello guys,

  I'm installing the folsom version and I have one computer like the
 controller and one being the compute node. I can start the VM with cirros
 OS but I can't use the VNC, I got the error: Failed to connect to server
 (code: 1006). I've been following this tutorial:
 http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html
 .

 Can anybody help me?

 Thank you and regards.

 Guilherme.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 --

 ___
 Mailing list: https://launchpad.net/~openstack

 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 *Intel SSG/SSD/SOTC/PRC/CITT*
 880 Zixing Road, Zizhu Science Park, Minhang District, Shanghai, 200241,
 China
 +862161166500

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to make the subinterface connection in a VLAN environment?

2013-01-14 Thread Ray Sun
My OpenStack environment is running under traditional VLAN model.
Currently, I have two VMs which is running Ubuntu 12.04 server and their
Fixed IP is:

Host 1: eth0: 172.16.0.3
Host 2: eth0: 172.16.0.5

Then I add a subinterface to each VM like this:

Host 1: eth0:1 192.168.2.2
Host 2: eth0:1 192.168.2.3

My network configuration looks like:
auto eth0
iface eth0 inet dhcp

auto eth0:1
iface eth0:1 inet static
address *192.168.2.3*
netmask 255.255.255.0

Also in the access  security I open icmp there, but I don't think this is
related to my issue. Then I try to run ping host2 from host1, and it works.

Then on Host1, I run:

ping 172.16.0.5 -I 192.168.2.2 - *NO RESPONSE*

ping 192.168.2.3 - *Destination Host Unreachable*
*
*
I didn't modify the route table, and it looks like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
default 172.16.0.4  0.0.0.0 UG10000 eth0
172.16.0.0  *   255.255.255.0   U 0  00 eth0
192.168.2.0 *   255.255.255.0   U 0  00 eth0

Anyone know how can I access the host2 through my subinterface? Thanks a
lot.


- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to make the subinterface connection in a VLAN environment?

2013-01-14 Thread Ray Sun
Hirai,
Thanks for your quick response. Currently I am using nova-network in VLAN
model. Actually the real requirement is the user want to bind many
subinterfaces on one NIC, and they want to connect the other server using
every subinterface, so we can't want to create so many VLANs for one
project.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Mon, Jan 14, 2013 at 8:37 PM, Tomokazu Hirai tomokazu.hi...@gmail.comwrote:

 Hi,

 Which network compornent do you use ? nova-network ? quantum ?

 If my perception is correct, you need to use quantum to have
 multiple nic on VM. When you create multiple subnet, VM will boot
 with multiple NICs and these VMs can take communicate with each
 others with each NICs.

 Best Regards,

 -- Tomokazu Hirai @jedipunkz

 From: Ray Sun qsun01...@cienet.com.cn
 Subject: [Openstack] How to make the subinterface connection in a VLAN
 environment?
 Date: Mon, 14 Jan 2013 19:00:19 +0800

  My OpenStack environment is running under traditional VLAN model.
  Currently, I have two VMs which is running Ubuntu 12.04 server and their
  Fixed IP is:
 
  Host 1: eth0: 172.16.0.3
  Host 2: eth0: 172.16.0.5
 
  Then I add a subinterface to each VM like this:
 
  Host 1: eth0:1 192.168.2.2
  Host 2: eth0:1 192.168.2.3
 
  My network configuration looks like:
  auto eth0
  iface eth0 inet dhcp
 
  auto eth0:1
  iface eth0:1 inet static
  address *192.168.2.3*
  netmask 255.255.255.0
 
  Also in the access  security I open icmp there, but I don't think this
 is
  related to my issue. Then I try to run ping host2 from host1, and it
 works.
 
  Then on Host1, I run:
 
  ping 172.16.0.5 -I 192.168.2.2 - *NO RESPONSE*
 
  ping 192.168.2.3 - *Destination Host Unreachable*
  *
  *
  I didn't modify the route table, and it looks like:
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse
  Iface
  default 172.16.0.4  0.0.0.0 UG10000
 eth0
  172.16.0.0  *   255.255.255.0   U 0  00
 eth0
  192.168.2.0 *   255.255.255.0   U 0  00
 eth0
 
  Anyone know how can I access the host2 through my subinterface? Thanks a
  lot.
 
 
  - Ray
  Yours faithfully, Kind regards.
 
  CIeNET Technologies (Beijing) Co., Ltd
  Email: qsun01...@cienet.com.cn
  Office Phone: +86-01081470088-7079
  Mobile Phone: +86-13581988291

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Openstack - cinder - volume driver NFS

2013-01-14 Thread Ray Sun
Here's my configuration for cinder using NFS, also I submit bug for
creating volume snapshot and volume from snapshot here, I already fixed it
in my local, not submit yet:
https://bugs.launchpad.net/cinder/+bug/1097266

*/etc/cinder/cinder.conf
*
[DEFAULT]
rootwrap_config=/etc/cinder/rootwrap.conf
sql_connection = mysql://
cinder:cinder-administra...@controller.cienet.com.cn/cinder
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper=ietadm
volume_name_template = volume-%s
volume_group = vg_cinder
#volume_group = cinder-volumes
verbose = True
auth_strategy = keystone
#osapi_volume_listen_port=5900
volumes_dir=/var/lib/cinder/volumes/
rabbit_host=controller.cienet.com.cn
volume_driver=cinder.volume.nfs.NfsDriver
 defined in cinder.volume.drivers.nfs 
nfs_shares_config=/var/lib/cinder/nfsshare
nfs_mount_point_base=/var/lib/cinder/volumes
nfs_disk_util=df
nfs_sparsed_volumes=true

*/etc/cinder/rootwrap.d/volume.filters add*
# cinder/volume/nfs.py
stat: CommandFilter, /usr/bin/stat, root
mount: CommandFilter, /bin/mount, root
df: CommandFilter, /bin/df, root
truncate: CommandFilter, /usr/bin/truncate, root
chmod: CommandFilter, /bin/chmod, root
rm: CommandFilter, /bin/rm, root

*/etc/nova/nova.conf add*
# for cinder use volume as nfs
libvirt_volume_drivers=iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver,local=nova.virt.libvirt.volume.LibvirtVolumeDriver,fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver,rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,nfs=nova.virt.libvirt.volume_nfs.NfsVolumeDriver

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Mon, Jan 14, 2013 at 10:22 PM, Benoit ML ben4...@gmail.com wrote:

 Hello,

 I've installed openstack Folsom on centos with the epel repo.
 Basically the all things works on 4 nodes configuration(controller,
 network and 2 compute). Quantum is configured with GRE and L3
 services.

 At my point, i'd like to go futher on the storage part.

 I'm trying to use the cinder NFS driver to manage volume.  From what I
 read, the driver is basic : créate/delete volume on an NFS share.
 Well but I didn't manage to get it work ...  can you help me please ?
 what I must do ?

 When I look into the cinder/volume.log, I see that cinder first create
 a LV, and  try to stat /nfsPath/bigUUID  and fail. Why cinder try
 to créate a LV ? and try to access a directory on the nfs share thaht
 is not create before ?


 Moreover if you have any advice for a good basic shared storage
 architecture with Openstack, plz shared the information ;)

 In cinder.conf :
 -
 volume_driver=cinder.volume.nfs.NfsDriver
 state_path = /var/lib/cinder
 nfs_shares_config=/etc/cinder/shares.conf
 nfs_mount_point_base = /mnt/exports/volumes/
 #nfs_sparsed_volumes = True
 #nfs_disk_util = df
 lock_path = /var/lib/cinder/tmp
 -


 Thank you in advance.

 Regards,

 --
 --
 Benoit

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How can I boot an instance with multiple NICs and limit them to a single VLAN?

2013-01-14 Thread Ray Sun
I tried to boot a new instance with two NICs, but seems I can't setup
network_id to a single one, that means I have to create at least two VLANs
for NICs. Is there any way that I can boot my instance with two NICs and
assign the ip in a single VLAN? And why this is not allowed currently?
Thanks.

Here's the error message I saw from output:
nova --debug boot --flavor 11033 --image
39b66c00-2dfd-4310-99f2-76ea8905e820 --availability-zone CL_PUBLIC --nic
net-id=5fbe4145-f48e-420b-9493-866714d08376,v4-fixed-ip=172.16.4.20 --nic
net-id=5fbe4145-f48e-420b-9493-866714d08376,v4-fixed-ip=172.16.4.21
--security-groups default MYTEST

DEBUG (shell:534) Duplicate networks (5fbe4145-f48e-420b-9493-866714d08376)
are not allowed (HTTP 400) (Request-ID:
req-0bf32ea6-afc4-4ffa-94dd-d4e4a0d3a8eb)
Traceback (most recent call last):
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/shell.py,
line 531, in main
OpenStackComputeShell().main(sys.argv[1:])
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/shell.py,
line 467, in main
args.func(self.cs, args)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/v1_1/shell.py,
line 228, in do_boot
server = cs.servers.create(*boot_args, **boot_kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/v1_1/servers.py,
line 498, in create
**boot_kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/v1_1/base.py,
line 162, in _boot
return_raw=return_raw, **kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/base.py,
line 148, in _create
_resp, body = self.api.client.post(url, body=body)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/client.py,
line 244, in post
return self._cs_request(url, 'POST', **kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/client.py,
line 228, in _cs_request
**kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/client.py,
line 210, in _time_request
resp, body = self.request(url, method, **kwargs)
  File
/usr/local/lib/python2.7/dist-packages/python_novaclient-2.9.0.24-py2.7.egg/novaclient/client.py,
line 204, in request
raise exceptions.from_response(resp, body)
BadRequest: Duplicate networks (5fbe4145-f48e-420b-9493-866714d08376) are
not allowed (HTTP 400) (Request-ID:
req-0bf32ea6-afc4-4ffa-94dd-d4e4a0d3a8eb)
ERROR: Duplicate networks (5fbe4145-f48e-420b-9493-866714d08376) are not
allowed (HTTP 400) (Request-ID: req-0bf32ea6-afc4-4ffa-94dd-d4e4a0d3a8eb)

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Error in Horizon or misconfiguration?

2013-01-10 Thread Ray Sun
Maybe this bugs is related with your Quota Summary.

https://bugs.launchpad.net/horizon/+bug/1055929

Just replace 'usage.quota' with 'usage.quotas' in
horizon/templates/horizon/common/_quota_summary.html.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Thu, Jan 10, 2013 at 9:09 PM, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com wrote:

 Thanks for replying quickly!

 Yes, I knew about this property. By default is 'internalURL', but although
 it's modified and restarted httpd, errors related to EndpointNotFound
 continue logging with endpoint_type='adminURL'.

 On the other hand, in Horizon, the Quota Summary in Project tab, is shown
 empty. Any idea about that?

 Thanks a lot!
 JuanFra


 2013/1/10 Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com

 You can change the endpoint type in Horizon:

 Modify this file:
 /etc/openstack-dashboard/local_settings.py

 and add (or edit) this property:
 OPENSTACK_ENDPOINT_TYPE=endpoint_type

 and endpoint_type can be internalURL, publicURL and adminURL, as usual.

 Cheers
 Diego

  --
 Diego Parrilla
 http://www.stackops.com/*CEO*
 *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 |
 skype:diegoparrilla*
 * http://www.stackops.com/
 *

 *



 On Thu, Jan 10, 2013 at 1:33 PM, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:

 Hi guys!

 Do you know if this Horizon's bug have been solved? In my fresh
 installation (2012.2.1 from EPEL), it keeps crashing.
 However, remaining operations in dashboard work fine!

 [Thu Jan 10 13:20:19 2013] [error] Traceback (most recent call last):
 [Thu Jan 10 13:20:19 2013] [error]   File
 /usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py, line 135,
 in _extract_service_catalog
 [Thu Jan 10 13:20:19 2013] [error] endpoint_type='adminURL')
 [Thu Jan 10 13:20:19 2013] [error]   File
 /usr/lib/python2.6/site-packages/keystoneclient/service_catalog.py, line
 73, in url_for
 [Thu Jan 10 13:20:19 2013] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Thu Jan 10 13:20:19 2013] [error] EndpointNotFound: Endpoint not found.
 [Thu Jan 10 13:20:21 2013] [error] unable to retrieve service catalog
 with token


 It could be a great chance for my first contribution to Horizon code?
 could I assign myself this bug?

 Thanks,
 JuanFra.

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] clean up zombie instances ?

2012-11-21 Thread Ray Sun
I think you can just set 'deleted' to 1 in instance table, and clean the
association in fixed_ips and floating ips table.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Thu, Nov 22, 2012 at 3:32 AM, Xin Zhao xz...@bnl.gov wrote:

 Hello,

 I have to shut down some running instances from worker nodes, as the
 physical machine suffer disk errors.
 After I remove them from worker nodes, nova still thinks the instances are
 in shutoff state, although they
 are completely disappeared already on worker nodes. I tried nova delete
 and euca-terminate-instance
 commands, try to clean them off the list as shown from
 euca-describe-instances, without success.  How can
 I clean up these zombie instances?

 I am using essex release  2012.1.1-15 on RHEL6.

 Thanks,
 Xin


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Can't switch projects in horizon using devstack to install stable/folsom

2012-11-14 Thread Ray Sun
I used devstack to install stable/folsom, but I can't switch projects after
successfully installation.

I try to find the reason, and I found the code in
python-keystoneclient/keystoneclient/v2_0/tokens.py:
 37 reset = 0
 38 if self.api.management_url is None:
 39 reset = 1
 40 self.api.management_url = self.api.auth_url
 41 token_ref = self._create('/tokens', params, access,
 42  return_raw=return_raw)
 43 if reset:
 44 self.api.management_url = None
 45 return token_ref

I don't know what does the code mean, but I guess it affects the project
switcher.

The reason is when the page is generating, the horizon try to retrieve all
accessible tenants, but in the request.user the endpoint is None, and this
variable is set by management_url. And the code above will always make the
management url is None. So can anyone explain the code for me? Thanks a lot.


- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to know capability of cloud resource pool?

2012-11-03 Thread Ray Sun
Is there any method to get the resource pool capability(CPU/Memory/Storage)
in the cloud? Can OpenStack auto detect the resource when a new node join
in?
If not, is there a roadmap to implement it?

Thanks.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Is there any method to Activate Windows during Launch a new Instance?

2012-11-02 Thread Ray Sun
I create a windows 7 image(without activate) and upload to glance, and I
can successfully start it up. But how can I automatically activate it after
user launch it? Or how can I inject the SN into windows during startup? Or
any other better idea?

Thanks a lot.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Scaling PaaS in OpenStack

2012-10-26 Thread Ray Sun
Have you heard BOSH, a deployment tool for CloudFoundry on cloud(including
AWS and openstack)?
https://github.com/cloudfoundry/bosh

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Fri, Oct 26, 2012 at 1:46 PM, Frans Thamura fr...@meruvian.org wrote:

 Hi All

 Anyone can give me reference, related to scaling PaaS system in OpenStack?

 how (more basic better) scalable is implementing PaaS in OpenStack?

 right now, we create virtual machine and install ubuntu inside, and
 run CloudFoundry or OpenShift to make it PaaS enable.

 my target for PaaS is to run our Java apps inside cloud environment.

 in another world, we have Liquid VM, but it is not opensource yet,
 part of Java VE Virtual Edition. The JVM can boot direct from the
 hypervisor.

 I still researching the theory behind scalability of cloud esp in
 openstack + cloudfoundry.

 F

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread Ray Sun
If you run euca-run-instances, you will see there's an --availability-zone
options there.

euca-run-instances  [-A, --access-key access_key ][-A, --secret-key
secret_key ][--config config_path
][--debug][--debugger][-h, --help][--region
region_name
][-U, --url url ][--version][--euca-auth][-n,
--instance-
count count ][-g, --group group_name ][-k, --key
keyname ][-d, --user-data user_data
][--user-data-force
user_data_force ][-f, --user-data-file
user_data_file
][--addressing addressing ][-t, --instance-type
instance_type ][--kernel kernel ][--ramdisk
ramdisk
][-b, --block-device-mapping block_device_mapping
][--monitor][-s, --subnet subnet ][-z,
--availability-zone
zone ] image_id

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Thu, Oct 25, 2012 at 4:13 PM, gtt116 gtt...@126.com wrote:

 I look around by using `nova show` and using the REST api, but can not
 find the 'availability zone' field.
 Can any one tell me how to get it ? Thanks!

 -gtt


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread Ray Sun
And also if you run euca-describe-availability-zones, you'll see all
the availability
zones.
AVAILABILITYZONE nova available

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Thu, Oct 25, 2012 at 4:17 PM, Ray Sun qsun01...@cienet.com.cn wrote:

 If you run euca-run-instances, you will see there's an --availability-zone
 options there.

 euca-run-instances  [-A, --access-key access_key ][-A, --secret-key
 secret_key ][--config config_path
 ][--debug][--debugger][-h, --help][--region
 region_name
 ][-U, --url url ][--version][--euca-auth][-n,
 --instance-
 count count ][-g, --group group_name ][-k, --key
 keyname ][-d, --user-data user_data
 ][--user-data-force
 user_data_force ][-f, --user-data-file
 user_data_file
 ][--addressing addressing ][-t, --instance-type
 instance_type ][--kernel kernel ][--ramdisk
 ramdisk
 ][-b, --block-device-mapping block_device_mapping
 ][--monitor][-s, --subnet subnet ][-z,
 --availability-zone
 zone ] image_id

 - Ray
 Yours faithfully, Kind regards.

 CIeNET Technologies (Beijing) Co., Ltd
 Email: qsun01...@cienet.com.cn
 Office Phone: +86-01081470088-7079
 Mobile Phone: +86-13581988291



 On Thu, Oct 25, 2012 at 4:13 PM, gtt116 gtt...@126.com wrote:

 I look around by using `nova show` and using the REST api, but can not
 find the 'availability zone' field.
 Can any one tell me how to get it ? Thanks!

 -gtt


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] ODS presentation slides

2012-10-23 Thread Ray Sun
Any video materials? Thanks.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Tue, Oct 23, 2012 at 5:20 PM, Khairul Aizat Kamarudzzaman 
fen...@ubuntu.com wrote:

 The slide already available at slideshare?


 On Tue, Oct 16, 2012 at 7:44 PM, Atul Jha atul@csscorp.com wrote:

 Anne,

 Sounds cool. :D

 Cheers!!

 
 From: annegen...@justwriteclick.com [annegen...@justwriteclick.com] on
 behalf of Anne Gentle [a...@openstack.org]
 Sent: Tuesday, October 16, 2012 5:00 PM
 To: Atul Jha
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] ODS presentation slides

 Hi all from San Diego at dawn-thirty-in-the-morning :)

 Lauren Sell said yesterday that slides will be on Slideshare and she
 is finalizing a Pro account now. Look for the presentations to be
 posted this week.

 Anne

 On Tue, Oct 16, 2012 at 1:45 AM, Atul Jha atul@csscorp.com wrote:
  Hello Stackers,
 
 
  Is there a place to download/view all the presentations slides of
 ongoing Design Summit?
 
 
  Cheers!!
 
  Atul Jha
  http://www.csscorp.com/common/email-disclaimer.php
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 http://www.csscorp.com/common/email-disclaimer.php

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Ray Sun
Seems end point created failed. Can you show us your endpoint list?

curl -H Content-type: application/json -d
'{auth:{passwordCredentials:{username: admin, password:
openstack}, tenantName: demo}}' http://ip:5000/v2.0/tokens | python
-mjson.tool

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Thu, Oct 18, 2012 at 6:26 PM, Trinath Somanchi 
trinath.soman...@gmail.com wrote:

 Hi-

 I have installed Folsom version of Openstack using the installation guide
 https://github.com/EmilienM/openstack-folsom-guide

 The Horizon GUI looks awkward  and the login gives me this error in the
 apache error logs.

 I have installed Horizon the way given in the Folsom guide given above.

 [image: Inline image 1]


 The Error Log:

 [Thu Oct 18 10:18:19 2012] [error] unable to retrieve service catalog with
 token
 [Thu Oct 18 10:18:19 2012] [error] Traceback (most recent call last):
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 135,
 in _extract_service_catalog
 [Thu Oct 18 10:18:19 2012] [error] endpoint_type='adminURL')
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line
 73, in url_for
 [Thu Oct 18 10:18:19 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Thu Oct 18 10:18:19 2012] [error] EndpointNotFound: Endpoint not found.


 Please help me resolve the issue.

 Thanking you.


 --
 Regards,
 --
 Trinath Somanchi,
 +91 9866 235 130


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


image.png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How can I choose my own timezone on Dashboard of Essex?

2012-10-10 Thread Ray Sun
In the Dashboard of Essex version, seems the datetime is always displayed
as UTC time, How can I choose my own timezone?
Thanks.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-18901118291
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp