Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-26 Thread Ashutosh Narayan
Hi Nehal,

I also came across similar issue. When I restarted the virtual machine
and re-did the same step it worked.
Are you doing this setup on a physical machine or a virtual machine ?

Thank you,

On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani wrote:

> I have come across the following guide: *
> http://openstack.redhat.com/Quickstart
>
> *
> All goes well upto the point
>
> http://fpaste.org/14704/
>
> It is forever stuck there.
>
> Could anyone please help me out?
>
> I am behind a proxy server and I have added the proxy to /etc.yum.conf and
> tested that yum takes up the proxy successfully. is there anything extra
> that is needed to be done?
>
> Thanking You,
> Nehal J. Wani
> UG2, BTech CS+MS(CL)
> IIIT-Hyderabad
> http://commanlinewani.blogspot.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
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.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


[Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-26 Thread Nehal J. Wani
I have come across the following guide: *
http://openstack.redhat.com/Quickstart

*
All goes well upto the point

http://fpaste.org/14704/

It is forever stuck there.

Could anyone please help me out?

I am behind a proxy server and I have added the proxy to /etc.yum.conf and
tested that yum takes up the proxy successfully. is there anything extra
that is needed to be done?

Thanking You,
Nehal J. Wani
UG2, BTech CS+MS(CL)
IIIT-Hyderabad
http://commanlinewani.blogspot.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


Re: [Openstack] Import professional translations

2013-05-26 Thread Shake Chen
On Fri, May 24, 2013 at 5:45 PM, Ying Chun Guo  wrote:

> Hi,
>
> I completed the import. Messages' translations of Nova, Glance, Keystone,
> Quantum and Cinder for 9 languages (de, es, fr, it, ja, ko, pt_BR, zh_CN,
> zh_TW)
> have been imported.
>
> Now the completion rates of these 9 languages are:
> Nova - 91%
> Cinder - 93%
> Keystone - 89%
> Quantum - 90%
> Glance - 76%
>
> During this work, I found 1 issue that needs developers to pay attention
> to.
> Sometimes when developers define a message containing a string type
> variable,
> e.g. "The service from servicegroup driver %(driver) is temporarily
> unavailable."
> They may forget to add the conversion specifier 's' after the variable.
> Transifex (or GNU gettext utilities) will regard "%(driver) i" as a whole
> expression.
> The character 'i' is the conversion specifier.
> It will cause an error during translating
> "Error: The expression '%(driver) i' is not present in the translation."
> and the translation cannot be saved.
> Please pay attention to it during the code development.
>
> I have reported 3 bugs in code which are found during this work.
> https://bugs.launchpad.net/nova/+bug/1183733
> https://bugs.launchpad.net/quantum/+bug/1183734
> https://bugs.launchpad.net/cinder/+bug/1183736
> Please verify and fix them.
>
> The bug have been fixed.



> Thanks and regards
> Ying Chun Guo (Daisy)
>
> Ying Chun Guo/China/IBM wrote on 2013/05/15 17:01:10:
>
> > Ying Chun Guo/China/IBM
> > 2013/05/15 17:01
> >
> > To
> >
> > openstack-translat...@lists.launchpad.net, openstack@lists.launchpad.net,
>
> >
> > cc
> >
> > Subject
> >
> > Import professional translations
> >
> > Hi,
> >
> > My company, IBM, has finished the translation of messages in Nova,
> > Glance, Keystone, Quantum and Cinder
> > to 9 languages (de, es, fr, it, ja, ko, pt_BR, zh_CN, zh_TW) for
> > Grizzly, by outsourcing to professional
> > translators. We tend to contribute these translations to community.
> >
> > Some volunteers have done part of the translations in Transifex. The
> > average completion percentage among all
> > these 9 languages is below 20%. If we can merge these professional
> > translations into Transifex, we can improve
> > the completion percentage to a very high number.
> >
> > In my mind, there are several ways to import professional
> > translation to Transifex:
> >
> > 1. Merge the professional version of po files and community version,
> > using the professional version when conflicting.
> > 2. Merge the community version of po files and professional version,
> > using the community version when conflicting.
> > 3. Import the professional translations as translation memory, thus
> > the professional translations will appear
> > as "suggestion" while volunteers do the translation in Transifex.
> >
> > I prefer the first one, because it can improve the percentage of
> > translation completion very quickly,
> > while the third one needs some time for volunteers to review the
> > strings one by one. What's more, the quality of
> > professional version should be better.
> >
> > I'm going to start this work. If you have any different opinions,
> > please let me know.
> >
> > Regards
> > Ying Chun Guo (Daisy)
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


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


Re: [Openstack] Where is glance's bin directory on github's master branch ?

2013-05-26 Thread Long Suo
Yeah, thanks, and devstack also support entry points installation of
console scripts.

2013/5/27 David Wittman 

> Long,
>
> Glance's bin directory was converted to entry points in this commit:
>
>
> https://github.com/openstack/glance/commit/039f3d8a59c62d3ad14288ed1b6a97aab539731e
>
> Each of the individual glance scripts are now accessed by their main
> function. See setup.py:48-58 for more info.
>
> -Dave
>
>
> On Sun, May 26, 2013 at 11:04 PM, Long Suo  wrote:
>
>> Hi, all
>>
>> I am wondering why it is disappeared ?
>>
>> https://github.com/openstack/glance.git
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Question to how to write a Plugin for Quantum

2013-05-26 Thread LIN DONG
Dear All:

I'm trying to write a plugin for quantum to integrate my own load balancer
such that I can replace openstack's. However, I'm stuck on how to make the
migration. I'm just wondering if anybody has the previous experience on
this or any help would be highly appreciated.

All the best

Lin
___
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] Where is glance's bin directory on github's master branch ?

2013-05-26 Thread Sergey Lukjanov
Hi,

the setup.py file contains all commands instead of several "executables" in bin 
folder - https://github.com/openstack/glance/blob/master/setup.py#L48

Sincerely yours,
Sergey Lukjanov
Software Engineer
Mirantis Inc.
GTalk: m...@frostman.ru
Skype: lukjanovsv

On May 27, 2013, at 8:04, Long Suo  wrote:

> Hi, all
> 
> I am wondering why it is disappeared ? 
> 
> https://github.com/openstack/glance.git
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

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


[Openstack] Where is glance's bin directory on github's master branch ?

2013-05-26 Thread Long Suo
Hi, all

I am wondering why it is disappeared ?

https://github.com/openstack/glance.git
___
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] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Robert Collins
On 27 May 2013 11:02, Chris Bartels  wrote:
> I had originally wanted to deploy full server sized KVM instances and rent
> VPS' that way, but it was brought to my attention that a certain market
> segment which I'm targeting- tech startups, who are testing apps on these
> rentals, are unable to get reliable metrics because of the software between
> their app & the hardware. So I've shifted gears to offering dedicated
> servers instead, to remove that layer of interference.
>
> Couldn't I re-flash the BIOS between each tenant to be sure there isn't any
> problem with it?


Unless you flash the BIOS with separate hardware (not by running the
flasher on the potentially compromised hardware itself), no. And even
then you'll need to be sure you flash every single EEPROM, not just
the system board BIOS, and you'll need to make sure you catch any that
have been toggled into readonly mode by an attacker and pull and
replace them. Note that a simple examination of device drivers /
system firmware won't necessarily cover every power on EEPROM in the
system :).

As for your tech startups, unless they are going to be running on bare
metal - e.g. their competitive advantage is going to be datacentre
operations efficiency - they are most likely going to be deploying on
a virtual substrate themselves. I would validate the proported
inability to get good metrics : give them a kvm instance with a
reserved machine, and the only noise will be kvm platform management
(vs other tenants). That should be able to deliver very robust (within
a few %) estimates of capacity and performance for nearly any
workload. The cases where it cannot - well, find those cases.

To do such a validation, I would pick a metric you think would be
distorted - e.g. IOPS - and find or write a bench test for it, then
use that from within the KVM instance on a machine (running with the
full machine, raw backing devices, etc) and then again from within the
machine with no KVM layer. For the metrics are invalid, you'll need to
obtain not just different results, but non-predictably different
results. E.g. consistently 30% would be a nuisance but still allow
prediction for behaviour on bare metal. But sometimes 1% slower and
sometimes 40% slower would make it much harder to use.

HTH,
Rob
-- 
Robert Collins 
Distinguished Technologist
HP Cloud Services

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


Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Chris Bartels
I had originally wanted to deploy full server sized KVM instances and rent
VPS' that way, but it was brought to my attention that a certain market
segment which I'm targeting- tech startups, who are testing apps on these
rentals, are unable to get reliable metrics because of the software between
their app & the hardware. So I've shifted gears to offering dedicated
servers instead, to remove that layer of interference.

Couldn't I re-flash the BIOS between each tenant to be sure there isn't any
problem with it?

-Original Message-
From: Robert Collins [mailto:robe...@robertcollins.net] 
Sent: Sunday, May 26, 2013 4:56 PM
To: ch...@christopherbartels.com
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Using openstack to manage dedicated servers in a
service provider setting

On 27 May 2013 07:01, Chris Bartels  wrote:
> Hi,
>
>
>
> I'm working on a startup that aims to rent dedicated servers to tech 
> startups, and I would like to use OpenStack to manage the servers I 
> rent out.
>
>
>
> I saw on the OpenStack Foundation YouTube channel there was a video 
> there about using OpenStack to manage bare metal, but the presenter in 
> the video had such a strong accent that I couldn't understand anything 
> they were saying & didn't learn a thing from the video.

Which video in particular ? There are a number of groups who have been taped
presenting on bare metal things.

I'm part of a team working on using OpenStack [baremetal] to deploy
OpenStack [virtual]. So I'm happy to answer any questions.
http://www.openstack.org/summit/portland-2013/session-videos/presentation/pr
ovisioning-bare-metal-with-openstack
is a good video on the baremetal layer, which is what will interest you I
think.

That said, there are huge security issues with repurposing baremetal from
one tenant to another: in the absence of UEFI secure boot it is possible for
the prior tenant to inject hostile boot-time firmware into physical devices
that have software flashable EEPROMS. Currently in OpenStack we have no
mitigation for this at all: so I would very strongly advise against using
OpenStack baremetal to provide dedicated machines.

What I suggest you do instead is provide KVM instances where the KVM flavor
size exactly matches the physical machines - so youre tenants have the full
capacity of the machine, and only the [low] overhead of the KVM layer. This
has a -much- better security story. You could use TripleO - OpenStack on
OpenStack - to manage this setup.

-Rob
--
Robert Collins 
Distinguished Technologist
HP Cloud Services


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


Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Robert Collins
On 27 May 2013 07:01, Chris Bartels  wrote:
> Hi,
>
>
>
> I’m working on a startup that aims to rent dedicated servers to tech
> startups, and I would like to use OpenStack to manage the servers I rent
> out.
>
>
>
> I saw on the OpenStack Foundation YouTube channel there was a video there
> about using OpenStack to manage bare metal, but the presenter in the video
> had such a strong accent that I couldn’t understand anything they were
> saying & didn’t learn a thing from the video.

Which video in particular ? There are a number of groups who have been
taped presenting on bare metal things.

I'm part of a team working on using OpenStack [baremetal] to deploy
OpenStack [virtual]. So I'm happy to answer any questions.
http://www.openstack.org/summit/portland-2013/session-videos/presentation/provisioning-bare-metal-with-openstack
is a good video on the baremetal layer, which is what will interest
you I think.

That said, there are huge security issues with repurposing baremetal
from one tenant to another: in the absence of UEFI secure boot it is
possible for the prior tenant to inject hostile boot-time firmware
into physical devices that have software flashable EEPROMS. Currently
in OpenStack we have no mitigation for this at all: so I would very
strongly advise against using OpenStack baremetal to provide dedicated
machines.

What I suggest you do instead is provide KVM instances where the KVM
flavor size exactly matches the physical machines - so youre tenants
have the full capacity of the machine, and only the [low] overhead of
the KVM layer. This has a -much- better security story. You could use
TripleO - OpenStack on OpenStack - to manage this setup.

-Rob
-- 
Robert Collins 
Distinguished Technologist
HP Cloud Services

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


Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Molnár Mihály László
Hi,

Look at these pages. I dont know if there is any difference and I didnt
have done bare metal deployment.
https://wiki.openstack.org/wiki/Baremetal
https://wiki.openstack.org/wiki/GeneralBareMetalProvisioningFramework


Rusty


On Sun, May 26, 2013 at 9:01 PM, Chris Bartels  wrote:

> Hi,
>
> ** **
>
> I’m working on a startup that aims to rent dedicated servers to tech
> startups, and I would like to use OpenStack to manage the servers I rent
> out.
>
> ** **
>
> I saw on the OpenStack Foundation YouTube channel there was a video there
> about using OpenStack to manage bare metal, but the presenter in the video
> had such a strong accent that I couldn’t understand anything they were
> saying & didn’t learn a thing from the video.
>
> ** **
>
> I’m interested in learning the basics about what OpenStack can do with
> bare metal, and what its limitations are when deployed in this manner.
>
> ** **
>
> Would someone kindly direct me to resources that would explain this to me
> please?
>
> ** **
>
> If anyone else has experience in this use case I’d love to hear from you
> to learn from your experience.
>
> ** **
>
> Thank you.
>
> ** **
>
> Regards,
>
> Chris
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] openstack mailing list down?

2013-05-26 Thread Stas Maksimov
Hi Chris,

The list seems to be working fine, the last email was indeed 2 days ago.
The explanation is probably very simple: people are enjoying their weekend
:-)

Thanks,
Stas


On 26 May 2013 19:58, Chris Bartels  wrote:

> I haven’t received messages from the mailing list for 2 days, I can’t
> imagine it going dead for that long without there being a problem with it,
> and am reluctant to post a real message to the list without first testing
> whether this one reaches it.
>
> ** **
>
> If I’m posting this for no reason, please just ignore it & bear with me as
> I deal with my concern for the list’s operation.
>
> ** **
>
> Thank you,
>
> Chris
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Chris Bartels
Hi,

 

I'm working on a startup that aims to rent dedicated servers to tech
startups, and I would like to use OpenStack to manage the servers I rent
out.

 

I saw on the OpenStack Foundation YouTube channel there was a video there
about using OpenStack to manage bare metal, but the presenter in the video
had such a strong accent that I couldn't understand anything they were
saying & didn't learn a thing from the video.

 

I'm interested in learning the basics about what OpenStack can do with bare
metal, and what its limitations are when deployed in this manner.

 

Would someone kindly direct me to resources that would explain this to me
please?

 

If anyone else has experience in this use case I'd love to hear from you to
learn from your experience.

 

Thank you.

 

Regards,

Chris

___
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 mailing list down?

2013-05-26 Thread Chris Bartels
I haven't received messages from the mailing list for 2 days, I can't
imagine it going dead for that long without there being a problem with it,
and am reluctant to post a real message to the list without first testing
whether this one reaches it.

 

If I'm posting this for no reason, please just ignore it & bear with me as I
deal with my concern for the list's operation.

 

Thank you,

Chris

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