Trinath,
1. We need to update the file once service type is added.
Say, if we add firewall service, we need to add corresponding service type
constant.
2. This constants are keys in the dictionary that keeps loaded plugins.
So currently it's 1 plugin per service type.
E.g. core API can have only
Hi Eugene-
Thanks a lot for the reply..
I have few doubts regarding the file /quantum/plugins/common/constants.py
[1] Do we need to update this file when any new plugin is added?
[2] How this file and its macros are utilized for servicing the multiple
plugins?
Also, I'm thinking on using OVS p
Hi zhiqiang,
you can use admin tenant and it's token to get server details like this:
nova --debug show instance_uuid
and you will see the request detail like this:
REQ: curl -i
http://localhost:8774/v1.1/1c05803250e04a84864888e913e80584/servers/2652ce2e-d661-44bf-b561-3487d309cb6b
-X GET -H "X-A
My 2 cents.
Basically there are two method to interact with Ganglia. One is to push all
data from ceilometer into Gangalia, another one is your suggestion, put all
data from Gangalia to ceilometer.
According to current definition of ceilometer "infrastructure to collect
measurements within Op
I'll be remote (I'll be down in LA for the day) , but can dial in via Webex.
Regards,
Colin
If you would like to schedule a time to speak with me, please click here to see
my calendar and pick a time that works for your schedule. The system will
automatically send us both an outlook meeting in
Hi experts,
I'm using openstack rest admin api recently. I notice that we can use admin
token to get all tenants id.
And now I want to use admin token to get all projects details(like servers).
But according to nova REST api, we need to get all project tokens firstly.
for example:
GET http://
We are going to have a planning meeting on Tuesday, 15 Jan 2012 11:00am to
1:00pm PST. RSVP via http://www.meetup.com/openstack/events/93593062/ Connect
remotely via webex
https://yahoomeetings.webex.com/yahoomeetings/j.php?ED=160663792&UID=492396097&RT=MiM0
If this time doesn't work for you,
Greg - this is how we do it. See "Null-Tier Architecture" at
http://www.pistoncloud.com/cloud-technology/cloud-architecture/ . Note that
it's not just CPU - you end up needing more RAM and Network bandwidth as well.
Joshua
On Jan 8, 2013, at 8:22 AM, Greg Chavez wrote:
>
> Razique,
>
> Yes
HI Stefano,
Thanks for your reply
I can ping all nodes from their local IP using any virtual machine.
1) I have ubuntu 12.10 on all compute nodes
2) I don't have any iptables on all compute nodes. Nova its self intall
iptables firewall
Please find attached file as per your instructions.
Best R
I've had bad luck with ganglia. It tends to self pollute over time,
especially in a lossy environment such as an elastic cloud.
On Tue, Jan 8, 2013 at 7:23 AM, wrote:
> Shengjie,
>
> I've been thinking quite a lot about that recently. I was considering
> putting up a blueprint about supporting
Sorry for the delay, it was a busy day.
I'm missing a step here: are you able to ping all 3 compute nodes from a VM
inside one of them, or can you ping for each VM only the corresponding node?
Can you now paste the output of:
ip addr list on hypervisor and VM
route -n on hypervisor and VM
brctl sho
OK, I included the ‘q-meta’ service in the Devstack localrc, stopped and
completely removed the packages (and associated files) installed by Devstack on
the machine, and reinstalled Devstack. I do now see the ’q-meta’ service
running in the screen log files. I also added a rule to iptables’ nat
I've scheduled a bi-weekly Swift team meeting for Swift contributors. Starting
tomorrow, we will meet in #openstack-meeting every other Wednesday at 11am
Pacific, 1pm Central, 1900 UTC.
For tomorrow's meeting, we will be discussing Swift's next release and the
current outstanding patches
(http
Razique,
Yes. We have the OS on a RAID 1 and the rest of the disks are in a RAID
10. However, should we go with the Compute+Swift Node architecture, we'll
be using this:
[root@kvm-cs-gen-09i ~]# df -h
FilesystemSize Used Avail Use% Mounted on
/dev/mapper/vg00-root
Hey Greg,so if I understand well, you want to have the disk on the hypervisors be used as Swift nodes right?is there any underlying RAID?Regards,
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15
Le 8 janv. 2013 à 16:28, Greg Chavez a écrit :We ar
I'm still getting the same error. Here's what I did:
- git clone https://github.com/openstack/python-swiftclient
- cd python-swiftclient
- sudo python setup.py install
- Repeated the previous procedures
Did it not install correctly?
On Tue, Jan 8, 2013 at 3:47 PM, Chmouel Boudjnah wrote:
> I a
can you do a export SWIFTCLIENT_DEBUG=true before running the interpreters
and tell us the output?
Chmouel.
On Tue, Jan 8, 2013 at 4:57 PM, Leander Bessa Beernaert wrote:
> I'm still getting the same error. Here's what I did:
>
> - git clone https://github.com/openstack/python-swiftclient
> - c
Sean:
Could you say a little more about why it is that running nova-compute
inside of a VM makes it easier to integrate with nova-network or quantum
(ova)?
The OpenStack docs on VMWare <
http://docs.openstack.org/folsom/openstack-compute/admin/content/vmware.html>
unfortunately don't have any det
I am not sure why it does that (works fine for me), can you try with the
git version to see if you can reproduce ?
Thanks,
Chmouel.
On Mon, Jan 7, 2013 at 7:31 PM, Leander Bessa Beernaert wrote:
> Hello all,
>
> I'm having an issue when using the Python API for swift [1]. I am unable
> to do t
We are in the process of replacing our Diablo KVM infrastructure with
Folsom. Up until now, our virts have been using the local Compute node's
disk space for their images which, obviously, defeats much of the purpose
of a virtualizing. We are ready to implement an iSCSI SAN, but we're a bit
bumme
Shengjie,
I've been thinking quite a lot about that recently. I was considering putting
up a blueprint about supporting collection of metrics from Ganglia-monitored
servers and pushing them into Ceilometer, assuming there isn't anything already
up.
I have run Ganglia on large numbers of server
The "use" line in the swift3 section is wrong. Your config tells the proxy to
load that module from the swift project (ie from swift import swift3). However,
that won't work because swift3 isn't shipped with swift. Instead you need to
have something like "use = egg:swift3#middleware".
For more
Hi all
I have managed to get the Swift installation working correctly with the
Swift API's using tempauth.
But i am currently having issues when starting the Proxy after adding the
Swift3 setup into the Proxy config and i was hoping someone could point me
in the right direction.
My current setup
Hi Julien,
Just look at the blueprints and your post, seems like there is some effort
around synaps, also something around heat, cloudwatch. Just trying to get a
clear picture about the vision and direction around monitoring area.
Shengjie
___
Maili
On Tue, Jan 08 2013, shengjie_...@dell.com wrote:
> Just out of curiosity, Have we ever had any previous threads discussing
> about possibility of integrating Ceilometer with ganglia as a monitoring
> approach? Didn't manage to find any from the mailing list archive.
Doesn't ring a bell, indeed.
Hi guys,
Just out of curiosity, Have we ever had any previous threads discussing about
possibility of integrating Ceilometer with ganglia as a monitoring approach?
Didn't manage to find any from the mailing list archive.
Thanks,
Shengjie
___
Mailing l
The idea I like is to unify the migrate and live-migrate APIs. Currently the
migrate is scheduled and live-migrate is direct to the host.
A single migrate call could be scheduled by default, accepting hints for a
specific host or zone, with the option to be live or not-live and with or
without
Hi,
To get the user-data working for a MS Windows Instance, I found this
http://www.cloudbase.it/cloud-init-for-windows-instances/ and yet to test
it.
Is there a better way to do it. I basically want start a few applications
after booting the instance. I do not prefer the inbuilt startup-tasks si
Hi Stefano,
No Luck, Still same,
I can ping all 3 compute nodes
192.168.1.133
192.168.1.134
192.168.1.135
from any virtual machine, but I can not ping, 192.168.1.136 another linux
machine on local network.
Best Regards,
Umar
On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella
wrote:
> I think t
Hi Trinath,
You might want to check https://review.openstack.org/#/c/15733/
It's the patch implementing multi-plugin support that already have been
merged into quantum's master branch.
Thanks,
Eugene.
On Tue, Jan 8, 2013 at 2:33 PM, Trinath Somanchi wrote:
> Hi Stackers-
>
> How to support mul
Hi chaps,
I have Openstack working quite nicely now, however I have one small oddity.
I'm using nova networking still and I have 3 tenants.
Currently anything to 10/8 isn't being natted, which is fine and good.
One of the tenants does the right thing when going to something other than
10/8, it
Hi Stackers-
How to support multiple service plugins in the Quantum (Folsom)?
I have gone through this link, https://review.openstack.org/#/c/15881/1
Will checking out this code base and integrating the same to the folsom
code base help me in multi-plugin feature for the Quantum (Folsom)
Please
Nice approach Stephen, thanks for the hint.
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15
Le 8 janv. 2013 à 11:03, Stephen Gran a écrit :Hi,Yes, this is in my mind. I see it as being in two parts:First, there needs to be a scheduler hin
Hi,
Yes, this is in my mind. I see it as being in two parts:
First, there needs to be a scheduler hint and filter so that the
scheduler knows not to schedule more VMs for the host in maintenance
mode.
Second, there needs to be a way to ask the scheduler 'where would you
put this VM if you were
Hey, this is not a feature I'm aware of at the moment. But I think you can do that by iterating on the instance. The command nova show $instance_id will give you the host the instance is running on. You can use it to loop on a migration process. You can also use a mysql request in order to retrieve
HI,
I also want public ip on Virtual Machine. So after changing as per your
suggesstion can I access my virtual machine through public ip?
Best Regards,
Umar
On Tue, Jan 8, 2013 at 2:56 AM, Stefano Zanella
wrote:
> I think there's a mismatching here between configuration and intended
> behavio
36 matches
Mail list logo