| *** Caterpillar has quit IRC | 00:02 | |
| rdogerrit | rdo-trunk proposed rdoinfo: Bump rdoinfo newton tags to latest upper-constraints https://review.rdoproject.org/r/4178 | 00:03 |
|---|---|---|
| rdogerrit | rdo-trunk proposed rdoinfo: Bump rdoinfo ocata-uc tags to latest upper-constraints https://review.rdoproject.org/r/4176 | 00:03 |
| *** manous has quit IRC | 00:04 | |
| *** wolverineav has joined #rdo | 00:05 | |
| *** iranzo has quit IRC | 00:05 | |
| *** iranzo has joined #rdo | 00:07 | |
| *** iranzo has quit IRC | 00:07 | |
| *** iranzo has joined #rdo | 00:07 | |
| *** wolverineav has quit IRC | 00:09 | |
| pabelanger | mnaser: dmsimard: something I hacked on over the weekend. To install keystone with ansible: https://github.com/pabelanger/pabelanger.keystone | 00:09 |
| pabelanger | mnaser: dmsimard: it currently has zero configuration setting or service configuration | 00:10 |
| pabelanger | mnaser: dmsimard: but allows you to only install keystone | 00:10 |
| mnaser | pabelanger: dmsimard hey, that's a good start, i got caught up in other stuff but most of the time i'm spending is organizing things that are common between services | 00:10 |
| mnaser | ex: oslo-db, oslo-messaging | 00:10 |
| mnaser | i want those to be reused from day 1 pretty much, itll make standing up other services much easier | 00:11 |
| pabelanger | mnaser: The idea would be similar to http://git.openstack.org/cgit/openstack/ansible-role-nodepool layout, any dependencies would be included in the playbook, not role. EG: http://git.openstack.org/cgit/openstack/windmill/tree/playbooks/nodepool-builder.yaml | 00:12 |
| pabelanger | mnaser: but sadly, I don't have bandwidth to move into openstack services yet :) | 00:13 |
| mnaser | pabelanger no problem! it's something we need and it'll be helpful for many others. i was hoping to have an oslo-db role which service specific roles depend on | 00:14 |
| *** wolverineav has joined #rdo | 00:14 | |
| mnaser | that way, as long as you have those 2, you can easily stand up services (or choose to do it yourself). the idea is not to tie you up to a playbook, the role will work on it's own (as long as you have it's 1 or 2 dependencies) | 00:15 |
| pabelanger | mnaser: would you oslo-db role also install mysql? Or do you have a mysql specific role? | 00:16 |
| mnaser | nope, mysql would be up to the user, oslo-db would create db (if you want, using ansible's mysql_db) and configure the service .conf file accordingly | 00:16 |
| mnaser | similar to how puppet-{nova,neutron,friends} operate | 00:16 |
| pabelanger | mnaser: YES, exactly | 00:17 |
| mnaser | ex: keystone will setup a virtual host, but its up to the user to stand up apache, etc | 00:17 |
| mnaser | we tried to use the ones by OSA but they're not decomposable, they fully depend on the playbook being ran | 00:17 |
| mnaser | (and also they only install from source) | 00:18 |
| *** wolverineav has quit IRC | 00:19 | |
| pabelanger | correct, in fact, I'm not sure I'd include a vhost inside the keystone role, since it would be possible to do apache and nginx. And, I wouldn't want the keystone role be used to template those files, but another ansible role is happy to do it :) | 00:19 |
| mnaser | pabelanger: i was thinking more of "here's a managed drop-in vhost, but openstack_keystone_manage_vhost: false and you're on your own" | 00:23 |
| *** wolverineav has joined #rdo | 00:24 | |
| pabelanger | mnaser: ya, I'd rather not have role foo, manage a configuration of bar, especially if role bar already exists and is being used to install bar | 00:25 |
| mnaser | pabelanger i agree | 00:26 |
| pabelanger | mnaser: have to run, but will keep an eye out on your stuff. Will chat tomorrow | 00:26 |
| mnaser | take care pabelanger ! | 00:26 |
| *** wolverineav has quit IRC | 00:29 | |
| *** richm has quit IRC | 00:32 | |
| *** richm has joined #rdo | 00:32 | |
| *** Pharaoh_Atem has quit IRC | 00:37 | |
| *** masonjoyers has quit IRC | 00:37 | |
| *** Pharaoh_Atem has joined #rdo | 00:37 | |
| *** masonjoyers has joined #rdo | 00:37 | |
| *** sasha2 has quit IRC | 00:40 | |
| *** limao has joined #rdo | 00:41 | |
| *** limao has quit IRC | 00:42 | |
| *** limao has joined #rdo | 00:43 | |
| *** Jack_Iv has joined #rdo | 00:43 | |
| *** wolverineav has joined #rdo | 00:44 | |
| rdogerrit | David Moreau Simard created rdo-infra/ansible-role-weirdo-packstack: Move qemu-kvm and nested virtualization setup to packstack https://review.rdoproject.org/r/4246 | 00:47 |
| *** newmember has quit IRC | 00:48 | |
| *** Jack_Iv has quit IRC | 00:48 | |
| dmsimard | mnaser: there's a great new feature in ansible 2.2, it's an include_role task | 00:48 |
| *** wolverineav has quit IRC | 00:48 | |
| mnaser | dmsimard: yup, was hoping to take advantage of that :D | 00:48 |
| dmsimard | mnaser: allows for error handling since it's a task, ex: https://github.com/rdo-infra/weirdo/blob/master/playbooks/puppet-openstack-integration.yml#L23-L42 | 00:49 |
| dmsimard | It's pretty awesome | 00:49 |
| mnaser | tasks_from is nice too | 00:50 |
| dmsimard | yeah there's a couple args, do they have it documented now ? last I checked the documentation was only available in the code :p | 00:51 |
| dmsimard | you can also include a specific var file and things like that | 00:51 |
| mnaser | yup, they are | 00:52 |
| mnaser | i think i might only be able to get started on finishing this stuff up wednesday | 00:52 |
| dmsimard | get started on finishing? sounds great | 00:53 |
| dmsimard | :p | 00:53 |
| mnaser | finishing up! | 00:53 |
| mnaser | at least keystone, id like to have eyes on it, it would be a nice template of what the rest would be built like | 00:53 |
| mnaser | the more modular it's built, the quicker the other services can be done | 00:54 |
| *** wolverineav has joined #rdo | 00:54 | |
| rdogerrit | David Moreau Simard proposed rdo-infra/ansible-role-weirdo-packstack: Move qemu-kvm and nested virtualization setup to packstack https://review.rdoproject.org/r/4246 | 00:54 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 00:54 |
| dmsimard | it sounds like pabelanger and you could definitely chat :) | 00:54 |
| dmsimard | but I see you got acquainted already :p | 00:54 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 00:55 |
| mnaser | :) | 00:55 |
| *** saneax is now known as saneax-_-|AFK | 00:56 | |
| *** hguemar has quit IRC | 00:56 | |
| *** wolverineav has quit IRC | 00:58 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 00:59 |
| *** karimb has quit IRC | 00:59 | |
| mnaser | (i wish action plugins had more docs) | 00:59 |
| dmsimard | mnaser: what do you need? had to deal with that recently | 01:01 |
| mnaser | dmsimard more reference points pretty much. for example, trying to integrate action plugin (for another project) to create a module that makes api calls (similar to ansible's os_* modules) | 01:02 |
| mnaser | i've only been using this as reference pretty much: http://ndemengel.github.io/2015/01/20/ansible-modules-and-action-plugins/ | 01:02 |
| *** wolverineav has joined #rdo | 01:04 | |
| dmsimard | mnaser: so action plugins are tasks that are executed locally on the host | 01:05 |
| dmsimard | modules are executed remotely | 01:05 |
| dmsimard | I have an example for both if that can help | 01:05 |
| dmsimard | otherwise for better or for worse, there's a lot of examples in the actual code :p https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins | 01:06 |
| mnaser | id rather an isolated example though | 01:07 |
| mnaser | if you have something i'd be happy to check | 01:07 |
| dmsimard | mnaser: so this is an action plugin: https://github.com/openstack/ara/blob/master/ara/plugins/actions/ara_record.py | 01:08 |
| *** wolverineav has quit IRC | 01:08 | |
| dmsimard | this is another action plugin: https://github.com/openstack/ara/blob/master/ara/plugins/actions/ara_read.py | 01:08 |
| * mnaser goes through | 01:09 | |
| dmsimard | this is a module: https://github.com/CentOS/python-cicoclient/blob/master/cicoclient/ansible/cico.py | 01:09 |
| dmsimard | the action plugins have a non-straightforward restriction | 01:10 |
| dmsimard | in that they also require a file in the library folder, this took me a long time to figure out | 01:11 |
| dmsimard | ex: https://github.com/openstack/ara/blob/master/ara/plugins/modules/ara_read.py | 01:11 |
| dmsimard | https://github.com/ansible/ansible/pull/18208 | 01:11 |
| mnaser | dmsimard good thing you said that, because i was just about to remove the library/ file | 01:14 |
| mnaser | lol | 01:14 |
| *** wolverineav has joined #rdo | 01:23 | |
| *** elmiko is now known as _elmiko | 01:25 | |
| *** nyechiel_ has joined #rdo | 01:27 | |
| *** wolverineav has quit IRC | 01:28 | |
| *** sdake has quit IRC | 01:29 | |
| *** sasha21 has joined #rdo | 01:32 | |
| *** wolverineav has joined #rdo | 01:33 | |
| *** wolverin_ has joined #rdo | 01:34 | |
| *** wolverineav has quit IRC | 01:37 | |
| dmsimard | mnaser: yeah for an action plugin you need a file in both modules and actions and then make sure they're included in your Ansible config. | 01:38 |
| *** wolverin_ has quit IRC | 01:38 | |
| dmsimard | Even if the file in modules is essentially empty, the details are in that pull request. I think it's silly. | 01:39 |
| *** dyasny has quit IRC | 01:44 | |
| *** dyasny has joined #rdo | 01:45 | |
| *** ashw has quit IRC | 01:47 | |
| *** ashw has joined #rdo | 01:51 | |
| *** richm has quit IRC | 01:52 | |
| *** social has joined #rdo | 01:52 | |
| *** dustins has quit IRC | 01:54 | |
| *** imcleod has quit IRC | 01:56 | |
| *** wolverineav has joined #rdo | 02:07 | |
| *** limao has quit IRC | 02:08 | |
| *** wolverineav has quit IRC | 02:12 | |
| *** limao has joined #rdo | 02:13 | |
| *** limao has quit IRC | 02:13 | |
| *** limao has joined #rdo | 02:18 | |
| *** noslzzp has quit IRC | 02:18 | |
| *** Son_Goku has joined #rdo | 02:30 | |
| *** wolverineav has joined #rdo | 02:31 | |
| *** wolverineav has quit IRC | 02:36 | |
| *** limao has quit IRC | 02:43 | |
| *** limao has joined #rdo | 02:44 | |
| *** Jack_Iv has joined #rdo | 02:44 | |
| *** rlandy has quit IRC | 02:45 | |
| *** gildub has quit IRC | 02:48 | |
| *** Jack_Iv has quit IRC | 02:48 | |
| *** limao has quit IRC | 02:49 | |
| *** limao has joined #rdo | 02:50 | |
| *** dsneddon has quit IRC | 02:51 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 02:54 |
| *** crossbuilder has joined #rdo | 02:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 02:55 |
| *** crossbuilder_ has quit IRC | 02:55 | |
| *** sudipto_ has joined #rdo | 02:58 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 02:59 |
| *** iniazi has quit IRC | 03:00 | |
| *** iniazi has joined #rdo | 03:02 | |
| *** anilvenkata has joined #rdo | 03:04 | |
| *** paragan has joined #rdo | 03:09 | |
| *** rhallisey has quit IRC | 03:11 | |
| *** thrash is now known as thrash|g0ne | 03:16 | |
| *** dsneddon has joined #rdo | 03:20 | |
| *** gildub has joined #rdo | 03:29 | |
| *** wolverineav has joined #rdo | 03:37 | |
| *** jhershbe has joined #rdo | 03:41 | |
| *** wolverineav has quit IRC | 03:44 | |
| *** links has joined #rdo | 03:54 | |
| *** jhershbe has quit IRC | 03:57 | |
| *** nyechiel_ has quit IRC | 04:07 | |
| *** gkadam has joined #rdo | 04:08 | |
| *** anilvenkata_ has joined #rdo | 04:10 | |
| *** sac has quit IRC | 04:10 | |
| *** sac` has joined #rdo | 04:10 | |
| *** anilvenkata has quit IRC | 04:12 | |
| *** gkadam is now known as gkadam|afk | 04:13 | |
| *** sac has joined #rdo | 04:13 | |
| *** sac` has quit IRC | 04:14 | |
| *** anilvenkata_ has quit IRC | 04:15 | |
| *** anilvenkata_ has joined #rdo | 04:16 | |
| *** sac has quit IRC | 04:18 | |
| *** links has quit IRC | 04:21 | |
| *** links has joined #rdo | 04:22 | |
| *** sdake has joined #rdo | 04:23 | |
| *** sac has joined #rdo | 04:23 | |
| *** wolverineav has joined #rdo | 04:29 | |
| *** v1k0d3n has joined #rdo | 04:30 | |
| *** wolverineav has quit IRC | 04:34 | |
| *** nansari has joined #rdo | 04:40 | |
| *** gkadam|afk is now known as gkadam | 04:40 | |
| *** nansari has joined #rdo | 04:41 | |
| *** sudipto_ has quit IRC | 04:46 | |
| *** gildub has quit IRC | 04:51 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 04:54 |
| *** snarwade has joined #rdo | 04:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 04:55 |
| *** wolverineav has joined #rdo | 04:56 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 04:59 |
| *** wolverineav has quit IRC | 05:03 | |
| *** cliles has quit IRC | 05:06 | |
| *** k4n0 has joined #rdo | 05:12 | |
| *** saneax-_-|AFK is now known as saneax | 05:17 | |
| *** rdas has joined #rdo | 05:18 | |
| *** ihrachys has quit IRC | 05:21 | |
| *** cliles has joined #rdo | 05:22 | |
| *** pbandark has joined #rdo | 05:28 | |
| *** sudipto has joined #rdo | 05:28 | |
| *** sudipto_ has joined #rdo | 05:28 | |
| *** sdake_ has joined #rdo | 05:29 | |
| *** wolverineav has joined #rdo | 05:30 | |
| *** sdake has quit IRC | 05:32 | |
| *** sudipto has quit IRC | 05:40 | |
| *** sudipto_ has quit IRC | 05:40 | |
| *** wolverineav has quit IRC | 05:41 | |
| *** pradk has quit IRC | 05:42 | |
| *** Jack_Iv has joined #rdo | 05:47 | |
| *** Amita has joined #rdo | 05:49 | |
| *** wolverineav has joined #rdo | 05:50 | |
| *** Jack_Iv has quit IRC | 05:50 | |
| *** paragan has quit IRC | 05:52 | |
| *** wolverineav has quit IRC | 05:54 | |
| *** paragan has joined #rdo | 05:56 | |
| *** pradk has joined #rdo | 05:56 | |
| *** Jack_Iv has joined #rdo | 05:57 | |
| *** morazi has quit IRC | 05:57 | |
| *** sbulage has joined #rdo | 05:59 | |
| *** sdake has joined #rdo | 06:07 | |
| *** jhershbe has joined #rdo | 06:08 | |
| *** sdake_ has quit IRC | 06:09 | |
| *** k4n0 has quit IRC | 06:15 | |
| *** wolverineav has joined #rdo | 06:18 | |
| *** morazi has joined #rdo | 06:19 | |
| *** percevalbot has quit IRC | 06:21 | |
| *** owlbot has quit IRC | 06:23 | |
| *** wolverineav has quit IRC | 06:23 | |
| *** Jack_Iv has quit IRC | 06:24 | |
| *** pcaruana has quit IRC | 06:26 | |
| *** k4n0 has joined #rdo | 06:28 | |
| *** owlbot has joined #rdo | 06:28 | |
| *** jhershbe has quit IRC | 06:29 | |
| *** percevalbot has joined #rdo | 06:29 | |
| *** ekuris has joined #rdo | 06:32 | |
| *** paragan has quit IRC | 06:39 | |
| *** k4n0 has quit IRC | 06:41 | |
| *** owlbot has quit IRC | 06:42 | |
| *** percevalbot has quit IRC | 06:42 | |
| *** sbulage has quit IRC | 06:46 | |
| *** percevalbot has joined #rdo | 06:48 | |
| *** wolverineav has joined #rdo | 06:49 | |
| *** owlbot has joined #rdo | 06:50 | |
| *** paragan has joined #rdo | 06:51 | |
| *** paragan has joined #rdo | 06:51 | |
| *** wolverineav has quit IRC | 06:54 | |
| *** k4n0 has joined #rdo | 06:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 06:54 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 06:55 |
| *** rbartal has joined #rdo | 06:55 | |
| *** karthiks has joined #rdo | 06:59 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 06:59 |
| *** pradk has quit IRC | 07:02 | |
| *** sdake_ has joined #rdo | 07:03 | |
| *** morazi has quit IRC | 07:03 | |
| *** edannon has joined #rdo | 07:05 | |
| *** sdake has quit IRC | 07:06 | |
| *** wolverineav has joined #rdo | 07:06 | |
| *** dsneddon has quit IRC | 07:08 | |
| *** Caterpillar has joined #rdo | 07:09 | |
| *** sbulage has joined #rdo | 07:10 | |
| *** wolverineav has quit IRC | 07:13 | |
| *** tesseract has joined #rdo | 07:13 | |
| *** hrw has quit IRC | 07:14 | |
| *** sbulage has quit IRC | 07:15 | |
| *** rcernin has joined #rdo | 07:17 | |
| *** morazi has joined #rdo | 07:17 | |
| *** pradk has joined #rdo | 07:18 | |
| *** hrw has joined #rdo | 07:19 | |
| *** rasca has joined #rdo | 07:27 | |
| *** abehl has joined #rdo | 07:27 | |
| *** sbulage has joined #rdo | 07:27 | |
| *** sdake has joined #rdo | 07:30 | |
| *** yfried has joined #rdo | 07:32 | |
| *** sdake_ has quit IRC | 07:32 | |
| *** jprovazn has joined #rdo | 07:32 | |
| *** gildub has joined #rdo | 07:32 | |
| *** wolverineav has joined #rdo | 07:33 | |
| *** ealcaniz has joined #rdo | 07:37 | |
| *** furlongm has quit IRC | 07:39 | |
| *** nyechiel_ has joined #rdo | 07:39 | |
| *** furlongm_ has joined #rdo | 07:40 | |
| *** dtrainor has quit IRC | 07:43 | |
| *** wolverineav has quit IRC | 07:44 | |
| *** egallen has joined #rdo | 07:47 | |
| *** tshefi has joined #rdo | 07:50 | |
| *** smeyer has joined #rdo | 07:51 | |
| *** edannon has quit IRC | 07:51 | |
| *** edannon has joined #rdo | 07:52 | |
| *** aufi has joined #rdo | 07:53 | |
| *** emalikov has joined #rdo | 07:57 | |
| *** paramite has joined #rdo | 07:59 | |
| *** wolverineav has joined #rdo | 07:59 | |
| *** anilvenkata_ has quit IRC | 08:00 | |
| *** pgadiya has joined #rdo | 08:00 | |
| *** karthiks has quit IRC | 08:00 | |
| *** karthiks has joined #rdo | 08:01 | |
| *** anilvenkata has joined #rdo | 08:02 | |
| *** limao has quit IRC | 08:03 | |
| *** limao has joined #rdo | 08:03 | |
| *** wolverineav has quit IRC | 08:03 | |
| *** garrett has joined #rdo | 08:05 | |
| *** wolverineav has joined #rdo | 08:06 | |
| rdogerrit | Eyal proposed rdoinfo: Add package for Openstack Vitrage Dashboard https://review.rdoproject.org/r/4149 | 08:08 |
| *** limao has quit IRC | 08:08 | |
| *** pcaruana has joined #rdo | 08:09 | |
| *** saneax is now known as saneax-_-|AFK | 08:10 | |
| *** tmorin has joined #rdo | 08:11 | |
| *** wolverineav has quit IRC | 08:11 | |
| *** mcornea has joined #rdo | 08:12 | |
| *** florianf has joined #rdo | 08:15 | |
| *** saneax-_-|AFK is now known as saneax | 08:18 | |
| *** flepied has joined #rdo | 08:20 | |
| *** tmorin has quit IRC | 08:23 | |
| *** strigazi_AFK is now known as strigazi | 08:26 | |
| *** limao has joined #rdo | 08:27 | |
| *** xek has joined #rdo | 08:27 | |
| *** dciabrin|away is now known as dciabrin | 08:27 | |
| *** lkuchlan has joined #rdo | 08:28 | |
| *** limao has quit IRC | 08:28 | |
| *** wolverineav has joined #rdo | 08:31 | |
| *** limao has joined #rdo | 08:33 | |
| *** panda|zZ is now known as panda | 08:35 | |
| *** wolverineav has quit IRC | 08:36 | |
| rdogerrit | Eyal proposed openstack/vitrage-distgit: Initial spec files for vitrage https://review.rdoproject.org/r/4150 | 08:36 |
| *** ccamacho has joined #rdo | 08:37 | |
| *** wolverineav has joined #rdo | 08:42 | |
| rdogerrit | Eyal proposed openstack/vitrage-distgit: Initial spec files for vitrage https://review.rdoproject.org/r/4150 | 08:43 |
| *** jprovazn has quit IRC | 08:46 | |
| *** wolverineav has quit IRC | 08:47 | |
| *** Alex_Stef has joined #rdo | 08:47 | |
| *** limao has quit IRC | 08:48 | |
| openstackgerrit | rajiv proposed openstack/packstack: Remmoved unnecessary utf-8 encoding https://review.openstack.org/418264 | 08:50 |
| *** wolverineav has joined #rdo | 08:50 | |
| *** ushkalim has joined #rdo | 08:52 | |
| *** lkoranda has quit IRC | 08:53 | |
| *** jpich has joined #rdo | 08:53 | |
| *** dtantsur has quit IRC | 08:53 | |
| *** flepied has quit IRC | 08:54 | |
| *** nmagnezi has joined #rdo | 08:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 08:54 |
| *** pviktori has quit IRC | 08:54 | |
| *** rcernin has quit IRC | 08:54 | |
| *** pblaho has quit IRC | 08:54 | |
| rdogerrit | Eyal proposed openstack/vitrage-distgit: Initial spec files for vitrage https://review.rdoproject.org/r/4150 | 08:54 |
| *** alezzandro has joined #rdo | 08:54 | |
| *** tesseract has quit IRC | 08:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 08:55 |
| *** aufi has quit IRC | 08:55 | |
| *** pcaruana has quit IRC | 08:55 | |
| *** emalikov has quit IRC | 08:55 | |
| *** anton has quit IRC | 08:55 | |
| *** wolverineav has quit IRC | 08:56 | |
| *** hewbrocca_afk is now known as hewbrocca | 08:58 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 08:59 |
| *** owalsh has joined #rdo | 09:00 | |
| *** pviktori has joined #rdo | 09:01 | |
| *** dtantsur has joined #rdo | 09:01 | |
| *** anton has joined #rdo | 09:01 | |
| *** lkoranda has joined #rdo | 09:02 | |
| *** paramite has quit IRC | 09:03 | |
| *** hguemar has joined #rdo | 09:04 | |
| *** rwmjones is now known as rwmjones|hols | 09:04 | |
| *** athomas has joined #rdo | 09:04 | |
| *** emalikov has joined #rdo | 09:05 | |
| chandankumar | hguemar: \o/ | 09:05 |
| hguemar | o/ | 09:05 |
| chandankumar | hguemar: regarding https://review.rdoproject.org/r/#/c/4150/, sympy is required by vitrage and it is available in cbs http://cbs.centos.org/koji/packageinfo?packageID=4498 but it is not picked by DLRN | 09:06 |
| chandankumar | hguemar: please have a look! | 09:06 |
| *** mcornea has quit IRC | 09:06 | |
| openstackgerrit | rajiv proposed openstack/packstack: Remmoved unnecessary utf-8 encoding https://review.openstack.org/418264 | 09:06 |
| hguemar | chandankumar: should be fixed in the next hour | 09:07 |
| *** tesseract has joined #rdo | 09:07 | |
| chandankumar | hguemar: Thanks! | 09:07 |
| *** limao has joined #rdo | 09:07 | |
| *** gildub has quit IRC | 09:07 | |
| *** aufi has joined #rdo | 09:07 | |
| *** wolverineav has joined #rdo | 09:07 | |
| *** pblaho has joined #rdo | 09:07 | |
| *** rcernin has joined #rdo | 09:08 | |
| *** pcaruana has joined #rdo | 09:08 | |
| *** saneax is now known as saneax-_-|AFK | 09:11 | |
| *** jhershbe has joined #rdo | 09:11 | |
| *** k4n0 has quit IRC | 09:12 | |
| *** zoli|gone is now known as zoli | 09:13 | |
| *** derekh has joined #rdo | 09:14 | |
| rdogerrit | Arx Cruz proposed rdo-infra/ci-config: Update periodic full tempest job https://review.rdoproject.org/r/3943 | 09:14 |
| *** zoli is now known as zoliXXL | 09:14 | |
| *** wolverineav has quit IRC | 09:15 | |
| *** lucas-afk is now known as lucasagomes | 09:18 | |
| *** jprovazn has joined #rdo | 09:19 | |
| *** k4n0 has joined #rdo | 09:26 | |
| *** ccamacho has quit IRC | 09:27 | |
| *** pbandark has quit IRC | 09:28 | |
| *** racedo has joined #rdo | 09:28 | |
| *** flepied has joined #rdo | 09:30 | |
| *** racedo has quit IRC | 09:31 | |
| *** tmorin has joined #rdo | 09:32 | |
| *** saneax-_-|AFK is now known as saneax | 09:33 | |
| *** dtantsur has quit IRC | 09:34 | |
| *** mvk has quit IRC | 09:34 | |
| *** paragan has quit IRC | 09:34 | |
| *** rcernin has quit IRC | 09:34 | |
| *** thrash|g0ne has quit IRC | 09:35 | |
| *** pabelanger has quit IRC | 09:35 | |
| *** pblaho has quit IRC | 09:35 | |
| *** jprovazn has quit IRC | 09:35 | |
| *** pcaruana has quit IRC | 09:35 | |
| *** lkoranda has quit IRC | 09:35 | |
| *** anton has quit IRC | 09:35 | |
| *** tesseract has quit IRC | 09:35 | |
| *** emalikov has quit IRC | 09:35 | |
| *** pabelanger has joined #rdo | 09:35 | |
| *** aufi has quit IRC | 09:35 | |
| *** pviktori has quit IRC | 09:36 | |
| *** pviktori has joined #rdo | 09:36 | |
| *** hrw has quit IRC | 09:36 | |
| *** paramite has joined #rdo | 09:36 | |
| *** mcornea has joined #rdo | 09:37 | |
| *** Eywa has quit IRC | 09:37 | |
| *** weshay has quit IRC | 09:37 | |
| *** rdopiera has quit IRC | 09:37 | |
| *** slagle has quit IRC | 09:37 | |
| *** dalvarez has quit IRC | 09:37 | |
| *** masber has quit IRC | 09:37 | |
| *** skot has quit IRC | 09:37 | |
| *** NuxRo has quit IRC | 09:37 | |
| *** lv_ has quit IRC | 09:37 | |
| *** stevemar has quit IRC | 09:37 | |
| *** honza has quit IRC | 09:37 | |
| *** sc` has quit IRC | 09:37 | |
| *** lv_ has joined #rdo | 09:37 | |
| *** honza has joined #rdo | 09:37 | |
| *** NuxRo has joined #rdo | 09:37 | |
| *** sc` has joined #rdo | 09:37 | |
| *** stevemar has joined #rdo | 09:37 | |
| *** slagle has joined #rdo | 09:37 | |
| *** rdopiera has joined #rdo | 09:37 | |
| *** thrash has joined #rdo | 09:37 | |
| *** thrash has quit IRC | 09:37 | |
| *** thrash has joined #rdo | 09:37 | |
| *** masber has joined #rdo | 09:37 | |
| *** honza is now known as Guest48955 | 09:37 | |
| *** Eywa has joined #rdo | 09:37 | |
| *** dalvarez has joined #rdo | 09:38 | |
| *** weshay has joined #rdo | 09:38 | |
| *** bdperkin has quit IRC | 09:38 | |
| *** migi has quit IRC | 09:38 | |
| *** hogepodge has quit IRC | 09:38 | |
| *** misc has quit IRC | 09:38 | |
| *** paragn has quit IRC | 09:38 | |
| *** strigazi has quit IRC | 09:38 | |
| *** sgordon has quit IRC | 09:38 | |
| *** etp has quit IRC | 09:38 | |
| *** hogepodge has joined #rdo | 09:39 | |
| *** strigazi has joined #rdo | 09:39 | |
| *** paragn has joined #rdo | 09:39 | |
| *** etp has joined #rdo | 09:39 | |
| *** openstack has joined #rdo | 14:28 | |
| *** ChanServ sets mode: +v openstack | 14:28 | |
| *** egafford has joined #rdo | 14:29 | |
| *** bswartz has joined #rdo | 14:29 | |
| honza | jpich: so it looks like it succeeded, should we "recheck" our upstream patches? https://cbs.centos.org/koji/buildinfo?buildID=15112 | 14:29 |
| *** Amita has quit IRC | 14:29 | |
| *** alee has quit IRC | 14:29 | |
| *** nstrug has joined #rdo | 14:30 | |
| hrybacki | rlandy trown bkero gchamoul adarazs weshay arxcruz sshnaidm panda RDO-Infra scrum in ~1 hour, please add any agenda items or new reviews to the etherpad: https://review.rdoproject.org/etherpad/p/rdo-infra-scrum | 14:30 |
| jpich | honza: I see 3.1 http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata/ so I think yes?? Pick a patch to recheck and we can confirm? :) | 14:31 |
| honza | jpich: ok | 14:31 |
| honza | jpich: https://review.openstack.org/#/c/417889/ since that's where you talked about the broken build | 14:32 |
| *** saneax-_-|AFK is now known as saneax | 14:32 | |
| jpich | honza: Hm... I think this one should fail actually, since it introduces a new dependency? Until it's available in the -deps package it shouldn't be mergeable? | 14:33 |
| honza | jpich: le sigh | 14:34 |
| *** dciabrin_ has joined #rdo | 14:34 | |
| *** dciabrin_ has quit IRC | 14:34 | |
| jpich | Gives proper time to review dependencies, I think it's good and matches a bit better how the rest of openstack does it | 14:34 |
| jpich | I'll try one of florianf's patches that had +2A | 14:34 |
| honza | jpich: cool, send me a link please | 14:35 |
| jpich | honza: https://review.openstack.org/#/c/416261/1 | 14:35 |
| *** saneax is now known as saneax-_-|AFK | 14:36 | |
| *** egallen has quit IRC | 14:37 | |
| *** jeckersb_gone is now known as jeckersb | 14:37 | |
| *** egafford has quit IRC | 14:37 | |
| dmsimard | jpich: I hate these kind of commits... https://review.openstack.org/#/q/owner:rajiv+status:open | 14:38 |
| dmsimard | jpich: er, wrong person | 14:38 |
| dmsimard | jpena: ^ | 14:38 |
| jpena | oh damn | 14:38 |
| jpena | I had seen the packstack one, and asked why | 14:38 |
| dmsimard | it's typical of this sort of commit | 14:39 |
| dmsimard | they find something super specific and then grep/sed every project | 14:39 |
| jpich | if you don't just approve them someone else comes along with the same patch and it wastes even more people's time though... :/ (this morning in tripleoclient: https://review.openstack.org/#/c/416415/ https://review.openstack.org/#/c/417730/ https://review.openstack.org/#/c/406542/ ) | 14:40 |
| *** saneax-_-|AFK is now known as saneax | 14:40 | |
| rdogerrit | Javier Peña proposed config: Update patch set in DLRN-rpmbuild-rpm-packaging https://review.rdoproject.org/r/4226 | 14:40 |
| *** limao has joined #rdo | 14:43 | |
| arxcruz | honza: ack | 14:43 |
| *** egallen has joined #rdo | 14:45 | |
| *** jprovazn has quit IRC | 14:45 | |
| *** limao has quit IRC | 14:48 | |
| *** limao has joined #rdo | 14:48 | |
| *** beagles_ is now known as beagles | 14:49 | |
| *** absubram has joined #rdo | 14:49 | |
| rdogerrit | Ricardo Noriega proposed openstack/networking-l2gw-distgit: Add spec file and service file for networking-l2gw https://review.rdoproject.org/r/4116 | 14:50 |
| *** egallen has quit IRC | 14:51 | |
| *** egafford has joined #rdo | 14:52 | |
| *** limao_ has joined #rdo | 14:54 | |
| *** limao has quit IRC | 14:54 | |
| *** shaunm has joined #rdo | 14:54 | |
| *** links has quit IRC | 14:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 14:54 |
| mwhahaha | amoralej: https://review.openstack.org/#/c/413989/ what were you thinking about for the removal of the nova network stuff since this is blocking some folks? Is there anything I can help w ith | 14:54 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 14:55 |
| amoralej | mwhahaha, no i just need to prepare a patch but i came yesterday from PTO | 14:55 |
| *** pradk- has quit IRC | 14:56 | |
| amoralej | btw, who is being blocked, because in any case they will need to move to neutron | 14:56 |
| *** pradk- has joined #rdo | 14:56 | |
| *** egallen has joined #rdo | 14:57 | |
| *** karthiks has quit IRC | 14:57 | |
| rdogerrit | Merged rdoinfo: Remove under-review from puppet-congress https://review.rdoproject.org/r/4237 | 14:58 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 14:59 |
| rdogerrit | Merged rdoinfo: Remove under-review from puppet-tacker https://review.rdoproject.org/r/4236 | 14:59 |
| *** jaosorior has joined #rdo | 15:00 | |
| rdogerrit | Merged openstack/heat-translator-distgit: Initial import of spec file https://review.rdoproject.org/r/4147 | 15:00 |
| *** agurenko has quit IRC | 15:01 | |
| *** pradk- has quit IRC | 15:03 | |
| *** ekuris has quit IRC | 15:04 | |
| *** nyechiel_ has joined #rdo | 15:04 | |
| *** sbulage has quit IRC | 15:05 | |
| fpan | number80: would you mind also taking a look at https://bugzilla.redhat.com/show_bug.cgi?id=1402010 | 15:05 |
| openstack | bugzilla.redhat.com bug 1402010 in Package Review "Include puppet-fdio in openstack-puppet-modules" [Unspecified,New] - Assigned to hguemar | 15:05 |
| *** danpawlik has joined #rdo | 15:05 | |
| *** Guest90743 is now known as rook | 15:08 | |
| *** nstrug has quit IRC | 15:08 | |
| *** danpawli1 has quit IRC | 15:08 | |
| *** karimb has quit IRC | 15:09 | |
| number80 | fpan: ack | 15:09 |
| *** karthiks has joined #rdo | 15:10 | |
| *** jeckersb is now known as jeckersb_gone | 15:10 | |
| rdogerrit | Javier Peña proposed openstack/ansible-pacemaker-distgit: Add ansible-pacemaker spec file https://review.rdoproject.org/r/4214 | 15:11 |
| *** alexismonville has joined #rdo | 15:11 | |
| number80 | 951405 | 15:14 |
| rdogerrit | Merged config: Update patch set in DLRN-rpmbuild-rpm-packaging https://review.rdoproject.org/r/4226 | 15:15 |
| *** jeckersb_gone is now known as jeckersb | 15:16 | |
| *** Jack_Iv has joined #rdo | 15:16 | |
| rdogerrit | Dan Radez proposed rdoinfo: Removing under-review from heat-translator https://review.rdoproject.org/r/4157 | 15:16 |
| *** imcleod has joined #rdo | 15:17 | |
| *** egallen has quit IRC | 15:17 | |
| rdogerrit | Merged puppet/puppet-etcd-distgit: Inital spec for puppet-etcd https://review.rdoproject.org/r/4238 | 15:18 |
| *** danpawli1 has joined #rdo | 15:19 | |
| *** egallen has joined #rdo | 15:19 | |
| *** limao_ has quit IRC | 15:19 | |
| *** Jack_Iv has quit IRC | 15:19 | |
| *** limao has joined #rdo | 15:19 | |
| *** danpawlik has quit IRC | 15:21 | |
| *** abehl has quit IRC | 15:22 | |
| rdogerrit | Merged rdo-infra/ansible-role-weirdo-common: Remove qemu-kvm and nested virtualization setup from the common role https://review.rdoproject.org/r/4243 | 15:23 |
| rdogerrit | Merged rdo-infra/ansible-role-weirdo-puppet-openstack: Move qemu-kvm and nested virtualization setup to puppet-openstack https://review.rdoproject.org/r/4244 | 15:23 |
| *** kgiusti has quit IRC | 15:23 | |
| *** leanderthal has quit IRC | 15:24 | |
| *** tosky has quit IRC | 15:25 | |
| radez | apevec: the rdo review I asked you about was merged, so if you could just take a look at the BZ review when you're avilable after lunch: https://bugzilla.redhat.com/show_bug.cgi?id=1407000 | 15:26 |
| openstack | bugzilla.redhat.com bug 1407000 in Package Review "Review Request: python-pulp - LP modeler written in python" [Medium,New] - Assigned to apevec | 15:26 |
| *** alee has joined #rdo | 15:27 | |
| radez | jpena: if you have some cycles to take a look too it would be appreciated ^^ | 15:27 |
| jpena | radez: ack, I'll give it a try | 15:27 |
| rdogerrit | Merged rdo-infra/ansible-role-weirdo-packstack: Move qemu-kvm and nested virtualization setup to packstack https://review.rdoproject.org/r/4246 | 15:27 |
| rdogerrit | Merged rdo-infra/ansible-role-weirdo-puppet-openstack: Increase repository priority for ceph-hammer https://review.rdoproject.org/r/4145 | 15:27 |
| radez | thx jpena | 15:27 |
| *** tosky has joined #rdo | 15:27 | |
| *** rhallisey has quit IRC | 15:29 | |
| *** trown is now known as trown|brb | 15:29 | |
| *** emalikov has quit IRC | 15:29 | |
| apevec | radez, ack - running f-review on it... | 15:30 |
| *** egallen has quit IRC | 15:30 | |
| radez | thx apevec | 15:30 |
| *** ealcaniz has joined #rdo | 15:30 | |
| *** nstrug has joined #rdo | 15:31 | |
| *** nstrug has quit IRC | 15:31 | |
| *** eharney has quit IRC | 15:32 | |
| *** Jack_Iv has joined #rdo | 15:32 | |
| *** Jack_Iv has quit IRC | 15:32 | |
| *** egallen has joined #rdo | 15:32 | |
| jpena | dmsimard: meeting time? | 15:33 |
| *** Jack_Iv has joined #rdo | 15:33 | |
| *** aortega has quit IRC | 15:33 | |
| *** nmagnezi has joined #rdo | 15:34 | |
| *** edannon has quit IRC | 15:35 | |
| *** links has joined #rdo | 15:35 | |
| *** jprovazn has joined #rdo | 15:35 | |
| *** aortega has joined #rdo | 15:37 | |
| rdogerrit | Ricardo Noriega proposed openstack/networking-l2gw-distgit: Add spec file and service file for networking-l2gw https://review.rdoproject.org/r/4116 | 15:38 |
| *** rhallisey has joined #rdo | 15:38 | |
| *** trown|brb is now known as trown | 15:39 | |
| *** Jack_Iv has quit IRC | 15:40 | |
| *** egallen has quit IRC | 15:41 | |
| *** iranzo has quit IRC | 15:44 | |
| *** iranzo has joined #rdo | 15:45 | |
| *** iranzo has quit IRC | 15:45 | |
| *** iranzo has joined #rdo | 15:45 | |
| *** mvk has quit IRC | 15:45 | |
| *** ealcaniz has quit IRC | 15:46 | |
| *** egallen has joined #rdo | 15:46 | |
| *** eharney has joined #rdo | 15:47 | |
| *** sbulage has joined #rdo | 15:47 | |
| *** karimb has joined #rdo | 15:48 | |
| *** edannon has joined #rdo | 15:50 | |
| rdogerrit | David Moreau Simard proposed rdo-infra/weirdo: Change extra role path and update ansible to 2.2.1rc3 https://review.rdoproject.org/r/4111 | 15:50 |
| *** Jack_Iv has joined #rdo | 15:50 | |
| *** vaneldik has quit IRC | 15:51 | |
| *** egallen has quit IRC | 15:51 | |
| *** dtrainor has joined #rdo | 15:52 | |
| rdogerrit | Feng Pan proposed rdoinfo: Remove under-review from puppet-etcd https://review.rdoproject.org/r/4239 | 15:53 |
| *** anilvenkata has quit IRC | 15:53 | |
| *** Jack_Iv has quit IRC | 15:54 | |
| *** smeyer has quit IRC | 15:57 | |
| jpich | honza: Looks like I was wrong, CI for your patch passed just fine :) | 16:02 |
| *** rpioso has joined #rdo | 16:02 | |
| jpich | honza: Sadly that means we could end up with a broken UI package again then, when we merge patch with dependencies long before they get added to -deps... | 16:03 |
| *** beagles is now known as beagles_brb | 16:04 | |
| jpich | honza: (Btw, there shouldn't be a space between # and the bug number in that commit message, I typoed in my comment, sorry ;() | 16:05 |
| *** aufi has quit IRC | 16:06 | |
| rdogerrit | David Moreau Simard proposed rdo-infra/weirdo: Change extra role path and update ansible to 2.2.1rc3 https://review.rdoproject.org/r/4111 | 16:08 |
| *** limao has quit IRC | 16:09 | |
| *** edannon has quit IRC | 16:11 | |
| *** lkuchlan_ has quit IRC | 16:14 | |
| *** rcernin has quit IRC | 16:18 | |
| *** dtantsur is now known as dtantsur|afk | 16:20 | |
| *** alexismonville has quit IRC | 16:21 | |
| *** manous has quit IRC | 16:21 | |
| *** tshefi has quit IRC | 16:22 | |
| amoralej | jpena, apevec, about removing support of nova-network in packstack, what should be the behavior if user selects CONFIG_NEUTRON_INSTALL=n ? | 16:25 |
| amoralej | should it return error, or just ignore it and deploy neutron ? | 16:25 |
| jpena | amoralej: I would return error with deprecation message | 16:26 |
| jpena | to support old files | 16:26 |
| *** sbulage has quit IRC | 16:26 | |
| *** jcoufal has quit IRC | 16:27 | |
| *** absubram has quit IRC | 16:29 | |
| *** absubram has joined #rdo | 16:29 | |
| *** nansari_ has quit IRC | 16:29 | |
| *** panda is now known as panda|bbl | 16:31 | |
| *** newmember has joined #rdo | 16:31 | |
| *** egallen has joined #rdo | 16:32 | |
| *** Goneri has quit IRC | 16:35 | |
| *** jcoufal has joined #rdo | 16:35 | |
| *** jlibosva has quit IRC | 16:37 | |
| *** manous has joined #rdo | 16:37 | |
| rdogerrit | Alfredo Moralejo created openstack/swift-distgit: Update to 2.10.1 https://review.rdoproject.org/r/4248 | 16:40 |
| *** sdake has joined #rdo | 16:41 | |
| *** sdake_ has quit IRC | 16:43 | |
| *** Goneri has joined #rdo | 16:44 | |
| *** rbartal has quit IRC | 16:45 | |
| radez | jpena: ping, is there a way to clean out a build env? re: https://review.rdoproject.org/r/#/c/4213/ I think there is a busted RPM installed of heat-translator from when it was being built still | 16:51 |
| radez | that error indicates that one of the files in heat-translator is missing | 16:51 |
| radez | I think... | 16:51 |
| radez | when I rpmbuild the spec locally it works fine | 16:52 |
| radez | I'm runnign it through mock now | 16:52 |
| *** links has quit IRC | 16:52 | |
| radez | jpena: oh, it looks like I didn't include heat-translator as a dep... np my mistake | 16:54 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 16:54 |
| rdogerrit | Dan Radez proposed openstack/tacker-distgit: Initial import of spec file https://review.rdoproject.org/r/4213 | 16:55 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| Build failure on centos7-master/current: tripleo-ui: http://trunk.rdoproject.org/centos7-master/report.html | 16:55 |
| *** saneax is now known as saneax-_-|AFK | 16:55 | |
| *** yfried has quit IRC | 16:55 | |
| jpena | radez: we'll still need to have heat-translator unlocked in rdoinfo to get this review to pass (I'll go through the bz in a bit to add the rdo-review+ flag) | 16:58 |
| rdogerrit | Alfredo Moralejo created openstack/os-cloud-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4249 | 16:59 |
| radez | jpena: got it, I just added it as a dep, the "remove under-review" for heat-translator has a +2 and probably just needs workflow | 16:59 |
| rdogerrit | Alfredo Moralejo created openstack/os-net-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4250 | 16:59 |
| rdogerrit | Alfredo Moralejo created openstack/os-refresh-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4251 | 16:59 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 16:59 |
| radez | jpena: will it just take an hour or so for it to be built once that review is done? | 16:59 |
| jpena | radez: yep, we need to approve it in the bz before, that requires running fedora-review | 16:59 |
| jpena | radez: kind of, yes | 16:59 |
| rdogerrit | Alfredo Moralejo created openstack/tripleoclient-distgit: Update to 5.4.1 https://review.rdoproject.org/r/4252 | 16:59 |
| radez | jpena: ack | 16:59 |
| rdogerrit | Alfredo Moralejo created openstack/tripleo-heat-templates-distgit: Update to 5.2.0 https://review.rdoproject.org/r/4253 | 17:00 |
| rdogerrit | Alfredo Moralejo created openstack/tripleo-image-elements-distgit: Update to 5.2.0 https://review.rdoproject.org/r/4254 | 17:00 |
| *** aortega has quit IRC | 17:00 | |
| *** mcornea has quit IRC | 17:00 | |
| rdogerrit | Alfredo Moralejo created openstack/tripleo-ui-distgit: Update to 1.1.0 https://review.rdoproject.org/r/4255 | 17:00 |
| *** strigazi is now known as strigazi_AFK | 17:02 | |
| *** alezzandro has quit IRC | 17:04 | |
| rdogerrit | Alfredo Moralejo proposed rdoinfo: Bump rdoinfo newton tags to latest upper-constraints https://review.rdoproject.org/r/4178 | 17:05 |
| *** snarwade has quit IRC | 17:07 | |
| rdogerrit | Alfredo Moralejo created openstack/octavia-distgit: Update to 0.9.1 https://review.rdoproject.org/r/4256 | 17:08 |
| *** beagles_brb is now known as beagles | 17:09 | |
| honza | jpich: np :) | 17:10 |
| *** aortega has joined #rdo | 17:11 | |
| *** garrett has quit IRC | 17:12 | |
| rdogerrit | Merged openstack/swift-distgit: Update to 2.10.1 https://review.rdoproject.org/r/4248 | 17:12 |
| rdogerrit | Merged openstack/os-collect-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4206 | 17:12 |
| *** ggillies has quit IRC | 17:14 | |
| *** kgiusti has joined #rdo | 17:14 | |
| *** ggillies has joined #rdo | 17:16 | |
| *** k4n0 has quit IRC | 17:17 | |
| *** shaunm has quit IRC | 17:18 | |
| *** trown is now known as trown|lunch | 17:20 | |
| rdogerrit | Javier Peña created openstack/heat-translator-distgit: Fix %files section for python3-heat-translator https://review.rdoproject.org/r/4257 | 17:21 |
| rdogerrit | Merged rdo-infra/ci-config: current-master-tripleo should trigger at least daily https://review.rdoproject.org/r/4241 | 17:21 |
| rdogerrit | Javier Peña proposed openstack/heat-translator-distgit: Fix python3-heat-translator https://review.rdoproject.org/r/4257 | 17:23 |
| *** pcaruana has quit IRC | 17:25 | |
| *** hewbrocca is now known as hewbrocca_afk | 17:27 | |
| *** lucasagomes is now known as lucas-afk | 17:27 | |
| *** k4n0 has joined #rdo | 17:30 | |
| *** aufi has joined #rdo | 17:30 | |
| *** tesseract has quit IRC | 17:31 | |
| *** manous has quit IRC | 17:32 | |
| *** jpich has quit IRC | 17:33 | |
| *** ccamacho has quit IRC | 17:34 | |
| *** toanju has quit IRC | 17:36 | |
| *** russellb has quit IRC | 17:40 | |
| *** karimb has quit IRC | 17:42 | |
| *** alexismonville has joined #rdo | 17:42 | |
| rdogerrit | Alfredo Moralejo created rdoinfo: Update uc only if package is included in RDO release https://review.rdoproject.org/r/4258 | 17:42 |
| *** russellb has joined #rdo | 17:45 | |
| *** athomas has quit IRC | 17:45 | |
| *** zoli is now known as zoli|gone | 17:45 | |
| rdobot | [sensu] RESOLVED: master.monitoring.rdoproject.org - check-delorean-master-current @ http://tinyurl.com/zqowcwb |#| No build failures detected: http://trunk.rdoproject.org/centos7-master/report.html | 17:48 |
| *** dsneddon_afk is now known as dsneddon | 17:48 | |
| *** unclemarc has quit IRC | 17:51 | |
| *** raissa has quit IRC | 17:52 | |
| *** raissa has joined #rdo | 17:52 | |
| *** derekh has quit IRC | 17:59 | |
| *** flepied has quit IRC | 18:00 | |
| *** jhershbe has quit IRC | 18:00 | |
| *** pkovar has quit IRC | 18:00 | |
| dmsimard | jruzicka: o/ | 18:01 |
| dmsimard | Do you want to take over https://review.rdoproject.org/r/#/c/3933/ and shape it the way you want ? :) | 18:01 |
| dmsimard | I have no strong opinion on where the tests should live, only that they need to happen | 18:01 |
| *** athomas has joined #rdo | 18:01 | |
| *** unclemarc has joined #rdo | 18:02 | |
| *** ihrachys has quit IRC | 18:03 | |
| *** aortega has quit IRC | 18:04 | |
| jpena | I would be grateful if someone could review https://review.rdoproject.org/r/4257, I'd like to run fedora-review on the bug before calling it a day | 18:04 |
| rdogerrit | Merged rdoinfo: Remove under-review from puppet-etcd https://review.rdoproject.org/r/4239 | 18:05 |
| *** egafford has quit IRC | 18:06 | |
| *** egallen_ has joined #rdo | 18:08 | |
| *** aortega has joined #rdo | 18:09 | |
| *** mvk has joined #rdo | 18:10 | |
| *** dustins has quit IRC | 18:12 | |
| *** egallen has quit IRC | 18:12 | |
| *** egallen_ is now known as egallen | 18:12 | |
| *** jprovazn has quit IRC | 18:12 | |
| jpena | we're now consistent :) | 18:16 |
| *** jmelvin is now known as jmelvin|lunch | 18:17 | |
| *** mcornea has joined #rdo | 18:19 | |
| *** tosky has quit IRC | 18:20 | |
| *** alexismonville has quit IRC | 18:22 | |
| *** rasca has quit IRC | 18:23 | |
| *** amoralej is now known as amoralej|off | 18:26 | |
| *** milan has quit IRC | 18:28 | |
| *** egallen has quit IRC | 18:28 | |
| *** mcornea has quit IRC | 18:30 | |
| *** leanderthal has joined #rdo | 18:32 | |
| *** egafford has joined #rdo | 18:33 | |
| *** k4n0 has quit IRC | 18:38 | |
| rdogerrit | Javier Peña proposed openstack/heat-translator-distgit: Fix python3-heat-translator and remove unnecessary sed lines https://review.rdoproject.org/r/4257 | 18:40 |
| *** leanderthal has quit IRC | 18:41 | |
| radez | jpena: I put a +2 on that patch. but we need someone else to set workflow on it correct? | 18:42 |
| jpena | radez: well, we can have just one +2 to approve. In this case, we could wait for someone else if you want | 18:43 |
| radez | jpena: I'm good to put it in if you're ok with it, it's a pretty simple change and would move things along for both of us | 18:44 |
| jpena | ok, let's merge then | 18:44 |
| *** yfried has joined #rdo | 18:44 | |
| *** trown|lunch is now known as trown | 18:44 | |
| radez | jpena: should i go ahead and rebase https://review.rdoproject.org/r/#/c/4157/ too? | 18:45 |
| EmilienM | jpena: can you kickoff jobs on https://ci.centos.org/view/rdo/view/weirdo-pipelines/view/weirdo-promote-puppet/ please? | 18:45 |
| jpena | radez: yes, please | 18:45 |
| radez | jpena: ack | 18:45 |
| *** bdeschenes has joined #rdo | 18:46 | |
| rdogerrit | Dan Radez proposed rdoinfo: Removing under-review from heat-translator https://review.rdoproject.org/r/4157 | 18:46 |
| EmilienM | jpena: nevermind | 18:47 |
| jpena | EmilienM: ok, I had just ran it | 18:49 |
| EmilienM | no problem | 18:49 |
| EmilienM | we'll have 2 promotions if it works :D | 18:49 |
| *** ihrachys has joined #rdo | 18:49 | |
| jpena | ok | 18:50 |
| jpena | gotta go for now, I'll get back later and get the heat-translator stuff finished | 18:50 |
| *** jpena is now known as jpena|away | 18:50 | |
| radez | jpena|away: thx, gate job is runnign right now | 18:50 |
| *** k4n0 has joined #rdo | 18:51 | |
| rdogerrit | Merged openstack/heat-translator-distgit: Fix python3-heat-translator and remove unnecessary sed lines https://review.rdoproject.org/r/4257 | 18:52 |
| *** JuanDRay has joined #rdo | 18:52 | |
| *** aufi has quit IRC | 18:54 | |
| *** leanderthal has joined #rdo | 18:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 18:54 |
| *** dustins has joined #rdo | 18:56 | |
| *** dustins has quit IRC | 18:57 | |
| *** dustins has joined #rdo | 18:57 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 18:59 |
| *** dyasny has quit IRC | 19:00 | |
| *** thrash is now known as thrash|mtg | 19:03 | |
| *** d0ugal has quit IRC | 19:04 | |
| *** dsneddon is now known as dsneddon_afk | 19:13 | |
| *** dsneddon has joined #rdo | 19:14 | |
| *** rhallisey has quit IRC | 19:17 | |
| *** milan has joined #rdo | 19:20 | |
| *** d0ugal has joined #rdo | 19:20 | |
| *** strigazi_AFK is now known as strigazi | 19:21 | |
| *** dustins has quit IRC | 19:21 | |
| *** dustins_ has joined #rdo | 19:21 | |
| *** flepied has joined #rdo | 19:24 | |
| *** jlibosva has joined #rdo | 19:25 | |
| *** vaneldik has joined #rdo | 19:26 | |
| *** rhallisey has joined #rdo | 19:30 | |
| *** aortega has quit IRC | 19:32 | |
| *** strigazi is now known as strigazi_AFK | 19:32 | |
| *** pcaruana has joined #rdo | 19:37 | |
| *** dyasny has joined #rdo | 19:38 | |
| *** yfried has quit IRC | 19:41 | |
| *** biyiklioglu has joined #rdo | 19:43 | |
| rdogerrit | Dan Radez created openstack/heat-translator-distgit: Replacing neutron references with %{library} https://review.rdoproject.org/r/4259 | 19:43 |
| *** thrash|mtg has quit IRC | 19:46 | |
| *** dsneddon_afk has quit IRC | 19:46 | |
| *** nmagnezi has quit IRC | 19:49 | |
| *** aortega has joined #rdo | 19:50 | |
| *** yfried has joined #rdo | 20:00 | |
| *** panda|bbl is now known as panda | 20:01 | |
| *** nyechiel_ has quit IRC | 20:03 | |
| *** alexismonville has joined #rdo | 20:10 | |
| mnaser | dmsimard: happen to have rdo stickers left from openstack day montreal? :D | 20:12 |
| rbowen | mnaser: He told me he had a bunch left over. However, if he's already given them out, ping me, and I can send you some. | 20:12 |
| dmsimard | mnaser: yeah | 20:13 |
| mnaser | dmsimard i'd like to take some off your hand if they're *too* much, if not perhaps i could ask rbowen :> | 20:14 |
| mnaser | reason: internal office demand for rdo stickers :p | 20:14 |
| *** iniazi has quit IRC | 20:16 | |
| dmsimard | mnaser: pm | 20:17 |
| *** iniazi has joined #rdo | 20:18 | |
| *** tshefi has joined #rdo | 20:18 | |
| *** biyiklioglu has quit IRC | 20:19 | |
| *** gfidente is now known as gfidente|afk | 20:20 | |
| mnaser | merci dmsimard :D | 20:21 |
| *** spr has joined #rdo | 20:22 | |
| rdogerrit | rdo-trunk created openstack/neutron-distgit: openstack-neutron: failed to build f21bd07 https://review.rdoproject.org/r/4260 | 20:23 |
| *** florianf has quit IRC | 20:28 | |
| *** READ10 has quit IRC | 20:29 | |
| *** vaneldik has quit IRC | 20:30 | |
| *** vaneldik has joined #rdo | 20:31 | |
| *** k4n0 has quit IRC | 20:32 | |
| *** Jack_Iv has joined #rdo | 20:36 | |
| rdogerrit | Jakub Libosvar created openstack/neutron-distgit: Add new filters for netns cleanup https://review.rdoproject.org/r/4261 | 20:37 |
| *** Jack_Iv has quit IRC | 20:38 | |
| *** Jack_Iv has joined #rdo | 20:39 | |
| *** owalsh has quit IRC | 20:40 | |
| jruzicka | dmsimard, yes, I'll do that. | 20:41 |
| rdogerrit | Jon Schlueter created openstack/gnocchi-distgit: Update to 3.0.3 https://review.rdoproject.org/r/4262 | 20:41 |
| *** social has quit IRC | 20:42 | |
| *** Jack_Iv has quit IRC | 20:44 | |
| *** owalsh has joined #rdo | 20:47 | |
| *** egallen has joined #rdo | 20:48 | |
| *** egallen has quit IRC | 20:48 | |
| *** Jack_Iv has joined #rdo | 20:53 | |
| *** rhallisey has quit IRC | 20:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 20:54 |
| *** ushkalim has quit IRC | 20:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, tripleo-ui, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 20:59 |
| *** amuller has quit IRC | 21:00 | |
| apevec | weshay, myoung - collect-logs failed in https://ci.centos.org/job/tripleo-quickstart-promote-master-delorean-minimal/858/console | 21:01 |
| apevec | FAILED! => {"ansible_job_id": "897063162915.10850", "changed": false, "cmd": "/home/rdo-ci/.ansible/tmp/ansible-tmp-1484081443.92-162620171328073/command.py", "failed": 1, "finished": 1, "msg": "[Errno 2] No such file or directory", "outdata": "", "stderr": ""} | 21:01 |
| apevec | otherwise looks like the job passed? | 21:02 |
| apevec | we are SO CLOSE! | 21:02 |
| weshay | apevec, ya.. deploy and validate passed | 21:02 |
| *** Goneri has quit IRC | 21:02 | |
| *** dyasny has quit IRC | 21:02 | |
| *** fultonj has quit IRC | 21:04 | |
| weshay | apevec, myoung it failed uploading the stinking logs 01:24:17.955 TASK [collect-logs : upload to the artifact server using password auth] ******** | 21:04 |
| *** wolverineav has quit IRC | 21:06 | |
| *** jlibosva has quit IRC | 21:06 | |
| *** ushkalim has joined #rdo | 21:07 | |
| *** social has joined #rdo | 21:07 | |
| *** wolverineav has joined #rdo | 21:07 | |
| *** fbo_ has quit IRC | 21:08 | |
| *** fbo_ has joined #rdo | 21:08 | |
| *** Jack_Iv has quit IRC | 21:09 | |
| *** wolverineav has quit IRC | 21:11 | |
| rdogerrit | Merged rdoinfo: Removing under-review from heat-translator https://review.rdoproject.org/r/4157 | 21:13 |
| myoung | apevec, weshay: is this space issue w/ full disks? | 21:16 |
| * myoung looks | 21:16 | |
| *** dyasny has joined #rdo | 21:19 | |
| *** paramite has quit IRC | 21:19 | |
| weshay | myoung, where do those jobs log? | 21:20 |
| myoung | ci.centos? looking into it now. | 21:20 |
| *** jayg is now known as jayg|g0n3 | 21:21 | |
| *** kgiusti has left #rdo | 21:22 | |
| *** gszasz has quit IRC | 21:22 | |
| rdogerrit | Dan Radez proposed openstack/heat-translator-distgit: Replacing neutron references with %{library} https://review.rdoproject.org/r/4259 | 21:22 |
| *** shaunm has joined #rdo | 21:23 | |
| amoralej|off | weshay, myoung, we had the same issue today with minimal_pacemaker in previous run for master https://ci.centos.org/job/tripleo-quickstart-promote-master-delorean-minimal_pacemaker/406/console | 21:25 |
| *** eharney has quit IRC | 21:27 | |
| *** leanderthal has quit IRC | 21:29 | |
| *** paramite has joined #rdo | 21:32 | |
| weshay | myoung, it's artifacts.ci.centos | 21:32 |
| weshay | apevec, ^ | 21:32 |
| weshay | https://ci.centos.org/artifacts/rdo/ | 21:33 |
| weshay | I guess that is an infra issue? | 21:33 |
| weshay | amoralej|off, ya.. that job passed too, just the log upload failed | 21:34 |
| *** Jeffrey4l_ has joined #rdo | 21:35 | |
| *** Jeffrey4l has quit IRC | 21:35 | |
| *** wolverineav has joined #rdo | 21:37 | |
| dmsimard | weshay: log upload failed to where ? | 21:37 |
| myoung | weshay, amoralej|off, apevec: https://review.openstack.org/#/c/418581/ | 21:37 |
| dmsimard | weshay: third party swift logs or ci.centos ? | 21:37 |
| *** wolverineav has quit IRC | 21:37 | |
| weshay | dmsimard, artifacts | 21:37 |
| weshay | ci.centos | 21:37 |
| *** wolverineav has joined #rdo | 21:37 | |
| weshay | dmsimard, is there a way to check the status of that server? | 21:38 |
| dmsimard | not really, we just have rsync access | 21:38 |
| dmsimard | and it's rsyncd, not rsync over ssh | 21:38 |
| weshay | I do see a recent job logging there https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-extras-gate-mitaka-delorean-full-minimal-532/ | 21:38 |
| myoung | ya via rsync:// | 21:38 |
| dmsimard | although we can ping the centos-devel guys | 21:38 |
| *** jeckersb is now known as jeckersb_gone | 21:38 | |
| dmsimard | I had a couple jobs pass not too long ago (<2 hours) | 21:38 |
| weshay | ya.. | 21:39 |
| weshay | dmsimard, I wonder what this error means.. "msg": "[Errno 2] No such file or directory", "outdata": "", "stderr": "" | 21:40 |
| myoung | weshay, dmsimard: https://github.com/openstack/tripleo-quickstart-extras/blame/master/roles/collect-logs/tasks/publish.yml#L23. this would help: https://review.openstack.org/#/c/418581, or minimally will give a more useful output | 21:41 |
| weshay | outdata="" | 21:41 |
| dmsimard | weshay: looks like doc generation ? http://paste.openstack.org/show/594474/ | 21:41 |
| *** jpena|away is now known as jpena|off | 21:41 | |
| * weshay looks | 21:41 | |
| dmsimard | It's trying "gunzip /home/rdo-ci/workspace/tripleo-quickstart-promote-master-delorean-minimal/tripleo-quickstart/collected_files/undercloud/home/rdo-ci/undercloud-install.sh.gz" and that file doesn't exist | 21:41 |
| weshay | it should ignore_errors on any task in collect_logs | 21:42 |
| *** steveg_afk has quit IRC | 21:42 | |
| weshay | dmsimard, ya.. that error is ignored | 21:43 |
| weshay | 01:24:17.873 ...ignoring | 21:43 |
| *** yfried has quit IRC | 21:43 | |
| *** mosulica has joined #rdo | 21:43 | |
| *** steveg_afk has joined #rdo | 21:44 | |
| dmsimard | hmm, weird that it doesn't say ignore for every item | 21:45 |
| *** mosulica has quit IRC | 21:45 | |
| weshay | - name: upload to the artifact server using password auth | 21:45 |
| weshay | environment: | 21:45 |
| weshay | RSYNC_PASSWORD: "{{ lookup('env', 'RSYNC_PASSWORD') }}" | 21:45 |
| weshay | command: rsync -av --quiet {{ artcl_collect_dir }}/ {{ artcl_rsync_path }}/{{ lookup('env', 'BUILD_TAG') }} | 21:45 |
| weshay | async: "{{ artcl_publish_timeout }}" | 21:45 |
| weshay | poll: 15 | 21:45 |
| weshay | retries: 5 | 21:45 |
| weshay | delay: 60 | 21:45 |
| weshay | when: artcl_use_rsync|bool and artcl_rsync_use_daemon|bool | 21:45 |
| weshay | dmsimard, the ignore is in a block | 21:45 |
| weshay | - become: true | 21:45 |
| weshay | ignore_errors: true | 21:45 |
| weshay | block: | 21:45 |
| weshay | hrm | 21:46 |
| *** trown is now known as trown|outtypewww | 21:47 | |
| dmsimard | so let's look at what can go wrong | 21:48 |
| *** pcaruana has quit IRC | 21:48 | |
| *** rdo has quit IRC | 21:48 | |
| *** pradk has quit IRC | 21:49 | |
| *** mosulica has joined #rdo | 21:49 | |
| *** mosulica has quit IRC | 21:50 | |
| *** mosulica has joined #rdo | 21:50 | |
| dmsimard | there were jobs that uploaded logs minutes ago https://ci.centos.org/artifacts/rdo/?C=M;O=D | 21:51 |
| dmsimard | such as https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-gate-master-delorean-quick-basic-1297/ just now | 21:51 |
| weshay | ya | 21:52 |
| dmsimard | so far I see two promotion log upload failures and at least two gate log upload successes | 21:52 |
| weshay | ya | 21:52 |
| weshay | you are correct sir | 21:52 |
| weshay | so the only thing I see is if | 21:52 |
| weshay | command: rsync -av --quiet {{ artcl_collect_dir }}/ {{ artcl_rsync_path }}/{{ lookup('env', 'BUILD_TAG') }} | 21:52 |
| weshay | {{ artcl_collect_dir }} is missing or undefined | 21:53 |
| weshay | well.. missing | 21:53 |
| dmsimard | if it would be undefined, it would fail with a very obvious error saying it's undefined | 21:53 |
| dmsimard | collect_dir looks set from defaults | 21:53 |
| weshay | that is here.. https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/collect-logs/tasks/publish.yml#L23 | 21:53 |
| weshay | ya | 21:53 |
| dmsimard | https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/collect-logs/defaults/main.yml#L35 | 21:54 |
| dmsimard | ansible fails hard if a variable is undefined | 21:54 |
| weshay | tru | 21:54 |
| dmsimard | the only thing could maybe be BUILD_TAG but it looks set from looking at the jenkins parameters for those jobs | 21:55 |
| *** flepied has quit IRC | 21:55 | |
| weshay | ya | 21:56 |
| weshay | it's hard to tell w/o logs ;) | 21:57 |
| dmsimard | ARA would've probably had more info :P | 21:57 |
| weshay | ya man.. I'm all for using ARA | 21:57 |
| dmsimard | I tried to add it last week but I couldn't figure out how to do it properly | 21:58 |
| dmsimard | like should it go in collect logs, or quickstart.sh, or that script in ci-scripts and such | 21:58 |
| weshay | it's generated after the ansible run ya? | 21:59 |
| weshay | I would think it would go in ci-scripts and then plugged in via jjb | 21:59 |
| weshay | in ci.centos.. and some toci script upstream | 21:59 |
| dmsimard | Needs to be installed along with ansible (and callback_plugins set in ansible.cfg) before the first playbook run, then the static report generated probably before collect-logs runs so that collect-logs can pick it up | 22:00 |
| dmsimard | but quickstart.sh uses a virtualenv that collect-logs.sh (https://github.com/openstack/tripleo-quickstart/blob/master/ci-scripts/collect-logs.sh) doesn't really know the location | 22:01 |
| *** dprince has quit IRC | 22:01 | |
| *** tshefi has quit IRC | 22:02 | |
| dmsimard | I think the static report generation would go in collect-logs.sh, before it kicks the collect-logs playbook/role but it doesn't seem like it can know where the virtualenv ended up going | 22:02 |
| weshay | dmsimard, ya.. maybe right next to stackwiz | 22:02 |
| weshay | we have that in | 22:02 |
| *** apevec has quit IRC | 22:02 | |
| weshay | dmsimard, still though.. don't we need to make sure all the scripts tee out to ansible std_out? | 22:03 |
| weshay | for ara to really log what is going on? | 22:03 |
| dmsimard | nope | 22:03 |
| weshay | oh cool | 22:03 |
| weshay | what changed? | 22:03 |
| dmsimard | ARA picks up everything as if ansible was running with like -vvvvv | 22:03 |
| dmsimard | it was always that way | 22:03 |
| *** rhallisey has joined #rdo | 22:04 | |
| weshay | ah.. that is news to me.. then let's rock and roll w/ ara | 22:04 |
| dmsimard | I can try throwing something and you folks can help :p | 22:05 |
| weshay | dmsimard, ya man.. it's good stuff | 22:06 |
| *** unclemarc has quit IRC | 22:07 | |
| *** owalsh has quit IRC | 22:07 | |
| *** fzdarsky has quit IRC | 22:07 | |
| weshay | dmsimard, so the pacemaker job in the same build.. did end up logging results | 22:10 |
| *** rdo has joined #rdo | 22:11 | |
| *** milan has quit IRC | 22:11 | |
| weshay | looks like the compute did not come up | 22:12 |
| weshay | probably a registration/introspection error | 22:12 |
| weshay | dmsimard, this build works though and is recent.. fd/5c/fd5cf462c66dfa751c6b68c41f38f8cf257eba3f_9593efd4 | 22:13 |
| weshay | dmsimard, we could plug it in | 22:13 |
| *** Goneri has joined #rdo | 22:13 | |
| dmsimard | weshay: can we do Depends-On patches between oooq and oooq-extras ? | 22:14 |
| dmsimard | if so, in which direction ? | 22:14 |
| weshay | extras should have a depends on oooq | 22:14 |
| dmsimard | ok | 22:14 |
| weshay | dmsimard, should I hard code a dlrn hash in the rdo job? | 22:15 |
| weshay | are we down to the wire? | 22:15 |
| dmsimard | weshay: I'm not following you | 22:15 |
| dmsimard | weshay: you want to re-run a promote job on a specific hash ? | 22:15 |
| weshay | ya | 22:15 |
| weshay | https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo-delorean-promote-master-current-tripleo/ | 22:15 |
| weshay | that just promoted today | 22:15 |
| dmsimard | sure | 22:16 |
| *** aortega has quit IRC | 22:16 | |
| rdogerrit | Alan Pevec proposed rdoinfo: Update uc only if package is included in RDO release https://review.rdoproject.org/r/4258 | 22:17 |
| *** karimb has joined #rdo | 22:18 | |
| rdogerrit | Alan Pevec proposed rdoinfo: Bump rdoinfo newton tags to latest upper-constraints https://review.rdoproject.org/r/4178 | 22:18 |
| rdogerrit | Merged rdoinfo: Update uc only if package is included in RDO release https://review.rdoproject.org/r/4258 | 22:20 |
| *** fzdarsky has joined #rdo | 22:20 | |
| rdogerrit | Alan Pevec proposed openstack/neutron-distgit: Add new filters for netns cleanup https://review.rdoproject.org/r/4261 | 22:21 |
| dmsimard | weshay: FYI I talked with rcip-dev admins | 22:21 |
| dmsimard | the swift cluster is potentially overwhelmed by what we're throwing at it | 22:21 |
| dmsimard | but I don't have more details, it's a 3 node cluster and they're seeing >120 requests per second on all three nodes | 22:21 |
| *** mosulica has quit IRC | 22:22 | |
| mnaser | "but i thought the cloud had unlimited resources and you can do anything with it?" | 22:22 |
| mnaser | :p | 22:22 |
| dmsimard | yeah, especially a cloud that ran out of budget like 2 quarters ago :p | 22:22 |
| *** JuanDRay has quit IRC | 22:22 | |
| *** dustins_ has quit IRC | 22:23 | |
| *** ihrachys has quit IRC | 22:23 | |
| mnaser | "hybrid cloud is the solution for all your problems" | 22:23 |
| mnaser | (im just quoting sales people alright) | 22:23 |
| dmsimard | hybrid cloud is with containers right | 22:23 |
| rdogerrit | Alan Pevec proposed rdoinfo: Bump rdoinfo newton tags to latest upper-constraints https://review.rdoproject.org/r/4178 | 22:23 |
| dmsimard | I knew containers would fix all my problems | 22:23 |
| dmsimard | moar containers | 22:23 |
| dmsimard | swift containers, hah, get it ? | 22:23 |
| dmsimard | :) | 22:24 |
| mnaser | if i run out of resources, i can just create containers in my vms and so technically i have more machines | 22:24 |
| * mnaser had it all wrong the whole time | 22:24 | |
| *** dmanchad is now known as dmanchad|off | 22:24 | |
| rdogerrit | Alan Pevec proposed rdoinfo: Bump rdoinfo newton tags to latest upper-constraints https://review.rdoproject.org/r/4178 | 22:24 |
| dmsimard | yeah and then if you lack resources, I hear kubernetes is able to spawn more to handle the load | 22:24 |
| mnaser | (you might have more luck running radosgw instead of swift... my overall experience have been more pleasent) | 22:25 |
| dmsimard | autoscaling, they call it ? | 22:25 |
| *** jobewan has joined #rdo | 22:26 | |
| mnaser | (i have migration tools as well, moved our entire swift install to ceph rgw+swift) | 22:26 |
| mnaser | maybe tonight i get to have a bit more time to work on the keystone stuff.. i hope | 22:26 |
| *** ihrachys has joined #rdo | 22:27 | |
| mnaser | i've been using molecule to test roles, it's really nice actually | 22:27 |
| alee | hi all - I'm trying to test some changes to instack-undercloud, so I need to customize the undercloud image | 22:27 |
| *** wolverineav has quit IRC | 22:27 | |
| dmsimard | mnaser: heard some good things about molecule but never tried it | 22:27 |
| mnaser | its so nice, has built in openstack driver powered by shade, it makes the dev "cycle" much quicker and easier | 22:28 |
| *** ihrachys has quit IRC | 22:28 | |
| dmsimard | so, kinda like vagrant then ? it spawns that ephemeral environment for you ? | 22:28 |
| mnaser | you can use docker too (oh the irony) but in my experience, i've seen weird failures because $docker | 22:28 |
| alee | I also need some latest changes so I need to point oooq to master-tripleo-ci | 22:28 |
| jaosorior | weshay: ^^ | 22:29 |
| alee | now my question is -- for master-tripleo-ci, where do I download the image to customize? | 22:29 |
| dmsimard | mnaser: "It leverages Vagrant, Docker, and OpenStack" right on :p | 22:29 |
| mnaser | well, the "vagrant" part is one of the nice things, it is a full test suite ,so it can run idempotence tests, ansible-lint, yaml linting, infra tests (using testinfra, serverspec or something else) | 22:29 |
| alee | (for the undercloud?) | 22:29 |
| mnaser | so molecule test will spin up machines, run ansible on them, run it again to make sure nothing gets changed on run #2, run <insert favorite server test tool> specs, ansible-lint and friends, and give you a thumbs up | 22:30 |
| dmsimard | mnaser: interesting, is there no "localhost" option or something ? like pretend you're running in upstream gate on a nodepool vm | 22:30 |
| weshay | alee, https://images.rdoproject.org/master/delorean/current-tripleo/fd5cf462c66dfa751c6b68c41f38f8cf257eba3f_9593efd4/ | 22:30 |
| weshay | alee, which links to https://images.rdoproject.org/master/delorean/current-tripleo/stable/ | 22:30 |
| mnaser | dmsimard: dont think so, this tool take control of creating (and destroying) the VM | 22:30 |
| weshay | thanks jaosorior | 22:30 |
| dmsimard | mnaser: hmk | 22:31 |
| mnaser | installing any requirements from galaxy too.. im thinking if i finish the keystone role, be nice to run the keystone tempest checks as part of it all once its done | 22:31 |
| alee | weshay, thanks -- thats the one I was using for master (not master-tripleo-ci) | 22:31 |
| alee | weshay, was I using the wrong one? | 22:32 |
| weshay | they are both built from the master branch, the criteria for publishing the image is different.. the master image must pass some puppet and packstack jobs as well | 22:34 |
| weshay | https://images.rdoproject.org/master/delorean/consistent/stable/ | 22:34 |
| weshay | last passed on dec-26 | 22:34 |
| weshay | we're working now to get that job to pass | 22:34 |
| weshay | master should really be renamed to master-rdo-community | 22:35 |
| weshay | or something like that | 22:35 |
| *** jcoufal has quit IRC | 22:36 | |
| alee | weshay, ok - so if I customize that image -- and I point oooq to the master-tripleo-ci , will it do an update when it first comes up? to get the latest on master? | 22:36 |
| weshay | master-triple-ci will, config/release/master-tripleo-ci.yml but not master | 22:37 |
| alee | weshay, ok - thats what I want | 22:38 |
| weshay | alee, http://docs.openstack.org/developer/tripleo-quickstart/devmode.html is another way to do it | 22:38 |
| *** wolverineav has joined #rdo | 22:39 | |
| rdogerrit | Merged openstack/neutron-distgit: Add new filters for netns cleanup https://review.rdoproject.org/r/4261 | 22:40 |
| *** fzdarsky has quit IRC | 22:41 | |
| *** spr has quit IRC | 22:42 | |
| *** wolverineav has quit IRC | 22:44 | |
| *** LiberalSquash has quit IRC | 22:47 | |
| *** paragan has quit IRC | 22:49 | |
| *** wolverineav has joined #rdo | 22:49 | |
| alee | weshay so when I run quickstart, I specify a bunch of options -- for instance .. ./quickstart.sh --no-clone --clean --teardown all -p quickstart-extras.yml -e undercloud_image_url='https://vakwetu.fedorapeople.org/novajoin/undercloud.qcow2' --requirements quickstart-extras-requirements.txt -R master-tripleo-ci -c ./config/general_config/ha_ipa_ade2.yml --tags all $HOST | 22:50 |
| alee | weshay, obviously the image one is no longer needed | 22:50 |
| alee | weshay, but what about the rest ? | 22:50 |
| alee | weshay, (for devmode.sh) | 22:51 |
| weshay | requirements is no longer needed | 22:51 |
| weshay | unless you plan on overriding them | 22:51 |
| * weshay looks | 22:51 | |
| weshay | playbook is not needed now either | 22:52 |
| weshay | the extra config is | 22:52 |
| weshay | the ipa config | 22:52 |
| rdogerrit | Merged openstack/diskimage-builder-distgit: Update to 1.26.1 https://review.rdoproject.org/r/4200 | 22:52 |
| alee | weshay, well -I 'm testing out some changes both in oooq and oooq-extras at the same time .. | 22:52 |
| weshay | ya.. that's fine | 22:52 |
| weshay | and cool :) | 22:52 |
| weshay | if you look at line 180 of the devmode.sh script | 22:53 |
| weshay | you see it's calling full-deploy.sh | 22:53 |
| weshay | actually.. if you were only specifyhing ha_ipa previously | 22:53 |
| weshay | you can pass that to devmode.sh | 22:53 |
| weshay | w/ -c | 22:54 |
| alee | right | 22:54 |
| weshay | but use the full path | 22:54 |
| alee | ok | 22:54 |
| *** wolverineav has quit IRC | 22:54 | |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-mitaka-current @ http://tinyurl.com/zsd5jkc |#| Build failure on centos7-mitaka/current: mistral-dashboard: http://trunk.rdoproject.org/centos7-mitaka/report.html | 22:54 |
| *** iranzo has quit IRC | 22:55 | |
| *** alexismonville has quit IRC | 22:55 | |
| alee | weshay, did you say I needed to specify requirements? or will it just look at what I already have there? | 22:55 |
| rdogerrit | Merged openstack/nova-distgit: add libosinfo dependency for compute RPM https://review.rdoproject.org/r/4217 | 22:57 |
| rdobot | [sensu] NEW: master.monitoring.rdoproject.org - check-delorean-master-head-current @ http://tinyurl.com/hcnq3ll |#| Build failure on centos7-master-head/current: gnocchi, cinder, murano-dashboard: http://trunk.rdoproject.org/centos7-master-head/report.html | 22:59 |
| rdogerrit | Merged openstack/nova-distgit: Update to 14.0.3 https://review.rdoproject.org/r/4218 | 23:00 |
| rdogerrit | Merged openstack/cinder-distgit: Update to 9.1.1 https://review.rdoproject.org/r/4139 | 23:04 |
| rdogerrit | Merged openstack/os-cloud-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4249 | 23:04 |
| rdogerrit | Merged openstack/os-net-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4250 | 23:04 |
| rdogerrit | Merged openstack/os-refresh-config-distgit: Update to 5.1.0 https://review.rdoproject.org/r/4251 | 23:04 |
| rdogerrit | Merged openstack/tripleo-heat-templates-distgit: Update to 5.2.0 https://review.rdoproject.org/r/4253 | 23:04 |
| rdogerrit | Merged openstack/tripleo-image-elements-distgit: Update to 5.2.0 https://review.rdoproject.org/r/4254 | 23:04 |
| rdogerrit | Merged openstack/tripleoclient-distgit: Update to 5.4.1 https://review.rdoproject.org/r/4252 | 23:04 |
| rdogerrit | Merged openstack/tripleo-ui-distgit: Update to 1.1.0 https://review.rdoproject.org/r/4255 | 23:04 |
| rdogerrit | Merged openstack/octavia-distgit: Update to 0.9.1 https://review.rdoproject.org/r/4256 | 23:05 |
| rdogerrit | Merged openstack/gnocchi-distgit: Update to 3.0.3 https://review.rdoproject.org/r/4262 | 23:07 |
| dmsimard | weshay: I don't think Depends-On: from oooq-extras to oooq works: http://paste.openstack.org/show/594482/ | 23:08 |
| dmsimard | It's failing to check out the change | 23:08 |
| *** paramite has quit IRC | 23:10 | |
| *** Jack_Iv has joined #rdo | 23:10 | |
| *** aortega has joined #rdo | 23:11 | |
| *** ushkalim has quit IRC | 23:11 | |
| weshay | dmsimard, hrm.. maybe I have it backwards :( | 23:12 |
| weshay | I thought I had it right | 23:12 |
| dmsimard | I'll let the current gate jobs finish and try the other way around | 23:13 |
| *** Jack_Iv has quit IRC | 23:15 | |
| *** saneax-_-|AFK is now known as saneax | 23:17 | |
| *** alee has quit IRC | 23:18 | |
| *** wolverineav has joined #rdo | 23:19 | |
| *** scorcoran has joined #rdo | 23:20 | |
| *** elmiko is now known as _elmiko | 23:21 | |
| *** coredump has quit IRC | 23:23 | |
| *** wolverineav has quit IRC | 23:24 | |
| *** ushkalim has joined #rdo | 23:24 | |
| *** jaosorior has quit IRC | 23:27 | |
| *** wolverineav has joined #rdo | 23:29 | |
| *** scorcoran is now known as scorcoran_afk | 23:30 | |
| *** rhallisey has quit IRC | 23:31 | |
| *** gildub has joined #rdo | 23:33 | |
| *** wolverineav has quit IRC | 23:33 | |
| *** scorcoran_afk has quit IRC | 23:34 | |
| *** panda is now known as panda|zZ | 23:35 | |
| *** gildub has quit IRC | 23:37 | |
| *** wolverineav has joined #rdo | 23:39 | |
| *** wolverineav has quit IRC | 23:43 | |
| *** wolverineav has joined #rdo | 23:48 | |
| *** Caterpillar has quit IRC | 23:50 | |
| *** gildub has joined #rdo | 23:50 | |
| *** wolverineav has quit IRC | 23:53 | |
| *** egafford has quit IRC | 23:56 | |
| *** jobewan has quit IRC | 23:58 | |
| *** wolverineav has joined #rdo | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!