Re: [Openstack-operators] Horizon Custom Logos (Queens, 13.0.1)

2018-08-21 Thread Nick Jones
Hi Erich. Yeah, I battled against this myself quite recently. Here's what I did to add a logo to the Horizon splash page and to the header of each page itself. Create a file called _splash.html, containing: And a file called _brand.html, containing: {% load branding %} {% load themes %}

Re: [Openstack-operators] How are you handling billing/chargeback?

2018-03-14 Thread Nick Jones
On 13/03, Simon Leinen wrote: Lars Kellogg-Stedman writes: I'm curious what folks out there are using for chargeback/billing in your OpenStack environment. We use a homegrown billing system that periodically samples utilization of billable resources. We had something similar at DataCentred -

[Openstack-operators] [openstack-dev][openstack-ops] OpenStack Days UK 2017 - Call for speakers

2017-06-02 Thread Nick Jones
Hello! Organisation of the next edition of OpenStack Days UK is in full swing, and in case you missed the announcement, the event is to be held in Central London (Bishopsgate) on the 26th of September. Full details are on the website: https://openstackdays.uk At t

Re: [Openstack-operators] Ceph recovery going unusually slow

2017-06-02 Thread Nick Jones
You definitely have my sympathies; We encountered a similar situation a couple of years ago and it was a very hairy ordeal indeed. We found most of the suggestions in this mailing list post to be extremely beneficial in coaxing our cluster back into life: https://www.mail-archive.com/ceph-users@

[Openstack-operators] [publiccloud] Public Cloud WG sessions at the Boston Summit

2017-05-09 Thread Nick Jones
Hi all. If you’re a public cloud operator lucky enough to be present at the Boston Summit this week, then I’d like to remind you that there’s two Forum sessions scheduled that you should try and attend. The first is today at 5:30pm and is regarding features missing in OpenStack core for public

Re: [Openstack-operators] [puppet] module dependencies in final Mitaka release

2017-04-26 Thread Nick Jones
It looks like that’s the dependancy specified for the Mitaka edition of that module. Can you not run a newer release? If not, and if you want any fixes submitted back upstream to be accepted, we’d better move quick… ;) -- -Nick > On 26 Apr 2017, at 10:50, Nick Jones wrote: > >

Re: [Openstack-operators] [puppet] module dependencies in final Mitaka release

2017-04-26 Thread Nick Jones
Hi Justin. Is there a corresponding bug on Launchpad against puppet-neutron? -- -Nick > On 26 Apr 2017, at 10:26, Justin Cattle wrote: > > Hi, > > > It looks like there is some invalid dependencies in the neutron module: > > +{ > +"name": "openstack/vswitch", > +

Re: [Openstack-operators] backup to object store - tool recommendations

2017-03-27 Thread Nick Jones
On 27 Mar 2017, at 12:59, Marcus Furlong wrote: > > On 27 March 2017 at 22:39, Blair Bethwaite > wrote: >> Hi all, >> >> Does anyone have any recommendations for good tools to perform >> file-system/tree backups and restores to/from a (Ceph RGW-based) >> object

[Openstack-operators] [openstack-operators] Milano Ops Midcycle - Security

2017-03-09 Thread Nick Jones
Here’s the Etherpad for the Security session at the Ops Midcycle: https://etherpad.openstack.org/p/MIL-ops-security I’ve seeded it with an outline and a couple of suggested topics, mostly based on what wasn’t covered in Barcelona. If there’s

Re: [Openstack-operators] Operators Mid-cycle Moderator

2017-03-02 Thread Nick Jones
Hi Melvin. > On 25 Feb 2017, at 17:35, Melvin Hillsman wrote: > > Hey everyone, > > Thank you all for signing up to be moderators at the upcoming Operator > Mid-cycle. I am sending this not only to you but to the ML at large in hopes > that we get additional volunteers. [..] > What I hope t

Re: [Openstack-operators] Glance with ceph backend stated to give errors

2017-01-31 Thread Nick Jones
Hi Grant. Could be unrelated but I'm throwing it out there anyway as we had similar 'weirdness' with Glance recently... If you're running the Ceph Jewel or Hammer packages on your Glance node then you might be running into this bug, in which image.stat() calls in librbdpy fail intermittently: ht

Re: [Openstack-operators] Delete cinder service

2016-09-02 Thread Nick Jones
On 2 Sep 2016, at 9:28, William Josefsson wrote: [..] Is there any cleanup of volumes entries with deleted=1, or is it normal these old entries lay around? thx will There’s a timely blog post from Matt Fischer on exactly that subject: http://www.mattfischer.com/blog/?p=744 His comment regar

Re: [Openstack-operators] Delete cinder service

2016-09-01 Thread Nick Jones
On 1 Sep 2016, at 15:36, Jonathan D. Proulx wrote: On Thu, Sep 01, 2016 at 04:25:25PM +0300, Vladimir Prokofev wrote: :I've used direct database update to achive this in Mitaka: :use cinder; :update services set deleted = '1' where ; I belive the official way is: cinder-manage service remove

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Nick Jones
> On Thu, 2016-06-23 at 09:55 +0100, Nick Jones wrote: >> Another vote of confidence for the script that Tim has mentioned with >> regards to clearing down Nova’s DB. I blogged a bit about the process >> and the results here: >> >> >> http://dischord.

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-23 Thread Nick Jones
Another vote of confidence for the script that Tim has mentioned with regards to clearing down Nova’s DB. I blogged a bit about the process and the results here: http://dischord.org/2015/12/30/archiving-data-in-nova-s-database/

Re: [Openstack-operators] Moving from distro packages to containers (or virtualenvs...)

2016-05-12 Thread Nick Jones
Hi. > I am investigating how to help move godaddy from rpms to a container-like > solution (virtualenvs, lxc, or docker...) and a set of questions that comes > up is the following (and I would think that some folks on this mailing list > may have some useful insight into the answers): I’ve bee

[Openstack-operators] [openstack-operators][puppet]Discussion topics for today's EU Ops Puppet session

2016-02-15 Thread Nick Jones
Hi all. If you’re attending the EU Operators meetup today in Manchester and more specifically the ‘Experience with Puppet Deployments’ session, I’ve pre-seeded an Etherpad with some suggested topics for conversation here: https://etherpad.openstack.org/p/MAN-ops-puppet

Re: [Openstack-operators] Galera setup testing

2015-12-08 Thread Nick Jones
Neutron has protection against these now as of liberty with API level retry operations so this shouldn't be a problem for neutron any more. Jay Pipes wrote an awesome post about the problem itself and a solution earlier this year: http://www.joinfu.com/2015/01/understanding-reservations-con

[Openstack-operators] [openstack-operators][osops] Listing orphaned Neutron objects via listorphans.py

2015-11-11 Thread Nick Jones
A while ago I knocked up a quick-and-dirty Python script to list various ‘orphaned’ Neutron objects. By orphans I mean objects that OpenStack is aware of but which don’t have a valid project ID any more. This is something that we as a public cloud operator have to manage on a regular basis, as

Re: [Openstack-operators] [neutron] Any users of Neutron's VPN advanced service?

2015-08-07 Thread Nick Jones
We've had several users on our public OpenStack installation make use the VPNaaS facility to fulfil their VPN requirements with varying degrees of success. Use cases have ranged, one particular company made extensive use in order to connect different projects together for example. We've recommend

Re: [Openstack-operators] 100% CPU and hangs if syslog is restarted

2015-05-28 Thread Nick Jones
> On 28 May 2015, at 19:10, Tim Bell wrote: > > Using UDP is a great workaround but it does not feel like a fix... can't the > daemons realise that the syslog socket is not alive and reconnect. Given it > affects most of the OpenStack projects, a fix inside one of the oslo logging > libraries

Re: [Openstack-operators] Hyper-converged OpenStack with Ceph

2015-03-19 Thread Nick Jones
I think the answer is: It depends. Echoing Warren's experience below, we've also seen extraordinarily high load averages on our OSD nodes during certain recovery scenarios with Ceph. Putting instances on there would simply not be viable under such circumstances. Ceph's documentation was recentl

Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-16 Thread Nick Jones
Hi Adam. > On 16 Mar 2015, at 20:52, Adam Lawson wrote: > > Got a strange error and I'm really hoping to get some help with it since it > has be scratching my head. > > When I create a VM within Horizon and select the PRIVATE network, it boots up > great. > When I attempt to create a VM withi