Re: [Openstack] Grizzly openstack installation - tutorial/guide

2013-06-26 Thread Atul Jha
Hi,

snip

Hi,

Please find the below Grizzly link that I have followed to install separate 
Network, compute and Openstack.


http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf


At page 8 I find that the bash script for keystone may not be correctly pasted 
(any help..!1)


At page 11 unable to I can wget glance but cannot save I get the below error.

Unable to communicate with identity service: {error: {message: Invalid 
project,   code: 401, title: Not Authorized}}. (HTTP 401)
/snip


 glance image-create --is-public true --disk-format qcow2 --container-format 
bare --name Ubuntu  ubuntu-12.04-server-cloudimg-amd64-disk1.img
Unable to communicate with identity service: {error: {message: Invalid 
project, code: 401, title: Not Authorized}}. (HTTP 401)



My source file is below:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_AUTH_URL=http://localhost:5000/v2.0/;
export SERVICE_ENDPOINT=http://localhost:35357/v2.0;
export SERVICE_TOKEN=password


The Grizzly install setup, I am stuck at glance and get the above error message.

/snip

The error suggests the tenant is not created. Can you confirm if you executed 
the bash script[page 8] correctly?
What do you get when you do :  -- $ keystone tenant-list , are you getting 
result as per the script?

Thanks!!

Atul

Regards,
Raghavendra

From: Marco Bravo [mailto:marcobra...@gmail.com]
Sent: Wednesday, June 26, 2013 7:21 PM
To: Lad, Raghavendra
Cc: mcheun...@hotmail.com; openstack@lists.launchpad.net
Subject: Re: [Openstack] Grizzly openstack installation - tutorial/guide

Hi, stackers I have reviewed some installation scripts (many of them) and I 
believe one point to start quickly is http://openstack.redhat.com/Quickstart
You can start quickly using on Red Hat or Fedora 18. For me (Fedora fan was 
great)
The RDO support forum is small and have some few issues.

Best regards, Marco Bravo.

2013/6/26 raghavendra@accenture.commailto:raghavendra@accenture.com
Hi Team,

Any easy simple guide/tutorial for the Grizzly openstack installation?

Regards,
Raghavendra Lad



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.comhttp://www.accenture.com

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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


Re: [Openstack] Finding Openstack / DevOps consultants

2013-06-26 Thread Atul Jha
Hi,


From: Openstack [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Drew Weaver [drew.wea...@thenap.com]
Sent: Wednesday, June 26, 2013 5:00 PM
To: 'openstack@lists.launchpad.net'
Subject: [Openstack] Finding Openstack / DevOps consultants

Are there any online places where one can find consultants or companies that 
provide consultancy for Openstack and DevOps related to Openstack deployments?

If not, I’m also open to hearing from anyone who feels that they fit into that 
description.

How about posting what you are looking for  -- 
http://www.openstack.org/community/jobs/

Thanks,
-Drew

Thanks!!

Atul

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


Re: [Openstack] custom url for openstack dashboard

2013-06-26 Thread Atul Jha
Anshul,

Would you mind adding the question with solution on ask.openstack.org ? It will 
help other. :)

Cheers!!

Atul


From: Openstack [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Anshul Gangwar [anshul1...@yahoo.co.in]
Sent: Wednesday, June 26, 2013 4:10 PM
To: JuanFra Rodriguez Cardoso
Cc: Openstack
Subject: Re: [Openstack] custom url for openstack dashboard

I have solved my problem by using VirtualHost concept of apache2

Anshul



From: JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com
To: Anshul Gangwar anshul1...@yahoo.co.in
Cc: Openstack openstack@lists.launchpad.net; Balamurugan V G 
balamuruga...@gmail.com
Sent: Wednesday, 26 June 2013 4:00 PM
Subject: Re: [Openstack] custom url for openstack dashboard

Have you tried WEBROOT options in .../settings.py?
JuanFra
El 24/06/2013 08:07, Anshul Gangwar 
anshul1...@yahoo.co.inmailto:anshul1...@yahoo.co.in escribió:
Hi JuanFra,

This is not solving my problem. I want a solution where urls are relative to 
certain fixed string  say os.

Currently I can either make them relative by making changes in settings.py or 
absolute.

for example when I see page source I can see urls are of form

/static/*
/auth/*

what I want is that when these urls are returned to browser, they are prefixed 
with some string like

/os/static/*
/os/auth/*

this os string is added on the fly i.e. these urls are absolute, but relative 
to certain fixed string.

 Thanks,
Anshul



From: JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.commailto:juanfra.rodriguez.card...@gmail.com
To: Anshul Gangwar anshul1...@yahoo.co.inmailto:anshul1...@yahoo.co.in
Cc: Balamurugan V G balamuruga...@gmail.commailto:balamuruga...@gmail.com; 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Sent: Friday, 21 June 2013 6:43 PM
Subject: Re: [Openstack] custom url for openstack dashboard

Hi Anshul,
you can try to change WSGI alias in file 
'/etc/httpd/conf.d/openstack-dahsboard' file (on RHEL-based installation).

DEFAULT -- WSGIScriptAlias /dashboard 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
NEW -- WSGIScriptAlias /os 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi


Regards,
JuanFRa

---
JuanFra


2013/6/21 Anshul Gangwar anshul1...@yahoo.co.inmailto:anshul1...@yahoo.co.in
I am already using one proxy. So below doesn't seems to serve my purpose.

Basically I want something like such that  urls within the page are not 
absolute, instead they are relative.

i.e. In page source I can see that urls are like /static/admin(absolute). Can I 
change them to static/admin(relative) with some dashboard/horizon setting?

Thanks,
Anshul


From: Balamurugan V G balamuruga...@gmail.commailto:balamuruga...@gmail.com
To: Anshul Gangwar anshul1...@yahoo.co.inmailto:anshul1...@yahoo.co.in
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Sent: Friday, 21 June 2013 1:28 PM
Subject: Re: [Openstack] custom url for openstack dashboard

You can try Apache's mod rewrite and do URL rewrites as desired.

Regards,
Balu


On Fri, Jun 21, 2013 at 1:05 PM, Anshul Gangwar 
anshul1...@yahoo.co.inmailto:anshul1...@yahoo.co.in wrote:
 I want to give custom url for openstack dashboard, say

 http://10.1.1.1/os

 How can I acheive this?

 Thanks,
 Anshul

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to: 
 openstack@lists.launchpad.netmailto: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.netmailto: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


Re: [Openstack] Fall summit - Hong Kong confirmed ?

2013-05-09 Thread Atul Jha
Hi,

Snip
Hi guys,

We need to schedule our trips and get our budgets ready for the next summit, 
and we wanted to know if its going to happen finally on Hong Kong, dates, city 
and location if its already defined, we really dont want to miss it !

Thanks in advance

Lean
Mercadolibre cloudbuilders
/snip

The location for next event is Hong Kong  its confirmed. Regarding dates am 
sure foundation will update us on that soon.

Cheers!!

Atul
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


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

2013-05-09 Thread Atul Jha
Hi all,

I was too late to respond here i would love to see next release name as 
India.  I am saying because India is in APAC still i have need to find out 
rule book for release.

Just my 1$ suggestion. :)

Cheers!!

Atul


From: Openstack [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Matt Joyce [matt.jo...@cloudscaling.com]
Sent: Friday, May 10, 2013 12:58 AM
To: John Wong
Cc: Thierry Carrez; openstack@lists.launchpad.net
Subject: Re: [Openstack] I release naming (calling APAC community)

'Impossible' might be a good name... seeing as how impossible it is becoming to 
find a word beginning with I in the region.


On Thu, May 9, 2013 at 12:04 PM, John Wong 
gokoproj...@gmail.commailto:gokoproj...@gmail.com wrote:
Good point. A long time ago we used to call Beijing as Peking, but the 
journalists now will always pick up the pinyin version: Beijing. Since we are 
after I, we are pretty much down to either Ichang or Ili. Should either one be 
chosen, I think that we should document the pinyin version as well. The 
difference of Y and I is due to historical difference, which we are all 
familiar with. For example, there are more Wong than Wang, Chan than Chen in HK.

John


On Thu, May 9, 2013 at 2:21 PM, Yi Yang 
yyos1...@gmail.commailto:yyos1...@gmail.com wrote:
AS the official translation of the citiy names are Yichang and Yili, we are 
facing a risk to pick up a Chinese city name that most Chinese won't recognize.

If we really have to choose a city, IMO, Yichang (ichang) would be a better 
choice, as the Yili(ili) is more than 2300 miles away from Hong Kong, while 
Yichang (ichang) is (only) 600 miles away.

Just my $.02

Yi



On 5/6/13 5:00 AM, Thierry Carrez wrote:
Jacob Godin wrote:
+1 Ili
Thanks for all the suggestions ! We probably have enough place names so
that we don't need to extend the naming rules to things that are not
place names.

So far, the only suggestion that fits in our strict naming rules is
Ili (a city or county in the country/state where the design summit is
held, single word of 10 characters or less). To have more than one
option, we'll probably extend the rules to include other places (like
street names) in Hong Kong itself.

We'll go through name checks and set up a vote soon, I'll keep you posted.



___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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.netmailto: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


Re: [Openstack] How does openstack acheive virtualisation

2013-05-07 Thread Atul Jha
Jay,

Kindly check http://openstack.org for overall information about the OpenStack 
project.
You can also check https://docs.openstack.org which hosts the project 
documentation.

Hope it helps.


From: Openstack [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Jayakumar Satri [js00123...@techmahindra.com]
Sent: Tuesday, May 07, 2013 4:07 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] How does openstack acheive virtualisation

Hi,
   I am new to OpenStack. I wish to  understand how actually OpenStack 
achieves virtualization. I am looking for any info/doc/URL. Request your help 
regarding.

Thanking you,
Jaya Kumar Satri

Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html externally and 
http://tim.techmahindra.com/tim/disclaimer.html internally within Tech 
Mahindra.


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


Re: [Openstack] building customized packages

2013-04-09 Thread Atul Jha

Hi,

snip

Hi,

Is the a wiki explaining the process to create my own deb packages?

Thanks,

Edgar

/snip

This might help http://wiki.debian.org/HowToPackageForDebian

Also if you are looking for answers related to packaging best place would be 
debian mailing list.

hope it helps~~

Cheers!!

Atul
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


Re: [Openstack] OpenStack for begginers event

2013-03-25 Thread Atul Jha
Luis,


snip
Hi folks,

I want to share the slides I prepared for the OpenStack for begginers event

http://www.slideshare.net/LuisGervaso/openstack-2013-1

These are based in OpenStack 2013.1 testing repository

Cheers!
/snip

Great work.
Much appreciated!!

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


Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Atul Jha
Looks like database connection error.

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Ashutosh Narayan [aashutoshnara...@gmail.com]
Sent: Thursday, February 28, 2013 5:42 PM
To: OpenStack
Subject: [Openstack] keystone-manage db_sync errors

Hi folks,

I following the instructions to install OpenStack on CentOS 6.3
mentioned on this 
linkhttp://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html
 . I am getting following errors when I execute
keystone-manage db_sync command.

[root@RLD1OPST01 ~]# keystone-manage db_sync
Traceback (most recent call last):
  File /usr/bin/keystone-manage, line 28, in module
cli.main(argv=sys.argv, config_files=config_files)
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 164, in main
return run(cmd, (args[:1] + args[2:]))
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 147, in run
return CMDS[cmd](argv=args).run()
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 35, in run
return self.main()
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 56, in main
driver.db_sync()
  File /usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py, 
line 136, in db_sync
migration.db_sync()
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 49, in db_sync
current_version = db_version()
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 63, in db_version
return db_version_control(0)
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 68, in db_version_control
versioning_api.version_control(CONF.sql.connection, repo_path, version)
  File string, line 2, in version_control
  File /usr/lib/python2.6/site-packages/migrate/versioning/util/__init__.py, 
line 160, in with_engine
return f(*a, **kw)
  File /usr/lib/python2.6/site-packages/migrate/versioning/api.py, line 248, 
in version_control
ControlledSchema.create(engine, repository, version)
  File /usr/lib/python2.6/site-packages/migrate/versioning/schema.py, line 
137, in create
table = cls._create_table_version(engine, repository, version)
  File /usr/lib/python2.6/site-packages/migrate/versioning/schema.py, line 
178, in _create_table_version
if not table.exists():
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/schema.py,
 line 579, in exists
self.namehttp://self.name, schema=self.schema)
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py,
 line 2424, in run_callable
conn = self.contextual_connect()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py,
 line 2490, in contextual_connect
self.pool.connect(),
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 224, in connect
return _ConnectionFairy(self).checkout()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 387, in __init__
rec = self._connection_record = pool._do_get()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 741, in _do_get
con = self._create_connection()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 188, in _create_connection
return _ConnectionRecord(self)
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 270, in __init__
self.connection = self.__connect()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 330, in __connect
connection = self.__pool._creator()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/strategies.py,
 line 80, in connect
return dialect.connect(*cargs, **cparams)
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/default.py,
 line 281, in connect
return self.dbapi.connect(*cargs, **cparams)
  File /usr/lib64/python2.6/site-packages/MySQLdb/__init__.py, line 81, in 
Connect
return Connection(*args, **kwargs)
  File /usr/lib64/python2.6/site-packages/MySQLdb/connections.py, line 187, 
in __init__
super(Connection, self).__init__(*args, **kwargs2)
sqlalchemy.exc.OperationalError: (OperationalError) (1045, Access denied for 
user 'keystone'@'RLD1OPST01' (using password: YES)) None None

Where am I going wrong ?
Please suggest.

Thank you,
--
Ashutosh Narayan

http://ashutoshn.wordpress.com/

http://www.csscorp.com/common/email-disclaimer.php
___
Mailing list: https://launchpad.net/~openstack
Post to : 

Re: [Openstack] keystone/horizon/dashboard

2013-02-28 Thread Atul Jha
Mballo,

Please check if these are correct

1. configuration file of dashbaord
2. keystone endpoint configuration


Also check the apache error logfile and keystone log file as well.

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Mballo Cherif [cherif.mba...@gemalto.com]
Sent: Thursday, February 28, 2013 6:01 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] keystone/horizon/dashboard

Hello everybody !

I need help,
when i try to authenticate with the dashboard I have this “An error occurred 
authenticating. Please try again later.” What is wrong with keystone or horizon?
How can I fix this issue?

Thanks you for your help!

Sherif.
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


Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Atul Jha
Ashutosh,

1. Install the packages
2. create the database manually, the guide says how.
3. change the keystone configuration file to match
4. restart the services
5. run the keysone sync command

Let me know if it works. I don`t have a Centos/Yum machine to test it this 
side. :(

From: Ashutosh Narayan [aashutoshnara...@gmail.com]
Sent: Thursday, February 28, 2013 5:53 PM
To: Atul Jha; OpenStack
Subject: Re: [Openstack] keystone-manage db_sync errors

Hi Atul,

There was an instruction 
http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html
 mentioning -- After installing, openstack-utils openstack-keystone 
python-keystoneclient packages,
we need to delete the sqlite database it creates, then change the configuration 
to point to a MySQL database.
How can I achieve this ?

On Thu, Feb 28, 2013 at 5:48 PM, Atul Jha 
atul@csscorp.commailto:atul@csscorp.com wrote:
Looks like database connection error.

From: 
openstack-bounces+atul.jha=csscorp@lists.launchpad.netmailto:csscorp@lists.launchpad.net
 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.netmailto:csscorp@lists.launchpad.net]
 on behalf of Ashutosh Narayan 
[aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com]
Sent: Thursday, February 28, 2013 5:42 PM
To: OpenStack
Subject: [Openstack] keystone-manage db_sync errors

Hi folks,

I following the instructions to install OpenStack on CentOS 6.3
mentioned on this 
linkhttp://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html
 . I am getting following errors when I execute
keystone-manage db_sync command.

[root@RLD1OPST01 ~]# keystone-manage db_sync
Traceback (most recent call last):
  File /usr/bin/keystone-manage, line 28, in module
cli.main(argv=sys.argv, config_files=config_files)
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 164, in main
return run(cmd, (args[:1] + args[2:]))
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 147, in run
return CMDS[cmd](argv=args).run()
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 35, in run
return self.main()
  File /usr/lib/python2.6/site-packages/keystone/cli.py, line 56, in main
driver.db_sync()
  File /usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py, 
line 136, in db_sync
migration.db_sync()
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 49, in db_sync
current_version = db_version()
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 63, in db_version
return db_version_control(0)
  File /usr/lib/python2.6/site-packages/keystone/common/sql/migration.py, 
line 68, in db_version_control
versioning_api.version_control(CONF.sql.connection, repo_path, version)
  File string, line 2, in version_control
  File /usr/lib/python2.6/site-packages/migrate/versioning/util/__init__.py, 
line 160, in with_engine
return f(*a, **kw)
  File /usr/lib/python2.6/site-packages/migrate/versioning/api.py, line 248, 
in version_control
ControlledSchema.create(engine, repository, version)
  File /usr/lib/python2.6/site-packages/migrate/versioning/schema.py, line 
137, in create
table = cls._create_table_version(engine, repository, version)
  File /usr/lib/python2.6/site-packages/migrate/versioning/schema.py, line 
178, in _create_table_version
if not table.exists():
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/schema.py,
 line 579, in exists
self.namehttp://self.name, schema=self.schema)
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py,
 line 2424, in run_callable
conn = self.contextual_connect()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py,
 line 2490, in contextual_connect
self.pool.connect(),
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 224, in connect
return _ConnectionFairy(self).checkout()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 387, in __init__
rec = self._connection_record = pool._do_get()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 741, in _do_get
con = self._create_connection()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 188, in _create_connection
return _ConnectionRecord(self)
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 270, in __init__
self.connection = self.__connect()
  File 
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py,
 line 330, in __connect

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Atul Jha
Ashutosh,

my suggestion would be go through the documentation try to understand what each 
keystone command is doing. Just running a script and mailing to list for 
everything is not a good idea.

Spend sometime with document, understand key concepts. just a suggestion.


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Ashutosh Narayan [aashutoshnara...@gmail.com]
Sent: Friday, March 01, 2013 12:14 PM
To: OpenStack
Subject: [Openstack] Error while executing sample_data.sh script

Hi folks,

When I run the sample_data.sh script mentioned at the 
linkhttp://docs.openstack.org/folsom/openstack-compute/install/yum/content/scripted-keystone-setup.html
 I get the following errors :

Conflict occurred attempting to store user. (IntegrityError) (1062, Duplicate 
entry 'admin' for key 'name') (HTTP 409)
Conflict occurred attempting to store role. (IntegrityError) (1062, Duplicate 
entry 'admin' for key 'name') (HTTP 409)
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
Conflict occurred attempting to store tenant. (IntegrityError) (1062, 
Duplicate entry 'service' for key 'name') (HTTP 409)
Conflict occurred attempting to store user. (IntegrityError) (1062, Duplicate 
entry 'glance' for key 'name') (HTTP 409)
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
usage: keystone user-create --name user-name [--tenant-id tenant-id]
[--pass pass] [--email email]
[--enabled true|false]
keystone user-create: error: argument --tenant-id: expected one argument
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
usage: keystone user-create --name user-name [--tenant-id tenant-id]
[--pass pass] [--email email]
[--enabled true|false]
keystone user-create: error: argument --tenant-id: expected one argument
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
usage: keystone user-create --name user-name [--tenant-id tenant-id]
[--pass pass] [--email email]
[--enabled true|false]
keystone user-create: error: argument --tenant-id: expected one argument
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
+-+---+
|   Property  | Value |
+-+---+
|   adminurl  |  http://localhost:$(admin_port)s/v2.0 |
|  id |626ff3533c7e452e8850a94e4d30309f   |
| internalurl | http://localhost:$(public_port)s/v2.0 |
|  publicurl  | http://localhost:$(public_port)s/v2.0 |
|region   |   RegionOne   |
|  service_id |1fe65f54d1714d369f7b8975de89d41d   |
+-+---+
+-+--+
|   Property  |Value |
+-+--+
|   adminurl  | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
|  id |   64206e8f1b6148a0b63870c5fd333887   |
| internalurl | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
|  publicurl  | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
|region   |  RegionOne   |
|  service_id |   1c4096b5d6874d9cb9a51757ea86bbb0   |
+-+--+
+-++
|   Property  | Value  |
+-++
|   adminurl  | http://localhost:8776/v1/$(tenant_id)s |
|  id |8d2f5fb8fad341a19a88f1f092906425|
| internalurl | http://localhost:8776/v1/$(tenant_id)s |
|  publicurl  | http://localhost:8776/v1/$(tenant_id)s |
|region   |   RegionOne|
|  service_id |c50cce67fb7f44f888558112381240bf|
+-++
+-+--+
|   Property  |  Value

Re: [Openstack] Filter Scheduler options implemented by default

2013-02-12 Thread Atul Jha
Thanks a lot Adir Gao



From: hate [gtt...@126.com]
Sent: Tuesday, February 12, 2013 9:03 PM
To: Atul Jha
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Filter Scheduler options implemented by default

Hi, Atul

You are right, If you just put
 compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler
in nova.conf. And not explicitly set 'scheduler_default_filters', it's value 
will be ['RetryFilter', …,'ImagePropertiesFilter'] default.

So all your host should pass these Filters.

Best regards,
Adir Gao
在 2013-2-11,下午5:31,Atul Jha atul@csscorp.com 写道:

 Hi All,

 I wanted help regarding the nova scheduler options. If i am not passing any 
 options inside my nova.conf apart from

 compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler

 As per the default options 
 https://github.com/openstack/nova/blob/master/nova/scheduler/host_manager.py#L32
  (thanks garyk)

 will all these filter rules will be processed


 fg.ListOpt('scheduler_default_filters',
default=[
  'RetryFilter',
  'AvailabilityZoneFilter',
  'RamFilter',
  'ComputeFilter',
  'ComputeCapabilitiesFilter',
  'ImagePropertiesFilter'
  ],
help='Which filter class names to use for filtering hosts '
  'when not specified in the request.'),

 Let me know if am understanding it correctly. So by default my all host will 
 go through all above filtering types. :)

 Thanks!!

 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


Re: [Openstack] cirros 0.3.1 released

2013-02-10 Thread Atul Jha
Hi,

Snip

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Scott 
Moser [smo...@ubuntu.com]
Sent: Saturday, February 09, 2013 8:03 AM
To: OpenStack, General List
Subject: [Openstack] cirros 0.3.1 released

Hi,
   I just thought I'd announce cirros 0.3.1 here.
   The biggest feature is config-drive-v2 support, but a more complete
list is below.
   Download images at http://download.cirros-cloud.net/0.3.1

   I'm interested in feedback on how they work.

 - move to buildroot 2012.05 (busybox 1.20.1)
 - support https via curl/openssl (LP: #918702)
 - ssh-import-id uses https directly to landscape.net
 - support mounting of vfat filesystems (LP: #929841)
 - support acpi shutdown (LP: #944151)
 - ec2metadata: remove double '/' in --public-keys requests (LP: #992492)
 - upgrade kernel to Ubuntu 12.04 LTS kernel (3.2.0-25.40)
 - mount first ephemeral device to /mnt in openstack instances (LP:
   #1022619)
 - ec2 data source has socket timeouts (10 second) when looking for
   metadata service (LP: #1022600)
 - wait longer than 3 seconds (60) for dhcp response on eth0 (LP: #918699)
 - support openstack config-drive-v2 data source (LP: #1097488)
   including insertion of interfaces(5)
 - support NoCloud data source, as supported by cloud-init (LP: #918375)

Scott Moser

/snip

Great!!
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


Re: [Openstack] [Quantum] Unable to install Quantum DHCP and L3 agents

2013-02-05 Thread Atul Jha

Trinath

snip
Hi-

When I install Quantum DHCP and L3 agents.

I  get this error

root@NewFolsomController:~# apt-get install quantum-plugin-openvswitch-agent 
quantum-dhcp-agent quantum-l3-agent
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package quantum-dhcp-agent
E: Unable to locate package quantum-l3-agent

Kindly help me resolve the issue
/snip

If you see the docs its clearly mentioned 
http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html

Care to follow the docs before shooting it here. :)

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


Re: [Openstack] Name

2013-01-25 Thread Atul Jha
Hi,

snip
Personally, Havana got my vote….
/snip

+1



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


Re: [Openstack] [openstack-community] Calling all user group and meetup organizers

2013-01-14 Thread Atul Jha
 you then!
/snip

Just a request, everyone might not be able to attend the meeting, it will be 
nice if a MOM or recorded audio of the meeting is available somewhere to 
understand what all was discussed and roadmap for the same.

Also I would like to let you all  know about OpenStack India and activities we 
undertook over last one year or so.

Current state

1. Over 550 plus member
2. Meetings happen every month in one of the cities in the country.
3. Organized over  12 meetups   mini-conf.

Reference : http://www.meetup.com/Indian-OpenStack-User-Group/

Thanks!!

Atul Jha
One of the coordinator -- OpenStack India User Group.
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


[Openstack] OpenStack mini-conf at Gnunufy.in Pune India 15th Feb, 2013

2013-01-09 Thread Atul Jha
Hi all,

OpenStack User Group India will be  hosting OpenStack mini-conf at 
Gnunify(gnunify.in) scheduled on 15th Feb, 2013.

http://gnunify.in/2013/event/OpenStack_Mini_Conf

We are looking for speakers for the same. We are expecting to have 4-5 talk 
slots. Let us know with topic you want to present on our meetup event page.

http://www.meetup.com/Indian-OpenStack-User-Group/events/98539102/


It would be nice if you can spread the word about the same among your office 
folks out there in Pune, India so they can participate in the same. Gnunify is 
a one of the oldest FOSS event in India and there is no entry fee for the 
participants attending the event. Lastly thanks to the Organizers of Gnunify 
for this.

Cheers!!

Atul Jha

irc(freenode) : koolhead17

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


[Openstack] Announcing OpenStack Day, 15th December, Bangalore India

2012-12-04 Thread Atul Jha
Hi all,

We are organizing one day event on OpenStack in Bangalore India.
Schedule and registration information is available on 
http://www.openstack.org/blog/2012/12/announcing-openstack-day-15-december-bangalore-india/

If your in town you should attend it if your team is based in India you should 
spread the word about the event and ask them to attend it.
We are trying to spread word about OpenStack here and everyone`s help is much 
needed/appreciated.


Thanks,

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


Re: [Openstack-doc-core] Welcome Dan Wendlandt to doc-core

2012-11-19 Thread Atul Jha
Welcome Dan :)


From: openstack-doc-core-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-doc-core-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf 
of Tom Fifield [fifie...@unimelb.edu.au]
Sent: Tuesday, November 20, 2012 6:22 AM
To: openstack-doc-core@lists.launchpad.net
Subject: Re: [Openstack-doc-core] Welcome Dan Wendlandt to doc-core

Welcome Dan :)

On 20/11/12 02:33, Razique Mahroua wrote:
 Hey there Dan,
 welcome around :)
 Glad to have you in the team



 Le 19 nov. 2012 à 17:47, Anne Gentle a...@openstack.org a écrit :

 Hi all --

 Dan has been providing doc patches and reviews and asked if he could
 be added to the doc-core team to approve Quantum doc patches. Sounds
 fine to me, and I wanted to let this group know. Dan promises to wield
 his new Approve button power responsibly.

 Welcome Dan!
 Anne

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




--
Mailing list: https://launchpad.net/~openstack-doc-core
Post to : openstack-doc-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-doc-core
More help   : https://help.launchpad.net/ListHelp
http://www.csscorp.com/common/email-disclaimer.php

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


Re: [Openstack] Error in l3_agent

2012-11-05 Thread Atul Jha
Skible,

Looks to me like a reported bug.

https://bugs.launchpad.net/quantum/+bug/1069966


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Skible OpenStack [skible.openst...@gmail.com]
Sent: Monday, November 05, 2012 3:22 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Error in l3_agent

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running
l3_nat daemon_loop
Traceback (most recent call last):
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 170, in daemon_loop
 self.do_single_loop()
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 227, in do_single_loop
 self.process_router(ri)
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 300, in process_router
 self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 398, in external_gateway_added
 ri.iptables_manager.apply()
   File
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py,
line 282, in apply
 root_helper=self.root_helper))
   File /usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py,
line 55, in execute
 raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap',
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']
Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
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


Re: [Openstack] new mailing list for bare-metal provisioning

2012-10-28 Thread Atul Jha
+1

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Asher 
Newcomer [asher...@gmail.com]
Sent: Monday, October 29, 2012 6:29 AM
To: Russell Bryant
Cc: Thierry Carrez; openstack@lists.launchpad.net
Subject: Re: [Openstack] new mailing list for bare-metal provisioning

+1

On Sun, Oct 28, 2012 at 8:39 PM, Russell Bryant 
rbry...@redhat.commailto:rbry...@redhat.com wrote:
On 10/28/2012 08:19 PM, David Kang wrote:

  I agree that subject prefix is a way.
 There are pros and cons of either approach.
 However, when I asked a few of the people who showed interest in bare-metal 
 discussion,
 a new mailing list was preferred by them.
 And we thought a separate mailing list makes people easier to participate and 
 to manage the discussion.

  We can discuss this issue again among the people who signed up the new 
 mailing list.

There are quite a few people, like myself, who are interested in *all*
nova development.  Signing up for a new mailing list for every new
development effort would be a nightmare to keep up with.  I *really,
really* think the list should be dropped and all discussions should be
on openstack-dev.

--
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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


[Openstack] ODS presentation slides

2012-10-16 Thread Atul Jha
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


Re: [Openstack] ODS presentation slides

2012-10-16 Thread Atul Jha
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


Re: [Openstack] [Announce][Ceilometer] Release 0.1 (Folsom)

2012-10-12 Thread Atul Jha
Hi all,

Just a small correction the documentation URL is  
http://ceilometer.readthedocs.org/en/latest/index.html

snip
Dear Fellow stackers,

We are pleased to announce today the release of ceilometer 0.1 (Folsom).
 As its version number implies, it is still a project in its infancy, as
it has not yet been incubated as an OpenStack project.  It should,
however, be ready to be used by the most adventurous ones as it offers a
fairly nice coverage of OpenStack, a workable database backend, and a
clean and sweet admin API to retrieve metering information from.

What is ceilometer?
==
The ceilometer project aims to deliver a unique point of contact for
billing systems to acquire all of the measurements they need to
establish customer billing, across all current OpenStack core components
with work underway to support future OpenStack components. We hope that,
once accepted for incubation, it’s official name will become OpenStack
Metering.

What does Ceilometer cover at the moment?
=
Ceilometer covers meters collected from Compute (nova), Network
(quantum), Image (glance), and Volume (cinder).  We’re obviously missing
Object (swift) in this first release, but we have this clearly on our
roadmap for our Grizzly release, and maybe even before depending on the
agility of our contributors.

Regarding Nova, most of the Nova meters will only work with libvirt
fronted hypervisors at the moment, and our test coverage was mostly done
on KVM. Contributors are of course welcome to implement meters for other
virtualization backends.

A detailed list of meters can be found at:
  http://ceilometer.readthedocs.org/en/latest/measurements.html

Detailed release notes are at:
  http://ceilometer.readthedocs.org/en/latest/releasenotes/folsom.html

Where is ceilometer’s release?
==
As for all other OpenStack project, it can be found on the tarballs
server, and more specifically at
  http://tarballs.openstack.org/ceilometer/
and we hope you will be able to find packages in most distributions soon.

Note that, even though we are not yet an official OpenStack project, the
infra team has been supporting us wonderfully and we’ve been using
OpenStack infrastructure happily since the beginning of this project.
Big thanks to the infra team for their help and wonderful setup.

Who has contributed to ceilometer so far?
==
Doug Hellmann, Julien Danjou, Eoghan Glynn, Loic Dachary, John Tran,
Steven Berler, Jay Pipes, Graham Bins, Francis Lacoste, Thierry Carrez,
Anne Gentle, Surya Prabhakar, Nick Barcet and the OpenStack
Infrastructure team have provided help in making this release possible
(we hope we did not miss anyone here...).

Why doesn’t ceilometer do this?
===
We would enjoy hearing about the missing feature that we either never
thought about or haven’t had time to write yet.  You can tell us about
it on the mailing list (see below) or even better, if you are coming to
the OpenStack Developer summit, join us in one of our technical workshop
sessions at the summit on Monday morning:

Monday 9:50am - State of Metering

http://openstacksummitfall2012.sched.org/event/bf543d09fcf4de3f5b4a1008341e5524
Monday 11am - Customizing Ceilometer to measure your cloud

http://openstacksummitfall2012.sched.org/event/c3bca2fa753590b2429759810b753c19
Monday 11:50am - Beyond metering - Extending Ceilometer

http://openstacksummitfall2012.sched.org/event/235e725deb3c224dfd4da88726729faf

or come to the conference presentation Doug Hellmann and Nick Barcet
will be giving:

Monday at 2:40pm - What about billing? An introduction to Ceilometer

http://openstacksummitfall2012.sched.org/event/94fb2cd407b143af4c3fbd979d9c8f91

Where to find more about Ceilometer?

Project home and bug tracker:
 http://launchpad.net/ceilometer

Documentation:
  http://ceiilometer.readthedocs.org

Mailing list:
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
  (prefix subjects with [metering] for faster responses)

Wiki:
  http://wiki.openstack.org/EfficientMetering

Code hosting:
  https://github.com/stackforge/ceilometer

Tarballs:
  http://tarballs.openstack.org/ceilometer/

Code reviews:

https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z

Jenkins:
  https://jenkins.openstack.org/view/Ceilometer/

IRC:
  #openstack-metering on freenode


We hope that you’ll find this contribution valuable.

On behalf of the ceilometer team,
--
Nick Barcet nick.bar...@canonical.com
aka: nijaba, nicolas
/snip

Congrats to Nijaba and Ceilometer team for this milestone. :)

Cheers!!,
Atul Jha aka koolhead17

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


Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-04 Thread Atul Jha
David,

Did you had chance to check the OpenStack Documentation ?
We updated the ubuntu install doc next day Foslom released.

http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installingfolsomubuntuprecise.html

Since Quantum has still not made to the cloud repo we have used nova-network in 
the doc, we are testing it everyday and will update the doc once we have it 
well tested.

We exclusively mentioned solution of the issue you had. It gives me a feeling 
people without visiting doc site come here and shoot there questions.

Not good for documentation contributors i suppose. :(

Sincere request check the doc/file bug and let us know what we are missing 
before jumping the list with issue.

Thanks!!

Atul Jha


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of David 
Kranz [david.kr...@qrclab.com]
Sent: Thursday, October 04, 2012 12:36 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] When will the distro (specifically Ubuntu) have 
package for Folsom release

I am really confused about this. There are two pages that suggest the cloud 
archive is ready to use:

http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-cake-and-eat-it/
https://wiki.ubuntu.com/ServerTeam/CloudArchive

What they tell you to put in /etc/apt/sources.list is different, but both give 
errors like this after
putting the lines in and doing 'apt-get update':

Reading package lists... Done
W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-proposed/folsom 
Release: The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY 5EDB1B62EC4926EA
W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-updates/folsom 
Release: The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY 5EDB1B62EC4926EA
u

Can any one in the know explain what the real story about this? Or am I just 
doing something wrong?

 -David



On 10/1/2012 1:20 PM, Nathanael Burton wrote:

From the release notes: 
http://wiki.openstack.org/ReleaseNotes/Folsom#Ubuntu_12.04_.2BAC8_Ubuntu_12.10

On Oct 1, 2012 1:17 PM, Matt Joyce 
matt.jo...@cloudscaling.commailto:matt.jo...@cloudscaling.com wrote:
I am not sure indecently was the word you were looking for there.  But I 
gather you are asking if Ubuntu is packaging folsom on their own (as in it's 
not part of openstack).  So yes, Ubuntu is packaging folsom on their own.  And 
I assume ubuntu will let people know when they are done packaging.  They tend 
to be pretty good about that sort of thing.

-Matt

On Mon, Oct 1, 2012 at 10:02 AM, Ahmed Al-Mehdi 
ah...@coraid.commailto:ah...@coraid.com wrote:
Hello,

Does anybody know when will the distress, specifically Ubuntu, have packages 
for the OpenStack Folsom release.  Is this effort done indecently of OpenStack 
by Ubuntu and the release date will be mentioned on Ubuntu's website?

Regards,
Ahmed.


___
Mailing list: 
https://launchpad.net/~openstackhttps://launchpad.net/%7Eopenstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : 
https://launchpad.net/~openstackhttps://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: 
https://launchpad.net/~openstackhttps://launchpad.net/%7Eopenstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : 
https://launchpad.net/~openstackhttps://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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


Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-04 Thread Atul Jha

John,
I think i merged that few days back. I need to re check that.  :)

snip
sudo apt-get install ubuntu-cloud-keyring
/snip

Cheers!!

Atul Jha



Cheers,
John

 -Original Message-
 From: openstack-bounces+john.garbutt=citrix@lists.launchpad.net
 [mailto:openstack-bounces+john.garbutt=citrix@lists.launchpad.net] On
 Behalf Of John Garbutt
 Sent: Thursday, October 4, 2012 10:38 AM
 To: Atul Jha; David Kranz; openstack@lists.launchpad.net
 Subject: Re: [Openstack] When will the distro (specifically Ubuntu) have 
 package
 for Folsom release

 Actually, that work around isn't working for me:

 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5EDB1B62EC4926EA
 ...
 gpgkeys: HTTP fetch error 7: couldn't connect: Connection refused
 gpg: no valid OpenPGP data found.
 gpg: Total number processed: 0

 I am assuming this is because of the company firewall.

 Turns out you can get the key via the keyservers web GUI if you search for
 cloud archive:
 http://keyserver.ubuntu.com:11371/pks/lookup?op=getsearch=0x5EDB1B62E
 C4926EA
 Then, obviously, apt-key add to the above and you are up and running.

 Cheers,
 John

  -Original Message-
  From: openstack-bounces+john.garbutt=citrix@lists.launchpad.net
  [mailto:openstack-bounces+john.garbutt=citrix@lists.launchpad.net]
  On Behalf Of Atul Jha
  Sent: Thursday, October 4, 2012 7:31 AM
  To: David Kranz; openstack@lists.launchpad.net
  Subject: Re: [Openstack] When will the distro (specifically Ubuntu)
  have package for Folsom release
 
  David,
 
  Did you had chance to check the OpenStack Documentation ?
  We updated the ubuntu install doc next day Foslom released.
 
  http://docs.openstack.org/trunk/openstack-
  compute/install/apt/content/ap_installingfolsomubuntuprecise.html
 
  Since Quantum has still not made to the cloud repo we have used
  nova-network in the doc, we are testing it everyday and will update
  the doc once we have it well tested.
 
  We exclusively mentioned solution of the issue you had. It gives me a
  feeling people without visiting doc site come here and shoot there 
  questions.
 
  Not good for documentation contributors i suppose. :(
 
  Sincere request check the doc/file bug and let us know what we are
  missing before jumping the list with issue.
 
  Thanks!!
 
  Atul Jha
 
  
  From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net
  [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf
  of David Kranz [david.kr...@qrclab.com]
  Sent: Thursday, October 04, 2012 12:36 AM
  To: openstack@lists.launchpad.net
  Subject: Re: [Openstack] When will the distro (specifically Ubuntu)
  have package for Folsom release
 
  I am really confused about this. There are two pages that suggest the
  cloud archive is ready to use:
 
  http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-
  cake-and-eat-it/
  https://wiki.ubuntu.com/ServerTeam/CloudArchive
 
  What they tell you to put in /etc/apt/sources.list is different, but
  both give errors like this after putting the lines in and doing 'apt-get 
  update':
 
  Reading package lists... Done
  W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-
  proposed/folsom Release: The following signatures couldn't be verified
  because the public key is not available: NO_PUBKEY 5EDB1B62EC4926EA
  W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-
  updates/folsom Release: The following signatures couldn't be verified
  because the public key is not available: NO_PUBKEY 5EDB1B62EC4926EA u
 
  Can any one in the know explain what the real story about this? Or am
  I just doing something wrong?
 
   -David
 
 
 
  On 10/1/2012 1:20 PM, Nathanael Burton wrote:
 
  From the release notes:
 
 http://wiki.openstack.org/ReleaseNotes/Folsom#Ubuntu_12.04_.2BAC8_Ubu
  n
  t
  u_12.10
 
  On Oct 1, 2012 1:17 PM, Matt Joyce
  matt.jo...@cloudscaling.commailto:matt.jo...@cloudscaling.com
 wrote:
  I am not sure indecently was the word you were looking for there.
  But I gather you are asking if Ubuntu is packaging folsom on their own
  (as in it's not part of openstack).  So yes, Ubuntu is packaging
  folsom on their own.  And I assume ubuntu will let people know when
  they are done packaging.  They tend to be pretty good about that sort of
 thing.
 
  -Matt
 
  On Mon, Oct 1, 2012 at 10:02 AM, Ahmed Al-Mehdi
  ah...@coraid.commailto:ah...@coraid.com wrote:
  Hello,
 
  Does anybody know when will the distress, specifically Ubuntu, have
  packages for the OpenStack Folsom release.  Is this effort done
  indecently of OpenStack by Ubuntu and the release date will be mentioned on
 Ubuntu's website?
 
  Regards,
  Ahmed.
 
 
  ___
  Mailing list:
  https://launchpad.net/~openstackhttps://launchpad.net/%7Eopenstack
  Post to :
  openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
  Unsubscribe :
  https

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
Hi,
snip
I have some doubts regarding File Injection.
Can File Injection can be done through Horizon, while creating an Instance?
While creating an Instance from Horizon, a field called 'User Data' [text area] 
is there. Is that field is related to File Injection? Can anyone tell me, the 
values we need to give for 'User Data'?
/snip
Yes.


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


Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
Hi,

The test step followed for user-data as follows.

1. Got image from 
http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img

2. Booted it from Horizon and passed the script in the file

#!/bin/sh
mkdir /home/ubuntu/testdir

3. Logged in to the machine with

ssh -i mykey.pub ubuntu@IP

And i can see the directory created.


File injection via Horizon uses cloud-init and i have tested it on Ubuntu 12.04 
i have no idea about other distributions.

You can file more about cloud-init here :- 
https://help.ubuntu.com/community/CloudInit

And thanks, i will add this in the doc somewhere. :)

Hope it helps.


Atul jha


From: Shake Chen [shake.c...@gmail.com]
Sent: Wednesday, October 03, 2012 2:28 PM
To: Srikanth Kumar Lingala
Cc: Atul Jha; openstack@lists.launchpad.net
Subject: Re: [Openstack] File Injection through Horizon

I also have same question.

can you give us example. how to injection throuth Horizon?



On Wed, Oct 3, 2012 at 3:24 PM, Srikanth Kumar Lingala 
srikanthkumar.ling...@gmail.commailto:srikanthkumar.ling...@gmail.com wrote:
Hi Atul,
Can you please guide me how to do File Injection through Horizon?

Regards,
Srikanth.

On Wed, Oct 3, 2012 at 12:41 PM, Atul Jha 
atul@csscorp.commailto:atul@csscorp.com wrote:
Hi,
snip
I have some doubts regarding File Injection.
Can File Injection can be done through Horizon, while creating an Instance?
While creating an Instance from Horizon, a field called 'User Data' [text area] 
is there. Is that field is related to File Injection? Can anyone tell me, the 
values we need to give for 'User Data'?
/snip
Yes.


Cheers!!

Atul Jha
http://www.csscorp.com/common/email-disclaimer.php


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




--
Shake Chen

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


Re: [Openstack] TC candidacy

2012-09-16 Thread Atul Jha
+1

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Thierry Carrez [thie...@openstack.org]
Sent: Saturday, September 15, 2012 12:29 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] TC candidacy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Anne Gentle wrote:
 I'd like to propose myself as a Technical Committee candidate for
 one of the open seats in the current election.

As an election official, I confirm that you're eligible to this position.

- --
Thierry Carrez (ttx)
Release Manager, OpenStack
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBCAAGBQJQU36pAAoJEFB6+JAlsQQj/KIQAKYY5Jsa2hUdQrid8p/sDkL/
K0Np7yCKjlyOnJAdBxBs6SrfUyJvZYCxAAOt1s1oeEC8lBbx7ubZaUkZjVy5ZvOj
sEgizIsO8wVOQ4pzHE/2t3BUZWOgSY05zOl0hlrSpGK1OupYvIR9brw+81SsCe92
op2HfoAXKibDXtnXUi6dtwClZ+jxKSNeqSw8iMfvnBsesRLrrOELZO5753cN9dxA
31pb8u0DG/wYbXmx9e59yfNomNwbamNsF/JjgGwZgwWuiu5C86xJBRCzOmQTKL3l
uT9OUbTMI5N1KQK/xjrkBIrVr5YRcmgMUOXAfHRv5fKn4w4ZT7XVrBFwP+B/jAlJ
L1hwlxjePEa46hAuvS9wEK48PTvC4zwhOsQW05IIEVvYZ3Kr3oMqG0bWt7Rr+nLX
Y2vn6Z0MXV7AVKp7bbjzKLfDhGm6ygLki9HO8Fryl6lRIEktn1wC4fX0EqjX8Ruo
rGa5lhHR+VABx/GikOU/00yeEdr3KI1dmtRiHBna6SEQOOCys1Iu6mX1hDXb0G/N
pC2vCEs/md1yYr2ToL4hqfbKv5E0TqO/2JzfYEK4MI+Lba3tOK+zqR7wl0m2KEAL
KRxAvRV/wI7mA9EXLVAbOvZUyXCfRnvkKq9eiAennYdjis0z/V6Qw09WWJK/MCxl
mvS8eMpXiCMSGAmRMzdO
=ON9e
-END PGP SIGNATURE-

___
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


Re: [Openstack] A few posts on H/A OpenStack

2012-08-31 Thread Atul Jha
Eugene,

snip
Hi,

Thought the community could be interested. We (Mirantis) recently
published a few posts about building H/A OpenStack.

http://www.mirantis.com/blog/intro-to-openstack-in-production/ - Intro
http://www.mirantis.com/blog/ha-platform-components-mysql-rabbitmq/ -
MySQL and RabbitMQ
http://www.mirantis.com/blog/software-high-availability-load-balancing-openstack-cloud-api-servic/
- API services

Comments very welcome.

/snip

Nice, informative blog.
I am not sure if i missed anything but why i don`t see these blogs in openstack 
planet feed? (http://planet.openstack.org/)

Am i missing something? Putting it on planet will have more impact as we really 
don`t know if everyone who wants to know about HA is on the mailing-list and 
has not missed your announcement mail. In another words you don`t have to take 
effort in making announcement in mailing list for every new blog published. :)


Cheers!!

Atul Jha aka koolhead17
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


Re: [Openstack] Openstack Folsom - 3 Installation

2012-08-23 Thread Atul Jha

Hi Trinath,

snip
On Wed, Aug 22, 2012 at 4:43 PM, Trinath Somanchi 
trinath.soman...@gmail.commailto:trinath.soman...@gmail.com wrote:
Hi All-

I'm installing Openstack Components of Folsom-3 milestone from the Tar files 
available from launchpad.

Can any one guide me on the installation of the these components like the Essex 
component installation and configuration.

I'm upto this level of Installation.

For instance, Keystone component,

I have untar the file and executed the following commands.

Keystone $ python setup.py build
Keystone $ python setup.py install.

Will these two steps install the respective component and all its necessary 
components.

With this type of Install can I use the Openstack components as I use them in 
the 'apt-get' based Essex installation.

Kindly guide me on this...
/snip

You are trying to install Folsom from the development version and that is why 
you are doing source code based installation. I am sure it comes with a README 
file which explains details about the source file.

Now when you are talking about apt-get best install, it means you are trying to 
download the package which is bundled by one of the Linux distribution 
providers repository. Now here is the thing, since Folsom is still in 
development phase thats why the package based installation is still in process 
of baking/bake, so folks from Ubuntu are best to answer your question when it 
will be available.

Lastly source based install is not suggested for Production Environment.

I will hope this solves all your confusion and questions.

Thanks,

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


Re: [Openstack] [Netstack] Openstack Folsom - 3 Installation

2012-08-23 Thread Atul Jha
Trinath,

snip
Hi -

Rather than using this installation for every different package can I use 
devstack's stack.sh script to install the Openstack latest milestone release?

Can any one comment on  this.
/snip

Yes you can.


Thanks,
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


Re: [Openstack] openstack dashboard default page changing

2012-08-21 Thread Atul Jha
Hi,

snipNot Customizing openstack dashboard only adding new static pages (Simple 
HTML pages ) like about us home page etc.
/snip
See if this helps
http://docs.openstack.org/developer/horizon/topics/customizing.html




On Tue, Aug 21, 2012 at 12:29 PM, Atul Jha 
atul@csscorp.commailto:atul@csscorp.com wrote:
Hi,

snip
We created a new site for explaining our cloud research work.
But when we deployed that html page to openstack dashboard folder 
then the page shows some permission problem like

   The page you were looking for doesn't exist

   You may have mistyped the address or the page may have moved.


How can I change the default page of dashboard to home page of our 
web page

/snip

What exactly are you trying to do? Customize the Openstack-Dashboard(Horizon)

Atul Jha
http://www.csscorp.com/common/email-disclaimer.php



--
with regards

Sarath !
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


Re: [Openstack] LBaaS IRC meeting notes

2012-08-16 Thread Atul Jha
Hi,

Snip
Hi,

This time again Oleg Gelbukh and me were the sole participants, so let
me just repeat the news on our side here:

* Work is in progress on the F5 driver.
* A new scheduler (device allocator) similar to Nova's FilterScheduler
is ready for master (though not pushed to the public repo at the
moment)
* We had some communication with LB vendors and with Dan from Quantum
about LBaaS/Quantum integration, and identified some key questions.
Dan already sent a link to a wiki page about that (though there's not
much there now).
* There are going to be several design sessions on LBaaS and Quantum
integration at the Summit.
* We're going to provide the first Quantum integration proposal next
week on the ML, to start the discussion before the summit.
/snip

Is there a blueprint or project page LBaaS  where i can see ongoing development 
of the project.

Thanks,

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


Re: [Openstack] LBaaS IRC meeting notes

2012-08-16 Thread Atul Jha

snip
Created blueprint in Quantum:
https://blueprints.launchpad.net/quantum/+spec/lbaas
/snip

Makes the project more visible IMHO. :)


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


Re: [Openstack] Example horizon customization module?

2012-08-01 Thread Atul Jha
Mikal,

If you meant customizing the UI
http://docs.openstack.org/developer/horizon/topics/customizing.html

The link will help.

Thanks,

Atul

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Michael Still [michael.st...@canonical.com]
Sent: Wednesday, August 01, 2012 12:26 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Example horizon customization module?

Hi.

I've been poking around trying to find an example of a horizon
customization module. I haven't had a lot of luck. Does anyone have one
they can point me to?

Thanks heaps,
Mikal

___
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


Re: [Openstack] Angry People and OpenStack

2012-08-01 Thread Atul Jha
Hi,

snip
You must have heard of that famous quote by Mahatma Gandhi:
First they ignore you, then they laugh at you, then they fight you, then you 
win.
/snip
Totally
snip
This community is crossing the second step. So let us just chill , focus on our 
goals and let the people talk. we have much better stuff to do.
/snip
+1

Let us continue what we are doing, building awesome product.


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


Re: [Openstack] Angry People and OpenStack

2012-08-01 Thread Atul Jha
Hi,

snip
i believe openstack is the best :0
/snip
Indeed it is.

snip
if the model of open and transparency still issue, we can fix anyway
/snip

I don`t see there is any. Its just there are certain section of people who are 
bound to create FUD and act as TROLL. What we can simply do is to ignore them. 
:)


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


Re: [Openstack] Individual Member Elections

2012-07-29 Thread Atul Jha
Hi,

The OpenStack Foundation has already attracted over 2,000 Individual Members in 
a little over a week. It's a very exciting moment for all of us involved in 
this effort, but also brings responsibility for each Individual and Corporate 
member.

Awesome and kudos to everyone making it successful.


We've learned that someone may have violated the basic principles that hold 
this community together by trying to affect the nominations for the Individual 
Member elections. This is not what our community stands for, and we do not want 
to let the actions of one or a few tarnish the reputation of the thousands of 
individuals who are working to make OpenStack a great place to develop open 
source software. We are so determined to uphold our values that every 
member--individual or corporate--agrees to a code of conduct that prohibits 
abusive behavior and attempts to manipulate our elections.

Our bylaws and election process have been defined and overseen by very 
experienced, independent legal counsel, Mark Radcliffe. We are completely 
committed to ensuring this process is open, fair and legitimate in accordance 
with our bylaws and Delaware corporate law. To ensure that the process is open, 
fair and legitimate, we are looking for individuals who would like to volunteer 
to be inspectors through the duration of the election to certify the outcome 
along with our counsel. No more than two affiliated members (working for the 
same company) can be inspectors, and any candidates who wish to run for 
election are also ineligible to be inspectors. As stated in the bylaws, Each 
inspector, before entering upon the discharge of his duties, shall take and 
sign an oath to faithfully execute the duties of inspector with strict 
impartiality and according to the best of his ability. This will require a 
firm time commitment from any volunteers, as they will need to be available at a
  number of points through the process to fulfill their duties in a timely 
manner. If you are interested in being an inspector, let me know.

Any complaints or concerns about the election process are taken extremely 
seriously. Each complaint will be reviewed by our independent counsel and 
addressed or brought before the full Board at its first meeting as appropriate. 
To facilitate reporting we have created an email address that is received only 
by the Foundation's independent counsel for review: 
electionmoni...@openstack.org

We are also working on process improvements for nominations and elections--more 
details on that coming soon. In the meantime, please speak up or contact me or 
Mark Radcliffe directly if you have any concerns. We have all come a very long 
way in establishing the OpenStack Foundation--our Foundation--and are right on 
the threshold of having it up and running. Now is the time for us all to pull 
together and to make sure we continue to build the kind of inclusive, 
supportive community that has come so far in the last 2 years.

+1

Cheers!!

Atul Jha aka koolhead17
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


Re: [Openstack] User Friendly Development -was- Fwd: [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-27 Thread Atul Jha
Hi,

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Mark 
Collier [mark.coll...@rackspace.com]
Sent: Friday, July 27, 2012 10:48 PM
To: Lloyd Dewolf
Cc: OpenStack Mailing List
Subject: Re: [Openstack] User Friendly Development -was- Fwd: [nova] [cinder] 
Nova-volume vs. Cinder in Folsom
snip
I think these are some very thoughtful ideas on how to ensure users are 
influencing the roadmap (among other goals).

+1

I do wonder if it would make sense to gather user feedback and goals before the 
summit, like the day (or week) before, to help provide some priorities (from 
their perspective) to consider going into the summit.
+1

Maybe it's an online meeting/webinar (meeting burner is a nice hybrid) led by 
the user committee and a meetup Sunday night before the summit kicks off to 
review. Then we throw the top 5 priorities up on the screens in every summit 
session as a reminder.
+1

These are just a few ideas, I'm sure as the user committee forms they will take 
the ones that make sense.
+1


@lloyd

Count me in with the help you need on the same.


On Jul 26, 2012, at 5:43 PM, Lloyd Dewolf lloydost...@gmail.com wrote:

 Oops, I meant to fork the thread.

 -- Forwarded message --
 From: Lloyd Dewolf lloydost...@gmail.com
 Date: Thu, Jul 26, 2012 at 1:35 PM
 Subject: Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom
 To: openstack@lists.launchpad.net


 On Mon, Jul 16, 2012 at 9:08 AM, Thierry Carrez thie...@openstack.org wrote:

 Using the user committee setup, you don't really need to take
 authority away from the PTL. You increase the influence of the users
 on technical decisions. You just provide a clear and official mechanism
 to represent the interests of the users as a whole. Once you have
 that, if the PTL or technical committee decides to ignore it, it's a
 rather strong decision that better has to be well justified. Its better
 than having some arbitrary percentage of users in a single committee
 and then have most decisions won by the most largely represented party.

 If the user committee is an active and respected group, it provides nice
 checks and balances against developers living in developer bubbles. Most
 issues we have right now with deployer-friendliness are linked to the
 fact that the users don't have a clear or official voice.

 The trick is, of course, to manage to set up such a committee in a way
 that represents all the users and deployers. It will be all the more
 influential if it is seen as representing all the users, rather than
 just a loosely-tied pre-determined subset of large users.

 I generally agree with your thoughts around a user committee.


 For my benefit, I'd love to get a feel for what we're doing to make
 development user friendly?


 In my fantasies for the Grizzly release it would start something like:

 A. Grizzly Summit

 B. From the summit the Tech Committee  PTL have community consensus
 on the overarching goal for the release and the projects' goals.
 Articulated online in user friendly manner.

 C. Webinar / OpenStack User Groups get a presentation on the release
 goals, and channels for input and participation.

 D. About the half way point in release schedule, development adjusts
 the online communication to reflect reality, presents an update, and
 again channels for input and participation.


 How do things work today?  I haven't found much in the wiki.


 Thanks,
 --
 @lloyddewolf
 http://www.pistoncloud.com/


 --
 --
 @lloyddewolf
 http://www.pistoncloud.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

Cheers!!

Atul Jha (koolhead17)

___
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


Re: [Openstack] Auto scaling / monitoring features

2012-07-16 Thread Atul Jha

Hi,

Hello,
snip
Last time I deployed OpenStack, I recall it didn't have any performance 
monitoring of VM instances or any auto scaling (up/down like Amazon ec2) 
features. I would like to know if any incubated projects support or plan to 
support these features. I'm specially interesting in auto scaling for academic 
research purposes. I suppose this algorithm would need to focus in maximizing 
performance and not minimizing costs (maybe like Amazon). I haven't delved too 
much into this topic yet!
/snip

Not that am aware of.
snip
Anyway if there is any efforts toward these features in the community, I would 
like to know more information about them. Maybe I can join and help them in 
some way?
/snip

Feel free to start one.

Cheers!!


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


Re: [Openstack] Cannot add floating ip

2012-07-13 Thread Atul Jha


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Alessandro Tagliapietra [tagliapietra.alessan...@gmail.com]
Sent: Saturday, July 14, 2012 12:18 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Cannot add floating ip
snip
What an idtio, it's create, not add.
Sorry for the spam
/snip

Its okey.  :)

Cheers!!


Il giorno 13/lug/2012, alle ore 20:00, Alessandro Tagliapietra ha scritto:

 Hi guys,
 i've 2 hosts configured in multi_host, i had 2 vm (1 per host) with 1 
 floating ip each, then nova-compute on second host crashed when deleting the 
 vm2, i've restarted host2 and it deleted the vm successfully, then i've got 
 an error about floating ip cannot be associated to vm2 in logs, so i've 
 removed the floating ip using nova-manage, now i'm not able anymore to add 
 floating ip,

 when i do

 sudo nova-manage floating add 5.9.x.x

 i get no output in both console and /var/log/nova/* logs. Floating list 
 doesn't show the new ip.

 Any way to debug this?

 Best regards


___
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


Re: [Openstack] Inaugurating the new Development list

2012-07-09 Thread Atul Jha
Hi,

And what happens to openstack@lists.launchpad.net then?

Cheers!!

Atul

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Stefano Maffulli [stef...@openstack.org]
Sent: Tuesday, July 10, 2012 12:52 AM
To: Dev, OpenStack
Subject: [Openstack] Inaugurating the new Development list

Hello folks,

following up on the creation the new mailing list for OpenStack
Development as discussed and agreed on
http://openstack.markmail.org/thread/6a5yyel5qo3moskq

The mailing list is on:

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

About this list currently says[1]:

 This list for the developers of OpenStack to discuss development
 issues and roadmap.

 It is focused on the next release of OpenStack: you should post on
 this list if you are a contributor to OpenStack or are very familiar
 with OpenStack development and want to discuss very precise topics,
 contribution ideas and similar. Do not ask support requests on this
 list.


All current OpenStack developers should subscribe to that list
immediately and start using it next Monday.

Sign up, update your filters so that we can use the new shiny toys.
/stef

[1] suggestions to improve it are welcome.

___
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


Re: [Openstack] Glance Image Upload error.

2012-07-05 Thread Atul Jha
Are you installing/working on the Glance release of Openstack?



From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Trinath Somanchi [trinath.soman...@gmail.com]
Sent: Thursday, July 05, 2012 5:14 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Glance Image Upload error.

Hi-

I have followed this document page to upload images into glance.

http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html

I have issued the commands as below following the document above.

root@OpenstackController:~/Image# curl -d 
'{auth:{passwordCredentials:{username: admin, password: admin}}}' 
-H Content-type: application/json http://10.232.90.82:35357/v2.0/tokens | 
python -mjson.tool
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   3190   244  10075548168 --:--:-- --:--:-- --:--:--   548
{
access: {
serviceCatalog: {},
token: {
expires: 2012-07-06T09:43:20Z,
id: ab758cd3be864b17821ce073ea4358e5
},
user: {
id: 668f5d9ca716417fa16208828c5acea8,
name: admin,
roles: [],
roles_links: [],
username: admin
}
}
}


But, I'm getting the following error

root@OpenstackController:~/Image# glance add -A 
ab758cd3be864b17821ce073ea4358e5 name=kernel is_public=true 
container_format=bare disk_format=raw  uImage
=[100%]
 35.0M/s, ETA  0h  0m  0s
Uploading image 'kernel'
Failed to add image. Got error:
You are not authenticated.
Details: 401 Unauthorized

This server could not verify that you are authorized to access the document you 
requested. Either you supplied the wrong credentials (e.g., bad password), or 
your browser does not understand how to supply the credentials required.

 Authentication required



This error might occur when there exists an error in environmental variables.

But when I access the env vars they are accessible and not other errors exists.

The following ENV vars are set.

export SERVICE_ENDPOINT=http://localhost:35357/v2.0
export SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL=http://localhost:5000/v2.0/;

Can you any one kindly help me on debugging/solving this issue.

Thanking you,

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

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


Re: [Openstack] Glance Image Upload error.

2012-07-05 Thread Atul Jha
Trinath,
I meant are you working on the Diablo release?  The documentation you shared 
related to glance is from diablo release of Openstack.

The latest stable Openstack release is Essex.

From: Trinath Somanchi [trinath.soman...@gmail.com]
Sent: Thursday, July 05, 2012 5:49 PM
To: Atul Jha
Cc: openstack@lists.launchpad.net
Subject: RE: [Openstack] Glance Image Upload error.


I installed Glance... While uploading image got this error...

On Jul 5, 2012 5:35 PM, Atul Jha 
atul@csscorp.commailto:atul@csscorp.com wrote:
Are you installing/working on the Glance release of Openstack?



From: 
openstack-bounces+atul.jha=csscorp@lists.launchpad.netmailto:csscorp@lists.launchpad.net
 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.netmailto:csscorp@lists.launchpad.net]
 on behalf of Trinath Somanchi 
[trinath.soman...@gmail.commailto:trinath.soman...@gmail.com]
Sent: Thursday, July 05, 2012 5:14 PM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: [Openstack] Glance Image Upload error.

Hi-

I have followed this document page to upload images into glance.

http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html

I have issued the commands as below following the document above.

root@OpenstackController:~/Image# curl -d 
'{auth:{passwordCredentials:{username: admin, password: admin}}}' 
-H Content-type: application/json http://10.232.90.82:35357/v2.0/tokens | 
python -mjson.tool
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   3190   244  10075548168 --:--:-- --:--:-- --:--:--   548
{
access: {
serviceCatalog: {},
token: {
expires: 2012-07-06T09:43:20Z,
id: ab758cd3be864b17821ce073ea4358e5
},
user: {
id: 668f5d9ca716417fa16208828c5acea8,
name: admin,
roles: [],
roles_links: [],
username: admin
}
}
}


But, I'm getting the following error

root@OpenstackController:~/Image# glance add -A 
ab758cd3be864b17821ce073ea4358e5 name=kernel is_public=true 
container_format=bare disk_format=raw  uImage
=[100%]
 35.0M/s, ETA  0h  0m  0s
Uploading image 'kernel'
Failed to add image. Got error:
You are not authenticated.
Details: 401 Unauthorized

This server could not verify that you are authorized to access the document you 
requested. Either you supplied the wrong credentials (e.g., bad password), or 
your browser does not understand how to supply the credentials required.

 Authentication required



This error might occur when there exists an error in environmental variables.

But when I access the env vars they are accessible and not other errors exists.

The following ENV vars are set.

export SERVICE_ENDPOINT=http://localhost:35357/v2.0
export SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL=http://localhost:5000/v2.0/;

Can you any one kindly help me on debugging/solving this issue.

Thanking you,

--
Regards,
--
Trinath Somanchi,
+91 9866 235 130tel:%2B91%209866%20235%20130

http://www.csscorp.com/common/email-disclaimer.php
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


Re: [Openstack] OpenStack G naming poll

2012-07-05 Thread Atul Jha
+1  to Grizzly
I have already voted. :)



From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Thierry Carrez [thie...@openstack.org]
Sent: Thursday, July 05, 2012 4:50 PM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] OpenStack G naming poll

Mark Collier wrote:
 That's a good point. I think at this stage just having grizzly on the ballot 
 is a fair next step.

Due to limitations in the Launchpad poll system you can't modify (or
cancel) a poll so I had to create a second poll about prefering Grizzly
over anything else that would be chosen by the normal poll.

See https://lists.launchpad.net/openstack/msg14199.html for details.

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


Re: [Openstack] CY12-Q2 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack

2012-07-02 Thread Atul Jha
Hi,
You should also add https://answers.launchpad.net/openstack

Cheers!!

Atul Jha

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Qingye Jiang (John) [qji...@gmail.com]
Sent: Monday, July 02, 2012 7:50 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] CY12-Q2 Community Analysis — OpenStack vs OpenNebula vs 
Eucalyptus vs CloudStack

Hi all,

I would like to let you know that I have just finished an analysis on
the 4 open source projects (OpenStack, OpenNebula, Eucalyptus,
CloudStack) from a community activity perspective. The analysis report
could be found from my personal blog at http://www.qyjohn.net/?p=2233
(with a lot of figures).

Best regards,

Qingye Jiang (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
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


Re: [Openstack] VM provisioning on a specific network with Horizon

2012-06-21 Thread Atul Jha


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Rami 
Cohen [ramic.h...@gmail.com]
Sent: Thursday, June 21, 2012 11:25 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] VM provisioning on a specific network with Horizon

Hi,
snipUsing Horizon, is it possible to create an instance on a specific 
network?/snip
Be specific what do you mean by Specific Network
Horizon works with taking Tenant in consideration.

Thanks,
RamiC
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


Re: [Openstack] How to use Cloudpipe

2012-06-20 Thread Atul Jha
Hi Naveen,

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Naveen Kuna [naveen.k...@oneconvergence.com]
Sent: Thursday, June 21, 2012 8:22 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] How to use Cloudpipe

Hi All,

Can anyone help me in making cloudpipe image and how to use cloudpipe image for 
VPN service ?

http://docs.openstack.org/trunk/openstack-compute/admin/content/cloudpipe-per-project-vpns.html

Please go through documentation pages next time onwards before asking questions 
which are already easily available.

Thanks in Advance

Regards,
Naveen

Cheers!!

Atul
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


Re: [Openstack] Ceph + OpenStack [HOW-TO]

2012-06-10 Thread Atul Jha
Thanks for sharing.


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Sébastien Han [han.sebast...@gmail.com]
Sent: Monday, June 11, 2012 3:02 AM
To: Openstack
Subject: [Openstack] Ceph + OpenStack [HOW-TO]

Hello everyone,

I recently posted on my website an introduction to ceph and the integration of 
Ceph in OpenStack.
It could be really helpful since the OpenStack documentation has not dealt with 
it so far.

Feel free to comment, express your opinions and share your personal experience 
about both of them.

Here the link to the article: 
http://www.sebastien-han.fr/blog/2012/06/10/introducing-ceph-to-openstack/

Regards.

Sébastien Han.


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


Re: [Openstack] Single Server Test

2012-06-03 Thread Atul Jha
Hi Chandana,
The document URL http://docs.openstack.org/ has most of the details needed by 
you.


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Chandana De Silva [chand...@desilva.id.au]
Sent: Monday, June 04, 2012 5:30 AM
To: Openstack
Subject: [Openstack] Single Server Test

Hello All,

I have not worked with OpenStack before this, and want to set up a
minimal test instance of Open Stack on a single server.

Is this possible, and if so is there a document which goes through the
steps ?

If there is not, could some one give me a (very brief ) outline, or at
least a series of links to existing docs in the correct order ?

I need to do this on a Centos 6.2 host, as that is the target deployment
platform.

Thanks
Chandana

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

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


Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-26 Thread Atul Jha


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Stefano Maffulli [stef...@openstack.org]
Sent: Friday, May 25, 2012 9:19 PM
To: Daniel P. Berrange
Cc: User Groups Community,  OpenStack; openstack
Subject: Re: [Openstack] New layout of the OpenStack mailing lists

On Fri 25 May 2012 01:04:20 AM PDT, Daniel P. Berrange wrote:
 I'm surprised to see the announce list being removed. What is the
 rational for that. Most large projects have a very low traffic
 list (~1 msg per day) dedicated for project announcements of new
 releases, security notices, important community messages etc, that
 is explicitly separate from the general users / developpers lists
 which are high traffic.

The rationale is that in 2012 we have better ways to send announcements
out: blogs, RSS, twitter, G+, newsletters, etc. Besides, the list
hasn't been used for months and nobody complained for the lack of
content.

+1

In any case, my  idea is to replace the list with a newsletter: people
interested in receiving regular updates (like the weekly newsletter I
send out) will subscribe there.

cheers,
stef

___
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


[Openstack] Openstack Beginners guide for Ubuntu 12.04/Essex

2012-05-10 Thread Atul Jha
Hi all,

We at Csscorp have been publishing series of beginners guide on 
Ubuntu/Openstack (versions), in continuation with that we have released  the 
latest version of our book with Essex and Ubuntu 12.04.

http://cssoss.wordpress.com/2012/05/07/openstack-beginners-guide-v3-0-for-essex-on-ubuntu-12-04-precise-pangolin/

The code can be found at https://code.launchpad.net/openstackbook

We would love to see the book localized in some other languages too, say 
Chinese/Japanese/German to reach to as many people as possible. :)

Suggestion/criticism would be highly appreciated.






Cheers!!

Atul Jha

Application Specialist
Csscorp pvt ltd, Chennai, India

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


Re: [Openstack] Openstack graphical ressources

2012-05-04 Thread Atul Jha
Hi,

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Razique Mahroua [razique.mahr...@gmail.com]
Sent: Friday, May 04, 2012 4:20 PM
To: openstack@lists.launchpad.net (openstack@lists.launchpad.net)
Subject: [Openstack] Openstack graphical ressources

Hello all,
do you guys know who manage the graphical aspect of OPS : icons, resources, 
templates, etc...

+1


I'd love to have it more developed. It would be cool to provide users some 
resources : icons for their desktops, wallpapers, maybe skins, application 
icons,etc...
I just wanted to have a sexy OPS wallpaper this morning, but  this ain't a cool 
one http://goo.gl/nlWKq

Thanks,
Razique
Nuage  Co - Razique Mahroua
razique.mahr...@gmail.commailto:razique.mahr...@gmail.com

[cid:00E07450-433E-43E6-9005-48B8FD5C669F@la.fabrique]

Even i would love to see a space on openstack.org with say (branding), which 
has icons, wallpapers, posters, T-Shirt designs.
This will help in say am organizing an Openstack based i will go there and use 
the source to get stuff printed.
I am making a presentation slide and i have all the icons already available, i 
can simply use them.



Atul
http://www.csscorp.com/common/email-disclaimer.php
attachment: NUAGECO-LOGO-Fblan_petit.jpg___
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] Monitoring / Billing Architecture proposed

2012-04-22 Thread Atul Jha
Hi,
Has anyone checked this 
http://www.griddynamics.com/openstack/docs/nova-billing/quickstart.html

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Endre 
Karlson [endre.karl...@gmail.com]
Sent: Monday, April 23, 2012 2:27 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Monitoring / Billing Architecture proposed

What is Dough then compared to what you want to do ?

2012/4/22 Endre Karlson 
endre.karl...@gmail.commailto:endre.karl...@gmail.com
What is Dough then ?


2012/4/22 Brian Schott 
brian.sch...@nimbisservices.commailto:brian.sch...@nimbisservices.com
I see this blueprint for metering, but none for Dough currently.
http://wiki.openstack.org/EfficientMetering

Here are the Dough slides, however:
http://www.slideshare.net/lzyeval/dough-openstack-billing-project

We collectively need to talk more about the user scenarios, because I don't 
think you can just put a decorator around the API rpc calls and get an accurate 
picture of what to bill for later.  There are metered things like bandwidth or 
IOPS, events that happen outside of the API (shutdown -h), and it is hard to 
predict what a reseller will want to charge for.  It is better to put a 
metering system in that can handle many billing configurations.


-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.commailto:brian.sch...@nimbisservices.com
ph: 443-274-6064tel:443-274-6064  fx: 443-274-6060tel:443-274-6060



On Apr 22, 2012, at 3:36 PM, Luis Gervaso wrote:

Dough is the proposed billing platform/product (where the billing rules live), 
isn't it?

I don't know Dough enough, so please me correct me if i'm wrong.

I'm trying to define a generic/agnostic integration process, obviously where 
Dough
can fit perfectly. I would like it become part to the reference architecture.

Option 1) [3b in the arch proposed]

Dough should pull NoSQL

Option 2)

A Mediator can feed Dough


On Sun, Apr 22, 2012 at 9:13 PM, Endre Karlson 
endre.karl...@gmail.commailto:endre.karl...@gmail.com wrote:
What about using the Dough project?

Endre.


2012/4/22 Endre Karlson 
endre.karl...@gmail.commailto:endre.karl...@gmail.com
What about using the Dough project ?

Endre.

2012/4/22 Luis Gervaso l...@woorea.esmailto:l...@woorea.es
Hi,

I want to share the architecture i am developing in order to perform the 
monitorig / billing OpenStack support:

1. AMQP Client which listen to RabbitMQ / QPid (this should be interchangeable) 
(Own Stuff or ServiceMix / Camel)

2. Events should be stored on a NoSQL document oriented database (I think 
mongodb is perfect, since we can query in a super easy fashion)

3a. The monitoring system can pull/push MongoDB

3b. The billing system can pull to create invoices

4. A mediation EIP should be necessary to integrate a billing/monitoring 
product. (ServiceMix / Camel)

This is to receive your feedback. So please, critics are welcome!

Cheers!

--
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO  CTO
mobile: (+34) 627983344tel:%28%2B34%29%20627983344
luis@mailto:luis.gerv...@gmail.comwoorea.eshttp://woorea.es/



___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




--
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO  CTO
mobile: (+34) 627983344tel:%28%2B34%29%20627983344
luis@mailto:luis.gerv...@gmail.comwoorea.eshttp://woorea.es/

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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


Re: [Openstack] Endpoints problems

2012-04-12 Thread Atul Jha
Hi,

From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Anne 
Gentle [a...@openstack.org]
Sent: Friday, April 13, 2012 10:03 AM
To: Pete Zaitcev
Cc: Openstack Mail List
Subject: Re: [Openstack] Endpoints problems

Thanks all!

And thanks for not saying It's a Python Thing You Wouldn't Understand. :)

Yeah I do want a definitive answer but it's always good for me to learn to read 
code.

Then again, things like replace('$(', '%(') make me go hmm...

One last clarification, this $(tenant_id)s should be used for both nova and 
volume endpoints, right?

Yes.
Nova-volume and Swift as well.

Thanks,

Anne


On Thu, Apr 12, 2012 at 5:44 PM, Pete Zaitcev 
zait...@redhat.commailto:zait...@redhat.com wrote:
On Thu, 12 Apr 2012 15:28:21 -0500
Anne Gentle a...@openstack.orgmailto:a...@openstack.org wrote:

 keystone --token 012345SECRET99TOKEN012345 --endpoint
 http://192.168.206.130:35357/v2.0 endpoint-create \
[]
--internalurl
 http://192.168.206.130:8774/v2/$(tenant_id)shttp://192.168.206.130:8774/v2/$%28tenant_id%29s

 I haven't fixed this yet because I'm not sure if the $(tenant_id)s is
 literal or which tenant_id specifically to use (the Service tenant for the
 adminurl possibly)?

The expression $(tenant_id)s is really contained inside the pattern
in the database. It is substituded with a specific tennant ID when
an application makes its request. The weird syntax is inherited from
Python, where one can use constructs like %s or %(key)s.

-- Pete

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


Re: [Openstack] Enabling remote participation at Folsom Design Summit

2012-03-22 Thread Atul Jha


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Marton Kiss [marton.k...@gmail.com]
Sent: Thursday, March 22, 2012 11:14 AM
To: Debo Dutta (dedutta)
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Enabling remote participation at Folsom Design Summit

Ustream broadcast as an alternative option?

Marton Kiss, CTO
Xemeti

On Mar 21, 2012 11:54 PM, Debo Dutta (dedutta) 
dedu...@cisco.commailto:dedu...@cisco.com wrote:
SW side: Another option would be to run webex meetings or even google
hangout!

debo

-Original Message-
From: 
openstack-bounces+dedutta=cisco@lists.launchpad.netmailto:cisco@lists.launchpad.net
[mailto:openstack-bounces+deduttamailto:openstack-bounces%2Bdedutta=cisco@lists.launchpad.netmailto:cisco@lists.launchpad.net]
 On
Behalf Of Stefano Maffulli
Sent: Wednesday, March 21, 2012 3:35 PM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Enabling remote participation at Folsom Design
Summit

I'm still loooking for *hardware* to make this happen.

Lets try to make this more sexy and see where to cook hackers are: what
if we buy a few beaglebone boards ($89 each) and spend a weekend hacking
a streaming server on them?

The boards are cheap enough and should have enough power to acquire
audio, convert it to mp4/h264 using their hardware and send the stream
over to a public icecast server. As with many other things, the software
is already out there, it needs hammering, put it together, testing and
praying it works at the summit.

Any volunteer?

Or any other option? Cheap desktops would work too: I wouldn't refuse
Dell or HP to ship 6 of their smallest machines either :)

+1

let me know, please.
Cheers,
stef


On Tue, 2012-03-06 at 13:47 -0800, Stefano Maffulli wrote:
 Hello folks,

 since the next design summit is sold out and many people are still
 interested in participating, I believe we should really make remote
 participation possible.

 Imitating Ubuntu Developer Summit, I think the ideal situation is to
 have in each room:

  - 1 omnidirectional microphone to capture discussions and questions
  - 1 streaming client hooked to a public icecast streaming server
  - 1 IRC channel per room
  - 1 projector showing the content of the IRC channel
  - 1 projector available for collaborative note taking via etherpad

 And for plenary session:

  - full audio/video service
  - IRC channel, not shown but monitored in case there are interesting
 questions

 We'll also need dedicated bandwidth from the Hyatt hotel, networking,
 firewalling and the whole shabang. Anything else?

 I will start investigating what Rackspace can provide but this is a
big
 task and I would like to make this a shared effort.

 If you have experience with this, and want to help me get the
equipment,
 software, services needed to enable remote participation to the Design
 Summit please email me.

 Thanks,
 stef


 [1] http://uds.ubuntu.com/community/remote-participation/


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 
 openstack@lists.launchpad.netmailto: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.netmailto: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.netmailto: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


Re: [Openstack] F release naming poll - Cast your vote !

2012-01-12 Thread Atul Jha
Done!!:)-openstack-bounces+atul.jha=csscorp@lists.launchpad.net wrote: -To: Thierry Carrez thie...@openstack.orgFrom: Razique Mahroua Sent by: openstack-bounces+atul.jha=csscorp@lists.launchpad.netDate: 01/12/2012 03:20PMCc: "openstack@lists.launchpad.net" openstack@lists.launchpad.netSubject: Re: [Openstack] "F" release naming poll - Cast your vote !Done!o/
Nuage  Co - Razique Mahrouarazique.mahr...@gmail.com

Le 12 janv. 2012 à 10:34, Thierry Carrez a écrit :Fawnskin, Felton, Fillmore, Flournoy, Folsom, Fortuna, Fowler...How should the "F" version of OpenStack, due Fall 2012, be named ?Please participate to the F naming poll at:https://launchpad.net/~openstack/+poll/f-release-naming/+votePick your choice among the 28 options we have ! This is open to allmembers of the Launchpad OpenStack team (which is an open team).The poll closes next Tuesday, January 17, at 21:30 UTC.Cheers,-- Thierry Carrez (ttx)Release Manager, OpenStack___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp
___Mailing list: https://launchpad.net/~openstackPost to   : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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 Governance Elections Fall 2011 – Results

2011-09-05 Thread Atul . Jha
Hi all,-openstack-bounces+atul.jha=csscorp@lists.launchpad.net wrote: -To: Paul Voccio paul.voc...@rackspace.com, Josh Kearney josh.kear...@rackspace.comFrom: Ed Conzel ed.con...@rackspace.comSent by: openstack-bounces+atul.jha=csscorp@lists.launchpad.netDate: 09/06/2011 12:54AMCc: "openstack@lists.launchpad.net" openstack@lists.launchpad.netSubject: Re: [Openstack] OpenStack Governance Elections Fall 2011 – Results

Paul, Josh,


Congratulations!
On Sep 5, 2011, at 11:38 AM, "Stefano Maffulli" smaffu...@gmail.com wrote:
The polls for OpenStack Governance Elections closed. Congratulations to the winners and thank you all for participating in this election.PROJECT POLICY BOARD (3 positions + 1 to replace resigning member)snipWinners:

Ewan MellorPaul VoccioMonty TaylorJosh Kearney/snipCongrats to winners, also to voters and participants!! :)Details of the 
poll results are visible.The Project Technical Leads have not changed.NOVA Project Technical Lead (1 position)Winner: Vishvananda IshayaSWIFT Project Technical Lead (1 position)Winner: John DickinsonGLANCE Project Technical Lead (1 position)Winner: Jay Pipes
___
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 include confidential information. If you received it in error, please delete it.

___Mailing list: https://launchpad.net/~openstackPost to   : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help  : https://help.launchpad.net/ListHelp

E-mail Disclaimer: 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