Some considerations ... I don't know if nova remove rules when an instance is
terminated. But it seems that some rules are missing. For example, we can se a
lot of address in the NAT table, from .4 to .9 ... But, in the FILTER table, we
can see rules just to hosts .7 and .18.
Chain nova-compute
You'll also want to be aware of this issue:
https://answers.launchpad.net/openstack-dashboard/+question/172071
Everett
On Wed, Oct 5, 2011 at 9:27 AM, Carlo Impagliazzo wrote:
> Alle martedì 04 ottobre 2011, Carlo Impagliazzo ha scritto:
> > Hi guys
> > I have a working diablo stack.
> >
> > U
Thanks Jorge.
On 10/07/2011 02:30 PM, Jorge Luiz Correa wrote:
> It seems that configs are OK.
Yes, that's what baffling me. I am pretty sure it was working before. I
applied some redhat update and rebooted the cluster couple weeks ago.
>
> If you use dig from the controller, could resolv
Leandro Reox wrote:
> How is the rest of the community going to participate or leave their
> opinion on why some design path is going to be taken, or maybe leave
> their feedback of why an arquitecture change is going to be made. Will
> be an open list ? or just for few ?
I think the idea is not
It seems that configs are OK.
If you use dig from the controller, could resolv names? I'm asking because
can be case that packets arrive from VMs to controller but couldn't go to
Internet.
Another thing you can check. Although the resolv.conf of VMs are set with
10.0.1.1, there are a lot of iptab
Swift support is in the dashboard, and is configured entirely by Keystone, upon
which Dashboard depends for the API endpoints from its service catalog. You
will need swift and dashboard both configured in Keystone to get the
operability.
- joe
On Oct 7, 2011, at 11:20 AM, Khaled Ben Bahri wro
Hi all!
Just to report about my problem...
I've detected the cause. Among many log entries, one character was very
important: the # in the following line:
(nova): TRACE: Stderr: "Bad argument `#'\nError occurred at line: 18\nTry
`iptables-restore -h' or 'iptables-restore --help' for more informa
Check if you have a dnsmasq running on host that runs nova-network. It's
necessary a DNS service on 10.0.1.1.
On the nova-network host:
$ ps aux | grep dns
or you can look for open ports:
$ netstat -tupan | grep 53
:)
On Fri, Oct 7, 2011 at 2:08 PM, Sharif Islam wrote:
> -BEGIN PGP SIGN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/07/2011 01:44 PM, Jorge Luiz Correa wrote:
> Check if you have a dnsmasq running on host that runs nova-network. It's
> necessary a DNS service on 10.0.1.1.
>
> On the nova-network host:
>
> $ ps aux | grep dns
>
# ps aux|grep dnsmasq
nobody
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The instances in openstack are running and I can ssh using the public
address (cactus release). Today I noticed, the vms cannnot connect to
the outside world properly. I don't recall this happening before. The
issue seems to be with name resolution. I
I can't run a cloudpipe instance in diablo using a Vlan because I have
an exception (please look the Trace1 Below).
I debugged the code and I have seen the function "fixed_ip_associate" in
"nova/db/sqlalchemy/api.py"
is called without set "network_id" so I changed the function
"allocate_fixed_ip"
Leandor Reox wrote:
> How is the rest of the community going to participate or leave their opinion
> on why some design
> path is going to be taken, or maybe leave their feedback of why an
> arquitecture change is going
> to be made. Will be an open list ? or just for few ?
> Will be launchapd
OpenStack Community Newsletter – October 7
Wrap-up edition
This weekly newsletter is a way for the community to learn about all the
various activities occurring on a weekly basis. If you would like to add
content to a weekly update or have an idea about this newsletter, please
email stef...@opens
+1
Devin
On Oct 7, 2011, at 7:16 AM, John Dickinson wrote:
> I would prefer to keep the list together. I do not think the volume of either
> dev or user conversations is too oppressive to the other, and I would like to
> avoid wither group being neglected by the other.
>
> Sent from my iPhon
Hi,
for windows OS there are cyberduck software http://cyberduck.ch/
On linux System, there are dashboard for Nova but I wonder if we can configure
it for swift
Regards
Khaled
Date: Fri, 7 Oct 2011 08:14:16 -0300
From: corre...@gmail.com
To: openstack@lists.launchpad.net
Subject: Re: [Opensta
I'd prefer not to split the [OpenStack] list just yet but promote
[Openstack-operators] and maybe rename it Openstack-ops. Might sound
counterintuitive but seems to provide for the stated goals of welcoming new
users. It is getting more posts.
Link is:
http://lists.openstack.org/cgi-bin/mailma
Hi!!!
A weird thing happens. I had configured a security group to permit SSH and
ICMP, as in all tutorial we can see on the Internet. However, when these
problems started, and after this help about security groups, I noticed that
these rules disappeared from database. euca-describe-groups have no
On Thu, 2011-10-06 at 22:11 -0400, John Purrier wrote:
> Stefano, can you elaborate on why the developers feel a split is necessary
> at this point? Most (if not all) of the traffic is developer oriented, what
> is the problem we want to solve?
the general feedback I had is that the volume of mess
On 10/07/2011 08:19 AM, Eric Dodemont wrote:
> I would like to install OpenStack 2011.3 (Diablo) in Ubuntu 11.04
> (Natty) via packages.
>
> The PPA to use is:
>
> ppa:openstack-release/2011.3 -- OpenStack 2011.3 ("Diablo")
>
> When I look at the packages available in that PPA, I can find
You've probably got a bad security group rule applied (there isn't good
input validation), which causes iptables-restore to fail on the bad rule.
On Oct 7, 2011 9:11 AM, "Jorge Luiz Correa" wrote:
> Hi! I would like some help with nova-network. Yestarday it was working and
> now I'm having proble
Hi! I would like some help with nova-network. Yestarday it was working and
now I'm having problems.
2011-10-07 08:56:20,884 AUDIT nova [-] Starting network node (version
2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2)
2011-10-07 08:56:20,885 DEBUG nova.utils [-] Attempting
Typing the command:
"nova flavor-list" you will have the output describring the local
storage allocated on each flavor
On Fri, Oct 7, 2011 at 1:10 PM, Jorge Luiz Correa wrote:
> I've read somewhere that flavors (different types of VMs, like m1.tiny,
> m1.small etc) have some disk space. This dis
I would like to install OpenStack 2011.3 (Diablo) in Ubuntu 11.04
(Natty) via packages.
The PPA to use is:
ppa:openstack-release/2011.3 -- OpenStack 2011.3 ("Diablo")
When I look at the packages available in that PPA, I can find for Nova:
nova - 2011.3-0ubuntu2~ppa1~natty1 -- Publis
I would prefer to keep the list together. I do not think the volume of either
dev or user conversations is too oppressive to the other, and I would like to
avoid wither group being neglected by the other.
Sent from my iPhone
On Oct 7, 2011, at 2:16 AM, "Wayne A. Walls" wrote:
> I remember hav
I appreciate too!
Is it possible to use Dashboard as interface to Swift to do "users"
activities, for example, a web interface like Dropbox where users can upload
and download files? I've seen tutorials with Cyberduck, but just one client
isn't cool.
Thanks!
On Fri, Oct 7, 2011 at 6:19 AM, Khale
I've read somewhere that flavors (different types of VMs, like m1.tiny,
m1.small etc) have some disk space. This disk space is available as a device
like /dev/vbd. Moreover, it seems the volume attached to a VM isn't
predictable in what device it will be attached, so we need to search for
them in t
Hi,
Have any one successfully create/attach volume. I have installed a stackops
multinode setup. I had created instance as m1.small and I see the instances are
having /dev/vdb with 20GB by default.
And when I try euca-create-volume there is no error. Also euca-attach-volume is
done without an
Hi,
can any one help me please to configure dashboard for openstack swift, or if
there are any other web interface for swift
what I found is for nova.
thanks in advance for any help
Best regards
Khaled
___
Ma
28 matches
Mail list logo