[Openstack] Ceilometer Plugin Development

2015-08-11 Thread Geoffrey Tran
Hello, I am looking to develop some plugins for ceilometer and was hoping to please get some assistance with this. Currently, I have a single node installation with the Identity, Image, Compute, Neutron, dashboard, and Telemetry services installed, following the guide at http://docs.openstack.or

[Openstack] [Neutron][Murano] OpenWRT openstack image ready for download and usage

2015-08-11 Thread Sam Stoelinga
I created an OpenWRT image based on dtroyers blog post. Download here: https://github.com/samos123/openstack-openwrt-image/releases/download/0.1/openwrt-x86-kvm_guest-combined-ext4.img Github repo which I will try to maintain with latest builds of OpenWRT for OpenStack: https://github.com/samos123/

Re: [Openstack] [Juno] How to set the VxLAN UDP port number in Juno?

2015-08-11 Thread Danny Choi (dannchoi)
/etc/neutron/plugins/ml2/ml2_conf.ini does exist already. I added the following to it as Erik suggested and it did not work, port 8472 is still being used afterwards. [agent] vxlan_udp_port=4789 I’m using Linux Bridge, not OVS. From: Kevin Benton mailto:blak...@gmail.com>> Date: Monday, August

Re: [Openstack] Ceilometer Plugin Development

2015-08-11 Thread liusheng
Hi, you installed Juno ceilometer ? If you want to add pollters to compute-agent, you can simply follow these steps: * adding your polllster, this can reference other similar implementation. * enable the entry of your pollster in setup.cfg, it is will be reflected in entry_points.txt under th

Re: [Openstack] [Juno] How to set the VxLAN UDP port number in Juno?

2015-08-11 Thread Erik McCormick
On Aug 11, 2015 8:48 AM, "Danny Choi (dannchoi)" wrote: > > /etc/neutron/plugins/ml2/ml2_conf.ini does exist already. > > I added the following to it as Erik suggested and it did not work, port 8472 is still being used afterwards. > > [agent] > vxlan_udp_port=4789 > There should have been an agent

Re: [Openstack] [Juno] How to set the VxLAN UDP port number in Juno?

2015-08-11 Thread Danny Choi (dannchoi)
Hi Erik, No, there is no “agent” section pre-existing. I have to add it. Danny From: Erik McCormick mailto:emccorm...@cirrusseven.com>> Date: Tuesday, August 11, 2015 at 9:02 AM To: Danny Choi mailto:dannc...@cisco.com>> Cc: Adam Lawson mailto:alaw...@aqorn.com>>, "openstack@lists.openstack.o

[Openstack] [Neutron] [nova-net] Setting up neutron within a guest.

2015-08-11 Thread Michael Turek
Hey all, Sorry for the lengthy email, just trying to explain my issue the best that I can. I'm trying to run devstack with neutron within a guest. The host of this guest is a Ubuntu 14.04 machine devstack running nova-net. To simplify setup and teardown of devstack within this guest, I add

[Openstack] [infra] ask.openstack.org offline for upgrade

2015-08-11 Thread Jeremy Stanley
Marton and I are taking the ask.openstack.org site offline for a couple hours to move it to a new server running a more recent OS, and upgrading the version of Askbot running on it so that support for Google authentication can be restored soon. The server should be offline no more than a couple hou

Re: [Openstack] [Juno] How to set the VxLAN UDP port number in Juno?

2015-08-11 Thread Kevin Benton
Looking at the code, it doesn't look like vxlan_udp_port applies to Linux Bridge. Please file a bug and we should be able to get a fix pretty quickly. On Tue, Aug 11, 2015 at 5:27 AM, Danny Choi (dannchoi) wrote: > /etc/neutron/plugins/ml2/ml2_conf.ini does exist already. > > I added the followi

Re: [Openstack] [Juno] How to set the VxLAN UDP port number in Juno?

2015-08-11 Thread Danny Choi (dannchoi)
Thanks Kevin. I’ve filed bug #1483853 to track this issue. From: Kevin Benton mailto:blak...@gmail.com>> Date: Tuesday, August 11, 2015 at 2:07 PM To: Danny Choi mailto:dannc...@cisco.com>> Cc: Adam Lawson mailto:alaw...@aqorn.com>>, "openstack-operators-requ...@lists.openstack.org

[Openstack] Glance Unit Test failing due to version conflict

2015-08-11 Thread Su Zhang
Hello, I hit an exception while running glance unit test. It worked well previously (one week ago) and I guess this is because a version conflict came up recently. Could anyone give me some suggestions regarding the following issue? Successfully installed Babel-2.0 Jinja2-2.8 Mako-1.0.1 MarkupSaf

[Openstack] [openstack-dev] [Magnum] Obtain the objects from the bay endpoint

2015-08-11 Thread Vilobh Meshram
Hi All, As discussed in today's Magnum weekly meeting I had shown interest to work on [1]. Problem :- Currently objects (pod/rc/service) are read from the database. In order for native clients to work, they must be read from the ReST bay endpoint. To execute native clients, we must have one trut