Wednesday, 2017-08-02

*** yifei has joined #openstack-ansible00:07
*** phalmos has quit IRC00:29
*** DFFlanders has quit IRC00:33
*** DFFlanders has joined #openstack-ansible00:36
*** acormier has quit IRC00:38
*** acormier has joined #openstack-ansible00:39
*** thorst_afk has joined #openstack-ansible00:40
*** thorst_afk has quit IRC00:43
*** thorst_afk has joined #openstack-ansible00:43
*** acormier has quit IRC00:43
*** acormier has joined #openstack-ansible00:46
*** thorst_afk has quit IRC00:47
*** jamesdenton has quit IRC00:57
*** woodard has quit IRC00:57
*** woodard has joined #openstack-ansible00:57
*** jamesdenton has joined #openstack-ansible00:58
*** pmannidi has joined #openstack-ansible01:05
*** chyka has joined #openstack-ansible01:12
*** chyka has quit IRC01:12
*** chyka has joined #openstack-ansible01:12
cloudnullmw_: hows it going? things looking up ?01:15
hw_wutianweiodyssey4me: I use master, and the commit iD is c4b73e539580a1c586a86390a20c5793771b734901:18
mw_cloudnull: ummm01:19
mw_working on it01:19
mw_hah01:19
*** acormier has quit IRC01:20
hw_wutianweiodyssey4me: but it also failed in intall pip. http://paste.openstack.org/show/617088/01:20
*** armaan has joined #openstack-ansible01:20
mw_cloudnull: What's the easiest way to add a second IP? Just adding a second IP to br-mgmt?01:20
*** acormier has joined #openstack-ansible01:21
*** acormier has quit IRC01:26
*** armaan has quit IRC01:26
cloudnullyup01:27
cloudnullin ubuntu you can just add a second stanza and it will alias the ip address for you01:27
mw_second stanza?01:28
*** https_GK1wmSU has joined #openstack-ansible01:28
cloudnullhttp://paste.openstack.org/show/617200/01:28
mw_Ahh, cool.01:29
cloudnullthat 'd give you two addresses on the same bridge01:29
cloudnull.11 and .1201:29
*** https_GK1wmSU has left #openstack-ansible01:31
mw_cloudnull: I'm deploying these VMs with Heat. Do you know if I can reserve 2 ips on the same port??01:31
cloudnullyou can have two fips on the same port,01:34
cloudnullidk how to do that with heat though01:34
mw_fixed ips, or floating?01:34
mw_what's fips in that case? haha01:34
cloudnullthese would be two ip addresses from the same provider network01:34
cloudnullso not a "floating-ip" but addresses from the same pool01:35
mw_Those aren't the IPs that I use in external_lb_vip though, are they?01:35
cloudnullno01:35
cloudnullonce the cloud is online01:35
cloudnullyou'll need to create a neutron network01:35
cloudnullwhich will have your ip pool assigned to the vms you ocreate with heat01:36
mw_So I'm going to have 2 ip addresses on br-mgmt for my controller01:37
mw_1 will be the internal vip and the other the external vip01:37
mw_since this is nested in an OS deployment, I'll need a way to get to those IPs from the outside network.. via a floating IP, right.01:38
mw_And that's what my provider network will be on01:38
mw_Does that make sense?01:39
*** gouthamr has joined #openstack-ansible01:41
cloudnulldo these instances use floats?01:41
cloudnullFIP > TENANT_NET01:41
cloudnullor are you just assigning the two nodes an address directly on a provider net01:42
*** thorst_afk has joined #openstack-ansible01:44
mw_They're in a tenant self service network01:44
mw_with floating IPs01:44
mw_The goal is to have a n openstack deployment inside an openstack deployment..01:46
mw_So I was hoping to just have the single IP address on the bridge, and have internal and external lb vip be the same01:47
mw_Is any of this making sense?01:47
cloudnullmakes total sense.01:48
cloudnullso to make that work, without having to go through the multi-port neutron hassel, I'd just assign a second subnet to the tenant network01:48
cloudnullthe external address would the fip01:49
cloudnullthe internal would be the second subnet01:49
cloudnullthen all vms in that tenant network would have access01:49
mw_Ahhh that would make sense.01:52
*** charcol has joined #openstack-ansible01:54
*** markvoelker has joined #openstack-ansible01:54
*** esberglu has quit IRC01:59
*** thorst_afk has quit IRC02:00
cloudnullyou'd also not really have to waist a fip on a deployment02:03
cloudnullyou could just assign a fip when  you want access re-claim it when you don't02:03
cloudnullin the user-config youd simply have subnet1 as the extternal address and subnet2 as the internal02:04
*** markvoelker has quit IRC02:23
mw_cloudnull: That's a good plan. Thanks a lot!02:25
*** charcol has quit IRC02:34
*** esberglu has joined #openstack-ansible02:38
*** esberglu has quit IRC02:42
mw_cloudnull: I haven't seen any mention of a provider network in the OSA docs.02:46
mw_What's up with br-vlan? Is that the "provider" network?02:46
*** markvoelker has joined #openstack-ansible02:59
yifeihey guys. I find that the repo container will cache the debian packages and act as the proxy of apt03:12
yifeiI don't understand about this. Is there any one can explain it for me? Thanks03:13
mw_yifei: What don't you understand about it?03:17
mw_I don't have experience with OS doing this, specifically. But I've used proxies for packages in the past...03:17
yifeimw_: what does the cache used for? I find that if I install a packge, it will not use the cache03:18
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Fix lookup plugin for py3.5 support  https://review.openstack.org/48983903:19
cloudnullmw_: yes br-vlan is used for provider networks03:20
cloudnullif you need a flat or vlan type network you can hang it off of that device03:20
cloudnullyifei: the repo containers run apt-cacher-ng03:21
*** gtrxcb has joined #openstack-ansible03:21
cloudnullwhich is a transparent proxy and was added to get faster installs.03:21
cloudnullin very large environments having the packages install from an upstream mirror is slow03:21
cloudnullthis allows us to pull the packages once and install from there03:22
cloudnullwe do this same thing in the multi-node-aio too03:22
cloudnullwhen cores are around == https://review.openstack.org/#/q/topic:py3.5-fix03:23
*** thorst_afk has joined #openstack-ansible03:23
cloudnullthere's a couple places where py3.5 is breaking things03:23
cloudnullI think this is the cause of the config_template + unicode isssues logan- was seeing earlier03:23
cloudnullit would seem the gate is preferring py2 in most cases.03:24
logan-hmm well https://review.openstack.org/#/c/489660/ doesn't seem to be python3 related, i tested it on both py2 and py3, but https://review.openstack.org/#/c/488280/ definitely is :)03:25
logan-the first one is ansible 2.3 related on both py2 and py303:25
yifeicloudnull: thanks. my repo containers have cached the ovs packages. when i install the ovs packages on a control host, I find that it still fetch the ovs packages from upstream03:27
*** thorst_afk has quit IRC03:27
mw_cloudnull: thanks!03:30
yifeimw_: thank you, too03:30
mw_yifei: I didn't do anything :p But you're welcome haha03:31
mw_Best of luck :)03:31
yifeimw_: hah03:31
logan-btw cloudnull, there's a func_py3 toxenv in plugins now, and an experimental job will be added soon (https://review.openstack.org/#/c/488516/), so that should help us start hunting this stuff down03:31
mw_cloudnull: One more question for the night. The network that br-mgmt is connected to still needs to be routed, and have internet access, correct?03:33
*** udesale has joined #openstack-ansible03:33
*** gkadam has joined #openstack-ansible03:41
*** gouthamr has quit IRC04:06
*** gouthamr has joined #openstack-ansible04:06
*** pmannidi has quit IRC04:13
*** winggundamth has joined #openstack-ansible04:16
*** pmannidi has joined #openstack-ansible04:16
*** udesale__ has joined #openstack-ansible04:29
*** udesale has quit IRC04:31
openstackgerritzhongshengping proposed openstack/openstack-ansible-os_designate master: Deprecate rpc_backend option  https://review.openstack.org/46976704:50
*** hybridpollo has quit IRC04:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701705:01
*** chyka has quit IRC05:06
*** chyka has joined #openstack-ansible05:06
*** chyka has quit IRC05:11
*** thorst_afk has joined #openstack-ansible05:23
*** thorst_afk has quit IRC05:28
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701705:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701705:40
*** gouthamr has quit IRC05:53
prometheanfirecloudnull: go to bed06:00
lvdombrkrcan someone help with haproxy configuration in ansible 15.1.7 aio?06:06
lvdombrkri have problem that my containers cant reach repos in repos container06:07
*** Oku_OS-away is now known as Oku_OS06:09
*** drifterza has joined #openstack-ansible06:16
*** tobberydberg has joined #openstack-ansible06:25
*** albertcard1 has joined #openstack-ansible06:30
*** poopcat has quit IRC06:30
*** pcaruana has joined #openstack-ansible06:34
*** markus_z has joined #openstack-ansible06:36
*** esberglu has joined #openstack-ansible06:48
*** markvoelker has quit IRC06:51
*** esberglu has quit IRC06:52
*** jvidal has joined #openstack-ansible06:53
*** andreas_s has joined #openstack-ansible06:55
*** charcol has joined #openstack-ansible07:03
*** https_GK1wmSU has joined #openstack-ansible07:20
*** https_GK1wmSU has left #openstack-ansible07:22
*** thorst_afk has joined #openstack-ansible07:24
*** mbuil has joined #openstack-ansible07:27
*** thorst_afk has quit IRC07:29
*** udesale has joined #openstack-ansible07:33
*** armaan has joined #openstack-ansible07:34
*** electrofelix has joined #openstack-ansible07:35
*** udesale__ has quit IRC07:35
*** gtrxcb has quit IRC07:44
*** charcol has quit IRC07:53
*** gkadam is now known as gkadam-afk07:54
*** jvidal has quit IRC07:59
*** jvidal has joined #openstack-ansible07:59
*** pbandark has joined #openstack-ansible08:00
lvdombrkrdoes any one can check my opesntack_user_conf. before deploying?08:02
*** udesale__ has joined #openstack-ansible08:20
*** https_GK1wmSU has joined #openstack-ansible08:20
*** https_GK1wmSU has left #openstack-ansible08:22
*** udesale has quit IRC08:22
*** openstackgerrit has quit IRC08:33
*** armaan has quit IRC08:40
*** armaan has joined #openstack-ansible08:41
*** yifei has quit IRC08:42
*** sxc731 has joined #openstack-ansible08:44
*** jafeha has joined #openstack-ansible08:53
*** armaan has quit IRC08:54
*** armaan has joined #openstack-ansible08:55
*** winggundamth has quit IRC08:56
*** markus_z has quit IRC09:00
*** flaviosr has quit IRC09:06
*** flaviosr has joined #openstack-ansible09:15
*** markus_z has joined #openstack-ansible09:15
*** thorst_afk has joined #openstack-ansible09:25
*** esberglu has joined #openstack-ansible09:30
*** thorst_afk has quit IRC09:30
*** esberglu has quit IRC09:34
*** acormier has joined #openstack-ansible09:59
*** armaan has quit IRC10:04
*** acormier has quit IRC10:13
*** stuartgr has joined #openstack-ansible10:18
lvdombrkrdoes anyone knows what can couse this error:? "fatal: [infra1_galera_container-f3f2abc3]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["python", "/opt/get-pip.py", "pip==9.0.1", "setuptools==33.1.1", "wheel==0.29.0"], "delta": "0:00:15.132407", "end": "2017-07-28 09:09:38.041240", "failed": true, "rc": 1, "start": "2017-07-28 09:09:22.908833", "stderr": "  Retrying (Retr10:18
*** pmannidi has quit IRC10:31
*** yifei has joined #openstack-ansible10:32
*** yifei has quit IRC10:36
andymccrlvdombrkr: can you give a bit more output on that - use like paste.openstack.org (or similar), hard to tell without a bit more of the logs :)10:38
*** sxc731 has quit IRC10:51
*** markvoelker has joined #openstack-ansible10:52
lvdombrkrandymccr: http://paste.openstack.org/raw/617245/10:57
*** markvoelker has quit IRC10:57
andymccrlvdombrkr: ok so it's trying to get a constraints file from the repo servers that are setup as part of the deploy - it can't connect so the first thing to do is check that  your LB (which could be haproxy) is running and listening on port 8181 on the ip 172.16.84.12710:59
lvdombrkrandymccr: haproxy should be install after openstack-ansible setup-hosts.yml?11:07
*** udesale__ has quit IRC11:09
*** smatzek_ has joined #openstack-ansible11:12
andymccrlvdombrkr: if youre using the setup-everything/setup-infrastructure plays then it should be setup before galera (after the repo server is configured)11:16
*** hw_wutianwei has quit IRC11:16
*** esberglu has joined #openstack-ansible11:18
*** thorst_afk has joined #openstack-ansible11:21
*** esberglu has quit IRC11:23
*** pbandark has quit IRC11:31
*** pbandark has joined #openstack-ansible11:34
*** sxc731 has joined #openstack-ansible11:50
*** markvoelker has joined #openstack-ansible11:53
*** armaan has joined #openstack-ansible11:58
*** openstackgerrit has joined #openstack-ansible11:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache  https://review.openstack.org/48999511:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache  https://review.openstack.org/48999511:59
*** sxc731 has quit IRC11:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift stable/ocata: Fix ordering of swift3 in middleware pipeline  https://review.openstack.org/48999612:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift stable/newton: Fix ordering of swift3 in middleware pipeline  https://review.openstack.org/48999712:03
*** chyka has joined #openstack-ansible12:04
*** chyka has quit IRC12:09
eoseqhi, is there any cookbook for trivial operations like: add and configure new compute node or reconfigure service? I got lost with tags and limits12:20
*** smatzek_ is now known as smatzek12:21
*** markvoelker has quit IRC12:22
*** markvoelker has joined #openstack-ansible12:22
*** schwicht has joined #openstack-ansible12:26
mhaydenmorning12:28
*** schwicht has quit IRC12:32
jamesdentonhola12:35
*** schwicht has joined #openstack-ansible12:37
odyssey4meI'd appreciate some reviews for https://review.openstack.org/489995 - it's a facility we need to help make sure that we can configure our containers when using a restricted apt sources config.12:37
odyssey4meeoseq https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks/scale-environment.html12:38
odyssey4menot sure how current it is, bug reports or patches welcome12:39
*** gkadam-afk has quit IRC12:48
*** schwicht has quit IRC12:55
*** woodard has quit IRC12:55
*** gouthamr has joined #openstack-ansible12:55
*** woodard has joined #openstack-ansible12:56
eoseqodyssey4me: thx!13:01
*** drifterza has quit IRC13:04
jvidalhi13:07
jvidalI would appreciate as well comments on OpenDaylight integration, now that I managed to get all gates passing. Comments from previous reviews have been addressed as well13:07
jvidalpatches are: https://review.openstack.org/#/c/480128/  and   https://review.openstack.org/#/c/480131/13:08
mhaydenany other opinions on the dnf centos spec? https://review.openstack.org/48842413:08
*** drifterza has joined #openstack-ansible13:08
*** hw_wutianwei has joined #openstack-ansible13:10
*** firebat has joined #openstack-ansible13:10
firebatHey guys anyone here to field a few questions about my network setup? I’m in the weeds here13:11
*** esberglu has joined #openstack-ansible13:11
*** lucasxu has joined #openstack-ansible13:12
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: [WIP] Test local connection for AIO  https://review.openstack.org/48928313:12
jamesdentonwhats up firebat?13:12
firebatI may need to post the openstack_user_config.yml. Right now I’ve got three networks defined in there (trying to go with a flat provider network). Everything deploys, but when I try and create tenant networks it fails saying there’s no such network available.  Does this mean I’m going to have to run something like vxlan or a physical network underneath to allow tenant networks to function? Does the tenant network also13:14
firebatneed to have a physical network below to route the overlay traffic between physical hosts? Can it be strictly an L2 network (all my nodes are behind a shared switch), or can it share a slice of my provider network?13:14
firebatGive me two seconds I’ll pastebin some info in here13:15
jamesdentonhow are you creating the network with neutron? What is the syntax?13:15
odyssey4memhayden you're wanting to get it done in pike?13:16
firebatI’m using the dashboard just creating a simple private network13:16
jamesdentonfirebat Post up your yml file on pastebin and i'll take a look13:17
firebatYeah I am right now.. I think I totally hosed this when I moved away from the examples I was following earlier13:17
firebathttps://pastebin.com/xRNLi0Zk13:17
firebatError message: https://pastebin.com/huFN0RqS13:17
*** schwicht has joined #openstack-ansible13:20
jamesdentonfirebat looking13:20
openstackgerritMerged openstack/openstack-ansible-plugins master: Fix lookup plugin for py3.5 support  https://review.openstack.org/48983913:22
*** cmart has joined #openstack-ansible13:23
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache  https://review.openstack.org/48999513:23
jamesdentonfirebat Any chance you could post the /etc/neutron/plugins/ml2/ml2_conf.ini from the neutron server container?13:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Add ability to copy more files from LXC host into cache  https://review.openstack.org/49002313:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/newton: Add ability to copy more files from LXC host into cache  https://review.openstack.org/49002413:28
*** kylek3h has joined #openstack-ansible13:29
*** acormier has joined #openstack-ansible13:29
firebatYeah I may be able to paste some two seconds13:30
mhaydenodyssey4me: hah, no way i could finish it by then13:30
*** acormier has quit IRC13:31
mhaydenodyssey4me / logan-: the idea of the spec is to add dnf support without disturbing yum support13:31
*** acormier has joined #openstack-ansible13:31
odyssey4memhayden I suppose we already require EPEL, so this isn't much of a stretch.13:32
jamesdentonfirebat By chance, did OSA configure a private and public network as part of an AIO deploy? I was able to recreate the issue, but it turns out the 'public' network OSA configured is already a flat network. You only get 1 flat network per mapping, and there's only one mapping by default13:32
odyssey4meThe only complexity here is ensuring that repo and repo key setups are done - most roles use 'package' tasks already.13:32
odyssey4mebut, mhayden I think you need a FFE from andymccr for that then13:32
odyssey4meor simply his approval - I'll add a +113:33
*** yifei has joined #openstack-ansible13:33
firebatjamesdenton: Originally it did (it does that via tempest right?), but I overwrote that piece in configuration. I think I’m somewhat confused on the networking side of things.. seems like having a flat tenant network may not be what my team actually wants… pasting the ini in two seconds13:33
firebatjamesdenton: Could you also elaborate on one flat networking per mapping? There’s no way to have multiple flat tenant networks?13:34
firebathttps://pastebin.com/WrnCqeL613:34
jamesdentonfirebat There's a misconception about what a flat network represents. In Neutron-speak, a flat network is an untagged vlan. Ideally, your interfaces are setup as trunks, so a flat network would be akin to the native vlan. A 'vlan' network is a tagged network, so neutron tags accordingly and drops it on the trunk13:35
jamesdentonThere's only 1 native/untagged vlan per trunk, thus only 1 flat network per "interface" or provider mapping13:35
firebatSo I think me and my whole team never really understood this until now… we won’t be able to have multiple private network subnets if we don’t use an overlay technology… would that be a correct statement?13:36
jamesdentonfirebat that's not necessarily true. You can have multiple networks segregated by vlans. An overlay technology like vxlan operates in a similar way: each network has a unique segment ID (VNI) rather than a VLAN ID, but its still segmented. All overlay traffic is encapsulated between L3 endpoints.13:38
jamesdentonA very common deployment scenario is overlay is not desired is to configure the data plane interfaces use for neutron as trunks, allow some number of vlans thru pruning, and then setup neutron to have those vlans in a pool for allocation13:39
firebatSo in a sense I could have multiple vlans with differing subnets mapped onto a single external/provider network?13:39
jamesdentonWell, sort of. Your tenants can have networks segregated by vlans connected to neutron routers that are all connected to a single external/provider network13:40
firebatDo you know of an openstack_user_config.yml setup with multiple vlans where the neutron-server runs on a container? The appendix I was using was all vxlan13:42
jamesdentonfirebat https://ibb.co/fa8rfQ13:42
jamesdentonyes. one sec13:42
jamesdentonfirebat https://gist.github.com/busterswt/340221d3623e98d42b224fc7da13143f#file-user_config_aio-L3713:43
*** SerenaFe_ has joined #openstack-ansible13:43
jamesdentonThat range that's defined there says "add vlans 1 thru 1 to the pool". So, only vlan 1. but you can change that range to suit your environment13:44
mhaydenodyssey4me: oh, you mean a FFE to begin merging those patches prior to the queens branching?13:44
odyssey4memhayden yes13:45
firebatInteresting, and I would need to create a veth pair on my compute hosts for eth11 and eth12 right?13:45
odyssey4meif you're wanting to merge the patches in pike you'll need a FFE13:45
jamesdentonin the ml2 configuration, the 'tenant_network_types' setting determines the order in which network types are consumed. If it's 'vxlan,flat,vlan', then all vxlan IDs are consumed first, then the flat, then the vlans. I'm not sure how the order is determined. It may be the order in which they are defined in the openstack_user_config.yml13:45
* mhayden cozies up to andymccr13:46
andymccrhi mhayden13:46
jamesdentonfirebat no veth pair necessary for computes, it's only needed for the containers. on computes, the br-vlan bridge is used. So make sure that bridge contains whatever physical interfaces are used for neutron13:46
mhaydenandymccr: with regard to https://review.openstack.org/488424 , odyssey4me suggested requesting a FFE to begin working it in pikeland and continue into queens13:47
andymccrah Fédération Française d'Equitation ?13:48
mhaydenof course13:48
openstackgerritMerged openstack/openstack-ansible-plugins master: config_template python 3 compatibility  https://review.openstack.org/48828013:48
mhaydeni thought about calling the spec "Make CentOS Great Again", but cloudnull suggested otherwise13:49
logan-would appreciate a final review on https://review.openstack.org/#/c/489660/ :)13:49
*** yifei has quit IRC13:49
andymccrmhayden: i heard the centos-house is a real dump.13:49
mhaydenandymccr: oh my, that article has made the rounfs13:49
andymccrmhayden: also - what is an FFE?13:49
mhaydens/rounfs/rounds/13:49
mhaydenFeature Freeze Exception?13:50
andymccra covFeFE13:50
andymccrahh13:50
andymccrwe're not in feature freeze yet13:50
mhaydenwhen odyssey4me was PTL, I just kept sliding pieces of biltong over to his desk until he said "okay, proceed"13:50
odyssey4melol13:50
odyssey4meEVERYONE CRAM IN MORE PATCHES QUICKLY!13:50
andymccrmhayden: how long will it take to get done?13:50
odyssey4meRUSH RUSH RUSH RUSH13:50
logan-lol13:50
mhaydenthe work items themselves are fairly small since i'm only adding a few things to make dnf work properly on centos13:50
mhaydenif i dislodge/break yum functionality, then i've done goofed13:51
cloudnulllolol13:51
mhayden(in the words of cloudnull )13:51
odyssey4mec'mon cloudnull - don't you have a 3 million line patch for us?13:51
mhaydenodyssey4me: 3.513:51
firebatjamesdenton: Ok cool so that all makes sense… if I’m running a flat untagged network for my tenant networks does it need to be physically routable if all the nodes are on the same switch?13:51
*** yifei has joined #openstack-ansible13:51
firebatI’m out of “real” networks to use which is my other issue… I was only given three real networks for this, and I’m using them all already13:52
andymccrmhayden: well it shouldnt pass gates i guess, and we could revert13:52
andymccri would say go for it on pike, if you think you can get it done in a week. and then as long as we can fix all teh stuff after that we should be good13:52
andymccri think reducing gate times in centos is a pretty key prio anyway13:52
mhaydenindeed13:52
mhaydenandymccr: feel free to smack https://review.openstack.org/488424 around to your liking ;)13:53
odyssey4mehopefully mgariepy won't have a heart attack when he gets back from leave13:53
andymccrahh mhayden if you have a PoC patch for an integrated repo we could test it with another build? e.g. depends-on from the nova/keystone role or something13:54
odyssey4meoh look - we rewrote everything while you were away, you're welcome13:54
andymccrhahahahahahaha13:54
mhaydenodyssey4me: shouldn't affect him if he continues to use yum ;)13:54
mhaydenandymccr: well, these changes have to be made in each IRR before the integrated build will work :/13:54
mhaydenbut i could start stacking IRR patches and making an integrated patch with a bunch of "Depends-On"'s13:54
odyssey4meyeah, it seems like a fairly contained change which is compatible with yum if that's preferred by the operator13:55
odyssey4meso I'm down with getting it done13:55
andymccrmhayden: yeah i guess we would know based on the individual role gate? i figured there might be like a change to say the apt-package role that would impact all others13:55
odyssey4meas long as mhayden does all the heavy lifting13:55
andymccr^ this13:55
-openstackstatus- NOTICE: We have disable infracloud-vanilla due to the compute host running mirror.regionone.infracloud-vanilla.o.o being offline. Please recheck your failed jobs to schedule them to another cloud.13:56
odyssey4memost of the roles use the package task anyway, so if dnf is there they will simply inherit the new speedy package manager13:56
andymccrdoes it prioritize?13:56
* andymccr reads the spec before asking more stuff13:57
jamesdentonfirebat If you intend on being able to reach that network externally then it would need to be routable. Chances are, you're going to want to connect the network to a neutron router and use floating ips to provide that connectivity. You may need to source some additional networks. If you don't have vlans available then overlay may be your only option. it's not a bad option13:58
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/ocata: Add ability to copy more files from LXC host into cache  https://review.openstack.org/49002313:59
openstackgerritMerged openstack/openstack-ansible-plugins master: Fix dumping hostvars to yaml from overrides  https://review.openstack.org/48966014:01
*** SerenaF__ has joined #openstack-ansible14:02
*** SerenaFe_ has quit IRC14:03
*** drifterza has quit IRC14:03
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/newton: Add ability to copy more files from LXC host into cache  https://review.openstack.org/49002414:04
*** udesale__ has joined #openstack-ansible14:06
*** armaan_ has joined #openstack-ansible14:08
*** andreas_s has quit IRC14:09
*** armaan has quit IRC14:11
*** armaan has joined #openstack-ansible14:11
*** armaan_ has quit IRC14:14
*** schwicht has quit IRC14:18
*** schwicht has joined #openstack-ansible14:18
*** SerenaF__ has quit IRC14:19
xgerman_odyssey4m3 wonder if I can get some eyes on https://review.openstack.org/#/c/483520/14:20
xgerman_and https://review.openstack.org/#/c/484440/14:21
*** drifterza has joined #openstack-ansible14:22
openstackgerritMerged openstack/openstack-ansible-tests master: test-log-collect.sh: Add SUSE/zypper handling when collecting logs  https://review.openstack.org/48732914:24
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Re-run setup-hosts before re-deploy.  https://review.openstack.org/48953114:24
*** armaan_ has joined #openstack-ansible14:31
*** woodard has quit IRC14:31
lvdombrkrcan anyone help with HAproxt problems?14:31
*** hw_wutianwei has quit IRC14:32
*** udesale has joined #openstack-ansible14:34
*** armaan has quit IRC14:34
xgerman_what’s wrong? If it’s easy enough I can help14:35
*** udesale__ has quit IRC14:35
*** kylek3h has quit IRC14:39
openstackgerritMerged openstack/openstack-ansible stable/ocata: Update all SHAs for 15.1.8  https://review.openstack.org/48784114:43
*** smatzek has quit IRC14:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Update all SHAs for 14.2.8  https://review.openstack.org/48785214:51
jrosser_cloudnull: you around?14:56
jrosser_https://github.com/openstack/openstack-ansible-ops/blob/850c763a19cb40d809b67d9cd2c37de7e3f6e1e2/multi-node-aio/playbooks/deploy-vms.yml#L10014:57
jrosser_that seems to test the connection to localhost rather than the virtual machines14:57
lvdombrkrmy containers cant reach repos, wherem  can be issue14:57
lvdombrkr?14:57
*** aditi_puntambeka has joined #openstack-ansible14:57
*** goldenfri has quit IRC14:58
TahvokWhen connecting to the controller, do I need to go to each container in order to see it's logs?15:01
*** marst has joined #openstack-ansible15:01
openstackgerritLogan V proposed openstack/openstack-ansible master: [DNM] Testing Limestone 3rd party CI  https://review.openstack.org/48840915:01
*** yifei has quit IRC15:04
andymccrlvdombrkr: try a netstat -plnt on your haproxy host, and see if its listening on the correct address - and then check the configuration for the repo servers (in like /etc/haproxy/haproxy.conf)15:05
andymccrbasically you want to check why it cant connect, so is haproxy working, if so, are the containers up and running with the services listening in them (use lxc-attach -n <container-name>) to access the containers15:06
*** Oku_OS is now known as Oku_OS-away15:06
andymccrif that is all ok, is the networking between your containers setup correctly, e.g. can containers talk to each other on that ip address range15:06
*** tobberyd_ has joined #openstack-ansible15:06
*** sxc731 has joined #openstack-ansible15:06
*** tobberyd_ has quit IRC15:07
*** aditi_puntambeka has quit IRC15:07
*** tobberyd_ has joined #openstack-ansible15:08
*** tobberydberg has quit IRC15:09
*** thorst_afk has quit IRC15:14
*** tobberyd_ has quit IRC15:14
*** armaan has joined #openstack-ansible15:18
*** aditi_puntambeka has joined #openstack-ansible15:20
*** armaan_ has quit IRC15:21
*** electrofelix has quit IRC15:23
cloudnulljrosser_: i am15:25
*** woodard has joined #openstack-ansible15:26
cloudnull that should test the vms from the local machine15:26
cloudnullare you seeing it act differently ?15:26
lvdombrkrandymccr: i install telnet to a repo container and telnet proxy host :8181 and there is no problems15:26
cloudnulllvdombrkr: haporxy ?15:27
jrosser_cloudnull: it drops through instantly without waiting for the vm to start15:27
lvdombrkrcloudnull: haproxy15:27
cloudnullhum. well that's not good15:27
jrosser_if you put -vvvv on it, "host" is set to localhost in the wait_for15:27
jrosser_we were wondering if local_action clobbered the value of ansible_host15:28
mhaydenwith zuul-cloner, will the openstack-ansible gate actually follow a depends-on and get the proposed version of a review?15:28
cloudnullit seems to wait when i deploy, however maybe there's something else going on ?15:28
logan-yes mhayden15:29
mhaydenthanks logan-  -- i haven't tested it yet15:29
andymccrlvdombrkr: ok so can you log into a galera host and try the same thing?15:30
andymccrlvdombrkr: also note that if haproxy is up, you may well be able to telnet but just not get a decent response back since haproxy will be listening on the port but unable to forward your connection to a backend host15:31
*** tomtomtom has quit IRC15:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo  https://review.openstack.org/49005915:32
lvdombrkrandymccr: yes i can telnet haproxy olso from galera container15:34
*** udesale has quit IRC15:34
lvdombrkrbet when i run setup-infrastructure.yml i get failed: [infra1_rabbit_mq_container-a54d755f] (item=[u'epel-release', u'yum-plugin-priorities', u'yum-utils']) => {"changed": false, "failed": true, "item": ["epel-release", "yum-plugin-priorities", "yum-utils"], "msg": "\n\n One of the configured repositories failed (Unknown),\n and yum doesn't have enough cached data to continue.15:36
andymccrlvdombrkr: thats a different issue to before though - so did you fix the previous issue?15:36
lvdombrkrandymccr: i think this two issues are related, not so?15:37
andymccrlvdombrkr: i mean it could be :) but that suggests your galera hosts managed to install properly.15:39
andymccrlvdombrkr: i know we have had some issues with yum repo caching bits - so it could be a bug, id recommend logging into that rabbitmq container and trying to do a yum install of the epel-release package just to see what errors it provides you manually15:40
lvdombrkrandymccr: i will try right now15:41
*** woodard has quit IRC15:42
*** woodard has joined #openstack-ansible15:42
lvdombrkrandymccr: it was done without any errors15:44
andymccrlvdombrkr: okin that case, just try rerun the openstack-infrastructure playbook. it seems our centos caching issues arent quite fixed yet mhayden :(15:46
mhaydendarn15:46
andymccrmhayden:  is there a work around we can give to lvdombrkr to avoid the caching problems?15:47
andymccri thought there was but i dont really recall15:48
odyssey4mewell, there were some fixes put in - are they actually active in the roles he's using?15:48
andymccrodyssey4me: good point - lvdombrkr what version are you deploying?15:48
odyssey4melvdombrkr which branch/tag are you using?15:48
mhaydenif you can get a copy of apt-cacher-ng.conf into a paste bin, lvdombrkr, that would be handy!15:48
andymccrapt-cacher-ng is on the repo container inside /etc/ i believe :)15:49
*** aditi_puntambeka has quit IRC15:49
lvdombrkrandymccr: 15.1.715:49
*** chyka has joined #openstack-ansible15:50
andymccrhmm that is the latest one i think, that went in today. lemme double check15:50
odyssey4menope, 15.1.8 is the next release, and that has more repo_server patches for caching15:51
andymccrodyssey4me: nah the role sha for that role hasnt changed15:52
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo  https://review.openstack.org/49005915:52
odyssey4meandymccr hmm, that's a problem because the role has change15:52
odyssey4me*changed15:52
odyssey4mesomething must be wrong with the role sha updating process15:53
andymccrhmm lemme double check mightve misread15:53
*** jvidal has quit IRC15:53
andymccrbut we also sha bumped it to include the fixes15:53
andymccrso we could release following the instability15:53
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo  https://review.openstack.org/49005915:53
andymccrahh yeah there are a few new ones in 15.1.815:54
andymccrmajor added some more fixes for the repo caching15:54
odyssey4methere are 5 more patches after the SHA in https://github.com/openstack/openstack-ansible/blob/15.1.7/ansible-role-requirements.yml#L14015:54
odyssey4memight be better to wait and see what else falls out15:54
odyssey4meanyone who raises the issue can easily make use of the newer role15:55
andymccrmaybe the best recommendation is to suggest bumping the sha manually and hten redeploying the repo server and seeing if it fixes it?15:55
odyssey4meyup15:55
*** chyka_ has joined #openstack-ansible15:56
openstackgerritMerged openstack/openstack-ansible master: Use ansible-runtime python for internal scripts  https://review.openstack.org/48966115:56
*** strattao has joined #openstack-ansible15:58
*** ThiagoCMC has quit IRC15:58
*** chyka has quit IRC15:59
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: [WIP] Add dnf support  https://review.openstack.org/48857915:59
*** strattao has quit IRC16:00
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701716:04
lvdombrkrthat means in 15.1.8 this issue is resolved?16:04
*** sxc731 has quit IRC16:04
odyssey4melvdombrkr it would be nice if you could verify that16:05
odyssey4meif there are more issues, we'd like to know so that we can resolve them for that release16:05
andymccrlvdombrkr: yeah for now you could adjust the ansible-role-requirements.txt file (https://github.com/openstack/openstack-ansible/blob/15.1.7/ansible-role-requirements.yml#L140) to point to the newer stable/ocata sha for  the repo_server role: 2c4a2b3ebd9ba4994b86250cf7b789ed8b09a8f616:07
andymccrand then rerun the repo-server play16:08
lvdombrkrandymccr: okey i will try16:10
lvdombrkrodyssey4me: i will test 15.1.8 tomorrow in my test lab16:11
odyssey4methe alternative is to build a fresh environment using the head of stable/ocata for the openstack-ansible repo16:13
*** pcaruana has quit IRC16:14
*** pbandark has quit IRC16:19
*** acormier_ has joined #openstack-ansible16:20
openstackgerritMajor Hayden proposed openstack/openstack-ansible-pip_install master: Add dnf support  https://review.openstack.org/48858016:22
*** drifterza has quit IRC16:22
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Add dnf support  https://review.openstack.org/48857916:23
*** acormier has quit IRC16:24
openstackgerritMajor Hayden proposed openstack/openstack-ansible-openstack_hosts master: Add dnf support  https://review.openstack.org/48826816:26
*** markus_z has quit IRC16:27
*** Jolrael has quit IRC16:34
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo  https://review.openstack.org/49005916:35
cloudnullhttp://paste.openstack.org/ -- anyone seen this issue with the latest master?16:47
armaanfolks, if i get this error msg "error while evaluating conditional: inventory_hostname in groups[item.value.group]" then does it mean that I have incorrectly configured user_config.yaml?16:48
cloudnullrunning with ansible 2.3.2.016:48
cloudnullarmaan: depends on where that happens  ?16:48
cloudnullwhat play are you seeing that issue?16:49
cloudnulland which release?16:49
armaancloudnull: os-neutron.yaml, while configuring the agents. I am trying to deploy mitaka with ovs(from Travis's local fork)16:49
armaancloudnull: here is the play run http://paste.openstack.org/show/617295/16:50
*** firebat has quit IRC16:50
odyssey4mecloudnull I see that paste page often, especially the empty one ;)16:51
armaancloudnull: I am using mitaka-eol tag from openstack-ansible and the I am configuring it to pull os_neutron role from https://github.com/trumant/openstack-ansible-os_neutron16:51
armaanspecifically, upto this commit 01b510d15960903c271d3d3ad70de9f83d9396e016:52
*** sxc731 has joined #openstack-ansible16:53
lvdombrkrcould any one see this issue before? http://paste.openstack.org/raw/617297/16:53
*** thorst_afk has joined #openstack-ansible16:55
*** aditi_puntambeka has joined #openstack-ansible17:05
*** mbuil has quit IRC17:09
mw_cloudnull: My OSA deployment is taking about 2 hours. It's just the basic configuration shown in the OSA documentation. Is this normal? The deployment and target hosts are all VMs, which I'm assuming isn't helping my performance.17:14
*** aditi_puntambeka has quit IRC17:16
lvdombrkrafter setup-openstack.yml keystone failed failed: [infra1_keystone_container-1a5f64cf] (item={u'url': u'http://172.16.84.196:35357') and in keystone logs i see that apache is down17:25
lvdombrkranybody meet this issue?17:25
lvdombrkr?17:31
*** armaan has quit IRC17:32
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Remove the | changed idempotency breaker  https://review.openstack.org/49010817:33
cloudnullodyssey4me: lol17:36
cloudnullhttp://paste.openstack.org/show/617294/17:36
cloudnullthats the paste17:36
* cloudnull was lunching17:36
odyssey4menope - haven't seen that17:37
openstackgerritMerged openstack/openstack-ansible-specs master: [Spec] Use dnf with CentOS  https://review.openstack.org/48842417:39
*** sxc731 has quit IRC17:41
openstackgerritJimmy McCrory proposed openstack/openstack-ansible stable/ocata: Bump plugins SHA to support Ocata->Pike upgrades  https://review.openstack.org/49011217:42
*** jamesden_ has joined #openstack-ansible17:47
*** jamesdenton has quit IRC17:47
*** stuartgr has quit IRC17:55
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_swift master: Flag service for restart if the venv changes  https://review.openstack.org/48522517:58
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701717:58
openstackgerritNolan Brubaker proposed openstack/openstack-ansible master: Install swift serially for rolling updates  https://review.openstack.org/47858017:58
mw_cloudnull: Thoughts on my 2 hour deployment time?17:59
lvdombrkrany opinions in my issue?18:01
SamYaplemw_: yes 2 hour deploy is normal18:07
mw_SamYaple: Thanks :)18:07
*** tobberydberg has joined #openstack-ansible18:11
mw_SamYaple: This might be a stupid question, but with 2 hour deploy times, how do you troubleshoot and fix deployment issues in a reasonable time?18:11
mw_Say you have a bad neutron config or something and need to re-reploy to update the config and test your change. Are you just stuck waiting for a full re-reploy?18:12
SamYaplemw_: --tags mostly18:12
openstackgerritMerged openstack/openstack-ansible stable/newton: Update all SHAs for 14.2.8  https://review.openstack.org/48785218:12
openstackgerritMajor Hayden proposed openstack/openstack-ansible-galera_client master: Add dnf support  https://review.openstack.org/49012418:14
mw_SamYaple: tags?18:14
logan-mw_: you can run service playbooks individually. or chain a few together. ex: openstack-ansible os-nova-install.yml os-neutron-install.yml18:14
logan-or you could target specific parts of a playbook like openstack-ansible os-nova-install.yml --tags config18:15
odyssey4meand use --limits or --tags to constrain what gets run against what18:15
SamYaplemw_: --tags is an ansible thing. alot of tasks have specific tags o nthem, so you can run a subset of tasks18:15
mw_Ah, ok. Interesting. Thanks guys!18:15
*** tobberydberg has quit IRC18:16
logan-even if you were to run an entire playbook run again, on an existing environment it should take less than the greenfield deploy because you won't be waiting for a bunch of apt packages, etc to install18:16
logan-it's still going to take a while to run through a full deploy, but it should be marginally faster18:17
mw_logan-: Yeah, I've noticed that as well. Cool.18:17
openstackgerritMajor Hayden proposed openstack/openstack-ansible-galera_server master: Add dnf support  https://review.openstack.org/49012618:17
mw_I'm looking into finding the best way to deploy a lot of stacks with different neutron configurations essentially. linuxbridge, ovs, ovs+dvr, etc..18:18
mw_From what I could tell OSA looked like the best way to do this. Does that seem reasonable?18:18
*** albertcard1 has quit IRC18:20
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Add dnf support  https://review.openstack.org/49012818:21
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [WIP] Update Ansible to 2.3.2.0-0.5.rc5  https://review.openstack.org/48174518:22
lvdombrkrdoes anyone see this error before?18:25
lvdombrkrhttp://paste.openstack.org/raw/617302/18:25
*** poopcat has joined #openstack-ansible18:26
openstackgerritMajor Hayden proposed openstack/openstack-ansible-ceph_client master: Add dnf support  https://review.openstack.org/49013018:27
*** albertcard1 has joined #openstack-ansible18:29
*** acormier has joined #openstack-ansible18:31
*** poopcat has quit IRC18:32
*** acormier_ has quit IRC18:32
openstackgerritGerman Eichberger proposed openstack/openstack-ansible master: Octavia scenario  https://review.openstack.org/48352018:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_glance master: Add dnf support  https://review.openstack.org/49013318:34
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_keystone master: Add dnf support  https://review.openstack.org/49013518:36
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Enable V2 Octavia API (Experimental)  https://review.openstack.org/48444018:39
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_cinder master: Add dnf support  https://review.openstack.org/49014118:41
*** sxc731 has joined #openstack-ansible18:42
*** albertcard1 is now known as poopcat18:43
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_nova master: Add dnf support  https://review.openstack.org/49014318:44
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_neutron master: Add dnf support  https://review.openstack.org/49014418:46
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_heat master: Add dnf support  https://review.openstack.org/49014518:48
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_horizon master: Add dnf support  https://review.openstack.org/49014718:51
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add dnf support  https://review.openstack.org/49015218:57
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_aodh master: Add dnf support  https://review.openstack.org/49015318:59
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_designate master: Add dnf support  https://review.openstack.org/49015519:00
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_gnocchi master: Add dnf support  https://review.openstack.org/49015619:02
dmsimardandymccr: slowly making progress for that liberasure code update.. it should land for Pike soon and I'll keep harassing maintainers on our end to push it down19:02
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_swift master: Add dnf support  https://review.openstack.org/49015719:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_ironic master: Add dnf support  https://review.openstack.org/49015819:05
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_magnum master: Add dnf support  https://review.openstack.org/49016019:06
mw_cloudnull: I've rebooted my controller node and all the containers are failing to get DHCP addresses on eth0. Is there a process to get this back up and running again?19:07
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_sahara master: Add dnf support  https://review.openstack.org/49016119:08
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_tempest master: Add dnf support  https://review.openstack.org/49016219:09
*** hybridpollo has joined #openstack-ansible19:11
mw_(No dhcp from lxcbr0 on 10.0.3.X)19:12
*** hybridpollo has quit IRC19:16
mw_cloudnull: after rebooting all the eth0 interfaces are disconnected from lxcbr0... wtf?19:19
mw_SamYaple: Ever seen this before?19:22
*** sxc731 has quit IRC19:25
mw_I'm assuming a service should be adding them back there?19:30
*** acormier has quit IRC19:52
*** acormier has joined #openstack-ansible19:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver  https://review.openstack.org/47701719:59
openstackgerritMerged openstack/openstack-ansible-ops master: Add force handlers to the build command  https://review.openstack.org/48961019:59
openstackgerritMerged openstack/openstack-ansible-ops master: Add environment options and re-flow the README.rst  https://review.openstack.org/48961519:59
openstackgerritMerged openstack/openstack-ansible-ops master: fix vm server ip typo and isolate hosts into ip blocks  https://review.openstack.org/48968819:59
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: remove the use of iteritems  https://review.openstack.org/49017920:02
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: remove the use of iteritems  https://review.openstack.org/49018320:05
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: remove the use of iteritems  https://review.openstack.org/49018620:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: remove the use of iteritems  https://review.openstack.org/49018720:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: remove the use of iteritems  https://review.openstack.org/49018820:08
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add dnf support  https://review.openstack.org/49015220:09
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: Add dnf support  https://review.openstack.org/49018920:10
openstackgerritMerged openstack/openstack-ansible-pip_install master: Add dnf support  https://review.openstack.org/48858020:11
openstackgerritMerged openstack/openstack-ansible-galera_client master: Add dnf support  https://review.openstack.org/49012420:12
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_cinder master: remove the use of iteritems  https://review.openstack.org/49019120:12
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Add dnf support  https://review.openstack.org/48826820:13
openstackgerritMajor Hayden proposed openstack/openstack-ansible master: Add dnf support  https://review.openstack.org/49019220:17
*** vishwana_ has joined #openstack-ansible20:23
*** vishwanathj has quit IRC20:26
*** aditipuntambekar has joined #openstack-ansible20:28
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: [WIP] End-to-end dnf test  https://review.openstack.org/49019620:29
openstackgerritMerged openstack/openstack-ansible-os_heat master: Add dnf support  https://review.openstack.org/49014520:29
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: [WIP] End-to-end dnf test  https://review.openstack.org/49019620:29
*** https_GK1wmSU has joined #openstack-ansible20:32
*** https_GK1wmSU has left #openstack-ansible20:34
openstackgerritMerged openstack/openstack-ansible-plugins master: remove the use of iteritems  https://review.openstack.org/49018320:34
*** aditipuntambekar has quit IRC20:35
eoseqhow to regenerate inventory when I get different names in json than on infra hosts?20:36
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Add dnf support  https://review.openstack.org/49015620:39
*** acormier_ has joined #openstack-ansible20:40
*** acormier_ has quit IRC20:40
*** acormier_ has joined #openstack-ansible20:41
*** acormier has quit IRC20:44
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Add dnf support  https://review.openstack.org/49014720:50
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: remove the use of iteritems  https://review.openstack.org/49018620:51
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: remove the use of iteritems  https://review.openstack.org/49018820:53
*** woodard_ has joined #openstack-ansible20:55
openstackgerritMerged openstack/openstack-ansible-os_designate master: Add dnf support  https://review.openstack.org/49015520:56
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Add dnf support  https://review.openstack.org/49013520:57
*** woodard has quit IRC20:59
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Add dnf support  https://review.openstack.org/49015321:00
*** woodard_ has quit IRC21:00
*** acormier has joined #openstack-ansible21:00
*** lucasxu has quit IRC21:00
openstackgerritMerged openstack/openstack-ansible-os_nova master: Add dnf support  https://review.openstack.org/49014321:01
*** acormier_ has quit IRC21:04
*** acormier has quit IRC21:05
mhaydenspotz: there are happies in https://review.openstack.org/490128 now21:05
*** acormier has joined #openstack-ansible21:05
*** thorst_afk has quit IRC21:06
*** jamesden_ has quit IRC21:06
*** esberglu has quit IRC21:08
spotzmhayden is it just me or is jenkins a little pokey?21:09
mhaydenzuul is a bit slow today -- i assumed it was probably due to a big queue21:09
mhaydensince we're appraching the end of the dev cycle21:09
mhaydenit usually spikes rigt about this time21:09
*** acormier has quit IRC21:09
prometheanfireyep21:10
prometheanfirepeople trying to push stuff to GR that shold have been pushed weeks ago21:10
mhaydena late push is better than never21:10
mhaydenLATE SURGE21:10
prometheanfire'someone' wanted to push reno21:10
*** thorst_afk has joined #openstack-ansible21:11
prometheanfire200 or so dependant projects for that :P21:11
mhaydeni feel like putting a review in there to push something forward that is totally silly21:11
prometheanfireyou'd get the same reaction as anyone21:11
*** acormier has joined #openstack-ansible21:11
prometheanfireFFE to the mailing list :P21:11
SamYapleprometheanfire: you going to be at the PTG?21:12
prometheanfireyep21:12
prometheanfireJUST got approval21:12
SamYaplenice21:12
SamYaplei guess ill go then21:13
prometheanfireas in, 1.75 hours ago21:13
SamYaplejust for oyu21:13
prometheanfirelol, thanks21:13
prometheanfireI'll be focusing on requirements/release/stable, and probably ironic (in osa or not)21:13
SamYapleill be jumping around myself. lots of side projects to carve out a few hours for21:15
*** thorst_afk has quit IRC21:15
openstackgerritGerman Eichberger proposed openstack/openstack-ansible master: Octavia scenario  https://review.openstack.org/48352021:15
*** smatzek has joined #openstack-ansible21:15
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_glance master: Add dnf support  https://review.openstack.org/49013321:16
mhaydencloudnull / spotz: fixed my typo in https://review.openstack.org/49013321:16
*** smatzek has quit IRC21:29
*** woodard has joined #openstack-ansible21:36
*** woodard has quit IRC21:36
*** esberglu has joined #openstack-ansible21:37
*** woodard has joined #openstack-ansible21:37
openstackgerritMerged openstack/openstack-ansible-os_cinder master: remove the use of iteritems  https://review.openstack.org/49019121:38
dmsimardevrardjp: no mention of removing epel in ptl application, -121:39
evrardjphaha21:40
evrardjpwell that's not a goal, that's obviously what we're gonna do :p21:40
prometheanfireevrardjp: and -1 for not adding gentoo support :P21:43
evrardjpdmsimard: wait what... ? There is actually someone that read my candidacy? I mean without me begging for it?21:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts stable/ocata: Set kernel params to ensure iptables are never left open  https://review.openstack.org/49022221:43
evrardjpprometheanfire: patches welcome :D21:43
dmsimardevrardjp: I love reading PTL candidacies :D21:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts stable/newton: Set kernel params to ensure iptables are never left open  https://review.openstack.org/49022321:44
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts master: Set kernel params to ensure iptables are never left open  https://review.openstack.org/49022521:44
*** vishwana_ has quit IRC21:45
*** vishwanathj has joined #openstack-ansible21:45
*** thorst_afk has joined #openstack-ansible21:46
*** thorst_afk has quit IRC21:50
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Add dnf support  https://review.openstack.org/49012821:50
evrardjpcloudnull: that's serious: https://review.openstack.org/#/c/490225/21:54
*** marst has quit IRC22:03
evrardjpI'm off, cya tomorrow guys!22:03
*** acormier has quit IRC22:07
*** germs1 has joined #openstack-ansible22:07
*** germs1 has left #openstack-ansible22:07
*** https_GK1wmSU has joined #openstack-ansible22:15
*** vishwanathj has quit IRC22:16
*** vishwanathj has joined #openstack-ansible22:16
*** gouthamr has quit IRC22:16
*** https_GK1wmSU has left #openstack-ansible22:17
*** acormier has joined #openstack-ansible22:26
*** schwicht has quit IRC22:31
*** hybridpollo has joined #openstack-ansible22:33
*** phalmos has joined #openstack-ansible22:34
*** schwicht has joined #openstack-ansible22:56
openstackgerritMerged openstack/openstack-ansible-os_glance master: Add dnf support  https://review.openstack.org/49013322:56
*** gtrxcb has joined #openstack-ansible23:06
*** acormier has quit IRC23:08
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Add dnf support  https://review.openstack.org/49014123:25
*** schwicht has quit IRC23:28
*** charcol has joined #openstack-ansible23:29
*** gouthamr has joined #openstack-ansible23:32
openstackgerritCharles Farquhar proposed openstack/openstack-ansible-os_swift master: Add basic functional testing for swift3  https://review.openstack.org/49024823:37
*** charcol-v2 has joined #openstack-ansible23:42
*** chyka_ has quit IRC23:42
*** chyka has joined #openstack-ansible23:43
*** charcol has quit IRC23:44
*** chyka has quit IRC23:48
openstackgerritMerged openstack/openstack-ansible-os_nova master: remove the use of iteritems  https://review.openstack.org/49018723:49
*** charcol-v2 has quit IRC23:49
*** charcol has joined #openstack-ansible23:52
*** thorst_afk has joined #openstack-ansible23:55
*** yifei has joined #openstack-ansible23:58

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!