Hi Joshua,
I'm looking for some reference architectures (it's better if it includes
how to design, how to sizing and how run this type of project) with the
details is quite in-depth.
These results I've got by searching Google are too general and they focus
much on product/solution marketing.
Tha
Thierry, I'll make sure this motion lands on the agenda for discussion at the
next board meeting. I don't see a gerritt entry for that motion, though - where
is the vote recorded?
Since I have grave concerns about the use of the term OpenStack in relationship
to either of these projects (in eit
Hi,
I opened a bug [1] for ARP responder with the OVS agent and I started code
[2] to implement it.
I plan to use ebtables to generate ARP answers because I didn't find a way
to do it with OVS with flows table.
And at the last summit, I asked an OVS developer and it seems not possible
actually.
Th
You might take a look at,
http://docs.openstack.org/trunk/openstack-ops/openstack-ops-manual-trunk.pdf
Regards.
On 2013-11-14 12:32, Kai wrote:
Where can I get the documentation about reference architecture for
private or public clouds (white paper, blue print, technical
articles,...) which are
Hi-
Thanks a lot for the slides.. It helps a lot to understand ML2 in a much better
way for a newbee like me..
Thanks one again..
--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | extn: 4048
-Original Message-
From: Kyle Mestery (kmestery) [mailto:kmest...@cisco.com]
Sent
Hi Kai,
What kind of architectures where u looking for?
If u google for ' openstack reference architecture ' you will find quite a few
results.
Where there any particular items u wanted?
From: Kai mailto:phamtungdu...@gmail.com>>
Date: Wednesday, November 13, 2013 8:32 PM
To: "openstack@lists
Kai,
We've got a lot of that on http://dell.com/openstack based on a lot of
practical experience.
Rob
From: Kai [mailto:phamtungdu...@gmail.com]
Sent: Wednesday, November 13, 2013 10:32 PM Central Standard Time
To: openstack@lists.openstack.org
Subject: [Openstack] Reference architecture for O
Hi all,
Where can I get the documentation about reference architecture for private
or public clouds (white paper, blue print, technical articles,...) which
are using OpenStack in real world?
--
Best regards,
Duong Pham
___
Mailing list: http://lists.o
Hi,
The design is pretty simple.
We run nova-compute for VMs management, for example, a server with 128GB
memory, 12 cores CPU, 300GB SAS (RAID1) disks, to create 20 VMs.
And, we run cinder as the separated storage service to provide block
storage for the VMs. For example, each VM gets a block
Hi Dnsbed,
#1: I'd say it depends on the network infrastructure. Maybe you have a
diagram?
After I've used Ceph in production for clients, I can definitely say
it's stable and production-ready (not the CephFS though!)
#2: What's the implementation design?
Regards,
Razique
On 13 Nov 2013, at
But didn't you wanted to remove the unused images in the first place?
if so, then running the SQL commands I gave you will help you to find
unused images :)
On 13 Nov 2013, at 16:43, Narayanan, Krishnaprasad wrote:
If I want to retain the base image for launching new VMs, then I may
lose the
Hi,
We are deploying openstack for our private cloud apps.
For the block storage I have two questions that,
#1, is ceph stable enough for product environment as the backend storage
of cinder?
#2, when using block storage, the disk IO is slow, our apps primarily
use it for saving logs. How to
If I want to retain the base image for launching new VMs, then I may lose them.
So how do I retain it?
-Original Message-
From: Razique Mahroua [mailto:razique.mahr...@gmail.com]
Sent: Donnerstag, 14. November 2013 01:16
To: Narayanan, Krishnaprasad
Cc: openstack@lists.openstack.org
Subj
What happens if there is an snaspshot created but there are no instances
launched?
From: Razique Mahroua [mailto:razique.mahr...@gmail.com]
Sent: Donnerstag, 14. November 2013 01:11
To: Narayanan, Krishnaprasad
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Removing unused images usin
Volumes snap depends on the active instance, that means you don't need
the base image afterwards.
Just check all actives instances
`select * from instances where deleted <> 1`
OR :
`select image_id from instances where deleted = 0`
Razique
On 13 Nov 2013, at 15:47, Narayanan, Krishnaprasad wrot
Same :)
as long as the snapshot is created (make sure it's finished though!)
then you don't need the base image
On 13 Nov 2013, at 16:15, Narayanan, Krishnaprasad wrote:
What happens if there is an snaspshot created but there are no
instances launched?
From: Razique Mahroua [mailto:razique
Hi
If I understand it correctly, this addresses the active instances and its
images. Can I know how one should take care of instance and volume snapshots?
Thanks,
Krishnaprasad
From: Razique Mahroua [mailto:razique.mahr...@gmail.com]
Sent: Mittwoch, 13. November 2013 14:40
To: Narayanan, Krishna
Check Horizon logs (/var/log/apache2/error.log usually)
you should find the exception there
Razique
On 13 Nov 2013, at 14:46, Krishanu Dhar wrote:
> Hi,
>
> If I keep the open stack login page up for some time and subsequently when
> i refresh the browser, above the User Name box I get to see "
Hi,
If I keep the open stack login page up for some time and subsequently when
i refresh the browser, above the User Name box I get to see "Session timed
out."
Subsequently when i try to login with my credentials it says
"An error occurred authenticating. Please try again later." and does not
allo
On 13/11/13 18:14, Randall Burt wrote:
On Nov 13, 2013, at 9:18 AM, Zane Bitter
wrote:
On 13/11/13 04:08, Andrew Plunk wrote:
2).Provide a way to express metadata about stack outputs returned from heat.
This could involve something like a "Sensitive: true" field in the Output
schema. He
Now is working, thanks so much Eugene.
~GA
2013/11/13 Eugene Nikanorov
> I see the following in your neutron.conf:
>
> # Advanced service modules
> service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin
>
> #Next service added to allow VPN use
> service_plugins = neutron.ser
I see the following in your neutron.conf:
# Advanced service modules
service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin
#Next service added to allow VPN use
service_plugins = neutron.services.vpn.plugin.VPNPlugin
service_plugins is a list option so plugin paths should be
Hi Eugene,
I appreciate a lot yout help.
All commands related to lb, for example, this:
neutron -v lb-pool-list
Return: http://paste.openstack.org/show/52529/
But neutron -v floatingip-list return the list.
And this is my neutron.conf http://paste.openstack.org/show/52525/
2013/11/13 Eugen
I don't know, all I can say for sure is that I had Horizon and its dependencies
installed from the RDO Havana repo and everything was functioning normally,
then following the updates I posted previously Horizon started throwing that
500 error which led me to this thread. Installing PBR fixed th
Hi Guillermo,
Could you specify which neutron commands return 404?
Can you also provide server-side logs when you see 404 from neutron server?
Also, please post your neutron.conf file to paste.openstack.org.
Thanks,
Eugene.
On Wed, Nov 13, 2013 at 10:59 PM, Guillermo Alvarado <
guillermoalvara
If I understand correctly, you must be referring to the "Back-end API for
Object Server REST APIs":
"DiskFile.delete(timestamp)
Delete the object."
"This implementation creates a tombstone file using the given timestamp, and
removes any older versions of the object file. Any file that has an ol
Hi everybody,
I enabled LBaaS with nuetron following the steps that mention in this post
http://openstack.redhat.com/forum/discussion/comment/2152
I could not be able to start haproxy because it try to bind on :5000 and as
how its known, this port is used by keystone.
So I changed the port for
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
On Wed, 13 Nov 2013 16:47:29 +
"Perez, Daniel - ES" wrote:
> I am wondering if I can circumvent the use of tombstone files?
Not without writing some code, but you can write your own Pluggable
Back-end like Gluster does. In that case you're free to implement
any delete mechanism you like. Not
On Nov 13, 2013, at 9:18 AM, Zane Bitter
wrote:
> On 13/11/13 04:08, Andrew Plunk wrote:
>> Alright.
>>
>> The problem:
>>
>> If a program generates a password, and displays it on a screen over and over
>> again, it is more susceptible to being compromised.
>
> OK, this is s
Hey :)
that means the volume is still in use. (lvopen : 1) make sure it's not
by checking the process, qemu-nbd, etc...
On 13 Nov 2013, at 4:50, Guilherme Russi wrote:
Hello Razique, I'm here opening this thread again, I've done some
cinder
delete but when I try to create another storeges i
I have read through the documentation and do not see mention of WORM object
stores. I am looking to integrate SWIFT into a storage subsystem that is a
backup system, or WORM device. It has the ability to "delete" objects, but it
is not spinning disk, so the cost of "tombstone" files is high.
I figured out this issue.
by default, interface_driver =
neutron.agent.linux.interface.OVSInterfaceDriver and dhcp_driver =
neutron.agent.linux.dhcp.Dnsmasq
in dhcp_agent.ini is commented.
Also, the line interface_driver =
neutron.agent.linux.interface.OVSInterfaceDriver in l3_agent.ini is
commen
These instructions may be out of date.
Regards,
Mark Miller
MySql setup (if not already done)
Install mysql-server and python-mysqldb package:
> sudo apt-get install mysql-server python-mysqldb
Create the root password for mysql. The password used in this guide is
"password"
Change the bind addre
Hello John, my cinder list is empty, I've done cinder delete #storage-id
but when I do lvdisplay they're still there. I've already tried dmsetup
remove but no success too. And the storages are not in use with any VM.
Regards.
2013/11/13 John Griffith
> On Wed, Nov 13, 2013 at 5:50 AM, Guilherm
It gets saved to the OpenStack Image Service (glance), so you'll have to
look at the directory where glance keeps its images to find the file.
Lorin
On Wed, Nov 13, 2013 at 10:39 AM, Rolph III, Don wrote:
> Ok, that works perfectly!!
>
>
>
> Thanks!
>
>
>
> But, where does the image get save
Hi,
I have installed Heat on my controller node and it worked fine two days ago,
but now I have encountered some problems.
I am still able to create stacks, but I can't delete the stacks I have created.
I can delete the instances manually, but when I try to delete the stacks I get
this message:
On 11/12/2013 08:08 PM, Andrew Plunk wrote:
Alright.
The problem:
If a program generates a password, and displays it on a screen over and over
again, it is more susceptible to being compromised.
I don't buy the problem. Using an anaology, the first time the
information is sha
On Wed, Nov 13, 2013 at 5:50 AM, Guilherme Russi
wrote:
> Hello Razique, I'm here opening this thread again, I've done some cinder
> delete but when I try to create another storeges it returns there's no space
> to create a new volume.
>
> Here is part of my lvdisplay output:
>
> Alloc PE / Size
Hi george,
the L2population Mech driver in ML2 sends forwarding informations to
the agent, so that L2 agent populates the dataplane to send traffic to
the correct tunnel. This mechanism works only in tunneling mode (GRE
or VXLAN), for the moment. With this implementation,
broadcast/Multicast is se
Ok, that works perfectly!!
Thanks!
But, where does the image get saved I expected to see a new img file
created and I can't seem to find it.
Thanks for your patience!
From: Lorin Hochstein [mailto:lo...@nimbisservices.com]
Sent: Wednesday, November 13, 2013 9:01 AM
To: Rolph III, Don
Cc:
On 13/11/13 04:08, Andrew Plunk wrote:
Alright.
The problem:
If a program generates a password, and displays it on a screen over and over
again, it is more susceptible to being compromised.
OK, this is something we can work with, thanks :)
Possible solutions:
--
Thanks!!!
From: Lorin Hochstein [mailto:lo...@nimbisservices.com]
Sent: Wednesday, November 13, 2013 9:01 AM
To: Rolph III, Don
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Help for a newbie: I am sure it is somewhere in the
documentation ...
Don:
On Wed, Nov 13, 2013 at 8:19 AM,
So, there was some possible confusion around this particular item from last
week.
I've copied Mathieu Rohon here, who worked on the L2 Population items which
affect that. He can reply in more detail, but I believe the proxy arp work is
ongoing
in Icehouse (at least for OVS), though my understandi
Thanks for the slides Kyle.
Can you please provide some details about the proxy ARP mechanism (mentioned on
slide 21) that intercepts the ARP request and answers using a pre-populated
neighbour entry?
Where is the proxy ARP learning from, and how long it caches the entries?
Does it update when a
On 11/13/2013 03:13 AM, Srujana C P wrote:
Hello All,
We are planning to use MS SQL Server as keystone backend store . Has
anybody tried this? Can someone share the information regarding the
steps to be followed and required configurations and drivers to be
installed.
It has not been pu
Hello,
I've upgraded to Havana and I'm getting frequent errors like this:
Nov 11 11:48:29 storage2 container-server ERROR __call__ error with GET
/device1/250/AUTH_memseaa1_42308e3988554f77b4b3c84e8b1f17cd/container :
#012Traceback (most recent call last):
#012 File "/usr/lib/pymodules/python2.6
Yes, those are the slides, thanks for sending the links. I have also posted
the slides to the link sent to me by someone from the Foundation, but I'm
unclear as to where those slides end up. Either way, the SlideShare link
works and has the exact content presented by Bob and I at the Summit.
Thank
Don:
On Wed, Nov 13, 2013 at 8:19 AM, Rolph III, Don wrote:
> I have a copy of devstack up and running ad have been experimenting
> with it.
>
>
>
> I would like to capture a checkpoint of the cirros image before I run my
> next experiment.
>
>
You create snapshot your running instance into a
hi all:
I use floodlight as the network controller with openstack neutron. I
configure neutron in GRE mode, so there are br-int and br-tun bridge.
I have to set controller for both br-int and br-tun, but after I restart
neutron-openvswitch-agent, the br-tun's controller is gone, but br-int's
cont
Hi. I think there is not any API for that unfortunately
But there is a field into the database that indicates the image ID. So if
you select all active instances and select the unique images ID entries,
you can compare them against the Glance images. A BASH script should be
sufficient.
Razique
I have a copy of devstack up and running ad have been experimenting with it.
I would like to capture a checkpoint of the cirros image before I run my next
experiment.
The most straightforward would seem to be to copy the files, but I am unsure:
1) What is the complete file set for an ima
This one
http://fr.slideshare.net/mestery/modular-layer-2-in-openstack-neutron ?
Édouard.
On Wed, Nov 13, 2013 at 11:34 AM, Trinath Somanchi <
trinath.soman...@freescale.com> wrote:
> Hi stackers-
>
>
> Can anyone share the Presentation slides showcased in the Openstack
> Hongkong summit, on
+1 for all slides of os summit
>From ctrip case to neutron ml2 presentation
F
On Nov 13, 2013 5:44 PM, "Trinath Somanchi"
wrote:
> Hi stackers-
>
>
> Can anyone share the Presentation slides showcased in the Openstack
> Hongkong summit, on“OpenStack Neutron Modular Layer 2 Plugin Deep
> Di
Hello Razique, I'm here opening this thread again, I've done some cinder
delete but when I try to create another storeges it returns there's no
space to create a new volume.
Here is part of my lvdisplay output:
Alloc PE / Size 52224 / 204,00 GiB
Free PE / Size 19350 / 75,59 GiB
And
Hallo All,
In our testbed we have Openstack ESSEX. I am in the process of cleaning up the
image store. Can I know are there any APIs in Glance or Nova that can help me
in this process?
Thanks,
Krishnaprasad
___
Mailing list: http://lists.openstack.org
I may know the problem now.
You can have a look at @fbo's blog : http://blog.fsquat.net/?p=40
I had a deep diving on the auth middleware today.
The authtoken middleware will reject the request if the token's tenant
mapping is not matching to the one your requested.
*[Debug log]*
Nov 13 01:39:30
Hi stackers-
Can anyone share the Presentation slides showcased in the Openstack Hongkong
summit, on
"OpenStack Neutron Modular Layer 2 Plugin Deep Dive"
I have see the video, but the Presentation is not visible clear.
Thank you
--
Trinath Somanchi - B39208
trinath.soman...@freescale.com | e
On 06/11/13 11:09, Stuart Longland wrote:
>> root@host:~# cat keystonerc
>> export OS_USERNAME=username
>> export OS_PASSWORD=password
>> export OS_TENANT_NAME=tenant
>> export OS_AUTH_URL=http://our-keystone-cname:35357/v2.0
>
> Yet, when I run the above command, or even `nova network-list`:
>>
Ok, what is in [ml2] section then?
On Wed, Nov 13, 2013 at 2:14 PM, Trinath Somanchi <
trinath.soman...@freescale.com> wrote:
> Hi-
>
>
>
> I have nothing in my Openstack Neutron installation called, ml2_conf.ini
>
>
>
> I have a section [ml2] in neutron.conf itself.
>
>
>
> Do I need to have a
This syntax is correct:
curl -i -X POST -H "X-Auth-Token: $tokenTest1" -H "X-Container-Read:
*:*" -H " \
X-Container-Write: *:*"
http://192.168.3.100:8080/v1/AUTH_$tenantTest1/foo
curl -i -X GET -H "X-Auth-Token: $tokenTest2"
http://192.168.3.100:8080/v1/AUTH_$tenantTest1/foo
HTTP/1.1 204
The OpenStack Technical Committee ("TC") recently adopted the following
resolutions:
* Thierry Carrez was selected as the TC chair for the 6-month Icehouse
session of the TC.
* The TC recommends that the Board of Directors approve the addition (by
the Secretary) of OpenStack Measurements (Ceilome
@Dheerendra:
the correct IP address is 192.168.3.100. It's a mistake. Same problem
with correct ip adress.
@Kuo Hugo:
I don't understand the item 1.
On the item 2:
curl -i -X POST -H "X-Auth-Token: $tokenTest1" -H
"X-Container-Read:test2" -H "X-Container-Write: test2"
http://192.168.3.100:
On 13 November 2013 16:08, Andrew Plunk wrote:
> Alright.
>
> The problem:
>
> If a program generates a password, and displays it on a screen over and over
> again, it is more susceptible to being compromised.
>
> Possible solutions:
>
> 1).Provide a way to limit
Could you please post your ml2_conf.ini?
Eugene.
On Wed, Nov 13, 2013 at 12:44 PM, Trinath Somanchi <
trinath.soman...@freescale.com> wrote:
> Hi Oleg-
>
>
>
> When I configure ML2 and L3 Plug-ins in Openstack Havana – Neutron, I was
> unable to create network.
>
>
>
> I get the following error
Hi Oleg-
When I configure ML2 and L3 Plug-ins in Openstack Havana - Neutron, I was
unable to create network.
I get the following errors in Neutron Server logs.
2013-11-13 14:17:24.724 5094 DEBUG routes.middleware [-] No route matched for
POST /networks.json __call__
/usr/lib/python2.7/dist-pa
Hello All,
We are planning to use MS SQL Server as keystone backend store . Has anybody
tried this? Can someone share the information regarding the steps to be
followed and required configurations and drivers to be installed.
Thank You,
Srujana C P
DISCLAIMER
==
This e-mail may contai
67 matches
Mail list logo