No, I just installed all services from ubuntu packages, I didn't try
devstack at all.
You can learn both hipervisors and chouse best for your needs. :)
On 2014.01.08. 23:34, Dário Nascimento wrote:
Did you used the devstack xen toos:
https://github.com/openstack-dev/devstack/blob/master/tools/
Thank you all for that was helpful. I also got some more information(to use
agent/linux/interface.py) from neutron mailing list.
From: Salvatore Orlando [sorla...@nicira.com]
Sent: Thursday, January 09, 2014 3:16 AM
To: Jonathan Proulx
Cc: Ageeleshwar Kandavelu;
Hi Adrien,
I will be there at FOSDEM for a talk on Network Services using OpenStack ,
NFV and SDN.
Iam glad to help in manning the stand.
Regards,
Balaji.P
On 8 January 2014 15:16, Adrien Cunin wrote:
> Hi everyone,
>
> FOSDEM [0] is the annual Free and Open Source Developers' European
> Mee
Thanks Alan very much,
I have solve the problem.
On Thu, Jan 9, 2014 at 6:41 AM, Alan Pevec wrote:
> >
> http://docs.openstack.org/grizzly/openstack-image/content/ch_creating_images_automatically.html
>
> That recipe should include setting NOZEROCONF=yes in /etc/sysconfig/network
>
> see htt
Thanks Alan very much,
I have solve the problem.
On Thu, Jan 9, 2014 at 6:41 AM, Alan Pevec wrote:
> >
> http://docs.openstack.org/grizzly/openstack-image/content/ch_creating_images_automatically.html
>
> That recipe should include setting NOZEROCONF=yes in /etc/sysconfig/network
>
> see htt
Hi All,
Attach a volume when creating a server, the API contains
'block_device_mapping', such as:
"block_device_mapping": [
{
"volume_id": "",
"device_name": "/dev/vdc",
"delete_on_termination": "true"
}
]
It allows the op
Dear Thanassi,
thank you very much for your interest! First of all let me inform you
that you are right and I am going with the first (a) approach
(nova-network).
The guide I was following and the place on which the specific problem
arises is this one:
http://docs.openstack.org/havana/install
Hi Arindam,
Looks like the driver you are using is depreciated. So I would suggest to try
to use the new one as stated in the statement below.
Ciao
Remo
On Jan 8, 2014, at 6:47 PM, Bhattacharjee, Arindam (Arindam)
wrote:
> # Nova/nova-compute log
> WARNING nova.virt.libvirt.vif [req-3b9da
Hi all,
I have one NIC on host.
Using two vlans 600 and 700 to be connected to two vNICs of a linux VM created
on host/KVM.
seems like I'm hitting this bug from this error "AttributeError: 'function'
object has no attribute 'get_port'\n"]
https://bugs.launchpad.net/neutron/+bug/1241602
Could a
> http://docs.openstack.org/grizzly/openstack-image/content/ch_creating_images_automatically.html
That recipe should include setting NOZEROCONF=yes in /etc/sysconfig/network
see https://bugzilla.redhat.com/show_bug.cgi?id=983611
Cheers,
Alan
___
Maili
Hi and apologies for the delay in the reply.
The neutron API operations define "logical entries", which pretty much
means they just exist in the database.
The database provides agents information concerning how to wire these port.
If you look at the OVS/ML2 plugins, what does the 'magic' for nova
Did you used the devstack xen toos:
https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md ?
I don't know if I should choose to learn/use Xen or KVM
On 8 January 2014 19:46, Mārtiņš Jakubovičs wrote:
> Hello,
>
> I just followed this guides:
>
> http://docs.openstack.or
On Wed, Jan 8, 2014 at 2:35 PM, Anne Gentle wrote:
> Hi all,
> I wanted to get some input on the os-networks extension documentation as
> it's unclear right now. If you look at
> http://api.openstack.org/api-ref-compute-ext.html#ext-os-networks, you
> see two different POST calls, one disassociat
Hi all,
I wanted to get some input on the os-networks extension documentation as
it's unclear right now. If you look at
http://api.openstack.org/api-ref-compute-ext.html#ext-os-networks, you see
two different POST calls, one disassociates the host from a specified
network, the other disassociates a
On 01/07/2014 06:01 PM, Razique Mahroua wrote:
> Can you show us the KP?
The key part was
[...] ? mce_init+...
Googling got me to https://bugzilla.kernel.org/show_bug.cgi?id=14204 and
then I was able to boot it with "mce=off".
Weird that it boots fine on stock centos 6.5 and needs "nomce" on R
Hello everyone,
while back some people were saying that the performance of GlusterFS was not
acceptable in OpenStack. I have found this article and I wonder if anyone has
had the opportunity to see if this has really improved.
OpenStack Havana: GlusterFS, and what “improved support” really mea
Hello,
I just followed this guides:
http://docs.openstack.org/havana/install-guide/install/apt/content/
http://docs.openstack.org/havana/config-reference/content/introduction-to-xen.html
On 2014.01.08. 21:18, Dário Nascimento wrote:
Hello members,
I'm trying to setup 2 hosts: one is the cont
Hello members,
I'm trying to setup 2 hosts: one is the controller and the other is a Xen
Server running the nova compute node. I cracked the devstack
install_os_domU.sh script to avoid devstack installation. I want use the
production Openstack... I had issues with image creation on devstack on
Ubu
Hi Ritesh
Now I have test the ubuntu and fedora image , work well, so my Openstack
setting have no problem.
so the problem is the in my image.
On Wed, Jan 8, 2014 at 6:02 PM, Ritesh Nanda wrote:
> Hello,
>
> You need to check your metadata service is running. In case of nuetron you
> nee
Found the flaw in my test environment:
used 'mysqldump nova' when I should have used 'mysqldump
--add-drop-database --database nova'
So while tables that existed at the time of the dump were getting
dropped and recreated, it was not dropping the whole database and thus
collecting new tables and c
Hi jay,
I’m reading the script and just found it also works for dhcp agent.
Thanks for your reply. So helpful.
Best regards,
Nick Ma
2014-1-8 上午3:35于 "Jay Pipes" 写道:
>
> On Fri, 2014-01-03 at 18:33 +0800, Li Ma wrote:
> > > Right, the Neutron L3 agent is the only OpenStack service that is
> > >
Hi Ritesh
Now I have test the ubuntu and fedora image , work well, so my Openstack
setting have no problem.
so the problem is the in my image.
On Wed, Jan 8, 2014 at 6:02 PM, Ritesh Nanda wrote:
> Hello,
>
> You need to check your metadata service is running. In case of nuetron you
> nee
Hello,
I have launched an image(i.e a virtual machine) through
devstack by the name vm1 and it is running. When viewed from the kvm
virtual machine manager the instance name is taken as
instance-001. Now I try stopping this vm(instance) from kvm
virtual machine manager but the virtual
Hi All,
Last week I tried to upgrade my production system and ran into
https://bugs.launchpad.net/nova/+bug/1245502 (after having run the
test upgrade in a clean grizzly which is insufficient). The fix for
this was in head (now backported to stable/havana) and only involved
one file 185_rename_un
Interesting question.
I've not used neutron in that way, if you don't get any relevant
responses here I'd suggest reposting under a different subject like
"programatically binding to neutron ports" or something similar, you
may get a different set of readers, perhaps posting to the
openstack-dev l
Hi Eoghan,
That solved the issue. Thanks
However I am still not able to get the following meters data:- vcpus, memory,
disk.root.size, disk.ephimeral.size, power and energy.
I have deployed openstack on a vm, is this has something to do with the reason
why I am not getting power and energy
I re
On 01/08/2014 12:05 PM, Sayali Lunkad wrote:
> Hey,
>
> I am trying to authenticate on Keystone using a Java application.
> Are there any libraries that can be imported in Java for OpenStack clients
> using which I can get easy access to OpenStack.
> Any help would be highly appreciated.
>
> Than
Hey,
I am trying to authenticate on Keystone using a Java application.
Are there any libraries that can be imported in Java for OpenStack clients
using which I can get easy access to OpenStack.
Any help would be highly appreciated.
Thanks,
Sayali.
___
M
On 01/03/2014 02:08 PM, Joshua Harlow wrote:
Awesome!!
I am looking forward to any results u get. For said results when they
arrive make sure they are reproducible and accurate, and then people
can start solving any performance problems in a way that can be
compared to the initial baseline...
Hi,
We are looking for a hardware router solution for integrating the Neutron l3
functionality (routing + floating IPs).
We currently use vlans in our neutron setup.
Are there any hardware based solutions available that have a neutron l3 driver?
In Havana the l3 part has moved to a plugin based
One way to start is to characterize and compare the performance of
different backends for swift. That will open the doors to the next set of
problems e.g. how do you optimize performance for certain classes of
applications.
You may also want to read the research papers by Sage et al. (ceph)
debo
Hello,
You need to check your metadata service is running. In case of nuetron you
need to enable nova metadata service and do some configuration to make it
act as proxy.
Check this out
To allow virtual machines to access the Compute metadata information, the
Networking metadata agent must be ena
Hi everyone,
FOSDEM [0] is the annual Free and Open Source Developers' European
Meeting happening in Brussels early February.
As previous years, OpenStack will be there through different
presentations in (but maybe not only) the "Virtualisation and IaaS"
devroom [1], and for the first time we wil
Trinath,
Tempest tests should be backend-agnostic, so specific tests for your
mechanism driver is not needed.
You need specific testing environment for that which will run tempest tests
against a deployment with mechanism drivers you want to test. See also:
http://ci.openstack.org/third_party.html
Good day.
We trying to create middleware to restrict downscale of disks, and here
few questions:
1) There is 'v3' API for nova in api-paste.ini, but I found no any
documentation about 'v3 nova api' on api.openstack.org, and
horizon/nova-pythonclient use v2 only. What is this? Is middleware f
I already delete service from keystone.
It is keystone service-list 's output:
+--+--+--+---+
|id| name | type |
description|
+--+--+
Hi all,
I am a Ph.D student, department of computer science, delhi university, Delhi,
India
I am working object storage as a service in cloud.
I had studied the features provided by Amazon S3, Window Azure Blob Storage,
EMC Atmos, Openstack Swift and Eucalyptus Walrus.
I had studied Openstack
You can first try to get service id from keystone
#keystone service-list
then
#keystone service-delete
On 1/8/2014 3:14 PM, Robber Phex wrote:
I am using OpenStack H In Ubuntu.
I am try to add swift to OpenStack, But I failed. So, I want to remove
swift. I remove swift's user, service, endpoi
Hi
Now I use RDO deploy Openstack Havana, use GRE network.
I use Ubuntu image, work well,
but I according to the
http://docs.openstack.org/grizzly/openstack-image/content/ch_creating_images_automatically.html
use Oz create centOS6.4 image, include cloud init.
when create instance use the image
I am using OpenStack H In Ubuntu.
I am try to add swift to OpenStack, But I failed. So, I want to remove
swift. I remove swift's user, service, endpoint in keystone, But swift
still in list(Admin -> System Info -> Services has "swift").
How to totally remove swift?
Thank you!
--
Regards,
Robbe
40 matches
Mail list logo