Re: [openstack-dev] [kolla] Gate precheck job failed due to minimum kernel version on ubuntu 14.04

2016-05-08 Thread Steve Kowalik
On 08/05/16 08:11, lương hữu tuấn wrote: Hi, @Robert: I was successful to update the kernel without change the image. But that was Robert's point entirely. Installing the kernel will work fine, but it does not get you running that kernel -- also like Robert said, you need to change the image t

Re: [openstack-dev] [TripleO] Proposing Ian Wienand as core reviewer on diskimage-builder

2015-11-03 Thread Steve Kowalik
On 04/11/15 02:25, Gregory Haynes wrote: > Current cores - Please respond with any approvals/objections by next Friday > (November 13th). +1 from me as well. -- Steve "...In the UNIX world, people tend to interpret `non-technical user' as meaning someone

Re: [openstack-dev] [packaging] Adding packaging as an OpenStack project

2015-05-28 Thread Steve Kowalik
On 29/05/15 06:41, Haïkel wrote: > Here's the main script to rebuild a RPM package. > https://github.com/openstack-packages/delorean/blob/master/scripts/build_rpm.sh > > The script basically uses rpmbuild to build packages, we could have a > build_deb.sh that uses > sbuild and add dockerfiles for

Re: [openstack-dev] [TripleO] nominating James Polley for tripleo-core

2015-01-14 Thread Steve Kowalik
On 15/01/15 07:14, Clint Byrum wrote: Hello! It has been a while since we expanded our review team. The numbers aren't easy to read with recent dips caused by the summit and holidays. However, I believe James has demonstrated superb review skills and a commitment to the project that shows broad a

[openstack-dev] [TripleO] How do the CI clouds work?

2014-12-18 Thread Steve Kowalik
Hai, I am finding myself at a loss at explaining how the CI clouds that run the tripleo jobs work from end-to-end. I am clear that we have a tripleo deployment running on those racks, with a seed, a HA undercloud and overcloud, but then I'm left with a number of questions, such as:

Re: [openstack-dev] [diskimage-builder] ramdisk-image-create fails for creating Centos/rhel images.

2014-12-14 Thread Steve Kowalik
On 11/12/14 17:51, Harshada Kakad wrote: > I am trying to build Centos/rhel image for baremetal deployment using > ramdisk-image-create. I am using my build host as CentOS release 6.5 > (Final). > It fails saying no busybox available. The 'ramdisk' element in diskimage-builder requires busybox, wh

[openstack-dev] [TripleO] Do we want to remove Nova-bm support?

2014-12-03 Thread Steve Kowalik
Hi all, I'm becoming increasingly concerned about all of the code paths in tripleo-incubator that check $USE_IRONIC -eq 0 -- that is, use nova-baremetal rather than Ironic. We do not check nova-bm support in CI, haven't for at least a month, and I'm concerned that parts of it may be slowly

Re: [openstack-dev] [diskimage-builder] Tracing levels for scripts (119023)

2014-12-01 Thread Steve Kowalik
On 02/12/14 12:27, Ian Wienand wrote: > - pretty sure SHELLOPTS doesn't survive sudo, which might add another > layer of complication for users sudo is well-known to strip out all but a well-defined list of environment variables when you use it. sudo -E turns that off, but the configuration can

[openstack-dev] [TripleO] Removing nova-bm support within os-cloud-config

2014-10-20 Thread Steve Kowalik
With the move to removing nova-baremetal, I'm concerned that portions of os-cloud-config will break once python-novaclient has released with the bits of the nova-baremetal gone -- import errors, and such like. I'm also concerned about backward compatibility -- in that we can't really remove the fu

Re: [openstack-dev] [all] add cyclomatic complexity check to pep8 target

2014-10-16 Thread Steve Kowalik
On 17/10/14 15:23, Angus Salkeld wrote: > Thanks for that, I mostly copied your patch for Heat: > https://review.openstack.org/#/c/129126/ > > I wish it would print out the value for all the modules tho', that is > what is nice about radon. It's a little horrible, but we can do the same thing: (

Re: [openstack-dev] [TripleO] a need to assert user ownership in preserved state

2014-10-01 Thread Steve Kowalik
On 02/10/14 12:26, Mike Spreitzer wrote: > I do not understand the problem statement. Unfortunately, I am not > familiar with image based updates using TripleO. What is updating what? > If the UIDs are not asserted, what UIDs shift by one? Is this because > some files keep owner UID while the so

Re: [openstack-dev] [TripleO] Propose adding StevenK to core reviewers

2014-09-18 Thread Steve Kowalik
On 19/09/14 12:22, Robert Collins wrote: > So we've clearly got a majority support :) - Steve, you up for the challenge? "I solemnly swear I am up to no go..." Wait, that isn't the quote I'm after. :-) I'm delighted to say I'm up for and welcome the challenge. Cheers, --

Re: [openstack-dev] [TripleO][Ironic] Unique way to get a registered machine?

2014-08-22 Thread Steve Kowalik
nodes list changes, because say you add a second NIC, and up the amount of RAM for a few of your nodes, we then want to update those details in the baremetal service, rather than skipping those nodes since they are already registered. Cheers, -- Chris Jones On 22 Aug 2014, at 07:32, Steve Ko

[openstack-dev] [TripleO][Ironic] Unique way to get a registered machine?

2014-08-21 Thread Steve Kowalik
Hi, TripleO has a bridging script we use to register nodes with a baremetal service (eg: Ironic or Nova-bm), called "register-nodes", which given a list of node descriptions (in JSON), will register them with the appropriate baremetal service. At the moment, if you run register-nodes a sec

[openstack-dev] [TripleO] Python 3 support in os-*-config

2014-08-14 Thread Steve Kowalik
Hai, I've been poking at Python 3 support in os-*-config recently, and here's what is going on with it: * os-apply-config This one looks to be the hardest one to port. Multiple test failures, hard coded use of '#!/usr/bin/env python' which is unhappy in a only Python 3 environment, ma

Re: [openstack-dev] [Tuskar] Not able to set up the stack

2014-07-15 Thread Steve Kowalik
On 15/07/14 15:26, Peeyush Gupta wrote: > I have been trying to set up TripleO. To do that, i first installed > ironic with devstack. So, I have three baremetal node. Then I went > on to install tuskar and tuskar-ui using their respective installation > guides > i.e. https://github.com/openstack/tu

Re: [openstack-dev] [tripleo] [ironic] Multiple VM sizes for devtest

2014-07-14 Thread Steve Kowalik
On 15/07/14 11:12, Steve Kowalik wrote: > Flavors as of right now will only create a flavor that matches the first > nodes specification, but there is work underway already to fix that up > -- the first step of which is to move to the create-nodes provided by > os-cloud-config. Th

Re: [openstack-dev] [tripleo] [ironic] Multiple VM sizes for devtest

2014-07-14 Thread Steve Kowalik
On 15/07/14 05:39, Matthew Gilliard wrote: > In my head, a rough plan is: allow a user to provide a file detailing > the specs of the VMs they want. (If it's not supplied we can fallback > to the current behaviour). Nodes are created and given "roles" > according to the contents of that file, a

Re: [openstack-dev] [Openstack] is tenant-id in network API?

2014-07-06 Thread Steve Kowalik
On 07/07/14 13:56, Anne Gentle wrote: > Please check to see if this patch fixes the issue: > > https://review.openstack.org/1050 > That's a patch (actually against quantum, which is amusing) from 2011, I think you're missing a few numbers at the end. :-) --

Re: [openstack-dev] [Jenkins] [Cinder] InvocationError in gate-cinder-python26 & python27

2014-06-29 Thread Steve Kowalik
On 30/06/14 16:37, Amit Das wrote: > I have been facing below issues at gate-cinder-python26 & > gate-cinder-python27 after uploading my patch. > > I assume this to be an infrastructure issue than an issue with my patch. > Can someone please confirm ? > > . > 2014-06-30 05:41:57.704 | check_u

Re: [openstack-dev] [hacking] rules for removal

2014-06-24 Thread Steve Kowalik
On 25/06/14 07:26, Mark McLoughlin wrote: > There's two sides to this coin - concern about alienating > non-english-as-a-first-language speakers who feel undervalued because > their language is nitpicked to death and concern about alienating > english-as-a-first-language speakers who struggle to un

Re: [openstack-dev] [TripleO] dib-utils Release Question

2014-06-23 Thread Steve Kowalik
On 24/06/14 06:31, Jay Dobies wrote: > I finished the releases for all of our existing projects and after > poking around tarballs.openstack.org and pypi, it looks like they built > successfully. Yay me \o/ > > However, it doesn't look like dib-utils build worked. I don't see it > listed on tarbal

[openstack-dev] [TripleO][Tuskar] Feedback on init-keystone spec

2014-04-30 Thread Steve Kowalik
Hi, I'm looking at moving init-keystone from tripleo-incubator to os-cloud-config, and I've drafted a spec at https://etherpad.openstack.org/p/tripleo-init-keystone-os-cloud-config . Feedback welcome. Cheers, -- Steve "I hate temporal mechanic

Re: [openstack-dev] [Openstack][nova][Neutron] Launch VM with multiple Ethernet interfaces with I.P. of single subnet.

2014-04-16 Thread Steve Kowalik
On 17/04/14 14:20, Aaron Rosen wrote: > You can do it with ip aliasing and use one interface: > > ifconfig eth0 10.0.0.22/24 > ifconfig eth0:1 10.0.0.23/24 > ifconfig eth0:2 10.0.0.24/24 The 'ip' command can also do it. ip addres

Re: [openstack-dev] [heat] Standing down as PTL

2014-04-02 Thread Steve Kowalik
On 03/04/14 16:03, Monty Taylor wrote: > All hail the Mooball release. > > Now we just have to find a city that's in a state or country with a > placename of "Mooball" - that shouldn't be too hard ... http://en.wikipedia.org/wiki/Mooball,_New_South_Wales > On 04/02/2014 08:20 PM, Qiming Teng wro

Re: [openstack-dev] [TripleO] Alternating meeting time for more TZ friendliness

2014-03-19 Thread Steve Kowalik
On 19/03/14 06:57, James Slagle wrote: > Our current meeting time is Tuesdays at 19:00 UTC. I think this works > ok for most folks in and around North America. > > It was proposed during today's meeting to see if there is interest is > an alternating meeting time every other week so that we can b

Re: [openstack-dev] testr help

2014-03-07 Thread Steve Kowalik
On 07/03/14 12:56, John Dennis wrote: Question: How do you list just the failing tests? I don't want to see the contents of the logging data stored under the pythonlogging: key. Ideally I'd like to see the name of the test, what the failure was, and possibly the associated stacktrace. Should be s

Re: [openstack-dev] Sent the first batch of invitations to Atlanta's Summit

2014-02-17 Thread Steve Kowalik
On 18/02/14 11:26, Robert Collins wrote: > NVM. Found the nicely styled small text in low contrast colour. > > /me headdesks I found it completely non-obvious too, and had to go back and look for the link. If the promotion code text box was always visible with the Apply button grayed out when the