Wednesday, 2018-06-13

*** nurdie_ has joined #openstack-ansible00:00
*** poul has quit IRC00:02
*** nurdie has quit IRC00:03
cloudnull++ jra I'd start with nuking the facts.00:06
cloudnullfdsa what are you seeing ?00:07
cloudnullspotz sorry had to step away,00:07
cloudnullnow home. looking at the links now .00:07
*** weezS has quit IRC00:08
*** weezS has joined #openstack-ansible00:08
*** weezS has quit IRC00:09
*** indistylo has joined #openstack-ansible00:09
*** weezS has joined #openstack-ansible00:09
*** masber has joined #openstack-ansible00:10
*** masuberu has quit IRC00:13
*** poul has joined #openstack-ansible00:15
*** weezS has quit IRC00:18
*** weezS has joined #openstack-ansible00:18
*** weezS has quit IRC00:19
*** poul has quit IRC00:20
*** weezS has joined #openstack-ansible00:20
*** poul has joined #openstack-ansible00:24
jra@cloudnull @coolj presumably a cached fact would have referenced an earlier version (ie, 7.4, not 7.5)?00:26
*** masuberu has joined #openstack-ansible00:26
*** poul has quit IRC00:29
*** masber has quit IRC00:29
*** nurdie_ has quit IRC00:30
*** gyee has quit IRC00:34
openstackgerritMerged openstack/openstack-ansible master: Move database creation into role (cinder)  https://review.openstack.org/57173300:42
openstackgerritMerged openstack/openstack-ansible stable/queens: Update os_octavia role sha in OSA  https://review.openstack.org/57487500:42
*** poul has joined #openstack-ansible00:42
*** poul has quit IRC00:47
*** gregoryo has joined #openstack-ansible00:52
*** chyka has joined #openstack-ansible00:54
*** radeks has joined #openstack-ansible00:54
spotzcloudnull: That's ok I ran to the gym and had dinner:)00:55
*** cjloader has quit IRC00:58
*** chyka has quit IRC00:58
*** jra has quit IRC00:58
spotzcloudnull: DOn't bother looking found the issue review incoming after I run it through tox01:11
*** cshen has joined #openstack-ansible01:16
*** tux_ has joined #openstack-ansible01:16
*** chyka has joined #openstack-ansible01:17
*** chyka has joined #openstack-ansible01:17
*** jeferobles has joined #openstack-ansible01:18
tux_Folks!01:18
tux_I have question related openstack_user_config.yml01:19
tux_container: 192.168.100.0/24         is this subnet going to be DHCP ?01:19
*** chyka has quit IRC01:19
tux_Reason i am asking, we have our LAN subnet  10.30.0.0/16 and i am planning to use its small portion for mgmt for openstack-ansible01:20
*** cshen has quit IRC01:21
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: Remove IP range 1.2.3.4 from doc examples  https://review.openstack.org/57493001:21
cloudnullTux_ no, the management ip address is all statically assigned01:22
tux_cloudnull: So i can use that subnet right?01:22
*** jmnk has quit IRC01:24
tux_I think i got it...01:24
*** poul has joined #openstack-ansible01:28
*** poul has quit IRC01:33
*** jmnk has joined #openstack-ansible01:40
*** poul has joined #openstack-ansible01:46
*** poul has quit IRC01:51
*** radeks has quit IRC01:55
*** poul has joined #openstack-ansible02:04
*** poul has quit IRC02:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487002:12
cloudnulltux_ yes you should be able to use the subnet and not worry about conflicts from an upstream DHCP server.02:12
tux_cloudnull: Thanks!!02:12
*** poul has joined #openstack-ansible02:22
tux_cloudnull: I need one more advice from you..02:22
tux_putting br-mgmt on existing LAN network is good or i should isolate it?02:23
tux_i was thinking if i put br-mgmt on my existing LAN network then i can or anyone can ping any container from LAN02:24
tux_just to make it simple02:24
tux_Other solution would be https://openstackr.files.wordpress.com/2015/07/homelabenvironment2015.png02:25
cloudnulli typically isolate it02:26
*** poul has quit IRC02:26
cloudnullbond0 for us is on a 10.x network, br-mgmt on a 172.x network both seperated by vlans02:26
tux_In short i should follow that diagram model, br-host for LAN02:26
*** jeferobles has quit IRC02:26
cloudnullits totally up to you02:27
tux_i understand but i want best practice02:27
cloudnullin my lab at home I use eth0 as my gateway on a 10.x network and eth2 as my infra network(s) which is carved up by vlans on different subnets02:28
cloudnullI advocate for separation but that's not always possible in all deployments.02:29
tux_I control my network so i can sure isolate, i was just trying to make simple and easy to troubleshoot02:29
cloudnullif you have full control of your gear, multiple interfaces, and enough port density, my personal best practice would be to separate everything as much as you can .02:30
cloudnullits a balancing act though02:30
cloudnullunderstanding the capability of your operators/administrators, what your gear is capable of, and what your comfortable with will determine what your own best practice is02:31
tux_I have 2x10GE NIC on server and both NIC connected to two separate switch ( i have configured bond0  active-standby mode)02:31
tux_i can't do active-active on two separate switch  :(02:32
cloudnullno mlag ? or no cisco :)02:32
openstackgerritzhulingjie proposed openstack/openstack-ansible stable/pike: Update the output for "openstack floating" command  https://review.openstack.org/57494202:32
cloudnullwithout diving deep into the hardware that sounds like a great setup02:33
cloudnullyou should be able to separate a lot of the traffic allowing you to keep things well isolate.d02:33
tux_My openstack serers are running in c7000 Blade Center ( and HP switch doesn't support vPC )02:33
tux_*servers02:33
*** weezS has quit IRC02:33
tux_Let me think what i can do here..02:34
*** weezS has joined #openstack-ansible02:34
tux_cloudnull: Thanks for the help02:35
cloudnullsingle bond + a collection of vlans will get you just about everyhting you need02:35
*** weezS has joined #openstack-ansible02:35
tux_also its 10G NIC so i think enough to handle good traffic02:35
*** weezS has joined #openstack-ansible02:36
*** weezS has joined #openstack-ansible02:37
*** poul has joined #openstack-ansible02:40
cloudnulltux_ this is a pretty good example my deployments https://docs.openstack.org/openstack-ansible/latest/_images/example-switchport-config-and-cabling.png02:42
cloudnullwhich comes out of our user guide https://docs.openstack.org/openstack-ansible/latest/user/index.html02:44
*** poul has quit IRC02:44
tux_wonderful!!! this is what i was looking for some short of clue :)02:44
tux_cloudnull: This is perfect example to start my work..02:48
*** jeferobles has joined #openstack-ansible02:50
tux_cloudnull: Do you have any example doc to create bridge interface on CentOS 7x ?02:56
*** dave-mccowan has quit IRC02:57
*** poul has joined #openstack-ansible02:58
cloudnulljust whats in the etc folder of the osa dir03:01
*** poul has quit IRC03:02
tux_cloudnull: awesome! /opt/openstack-ansible/etc/network03:05
tux_All these example for ubuntu :(03:06
tux_We have CentOS 7.x shop and i am deploying OSA on CentOS03:06
tux_let me see what i can do... @mhayden had nice blog but somehow it didn't work for me i will give it a second try again03:07
tux_cloudnull: here it is https://major.io/2017/04/13/openstack-ansible-on-centos-7-with-systemd-networkd/03:08
cloudnullyea thats a good example03:09
cloudnullif you're feeling adventurous you can do the deployment with networkd03:09
cloudnullhttps://review.openstack.org/#/c/553636/03:09
cloudnullwhich is a more universal way to do all of that03:10
cloudnullthat example is uing dummy interfaces but that could be replaced with bonds, vlan tagged devices etc03:10
cloudnullmy lab deployment is running with exactly that03:11
cloudnullhttps://gist.github.com/cloudnull/69bde16011d1ea94edf926252ea9393303:11
cloudnullusing netwrokd for all of the interfaces03:11
tux_but you are running it on Ubuntu OS right?03:12
tux_I would use networkd if that is right thing to do03:12
cloudnulli am but thatll work on cent, suse or ubuntu03:12
tux_hmm! i got your point because networkd is universal config for all Linux* flavors03:13
*** poul has joined #openstack-ansible03:16
tux_I have question, we have pdns (power DNS in our network) and i want to integrate it with Openstack so when i create any instance on openstack it will register my hostname via DDNS to powerDNS03:17
cloudnullI have not03:18
cloudnullI know there are a few folks using designate03:19
cloudnulland I think that can talk to powerdns03:19
cloudnullbut I really dont know03:19
tux_no worry i will see if i can google it and get some clue03:19
*** poul has quit IRC03:20
tux_Anyway thanks for your help! I think i am going to hit my bed now :)03:20
tux_cloudnull: Good night! i will catch you tomorrow if i hit wall building OSA on my production harwdare03:21
*** indistylo has quit IRC03:22
*** poul has joined #openstack-ansible03:26
*** cshen has joined #openstack-ansible03:26
cloudnulltake care tux_03:27
*** poul has quit IRC03:30
*** cshen has quit IRC03:31
*** poul has joined #openstack-ansible03:43
*** udesale has joined #openstack-ansible03:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487003:47
*** poul has quit IRC03:48
*** jeferobles has quit IRC03:50
*** jeferobles has joined #openstack-ansible03:52
*** radeks has joined #openstack-ansible03:57
*** poul has joined #openstack-ansible04:01
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487004:02
*** Bhujay has joined #openstack-ansible04:04
*** poul has quit IRC04:06
*** poopcat has quit IRC04:06
*** jeferobles has quit IRC04:06
*** jeferobles has joined #openstack-ansible04:08
*** poul has joined #openstack-ansible04:11
*** dmsimard has quit IRC04:13
*** poul has quit IRC04:16
*** vnogin has quit IRC04:23
*** tux_ has quit IRC04:24
*** indistylo has joined #openstack-ansible04:27
*** poul has joined #openstack-ansible04:29
*** poul has quit IRC04:33
*** poul has joined #openstack-ansible04:38
*** jeferobles has quit IRC04:40
*** poul has quit IRC04:43
*** jeferobles has joined #openstack-ansible04:46
*** pcaruana has joined #openstack-ansible04:50
*** poul has joined #openstack-ansible04:56
*** poul has quit IRC05:00
*** vnogin has joined #openstack-ansible05:04
*** tux_ has joined #openstack-ansible05:11
*** tux_ has joined #openstack-ansible05:11
*** tux_ has quit IRC05:13
*** poul has joined #openstack-ansible05:14
*** pcaruana has quit IRC05:18
*** poul has quit IRC05:19
*** DanyC has joined #openstack-ansible05:22
*** adreznec has quit IRC05:27
*** jbadiapa has joined #openstack-ansible05:27
*** adreznec has joined #openstack-ansible05:32
*** DanyC has quit IRC05:34
*** mma has quit IRC05:41
*** vnogin has quit IRC05:57
*** chhagarw has joined #openstack-ansible06:01
*** lvdombrkr has joined #openstack-ansible06:03
*** radeks has quit IRC06:05
*** pcaruana has joined #openstack-ansible06:06
*** chigang__ has joined #openstack-ansible06:06
*** lvdombrkr89 has joined #openstack-ansible06:07
*** lvdombrkr has quit IRC06:10
*** Bhujay has quit IRC06:13
*** errr has quit IRC06:19
*** vnogin has joined #openstack-ansible06:22
*** maybebuggy has joined #openstack-ansible06:22
*** errr has joined #openstack-ansible06:26
*** pvradu has joined #openstack-ansible06:27
*** cshen has joined #openstack-ansible06:30
*** masber has joined #openstack-ansible06:35
*** jeferobles has quit IRC06:35
*** fghaas has joined #openstack-ansible06:36
*** masuberu has quit IRC06:38
*** vnogin has quit IRC06:40
*** mma has joined #openstack-ansible06:40
*** tosky has joined #openstack-ansible06:40
*** masuberu has joined #openstack-ansible06:41
*** smorant has joined #openstack-ansible06:42
*** radeks has joined #openstack-ansible06:43
*** lvdombrkr89 has quit IRC06:45
*** masber has quit IRC06:45
*** fghaas has quit IRC06:49
*** DanyC has joined #openstack-ansible06:50
*** fghaas has joined #openstack-ansible06:52
*** masuberu has quit IRC06:54
*** masuberu has joined #openstack-ansible06:54
*** masuberu has quit IRC06:55
*** masuberu has joined #openstack-ansible06:55
*** masuberu has quit IRC06:57
*** masuberu has joined #openstack-ansible06:57
*** masuberu has quit IRC06:58
*** masuberu has joined #openstack-ansible06:59
*** cshen has quit IRC06:59
*** masuberu has quit IRC07:00
*** masuberu has joined #openstack-ansible07:00
*** masuberu has quit IRC07:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bind internal services to internal IPs only  https://review.openstack.org/56914107:01
*** masuberu has joined #openstack-ansible07:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Add yum.repos.d to log collection  https://review.openstack.org/57472207:02
*** masuberu has quit IRC07:02
*** masuberu has joined #openstack-ansible07:03
*** lvdombrkr has joined #openstack-ansible07:03
*** lvdombrkr89 has joined #openstack-ansible07:05
*** mbuil has joined #openstack-ansible07:08
*** fghaas1 has joined #openstack-ansible07:08
*** lvdombrkr has quit IRC07:08
*** fghaas has quit IRC07:09
*** cshen has joined #openstack-ansible07:12
*** dxiri has quit IRC07:14
*** dxiri has joined #openstack-ansible07:15
*** threestrands has quit IRC07:21
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438207:29
hwoaranggood morning07:29
*** pvradu has quit IRC07:34
Tahvoko/07:36
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438207:37
*** pvradu has joined #openstack-ansible07:37
*** epalper has joined #openstack-ansible07:51
*** nurdie has joined #openstack-ansible07:53
*** nurdie has quit IRC07:57
evrardjp_good morning07:58
jafehagood morning evrardjp_07:58
evrardjp_ok bad news for haproxy bug of yesterday07:58
evrardjp_we need to bounce versions to 1.8 from 1.6, using a ppa.07:58
*** hassenius has joined #openstack-ansible08:00
evrardjp_good morning jafeha08:00
*** rodolof has joined #openstack-ansible08:00
evrardjp_I think now is not a bad time to bump in master.08:01
*** hasseniu_ has joined #openstack-ansible08:01
*** dxiri_ has joined #openstack-ansible08:01
*** dxiri has quit IRC08:02
*** poul has joined #openstack-ansible08:03
*** poul has joined #openstack-ansible08:03
*** nurdie has joined #openstack-ansible08:03
*** hassenius has quit IRC08:04
*** nurdie_ has joined #openstack-ansible08:06
*** poul_ has joined #openstack-ansible08:06
*** nurdie__ has joined #openstack-ansible08:07
*** nurdie has quit IRC08:08
*** poul has quit IRC08:08
*** nurdie_ has quit IRC08:10
TahvokSomething I don't understand from the docs - do I need the openstack_user_config.yml file for aio deployment?08:13
*** electrofelix has joined #openstack-ansible08:16
*** admin0 has quit IRC08:19
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438208:20
*** gkadam has joined #openstack-ansible08:20
*** gameon has joined #openstack-ansible08:20
*** udesale_ has joined #openstack-ansible08:21
*** udesale has quit IRC08:24
*** udesale__ has joined #openstack-ansible08:26
*** udesale_ has quit IRC08:29
*** shardy has joined #openstack-ansible08:29
*** sxc731 has joined #openstack-ansible08:30
*** gregoryo has quit IRC08:32
odyssey4meTahvok: you always do need one, but bootstrap-aio (if you're doing the developer AIO) will put it there for you08:40
*** JamesZhu has joined #openstack-ansible08:44
odyssey4meevrardjp cloudnull hwoarang given that the disk space issues persist, I'm inclined to switch from machinectl to overlayfs (or whatever else) for the container storage back-end08:44
odyssey4mewe've been fighting this for too long now08:44
hwoarangdon't know what to say whatever works08:45
evrardjp_cloudnull: ansmith both os_zun and qdrouterd have been accepted. We can now work on the base jobs.08:45
evrardjp_odyssey4me: did you see something recently?08:46
evrardjp_because yesterday a patch merged08:46
odyssey4meorly?08:46
evrardjp_to have the options08:46
evrardjp_on btrfs08:46
evrardjp_IIRC08:47
evrardjp_let me double check08:47
odyssey4meyou talking this one? https://review.openstack.org/57230708:47
*** rodolof has quit IRC08:47
evrardjp_https://review.openstack.org/#/c/572307/08:48
evrardjp_yeah08:48
odyssey4methat one failed before with the same issue: http://logs.openstack.org/07/572307/3/check/openstack-ansible-deploy-ceph-ubuntu-xenial/df8cf19/logs/openstack/aio1_repo_container-bce24e16/repo/venv_build_cinder-18.0.0.0b2-x86_64.log08:48
evrardjp_"This will help eliminate the08:48
evrardjp_  issues were seeing with intermittently full file-systems.08:48
evrardjp_"08:48
odyssey4meso it doesn't solve it08:48
evrardjp_ok08:49
evrardjp_yeah, you have my go for that.08:49
evrardjp_if it doesn't work, no need to keep it.08:49
evrardjp_it will break for our users too.08:49
evrardjp_we need reliable.08:49
odyssey4mewell, this doesn't prevent users from using it - it just changes the default for our tests08:50
odyssey4meshall we try using zfs?08:51
odyssey4meI know we used overlayfs for pike, but that had some issues IIRC -specifically related to how modules loaded.08:52
odyssey4mealthough those may have been resolved through other things and have been totally unrelated.08:52
odyssey4melet's try overlayfs again ad see how it goes08:53
jrosserthere will be a lot of mileage in anything that does dedupe08:55
evrardjp_I don't mind which one, as long as we don't have the issue.08:55
evrardjp_I just want something reliable08:55
evrardjp_jrosser: dedup was something to be "extra" not at the expense of reliability08:55
jrosseri mean in terms of absolute amount of storage used08:56
jrosserif that is indeed the issue and not something more subtle08:56
Tahvokodyssey4me: thanks for the explanation!08:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Switch AIO container backing store to overlayfs  https://review.openstack.org/57503308:57
*** nicolasbock has joined #openstack-ansible08:57
odyssey4mejrosser: zfs uses more memory doesn't it?08:57
jrosserif you enable dedupe you use more memory, nothing comes for free08:57
odyssey4meyeah08:58
jrosseri did once get an entire aio into ramdisk on a 16G macbook / vagrant08:58
odyssey4medisk space isn't a uge issue for the AIO givent he 80GB minimum space required for the builds which we negotiated with infra08:58
odyssey4me*huge08:58
jrosserthe odd thing is the machinectl stuff should be doing btrfs shapshots shouldnt it?09:00
*** pvradu has quit IRC09:00
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438209:00
*** admin0 has joined #openstack-ansible09:00
*** pvradu has joined #openstack-ansible09:00
*** cshen has quit IRC09:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [TEST] Switch AIO container backing store to zfs  https://review.openstack.org/57503509:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [TEST] Switch AIO container backing store to btrfs  https://review.openstack.org/57503609:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [TEST] Switch AIO container backing store to lvm  https://review.openstack.org/57503709:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [TEST] Switch AIO container backing store to dir  https://review.openstack.org/57503809:03
*** nurdie__ has quit IRC09:03
*** nurdie has joined #openstack-ansible09:04
odyssey4mehwoarang: I was surprised to see python2-lxc in the EPEL package list - I take it the COPR doesn't have it?09:04
hwoaranghaven't checked but this is what the logs said :/09:04
jrosserodyssey4me: with zfs there were two things going on, snapshots to create each new container image meant zero additional storage used per container created, then dedupe on top of that meant installing the same stuff into each container only cost one lot of extra09:05
*** intranet has joined #openstack-ansible09:05
hwoarangmaybe both have it but due to prios we get it from epel09:05
hwoarangwho knows...09:05
odyssey4mehwoarang: I like the approach of restricting with a list what packages can come from EPEL - much, much more specific09:06
intranethi there, I'm looking to deploy openstack through ansible for some POCing, I'm encountering a weird error once I validated my confs and run the setup-infrastructure.yml. "ERROR! Unexpected Exception, this is probably a bug: 'module' object has no attribute 'MAGIC_VARIABLE_MAPPING'".I guess it might be an ansible version issue (2.5), any input is really welcome09:06
odyssey4meintranet: ansible 2.5 is not supported for anything we've released - queens is 2.4 only09:07
intranetheh I was right then ty09:07
odyssey4mepike is 2.3 only09:07
odyssey4methat's why we bootstrap ansible ourselves with the bootstrap-ansible script, and we put it into a venv09:07
intranetoh ok09:07
intranetIsn't queens ready to go ?09:07
odyssey4meansible changes too many things from version to version - so to make sure that we can deliver a consistent experience, we pin the ansible version per release09:08
odyssey4meyep, queens is ready to go09:08
intranetalright, thanks09:08
intranetbtw, yes ansible changes a lot of things between releases but it's for the good :)09:08
odyssey4mesure, but not so good when we're trying to provide a consistent and well tested reult09:09
odyssey4me*result09:09
*** nurdie has quit IRC09:09
openstackgerritMerged openstack/openstack-ansible-tests master: common-tasks: test-set-nodepool-vars: Populate fact for EPEL mirror  https://review.openstack.org/57480109:09
odyssey4mehwoarang: confirmed, the COPR only provides python34-lxc package: https://copr-be.cloud.fedoraproject.org/results/thm/lxc2.0/epel-7-x86_64/00645914-lxc/09:10
*** nicolasbock has quit IRC09:12
intranetodyssey4me, maybe not the right channel to ask in but, I guess i then should launch ansible within that venv ?09:15
intranetAnd if so, how ? :>09:15
*** cshen has joined #openstack-ansible09:15
odyssey4meintranet: our bootstrap-ansible script will do everything for you, and the 'openstack-ansible' script put in place in /usr/local/bin/ handles ensuring that the right ansible is used, and the right vars are added on the CLI given to ansible09:16
odyssey4meintranet: it's probably best that you read the documentation ;)09:17
*** tux_ has joined #openstack-ansible09:17
openstackgerritShangXiao proposed openstack/openstack-ansible-os_barbican master: Add release notes link to README  https://review.openstack.org/57504609:17
intranet/usr/local/bin/ansible --version return 2.5.0 :/09:17
intranetoh nv, I manually edited the script (woopsy)09:17
odyssey4meintranet: are you using a mac or something?09:17
odyssey4mewe assume ownership of the deploy host - I would recommend using a container or something similar if you share the host with something else for deployments09:18
evrardjp_that's not supported odyssey4me09:18
intranetno no, I manually edited the ansible version in the bootstrap script09:18
evrardjp_let's not confuse ppl09:18
evrardjp_:)09:18
odyssey4meevrardjp_: yes I know, I was getting there09:18
intranetdid dumb thing09:18
evrardjp_intranet: ok.09:18
evrardjp_yeah we pin version for reasons :)09:18
intranetGot it now :D09:19
*** tux_ has quit IRC09:19
evrardjp_:)09:19
evrardjp_intranet: that's how you learn :)09:19
evrardjp_intranet: we generally pin a lot of things, to make sure it always deploys fine09:19
odyssey4mealright, I'm going offline for the day - will be back online late this afternoon09:19
evrardjp_there is no perfection in this world09:20
evrardjp_ok09:20
intranetOk, I'm basically in an openstack course and the formator uses old puppet scripts for install09:20
evrardjp_you should get your bouncer back09:20
evrardjp_odyssey4me: ^09:20
evrardjp_:p09:20
intranetSo I'm looking to deploy it using ansible09:20
evrardjp_intranet: the biggest struggle for most ppl is that we don't take any assumption: You have to bring your own networking for example09:21
evrardjp_but we help you on the way, by advising you in many places09:21
evrardjp_"use this bridge on that host"09:21
evrardjp_have a look at our deploy guide09:21
intranetHmm the doc says that playbook wil configure interfaces :/09:22
intranetOr did I read it wrong ?09:22
openstackgerritShangXiao proposed openstack/openstack-ansible-openstack_hosts master: Add release notes link to README  https://review.openstack.org/57504909:22
odyssey4meintranet: only the AIO will do that because it's a tool used for development and uses a single host - for a production environment you need to setup what you need, we just tell you what bridges must be in place, how they get there is up to you09:23
odyssey4meanyway, se y'all later09:23
intranetOk, 'ill see09:24
intranetcna someone tell me what does this mean ? module_stderr": "Error: container infra2_repo_container-4d86aa07 is not defined\n",09:24
*** gameon has quit IRC09:24
intranetThat interfaces are missing right ?09:24
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Unpin ceph-ansible and add ceph-ansible library path  https://review.openstack.org/55074909:26
*** udesale_ has joined #openstack-ansible09:26
*** udesale__ has quit IRC09:26
intranetanyone ?09:27
*** udesale__ has joined #openstack-ansible09:28
*** udesale_ has quit IRC09:31
openstackgerritNicolas Bock proposed openstack/openstack-ansible-tests stable/queens: Refactor hard-coded branch references  https://review.openstack.org/57381209:42
hwoarangevrardjp_: mnaser odyssey4me: can we revert https://review.openstack.org/#/c/573057/  please?09:47
hwoarangwe agreed to only install epel when needed09:48
hwoarangif not, then the way this is installed still causes problems09:48
hwoaranghttp://logs.openstack.org/82/574382/15/check/openstack-ansible-lxc-btrfs-centos-7/0f19cfe/job-output.txt.gz#_2018-06-13_09_37_14_32623909:49
* hwoarang is a bit tired with this problem09:49
hwoarangi am going to revert09:51
hwoarangotherwise the work we do in lxc_hosts is pointless if we are going to bring it back to openstack_hosts09:51
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-openstack_hosts master: Revert "Install EPEL repositories manually and exclude Python packages"  https://review.openstack.org/57505909:52
hwoarang^^09:52
*** gameon has joined #openstack-ansible09:54
evrardjp_yeah09:55
evrardjp_hwoarang: well do we need a full revert there?09:56
evrardjp_hwoarang: because you're now re-installing epel-release package09:56
evrardjp_I'd think the revert should be partial09:56
evrardjp_hwoarang: maybe we should stop spending cycles on this, and write a spec?09:57
evrardjp_intranet: which doc do you follow?09:57
evrardjp_please follow the deploy guide09:58
evrardjp_official one09:58
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-openstack_hosts master: Revert "Install EPEL repositories manually and exclude Python packages"  https://review.openstack.org/57505909:58
hwoarangevrardjp_: good point about epel-release^09:58
hwoarangevrardjp_: i just want to fix the gates right now09:58
hwoarangthis's been dragging for far too long09:58
hwoaranga spec is a good idea but ...09:59
hwoarangi am more concerned with the gates right now09:59
hwoarangso this revert has to go in first, then the lxc_hosts has to go in after, and then make centos voting again10:00
openstackgerritMerged openstack/openstack-ansible stable/queens: Update all SHAs for 17.0.6  https://review.openstack.org/57404610:01
*** masuberu has quit IRC10:10
*** hasseniu_ has quit IRC10:18
*** jbadiapa has quit IRC10:19
*** chhagarw has quit IRC10:20
*** rodolof has joined #openstack-ansible10:20
*** rodolof has quit IRC10:21
*** rodolof has joined #openstack-ansible10:21
*** udesale_ has joined #openstack-ansible10:26
*** hassenius has joined #openstack-ansible10:26
*** hasseniu_ has joined #openstack-ansible10:27
evrardjp_hwoarang: I think it would be great if you don't rever the task file too10:28
*** udesale__ has quit IRC10:29
hwoarangok whatever it takes to get it in10:29
evrardjp_sorry10:29
evrardjp_want me to patch it?10:29
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-openstack_hosts master: Revert "Install EPEL repositories manually and exclude Python packages"  https://review.openstack.org/57505910:29
hwoarangno done^10:29
*** udesale__ has joined #openstack-ansible10:30
*** jbadiapa has joined #openstack-ansible10:30
*** hassenius has quit IRC10:31
evrardjp_so10:31
evrardjp_this gets reverted, we force epel absent, which is okay for me as this could be considered conflicting10:32
evrardjp_then we ensure in lxc hosts that everything is fine10:32
hwoarangi hope so10:32
evrardjp_so my current check experimental would fail on lxc_hosts, because there is no depends on10:32
hwoarangthis on-demand epel installation screams for a new role like apt-pinning10:33
*** udesale_ has quit IRC10:33
hwoarangnew role which installs epel with a package list to include10:33
evrardjp_what do you mean?10:33
hwoarangother roles may need epel10:33
hwoarangso we may end up repeating the lxc_hosts pattern10:33
evrardjp_because openstack_hosts could make that work :p10:33
evrardjp_just with group vars?10:34
hwoarangyeah don't know10:34
hwoarangi don't want to talk about it ;p10:34
evrardjp_that's why a spec is interesting :p10:34
evrardjp_I think we were doing it wrong, because the expectations were hidden10:35
evrardjp_whatever happens the expectations will be explicit, which is better.10:35
evrardjp_because it brings a clear line10:35
evrardjp_where is your lxc_hosts patch?10:35
hwoaranghttps://review.openstack.org/#/c/574382/10:36
evrardjp_is that https://review.openstack.org/#/c/574382/15 ?10:36
evrardjp_ok10:36
evrardjp_the metalink issue on centos10:36
evrardjp_yeah10:36
*** lvdombrkr89 has quit IRC10:43
*** nicolasbock has joined #openstack-ansible10:46
nicolasbockMorning!10:47
*** rodolof has quit IRC10:49
*** rodolof has joined #openstack-ansible10:51
hwoaranggood morning nicolasbock10:52
nicolasbockMorning hwoarang !10:53
*** sxc731 has quit IRC10:53
*** gameon has quit IRC11:06
*** udesale_ has joined #openstack-ansible11:07
*** udesale__ has quit IRC11:10
*** cshen has quit IRC11:12
*** rmart04 has joined #openstack-ansible11:17
*** vurtz has joined #openstack-ansible11:21
*** ansmith has quit IRC11:23
*** JamesZhu has quit IRC11:25
*** JamesZhu has joined #openstack-ansible11:25
TahvokHow can I list the available scenarios for ocata aio?11:28
*** lvdombrkr has joined #openstack-ansible11:29
*** cshen has joined #openstack-ansible11:29
*** lvdombrkr89 has joined #openstack-ansible11:31
TahvokNvm, just found out it's just aio and ceph11:32
*** lvdombrkr has quit IRC11:33
*** sxc731 has joined #openstack-ansible11:55
*** vadim has quit IRC11:55
*** cshen has quit IRC12:00
intranetIs someone aware of a common error on queens install on the following step "lxc_container_create : Write default container config" ?12:01
intranetnvm12:06
TahvokHas anyone here created a multi node aio on top of openstack? I need some ideas on how to manage the network as each container would need to get an ip..12:06
*** poul_ has quit IRC12:07
jrosserTahvok: do you mean *the* multi node aio from the ops repo?12:07
Tahvokno.. I just want a testing environment. Specifically I want to test upgrade process (ocata to pike) and work on the rabbitmq upgrade problem12:08
guilhermespTahvok: https://github.com/openstack/openstack-ansible/tree/master/etc12:08
guilhermespthese are exemples of network and openstack-ansible12:09
guilhermespyou can use the operator guide to tasks like upgrades12:09
guilhermespoperations guide* : https://docs.openstack.org/openstack-ansible/latest/admin/index.html12:10
TahvokYes I know.. That's not the problem I'm having though. Let's say I already have an openstack env, and I want to create another one for testing purposes on this openstack environment12:10
TahvokSo it would be openstack on openstack12:10
guilhermespI ran into a similar situation. I have a production env and needed to teste source override and upgrades12:10
*** indistylo has quit IRC12:11
guilhermespwhat I did was reproduce my env in vms inside my openstack production env12:11
TahvokExactly. However, each lxc container would need to get a real ip address. But what network would it get it from?12:12
*** nurdie has joined #openstack-ansible12:12
guilhermespIn my case I used the set of vlan and vxlan networks inside my openstack. But really depends on how your network is configured12:13
guilhermespfor exemple: my public interface is a provider network using a specific vlan within my lab that connects to internet. For private networks live mgmt, storage, I used some of my private vxlan networks12:14
guilhermesplike mgmt*12:14
*** nurdie_ has joined #openstack-ansible12:14
*** nurdie has quit IRC12:17
*** fghaas1 has quit IRC12:21
mgariepymorning everyone12:21
*** vadim has joined #openstack-ansible12:22
*** udesale__ has joined #openstack-ansible12:23
*** udesale_ has quit IRC12:25
hwoarangmorning mgariepy12:26
hwoarangi have a centos patch for you https://review.openstack.org/#/c/575059/ if you are up to it :)12:26
mgariepyhwoarang, done.12:27
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438212:27
hwoarangmerci12:27
mgariepythis epel stuff is creating a really big wave..12:27
mgariepynice depends-on works with revuew url ?12:28
hwoarangyep a zuulv3 thing12:29
mgariepymuch more convenient than the change id :)12:29
toskymgariepy: and it's the suggested way12:29
toskyzuul people are advising to use only the review URL syntax12:30
*** jamesdenton has quit IRC12:30
toskythe change-id syntax may be removed12:30
hwoarangyeah but old habbits die hard :D12:30
mgariepygood to know.12:30
mgariepyi was just not aware of it. but now that i know it i'll use it for sure !12:30
Tahvokguilhermesp: spoke with our network guy. I think we know how to do it now. Thanks a lot!12:31
*** udesale__ has quit IRC12:31
guilhermespTahvok: nice! yw12:32
*** nurdie_ has quit IRC12:34
openstackgerritzhulingjie proposed openstack/openstack-ansible-os_watcher master: fix tox python3 overrides  https://review.openstack.org/57509512:34
*** sgrasley_ has joined #openstack-ansible12:34
*** jamesdenton has joined #openstack-ansible12:34
*** sgrasley has quit IRC12:39
*** sgrasley_ has quit IRC12:39
openstackgerritNguyen Hai proposed openstack/openstack-ansible master: Trivial: Update pypi url to new url  https://review.openstack.org/56338512:40
*** dave-mccowan has joined #openstack-ansible12:41
*** shardy has quit IRC12:42
*** nurdie has joined #openstack-ansible12:45
*** nurdie_ has joined #openstack-ansible12:46
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Revert "Install EPEL repositories manually and exclude Python packages"  https://review.openstack.org/57505912:46
*** vnogin has joined #openstack-ansible12:47
*** nurdie has quit IRC12:49
*** poul has joined #openstack-ansible12:49
*** sxc731 has quit IRC12:50
*** poul_ has joined #openstack-ansible12:53
*** cshen has joined #openstack-ansible12:55
*** poul has quit IRC12:57
*** shardy has joined #openstack-ansible12:59
evrardjp_mgariepy: take care when backporting though, as the url changes, while the change-id stays13:07
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/57366113:08
*** nurdie_ has quit IRC13:08
mgariepyevrardjp_, good point.13:08
*** sxc731 has joined #openstack-ansible13:11
*** tux_ has joined #openstack-ansible13:20
*** dave-mccowan has quit IRC13:21
*** ansmith has joined #openstack-ansible13:21
*** poul has joined #openstack-ansible13:24
*** poul_ has quit IRC13:26
hwoarangcores: can we get https://review.openstack.org/#/c/574382/ in to make centos voting again after that ?13:27
openstackgerritMerged openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.15  https://review.openstack.org/57404813:28
*** mma has quit IRC13:30
*** mma has joined #openstack-ansible13:30
*** shardy has quit IRC13:30
*** mma has quit IRC13:38
*** jwitko has joined #openstack-ansible13:38
*** mma has joined #openstack-ansible13:39
*** nurdie has joined #openstack-ansible13:39
*** jwitko has quit IRC13:39
*** jwitko has joined #openstack-ansible13:40
*** sgrasley has joined #openstack-ansible13:42
*** jwitko_ has joined #openstack-ansible13:42
*** sgrasley has quit IRC13:42
*** jwitko__ has joined #openstack-ansible13:43
*** tux_ has quit IRC13:44
*** mma has quit IRC13:45
*** admin0 has quit IRC13:45
*** jwitko has quit IRC13:45
*** jwitko_ has quit IRC13:47
*** sgrasley has joined #openstack-ansible13:50
*** vnogin has quit IRC13:51
*** intranet has quit IRC13:55
mgariepyhwoarang, added my vote. thanks13:57
hwoarangthank you too13:58
*** dave-mccowan has joined #openstack-ansible13:59
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Bind internal services to internal IPs only  https://review.openstack.org/56914114:01
*** nurdie_ has joined #openstack-ansible14:03
*** nurdie has quit IRC14:05
*** tux_ has joined #openstack-ansible14:06
*** nurdie_ has quit IRC14:07
*** sgrasley has quit IRC14:11
*** maybebuggy has quit IRC14:15
openstackgerritOlivier Bourdon proposed openstack/openstack-ansible master: Factorize code for better readbility  https://review.openstack.org/56630014:15
mnaseri owe hwoarang many beers14:20
* mnaser promises to clean up the mess over the next few days14:21
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512514:21
*** shardy has joined #openstack-ansible14:25
*** tux_ has quit IRC14:27
*** tux_ has joined #openstack-ansible14:28
*** sgrasley has joined #openstack-ansible14:28
*** rodolof has quit IRC14:29
*** dmsimard has joined #openstack-ansible14:29
*** dmsimard has quit IRC14:29
*** dmsimard has joined #openstack-ansible14:29
*** rodolof has joined #openstack-ansible14:29
*** sxc731 has quit IRC14:30
*** tux_ has quit IRC14:32
*** vnogin has joined #openstack-ansible14:38
*** vnogin has quit IRC14:38
*** nurdie has joined #openstack-ansible14:40
*** vnogin has joined #openstack-ansible14:40
*** indistylo has joined #openstack-ansible14:41
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: redhat: Add the EPEL repository for aria2 and python2-lxc packages  https://review.openstack.org/57438214:42
*** jeferobles has joined #openstack-ansible14:43
*** rodolof has quit IRC14:44
*** rodolof has joined #openstack-ansible14:45
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: zuul.d: jobs: Restore voting for CentOS 7 functional jobs  https://review.openstack.org/57513614:45
*** cshen has quit IRC14:45
*** cshen has joined #openstack-ansible14:48
*** cshen has quit IRC14:48
*** prestonr83 has quit IRC14:48
*** cshen has joined #openstack-ansible14:49
*** cshen has quit IRC14:49
*** cshen has joined #openstack-ansible14:50
*** cjloader has joined #openstack-ansible14:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487014:56
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-tests master: Add yum.repos.d to log collection  https://review.openstack.org/57472214:56
cloudnulljrosser thanks for reviewing that, i updated the readme. Have you deployed that patch?14:57
jrosserno not yet, we're still digging at horizon14:58
jrossercloudnull: the index names for journalbeat look a bit wrong, i think that still uses beats 5.x14:59
jrosserthe metadata fields are different between 5.x and 6.x15:00
cloudnullyea the journalbeat index names are, special15:00
jrosseri think it's just older code15:00
cloudnulljournalbeat-%{[@metadata][version]}-2018.05.3115:01
cloudnulli mean its working, but its ugly15:01
jrosseroh sure yes15:01
cloudnulljournalbeat is a community beat15:01
jrosserdid you see connbeat?15:01
cloudnullso its likely something is just not implemeted15:01
cloudnullno ive not15:01
cloudnullsomething we should add ?15:02
jrosserhttps://github.com/raboof/connbeat looked interesting different take on packetbeat15:02
cloudnullah yea. this with the cisco nexus gear15:02
jrosseri think it's tracking established sessions15:02
cloudnullinteresting15:11
cloudnulldo we think having this and packetbeat would be good15:11
cloudnullor is it more one or the other?15:11
openstackgerritAntony Messerli proposed openstack/openstack-ansible stable/queens: Update galera_server role SHA to bring in symlink fix  https://review.openstack.org/57488315:14
*** pvradu has quit IRC15:17
*** jwitko has joined #openstack-ansible15:17
*** dxiri_ has quit IRC15:17
*** sxc731 has joined #openstack-ansible15:18
*** smorant1 has joined #openstack-ansible15:18
*** jwitko__ has quit IRC15:19
*** dmsimard has quit IRC15:21
*** smorant has quit IRC15:21
*** cshen has quit IRC15:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server master: Use realpath filter instead of the stat/dir dance  https://review.openstack.org/57514515:23
*** jeferobles has quit IRC15:23
*** jwitko_ has joined #openstack-ansible15:27
jrossercloudnull: oh something else - i think the detection of ceph for metricbeat needs to be more refined, it currently finds anything that is just a client too15:29
cloudnullyea, it definitely could use some love.15:30
*** Leo_m has joined #openstack-ansible15:30
*** jwitko has quit IRC15:30
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487015:34
*** mriedem has joined #openstack-ansible15:35
mriedemisn't there an osa CI job that runs upgrades on every change?15:36
mriedemdid that get moved?15:36
*** chhagarw has joined #openstack-ansible15:36
mriedemhm https://review.openstack.org/#/c/567792/15:37
mriedembut i don't see openstack-ansible-upgrade-ubuntu-xenial running on https://review.openstack.org/#/c/575125/15:37
*** lvdombrkr89 has quit IRC15:37
cloudnullmriedem its a periodic job15:38
cloudnullI think it runs nightly ?15:38
cloudnullodyssey4me evrardjp_ ?15:39
mriedemhttps://review.openstack.org/#/c/567792/2/zuul.d/project.yaml shows it in check and gate15:39
mriedemif it is periodic (i can't find where that's defined) then it would still be nice as an option to put it in the experimental queue to be run on-demand15:47
*** sgrasley_ has joined #openstack-ansible15:47
*** sgrasley has quit IRC15:48
*** sgrasley_ is now known as sgrasley15:48
*** gyee has joined #openstack-ansible15:51
evrardjp_hey15:52
*** hachi has joined #openstack-ansible15:52
evrardjp_what's the issue?15:53
evrardjp_mriedem: there should have been15:53
evrardjp_let me double check15:53
evrardjp_mriedem: ok that's my bad15:54
evrardjp_I disabled it during the spice url change15:54
evrardjp_last week15:54
evrardjp_I have to roll it back in15:54
evrardjp_https://github.com/openstack/openstack-ansible-os_nova/blob/master/zuul.d/project.yaml#L43-L4515:54
evrardjp_it should be voting and running at all times.15:55
evrardjp_we had no choice I guess15:55
*** smorant1 has quit IRC15:55
evrardjp_the reason was that Queens would fail to deploy too, as they changed their url for everyone.15:56
mriedemgah, ok15:57
mriedemso https://review.openstack.org/#/q/I5639ebee2d232fdac3f5fe2d38e9a54d2ff8c03a has been backported, so i can uncomment that now right?15:58
mriedempatch incoming15:58
hwoarangany cores around to give this https://review.openstack.org/#/c/572293/ one more +2/+W please?15:59
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512515:59
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Restore openstack-ansible-upgrade-ubuntu-xenial  https://review.openstack.org/57515315:59
mriedemevrardjp: ^16:00
*** rodolof has quit IRC16:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Gate upgrades again  https://review.openstack.org/57515416:00
*** vurtz has quit IRC16:01
evrardjp_mriedem: ...16:01
evrardjp_the hardest is always the commit messages.16:01
mriedemsob16:01
mriedemoh wait16:02
mriedem?16:02
evrardjp_you're native, it doesn't take you ages to write those!16:02
evrardjp_:p16:02
mriedemoh were we racing?16:02
mriedemah i see16:02
evrardjp_I didn't know until I saw your patch :p16:02
mriedemi won!16:02
mriedemyou're core right?16:02
evrardjp_congrats!16:02
evrardjp_I am ptl :p16:02
mriedemwell hells bells16:02
evrardjp_you can blame me.16:02
mriedemi just meant, easier to get this done since you can +2 it16:03
mriedemi can't16:03
*** chyka has joined #openstack-ansible16:03
evrardjp_ofc16:03
evrardjp_there was no discussion, you have a double win16:03
mriedemawesome thanks16:03
evrardjp_by a MILE16:03
mriedemheh16:04
* mriedem goes back to watching zuul paint dry16:04
evrardjp_I am surprised we got the almost the same review id16:04
evrardjp_BY A MILE!16:04
evrardjp_hahahah16:04
evrardjp_mriedem: was there something we should be afraid that just merged into nova?16:04
evrardjp_hwoarang: could you +w https://review.openstack.org/575153   ?16:05
evrardjp_or odyssey4me cloudnull ^16:05
mriedemevrardjp_: no just http://lists.openstack.org/pipermail/openstack-dev/2018-June/131459.html16:05
mriedempost-summit TODO list stuff16:05
evrardjp_I haven't seen that mail passing through, sorry.16:06
openstackgerritMerged openstack/openstack-ansible-tests master: get-ansible-role-requiremnets: Use refspec to try Gerrit changes  https://review.openstack.org/57321116:07
evrardjp_mriedem: that's a cool feature btw.16:07
evrardjp_thanks for the patch.16:08
*** gkadam has quit IRC16:08
evrardjp_and thanks for the upgrade catch.16:09
evrardjp_mnaser hwoarang where are we for the EPEL story now?16:10
mnasersorry, i'm dealing with an issue, i think hwoarang mostly took care of it but i'll comment when i'm a bit more free16:11
hwoarangi dont know we should be ok now16:12
evrardjp_hwoarang: could you vote on https://review.openstack.org/#/c/575153/1 ?16:12
evrardjp_ it's to restore gating16:12
hwoarangwell you know i have troubles with such commit messages16:12
hwoarangit's against my principles16:12
evrardjp_is that better: https://review.openstack.org/#/c/575154/1 ?16:13
evrardjp_the commit message makes sense to me :)16:15
hwoarangyep16:15
hwoarangwhen you look at it 2 months from now the Commit-ID alone will make no sense16:15
evrardjp_I can edit mriedem 's patch if you prefer.16:15
evrardjp_ok16:15
*** fghaas has joined #openstack-ansible16:16
mriedemwant me to rev it?16:16
mriedemi've got the stack of changes16:16
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Restore openstack-ansible-upgrade-ubuntu-xenial  https://review.openstack.org/57515316:17
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512516:18
mriedemdone16:18
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Restore openstack-ansible-upgrade-ubuntu-xenial  https://review.openstack.org/57515316:18
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512516:18
evrardjp_OMG we should stop16:19
evrardjp_it's my end of the day here, I am slow, right :p16:19
* mriedem goes to review this https://review.openstack.org/#/c/486204/16:19
cloudnulltake care evrardjp_16:19
evrardjp_cloudnull: thanks pal, I guess I need food and sleep now :)16:20
cloudnullstella !16:20
evrardjp_haha ofc!16:20
cloudnullit makes everything better16:20
*** rmart04 has quit IRC16:20
evrardjp_in england, it's called the wife beater16:20
evrardjp_(look at us, doing rhymes and all that)16:20
mnaserwe deploy memcached with memcached_connections=102416:21
mnaserthat is not enough.. at all..16:21
cloudnullsomeone mind giving https://review.openstack.org/#/c/574806/ a nudge ?16:21
evrardjp_mnaser: we went through the trouble of having calculations, and that was reverted IIRC.16:22
evrardjp_you're welcomed to propose different value16:22
*** tux_ has joined #openstack-ansible16:22
cloudnullmnaser right you are. that does seem low16:22
mnasersomeone made the mistake of changing it manually after realizing it was low and redeploy borked things16:23
evrardjp_mriedem: : an your way for asking an extra 115th patchset?16:23
mnaserand this isn't much more than a 3 node env16:23
hwoarangmnaser: evrardjp_ centos7 is not ready to become voting see http://logs.openstack.org/36/575136/1/check/openstack-ansible-functional-centos-7/b837a05/job-output.txt.gz#_2018-06-13_16_12_35_20400116:23
hwoarangepel is needed for nginx16:23
mriedemevrardjp_: oh i'm sure16:23
mnaserhwoarang: my suggestion was to use upstream nginx repos16:23
hwoarangyeah don't know what's the best solution. maybe we can add epel repo in openstack_hosts and whitelist packages16:24
hwoaranganyway just my 2c it needs more work16:24
hwoaranggtg now16:24
openstackgerritAndy Smith proposed openstack/openstack-ansible master: [WIP] Add qdrouterd role for messaging backend deployment  https://review.openstack.org/57026116:24
evrardjp_have a good night hwoarang16:25
evrardjp_ansmith: I need to add the base jobs first, I pinged you this morning IIRC.16:25
evrardjp_if not that was the day before. OMG I got quite busy those last two days!16:25
evrardjp_I can't remember anything16:25
evrardjp_oh btw we're gonna have to bump haproxy16:26
evrardjp_\o/16:26
*** radeks has quit IRC16:26
*** dmsimard has joined #openstack-ansible16:26
*** dmsimard has quit IRC16:26
*** dmsimard has joined #openstack-ansible16:26
openstackgerritRussell Tweed proposed openstack/ansible-hardening master: Fixes invalid URL in STIG Deviations summary page  https://review.openstack.org/57516116:26
ansmithevrardjp_: yes, I got your ping, thanks, ^^^ should be just the setup to make sure I didn't break anything with rabbit16:27
*** cshen has joined #openstack-ansible16:27
evrardjp_well you're now pro on those, right? :D16:28
ansmithevrardjp_: can't fix it if I don't break it first :)16:28
*** sgrasley has quit IRC16:29
spotzansmith: Rabbit sometimes just breaks:)16:30
evrardjp_I like your thinking ansmith :)16:32
*** ianychoi has quit IRC16:34
*** vurtz has joined #openstack-ansible16:35
*** ianychoi has joined #openstack-ansible16:35
*** epalper has quit IRC16:35
openstackgerritMohammed Naser proposed openstack/openstack-ansible-memcached_server master: Increase default connection count to 4096  https://review.openstack.org/57516616:38
*** zul has quit IRC16:39
*** zul_ has joined #openstack-ansible16:39
*** zul has joined #openstack-ansible16:40
*** hachi has quit IRC16:42
*** zul_ has quit IRC16:44
*** hachi has joined #openstack-ansible16:46
evrardjp_cloudnull: I will help on the zun a little later today or tomorrow. But I am done for now. ttyl everyone!16:46
*** sxc731 has quit IRC16:47
*** pylot has joined #openstack-ansible16:48
*** sgrasley has joined #openstack-ansible16:50
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: SUSE: Add support for openSUSE Leap 15  https://review.openstack.org/57229316:51
*** tux_ has quit IRC16:53
*** throwsb1 has joined #openstack-ansible16:53
* mhayden came out of hiding to review russell's patch :P16:59
*** mbuil has quit IRC17:01
*** poul has quit IRC17:02
*** shardy has quit IRC17:05
*** ansmith has quit IRC17:15
*** hasseniu_ has quit IRC17:16
*** cshen has quit IRC17:17
openstackgerritMerged openstack/openstack-ansible-os_glance stable/queens: Adding systemd dependencies for NFS mounts  https://review.openstack.org/57480617:21
*** mriedem has left #openstack-ansible17:21
*** cshen has joined #openstack-ansible17:23
*** ansmith has joined #openstack-ansible17:25
*** jra has joined #openstack-ansible17:26
*** jeferobles has joined #openstack-ansible17:27
*** hachi has quit IRC17:27
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: WIP add connbeat  https://review.openstack.org/57518017:32
*** cshen has quit IRC17:33
*** mma has joined #openstack-ansible17:33
*** cshen has joined #openstack-ansible17:33
*** chhagarw has quit IRC17:41
cloudnulljrosser ^17:44
*** rodolof has joined #openstack-ansible17:44
cloudnullIDK if it works quite yet but it should get us close17:44
*** electrofelix has quit IRC17:45
*** rodolof has quit IRC17:50
*** yolanda has quit IRC17:50
*** cshen has quit IRC17:51
*** dxiri has joined #openstack-ansible17:52
jrossercloudnull: cool17:57
*** tux_ has joined #openstack-ansible17:58
*** tux_ has quit IRC17:59
*** sxc731 has joined #openstack-ansible17:59
*** tux_ has joined #openstack-ansible17:59
*** poopcat has joined #openstack-ansible18:00
*** openstackgerrit has quit IRC18:04
*** yolanda has joined #openstack-ansible18:05
*** sgrasley has quit IRC18:12
*** dave-mccowan has quit IRC18:15
*** dxiri has quit IRC18:24
*** dxiri has joined #openstack-ansible18:24
*** vnogin has quit IRC18:34
*** cshen has joined #openstack-ansible18:36
*** vnogin has joined #openstack-ansible18:41
*** tux_ has quit IRC18:42
*** indistylo has quit IRC18:44
*** poul has joined #openstack-ansible18:46
*** jeferobles has quit IRC18:46
*** mma has quit IRC18:53
*** mma has joined #openstack-ansible18:53
*** mma has quit IRC18:53
*** mma has joined #openstack-ansible18:54
*** cjloader has quit IRC18:57
*** cjloader_ has joined #openstack-ansible18:57
*** cjloader_ has quit IRC18:58
*** cjloader has joined #openstack-ansible18:58
*** mma has quit IRC18:59
*** cjloader has quit IRC18:59
*** cjloader has joined #openstack-ansible19:00
*** nurdie_ has joined #openstack-ansible19:10
*** nurdie has quit IRC19:13
*** poul_ has joined #openstack-ansible19:25
*** poul_ has quit IRC19:28
*** poul has quit IRC19:28
*** hassenius has joined #openstack-ansible19:29
*** poul has joined #openstack-ansible19:30
*** hasseniu_ has joined #openstack-ansible19:30
*** hassenius has quit IRC19:33
*** poul has quit IRC19:34
*** openstackgerrit has joined #openstack-ansible19:35
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487019:35
*** tux_ has joined #openstack-ansible19:36
*** chigang__ has quit IRC19:44
*** poul has joined #openstack-ansible19:45
*** hasseniu_ has quit IRC19:45
jrossercloudnull: just wrangling my inventory to move kibana from log0 to infra nodes, it seems to leave log1 in the kibana_all group even though i deleted the old container with inventory_manage19:48
*** poul has quit IRC19:49
openstackgerritMohammed Naser proposed openstack/openstack-ansible-memcached_server master: Increase default connection count to 4096  https://review.openstack.org/57516619:52
*** cjloader has quit IRC19:52
*** radeks has joined #openstack-ansible19:54
*** cjloader_ has joined #openstack-ansible19:57
*** cjloader_ has quit IRC19:57
*** cjloader has joined #openstack-ansible19:57
*** cjloader has quit IRC19:58
*** cjloader has joined #openstack-ansible19:58
*** vnogin has quit IRC20:01
*** vnogin has joined #openstack-ansible20:01
*** poul has joined #openstack-ansible20:03
*** mriedem has joined #openstack-ansible20:04
mriedemhmm, known failure?20:04
mriedemError when trying to get requirement for VCS system Command "git config --get-regexp remote\..*\.url" failed with error code 120:04
mriedemhttp://logs.openstack.org/25/575125/4/check/openstack-ansible-functional-ubuntu-xenial/3df9028/job-output.txt.gz#_2018-06-13_19_20_46_20702320:05
mriedemmaybe i screwed something up20:05
*** dave-mccowan has joined #openstack-ansible20:05
*** poul has quit IRC20:07
*** tux_ has joined #openstack-ansible20:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch cordonator nodes as smart LBs  https://review.openstack.org/57487020:15
cloudnulljrosser did you fix up the conf.d bits ?20:16
cloudnullif not that would recreate the containers with the old host associations20:16
*** poul has joined #openstack-ansible20:20
*** hassenius has joined #openstack-ansible20:21
*** hasseniu_ has joined #openstack-ansible20:21
*** throwsb1 has quit IRC20:22
jrossercloudnull: yes i think i did it right, made an extra pair of kibana containers and moved them all to infra1,2,320:23
*** hasseniu_ has quit IRC20:23
*** sxc731 has quit IRC20:24
jrosserand looking at inventory_manage output it's done everyhting i'd expect, other than log1 remains in the kibana_all group20:24
cloudnullthat may be a bit of cleanup that needs to be done outside of that too20:25
cloudnull**tool20:25
*** poul has quit IRC20:25
cloudnullyou could remove log1 from the inventory too20:25
cloudnullon the next playbook run itd recreate the host entry20:25
*** hassenius has quit IRC20:26
mnasermriedem: that's a bug. i'll push up a fix.20:27
mnasermriedem: looks like it's already fixed, you want to rebase on https://review.openstack.org/#/c/574834/20:28
mriedemmnaser: ok thanks, but it didn't look related to my patch20:29
mnaseri'm checking why that failed20:29
mriedemlooks like the same failure http://logs.openstack.org/34/574834/1/check/openstack-ansible-functional-ubuntu-xenial/3e6a9a9/job-output.txt.gz#_2018-06-13_19_27_04_00467920:30
mnaserhmm i see whats up with that20:30
openstackgerritNicolas Bock proposed openstack/openstack-ansible master: Internal IPv6 addresses need to be wrapped in `[]`  https://review.openstack.org/57489320:31
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: Fix database creation tasks  https://review.openstack.org/57483420:32
mnasermriedem: that should fix it.. i think20:33
mriedemmnaser: i thought you were a puppet guy, how is it you're also in osa land?20:34
cloudnullmnaser is everywhere :)20:34
mnasermriedem: you're right, i was a puppet guy, until puppet became unusable for larger deployments because it's orchestration stuff is only in their $$$ model20:35
mnaseri still maintain that though, i guess20:35
mriedemah20:36
*** ansmith has quit IRC20:36
*** hassenius has joined #openstack-ansible20:37
*** vurtz has quit IRC20:38
*** radeks has quit IRC20:38
*** poul has joined #openstack-ansible20:38
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add task to install pip requirement  https://review.openstack.org/57522420:39
*** hassenius has quit IRC20:40
*** hassenius has joined #openstack-ansible20:40
*** hasseniu_ has joined #openstack-ansible20:42
*** hasseniu_ has quit IRC20:42
*** poul has quit IRC20:43
*** hassenius has quit IRC20:45
*** jamesdenton has quit IRC20:48
*** hassenius has joined #openstack-ansible20:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add task to install requirements and change pathing  https://review.openstack.org/57522420:52
*** hasseniu_ has joined #openstack-ansible20:52
*** tux_ has quit IRC20:56
*** poul has joined #openstack-ansible20:56
*** hassenius has quit IRC20:56
*** tux_ has joined #openstack-ansible20:59
*** poul has quit IRC21:01
*** openstackgerrit has quit IRC21:04
*** cjloader_ has joined #openstack-ansible21:07
*** cjloader has quit IRC21:07
*** nurdie_ has quit IRC21:09
jrossercloudnull: whats the master/data/ingest layout you expect with the example conf.d hosts?21:11
*** cjloader_ has quit IRC21:11
*** vadim has quit IRC21:11
cloudnullit should auto select21:12
cloudnullyou just need to add the hosts to the config and the the playbooks will do the rest21:12
jrosseri was a little surprised that of my 3 now dedicated elasticsearch nodes on log1,2,3 one is an ingest node21:13
cloudnullwith the example, the elastic-logstash nodes will be master/data/ingest, because there are only 321:13
cloudnulldo you have the most recent patch ?21:14
cloudnullI was being a little to optimistic in earlier ones.21:14
*** poul has joined #openstack-ansible21:14
jrossertime on it is 14:37:0821:14
jrosserarent the elasticsearch instances in the kibana containers the ingest nodes?21:15
cloudnullno they're just LBs21:15
jrosserah right i see21:16
cloudnullhttps://review.openstack.org/#/c/574870/1321:16
cloudnullthats the latest PR21:16
cloudnullif your still seeing that behaviour then its still not quite right21:17
*** poul has quit IRC21:19
jrosseri will run it again tomorrow with the latest version21:20
*** openstackgerrit has joined #openstack-ansible21:21
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch coordinator nodes as smart LBs  https://review.openstack.org/57487021:21
cloudnullupdated for the spelling error ^21:21
jrossermaybe i wasnt expecting an entire log node to become the ES master21:21
jrosserwhich appears to be a lightweight thing21:21
cloudnullbefore none of the node type were defined21:22
cloudnullwhich just meant it was all enabled all the time21:22
cloudnullnow it should have coordinators, masters, data, and ingest nodes.21:23
cloudnulland that load should be spread throughout the environment.21:23
cloudnulland the hope is to make it possible to start small and grow without disruption21:23
*** nicolasbock has quit IRC21:27
*** exodusftw has quit IRC21:28
*** hasseniu_ has quit IRC21:30
*** poul has joined #openstack-ansible21:32
*** exodusftw has joined #openstack-ansible21:33
*** poul has quit IRC21:37
*** jwitko_ has quit IRC21:38
*** dave-mccowan has quit IRC21:43
*** nurdie has joined #openstack-ansible21:46
*** poul has joined #openstack-ansible21:50
*** cshen has quit IRC21:51
*** ansmith has joined #openstack-ansible21:52
*** poul has quit IRC21:55
*** vnogin_ has joined #openstack-ansible21:56
*** tux_ has quit IRC21:58
*** vnogin has quit IRC21:59
*** tux_ has joined #openstack-ansible22:01
*** admin0 has joined #openstack-ansible22:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch coordinator nodes as smart LBs  https://review.openstack.org/57487022:03
admin0hi .. if i am to configer cinder using NFS, what does the config file  nfs_shares_config: /etc/cinder/nfs_shares_volume1 look like ?22:04
admin0is it something that is created  by ansible, or something i need to provie in deploy host ?22:04
*** jwitko has joined #openstack-ansible22:05
*** Leo_m has quit IRC22:06
*** poul has joined #openstack-ansible22:08
*** poul has quit IRC22:14
*** poul has joined #openstack-ansible22:17
*** fghaas has quit IRC22:19
*** poul has quit IRC22:22
*** poul has joined #openstack-ansible22:35
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Restore openstack-ansible-upgrade-ubuntu-xenial  https://review.openstack.org/57515322:36
openstackgerritMatt Riedemann proposed openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512522:36
*** mriedem has quit IRC22:40
*** poul has quit IRC22:40
*** gkadam has joined #openstack-ansible22:46
*** threestrands has joined #openstack-ansible22:47
*** threestrands has quit IRC22:47
*** threestrands has joined #openstack-ansible22:47
*** poul has joined #openstack-ansible22:53
*** tux_ has quit IRC22:56
*** poul has quit IRC22:57
*** chyka has quit IRC23:04
*** chyka has joined #openstack-ansible23:04
*** tux_ has joined #openstack-ansible23:04
*** nurdie_ has joined #openstack-ansible23:05
*** nurdie has quit IRC23:07
*** tux_ has quit IRC23:07
*** chyka has quit IRC23:08
*** poul has joined #openstack-ansible23:11
*** poul has quit IRC23:15
*** vnogin_ has quit IRC23:21
*** dave-mccowan has joined #openstack-ansible23:22
*** vnogin has joined #openstack-ansible23:39
*** vnogin has quit IRC23:39
*** tux_ has joined #openstack-ansible23:43
*** jwitko_ has joined #openstack-ansible23:44
*** tux_ has joined #openstack-ansible23:44
*** jwitko has quit IRC23:47
*** cshen has joined #openstack-ansible23:47
*** tosky has quit IRC23:51
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Use elasticsearch coordinator nodes as smart LBs  https://review.openstack.org/57487023:51
*** cshen has quit IRC23:52
*** cjloader has joined #openstack-ansible23:52
*** cjloader has quit IRC23:57

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