Wednesday, 2018-07-11

*** poul has quit IRC00:01
*** nurdie has joined #openstack-ansible00:10
*** nurdie has quit IRC00:12
*** mattinator has joined #openstack-ansible00:12
*** poul has joined #openstack-ansible00:15
*** poul has quit IRC00:19
*** poul has joined #openstack-ansible00:32
*** poul has quit IRC00:37
*** kstev has joined #openstack-ansible00:47
*** poul has joined #openstack-ansible00:50
*** chyka has joined #openstack-ansible00:51
*** poul has quit IRC00:54
*** chyka has quit IRC00:56
*** lhinds has quit IRC01:04
*** kstev has quit IRC01:05
*** mattinator has quit IRC01:07
*** lhinds has joined #openstack-ansible01:19
*** agrebennikov has joined #openstack-ansible01:19
*** mattinator has joined #openstack-ansible01:24
*** KeithMnemonic1 has quit IRC01:25
*** mattinator has quit IRC01:40
*** mmercer has quit IRC01:42
*** cjloader has joined #openstack-ansible01:43
*** poul has joined #openstack-ansible01:43
*** poul has quit IRC01:47
*** tux_ has joined #openstack-ansible01:51
*** cjloader has quit IRC01:53
*** poul has joined #openstack-ansible01:53
*** poul has quit IRC01:57
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Update ansible to latest stable 2.6.1  https://review.openstack.org/58116602:00
tux_cloudnull: I have already openstack running now i am adding one more component Ceph in that case do i need to run full setup-hosts.yml and other Playbooks ?02:01
cloudnullyou're adding more ceph hosts?02:01
tux_No, before i built openstack without Ceph02:02
tux_now i need ceph mon running as a container in infra* node02:02
tux_also i want to add cinder component in openstack which initially i didn't plan02:03
tux_cloudnull: ^^02:04
cloudnullso long as their all part of the openstack_user_config running "setup-everything" should do everything required.02:05
cloudnullhowever, I'm not that great w/ ceph02:05
cloudnullI have it deployed in a lab02:05
cloudnulleffectively I just added my hosts into the user config and ran the playbooks02:05
tux_lets forget about ceph, what is the best method to add component which we didn't add first time?02:05
cloudnullIm sure there's ways to shortcut the run, i just dont have the best guidance on that02:06
tux_run everything or run subset of playbook?02:06
cloudnulldepends on the component02:06
cloudnulllets say you're adding sahara ,02:06
cloudnulladd it to the user config, ensure the env.d bits are in place, create the containers, run sahara playbooks02:07
cloudnullno need to run all the things02:07
tux_How other component will know about new container, like if neutron wants to talk to sahara?02:07
cloudnullthey'll all become part of inventory02:08
tux_I am just trying to understand what is the best way02:08
cloudnullso if neutron needed to talk to the new component youd need to rerun the neutron playbooks too02:09
tux_hmm! ok ok i got it..02:09
cloudnullonce the components are part of inventory any playbook run will be have their required associations enabled.02:09
tux_Hmm!02:10
tux_if i want to run neutron i will only run os-neutron-install.ym right?02:10
*** poul has joined #openstack-ansible02:10
tux_or host:container_name ?02:11
cloudnullif you wanted to deploy neutron you'd run os-neutron-install.yml02:14
cloudnullif you wanted to run it to a limited group you could do that too with --limit "blah"02:14
*** poul has quit IRC02:15
tux_group means host ?02:21
tux_cloudnull: ^^02:22
tux_cloudnull: last question, what if i run everything playbook after 2 year (for example) is this going to break things? like after 2 year there must be new version of packages etc..?02:23
tux_Just or my curiosity02:24
*** poul has joined #openstack-ansible02:28
cloudnulltux_ group can mean both02:30
cloudnullyou can use things like neutron_all02:30
cloudnullor the hostname02:30
tux_oh!! sweet!02:31
*** armaan has quit IRC02:31
*** armaan has joined #openstack-ansible02:32
tux_cloudnull: could you please answer my last question, I am curious02:32
*** poul has quit IRC02:33
*** poul has joined #openstack-ansible02:37
*** poul has quit IRC02:42
*** poul has joined #openstack-ansible02:47
*** poul has quit IRC02:51
cloudnullwhich one?02:52
*** poul has joined #openstack-ansible03:04
*** mattinator has joined #openstack-ansible03:07
*** poul has quit IRC03:08
*** harryhuang_ has joined #openstack-ansible03:12
*** poul has joined #openstack-ansible03:22
*** poul has quit IRC03:26
*** tailDASHeF has quit IRC03:34
*** tailDASHeF has joined #openstack-ansible03:34
*** poul has joined #openstack-ansible03:39
*** poul has quit IRC03:44
*** udesale has joined #openstack-ansible03:49
*** tailDASHeF has quit IRC03:57
*** poul has joined #openstack-ansible03:57
*** tailDASH1 has joined #openstack-ansible03:57
tux_cloudnull: last question, what if i run everything playbook after 2 year (for example) is this going to break things? like after 2 year there must be new version of packages etc..?03:59
tux_cloudnull: ^^03:59
tux_I got this error during my ceph deploy, do you know why its complaining http://paste.openstack.org/show/725519/04:00
*** poul has quit IRC04:02
*** poopcat has quit IRC04:06
*** poul has joined #openstack-ansible04:06
*** poul has quit IRC04:11
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Correct inventory path for group/host_vars  https://review.openstack.org/58156104:13
cloudnullwhen folks get in ^ that needs to be backported to queens which corrects the openstack-ansible.rc file.04:14
cloudnulltux_ kinda depends.04:14
cloudnullosa builds an internal index of pypi packages within the deployment04:14
cloudnullso if you ran a re-deploy using the existing index everything would would just as it did 2 years before (as it pertains to the python packages and built venvs)04:15
cloudnullOS packages are expected to change, if you need that to be more strict you can lock things down with intenral mirrors04:16
cloudnullat rax we have clouds that are several years old and keeping them patched and generally maintained gets progressively harder as the base OS ages.04:16
tux_cloudnull: does internal repo get sync everyday or its on demand ?04:17
cloudnullthe internal python package repo is only updated when the repo-build playbook is exected04:17
cloudnull**executed04:17
tux_cloudnull: good to know! any good way we can lock it down?04:18
*** chyka has joined #openstack-ansible04:18
cloudnullIMHO - within 2 years you should expect to upgrade to at least one new major OpenStack release, even if you don't upgrade the base OS.04:18
tux_cloudnull: I am worried if i am not around and someone else can run by mistake it can break things :(04:18
cloudnullyes. if the playbooks are run things will get updated.04:19
tux_cloudnull: we are lazy about updating stuff... once things go in production we like to keep it as it is.. we are still running CentOS 5 OS in our datacenter ;)04:20
cloudnullhowever if you don't checkout new versions of the playbooks you shouldn't expect change04:20
cloudnullthough like i said, if you're using external repos for base OS packages change is kinda unavoidable04:20
tux_cloudnull: sounds good then04:21
tux_cloudnull: I got this error during my ceph deploy, do you know why its complaining http://paste.openstack.org/show/725519/04:21
tux_cloudnull: look like i missed something..04:21
cloudnullcould be ?04:22
cloudnulli have no idea04:22
cloudnullhttps://gist.github.com/cloudnull/69bde16011d1ea94edf926252ea9393304:22
cloudnullthis is the config for my lab which is running ceph04:22
tux_Look like i missed something in glance client config for ceph04:22
cloudnullmaybe that might help?04:22
*** chyka has quit IRC04:22
-tux_- glance_ceph_client: glance04:23
-tux_- glance_default_store: rbd04:23
-tux_- glance_rbd_store_pool: images04:23
tux_I do have all these variable in my user_variables.yml04:24
tux_not sure who generating ceph.conf file.. which is missing04:24
*** poul has joined #openstack-ansible04:24
tux_https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_config.yml04:25
tux_In module src: /etc/ceph/ceph.conf04:26
*** poul has quit IRC04:29
cloudnulli'm just not sure.04:34
cloudnullsorry04:34
cloudnullin the morning i'd ping again if you dont figure it out04:35
cloudnullthere's quite a few folks in the know with ceph, im just not one of them04:35
tux_cloudnull: Thanks!! man! i think time to get some sleep :)04:37
tux_Good night04:37
*** poul has joined #openstack-ansible04:42
*** cshen has joined #openstack-ansible04:45
*** poul has quit IRC04:46
*** poul has joined #openstack-ansible04:48
*** cshen has quit IRC04:50
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory  https://review.openstack.org/58156804:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Add packages required for osprofiler  https://review.openstack.org/57350804:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_barbican master: Add packages required for osprofiler  https://review.openstack.org/57349804:54
*** saneax has joined #openstack-ansible04:56
*** sanjayu_ has joined #openstack-ansible04:58
*** saneax has quit IRC05:01
*** chhagarw has joined #openstack-ansible05:15
*** hamzy has quit IRC05:17
*** rodolof has quit IRC05:22
*** hwoarang has quit IRC05:31
*** hwoarang has joined #openstack-ansible05:32
*** hamzy has joined #openstack-ansible05:40
tux_https://bugs.launchpad.net/openstack-ansible/+bug/178112605:47
openstackLaunchpad bug 1781126 in openstack-ansible "ceph-ansible (libselinux-python) aren't installed" [Undecided,New]05:47
tux_cloudnull: any idea what is going on here?05:47
*** tux_ has quit IRC05:48
*** FrankZhang has quit IRC06:00
*** ianw is now known as ianw_pto06:00
*** FrankZhang has joined #openstack-ansible06:00
*** radeks has joined #openstack-ansible06:11
*** hamzy has quit IRC06:27
*** hamzy_ has joined #openstack-ansible06:27
*** cshen has joined #openstack-ansible06:27
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58040806:37
evrardjphwoarang: are you there?06:38
*** udesale has quit IRC06:40
*** agrebennikov has quit IRC06:40
*** lvdombrkr has joined #openstack-ansible06:41
*** udesale has joined #openstack-ansible06:42
evrardjphwoarang: I would like to discuss the mirroring of OBS parts in infra: know what you did already06:44
*** armaan has quit IRC06:49
*** armaan has joined #openstack-ansible06:50
*** poul has quit IRC06:55
*** shardy has joined #openstack-ansible07:02
*** shardy has quit IRC07:03
*** shardy has joined #openstack-ansible07:04
*** epalper has joined #openstack-ansible07:07
*** smorant has joined #openstack-ansible07:13
*** epalper has quit IRC07:14
*** epalper has joined #openstack-ansible07:15
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: add kolide fleet  https://review.openstack.org/58148207:20
*** gkadam has joined #openstack-ansible07:20
*** sanjayu__ has joined #openstack-ansible07:25
odyssey4meo/07:25
*** sanjayu_ has quit IRC07:28
*** poul_ has joined #openstack-ansible07:30
*** rodolof has joined #openstack-ansible07:34
*** DanyC has joined #openstack-ansible07:34
openstackgerritfupingxie proposed openstack/openstack-ansible-galera_server master: Trivial: Fix the pep8 warning  https://review.openstack.org/57678007:35
odyssey4meo/07:35
openstackgerritfupingxie proposed openstack/openstack-ansible-rabbitmq_server master: Trivial: Fix the pep8 warning  https://review.openstack.org/57678507:37
*** tosky has joined #openstack-ansible07:37
evrardjpodyssey4me: o/07:41
*** rodolof has quit IRC07:44
*** chyka has joined #openstack-ansible07:54
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Trivial: Fix the pep8 warning  https://review.openstack.org/57679007:55
*** chyka has quit IRC07:59
openstackgerritMerged openstack/openstack-ansible-repo_build master: Trivial: Fix the pep8 warning  https://review.openstack.org/57678308:02
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/pike: Fix template to load openvswitch module on boot  https://review.openstack.org/58097908:02
openstackgerritMerged openstack/openstack-ansible master: Pin get-pip.py to 3.2  https://review.openstack.org/58043608:02
*** rodolof has joined #openstack-ansible08:04
odyssey4meandymccr or hwoarang - it's getting increasingly urgent to get https://review.openstack.org/580402 and https://review.openstack.org/580399 merged, reviews please08:06
odyssey4methey're backports, so easy peazy08:07
*** markvoelker has quit IRC08:07
odyssey4meevrardjp: do these also make sense (also backports)? https://review.openstack.org/579491 & https://review.openstack.org/57949008:09
*** suggestable has joined #openstack-ansible08:11
toskyhello, did you see the discussion yesterday with lbragstad about some keystone-related settings for nova?08:11
evrardjpnope08:12
evrardjptosky: ^08:12
evrardjpodyssey4me: I will have a look08:12
toskyevrardjp: from here: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-07-10.log.html#t2018-07-10T17:47:1408:13
evrardjptosky: wow I am unfamiliar with this08:15
*** armaan has quit IRC08:15
toskyme too, that's why I kindly nagged people from keystone :)08:16
evrardjptosky: you want to revert to use service_token_roles_required = False?08:16
toskyevrardjp: either that or set the service role in a way that should work08:17
odyssey4mewell, this may be an opportunity to move as many services as can to using the service role and ditching their own user account, if I'm understanding what this is08:17
toskythe change to service_token_roles_required = True alone does not work if the service user does not have the service role08:17
toskyoh, or that one (use the service role)08:17
toskyit may just be a bit more tricky08:17
toskybut that should work, because it fits the defaults08:18
evrardjpodyssey4me: when you mean "service role" you mean an service ansible role, or the openstack term "role"?08:18
odyssey4meI think it may be best to remove that new setting, bacause it was added without justification08:18
odyssey4methen we can understand what this is better, and work through all the roles to do the right things to make it work properly08:18
evrardjptosky: odyssey4me I agree with the analysis: Change the setting to its default "False" value (or remove the setting)08:19
evrardjpThen make sure it's standardised across services to use a standard role08:19
evrardjpservice role08:19
evrardjpthen enable it08:19
odyssey4metosky: could you push a patch up to remove that setting from nova.conf, indicating that it requires work in other roles before it can be used08:19
odyssey4methen we can merge it pronto08:19
toskysure08:19
evrardjptosky: my concern is upgrades.08:19
evrardjpif we do the first patch it's fine, but I don't know how to deal with upgrades for step 2 and 3 yet, so it's better to have time to figure it out.08:20
toskyright08:20
evrardjpThat could be a good thing to write down in the commit message of patch 1) too :D08:20
toskythe change did not affect any released version08:20
odyssey4meyeah, I'd like to have a chat with the keystone crew to understand the implications before we commission a body of work for it08:20
evrardjpodyssey4me: agreed.08:20
evrardjpodyssey4me: cmurphy is in this timezone nowadays.08:21
odyssey4methanks for pressing the issue tosky - we appreciate the time you took for it08:21
odyssey4meevrardjp: orly? that's handy08:21
evrardjp:)08:22
toskyit was not mentioned on this channel, but when we started the discussion on #openstack-keystone, lbragstad mentioned this bug: https://bugs.launchpad.net/keystone/+bug/177988908:22
openstackLaunchpad bug 1779889 in OpenStack Identity (keystone) "Lack of documentation for validating expired tokens with service users" [Medium,Triaged]08:22
toskythe current lack of documentation does not help right now :)08:22
odyssey4meah, the bug report shares a critical use-case which makes me think this would be very handy to have in rocky08:24
*** sanjayu_ has joined #openstack-ansible08:25
evrardjpodyssey4me: yeah it's a great feature, but it needs to be properly adapted for upgrades.08:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Add Bionic testing  https://review.openstack.org/56719208:26
evrardjpwe need to not "just do it" (TM)08:26
*** sanjayu__ has quit IRC08:27
evrardjpodyssey4me: look at this: https://github.com/ansible/ansible/pull/42505 : )08:32
*** electrofelix has joined #openstack-ansible08:33
openstackgerritLuigi Toscano proposed openstack/openstack-ansible-os_nova master: Do not set service_token_roles_required = True for now  https://review.openstack.org/58162508:35
evrardjpthanks tosky !08:35
toskyit took a lot to write a commit message that kind-of makes sense O.o08:35
odyssey4meevrardjp: heh, neat :)08:36
odyssey4methanks tosky!08:37
*** ivve has quit IRC08:37
*** armaan has joined #openstack-ansible08:44
evrardjptosky: I have my impression my dev work's time is spread out with like 5% root cause analysis 10% coding 85% writing a good commit message08:44
evrardjpyes, I am a slow typist and non native : p08:45
evrardjpso I understand you, being non native english too I guess :D08:45
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/pike: neutron_needs_openvswitch should be jinja, not a string  https://review.openstack.org/58101008:46
evrardjpodyssey4me: where are we in the gates haproxy story?08:47
odyssey4meevrardjp: what do you mean? we merged https://review.openstack.org/581356 yesterday if that's what you're talking about08:48
evrardjphttp://logs.openstack.org/08/580408/2/check/openstack-ansible-functional-ubuntu-xenial/e896282/job-output.txt.gz#_2018-07-11_06_58_38_47877708:58
odyssey4meevrardjp: I've never seen that before.09:01
evrardjpoh shoot.09:01
evrardjpI thought it was part of the fixing.09:01
evrardjpdarn09:01
evrardjpI guess the change on remote_user broke things.09:02
odyssey4meyeah, looks like we'll need to patch https://github.com/openstack/openstack-ansible-tests/blob/master/test-install-keystone.yml#L51 the same way as the other ones09:02
evrardjpat some point we'll probably revert to use become?09:03
evrardjp:p09:03
evrardjpeverywhere09:03
odyssey4mehmm, loks like it's because this is delegating to localhost: https://github.com/openstack/openstack-ansible-tests/blob/master/common-tasks/haproxy-endpoint-manage.yml#L2709:03
odyssey4meperhaps itd work if that task was set to use become?09:03
odyssey4meI'd give that a go to start with.09:04
odyssey4meThis all breaks whenever there's localhost delegation without also using become.09:05
evrardjpwondering why we are doing haproxy endpoint management in tests at all.09:05
evrardjphttps://github.com/openstack/openstack-ansible-os_keystone/blob/master/tests/inventory#L4309:06
evrardjpmeh.09:06
hwoarangevrardjp: hello. what do you want to discuss about obs mirroring09:06
evrardjphwoarang: what do we mirror for opensuse exactly?09:06
evrardjpCan I add something to mirror?09:06
evrardjp(which is part of obs)09:07
odyssey4meevrardjp: that's used for doing the rolling upgrade tests09:07
odyssey4meevrardjp: want me to push a patch up to try and solve it?09:07
evrardjpodyssey4me: which part? THe keystone haproxy fix? Yes I'd be happy to09:07
evrardjpI'd be happy if you could push a patch*09:08
odyssey4meok, will do now09:08
hwoarangevrardjp: https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/files/mirror/opensuse-mirror-update.sh#L18-L2109:08
evrardjphwoarang: I have now this package: https://build.opensuse.org/package/show/home:jevrard:branches:server:http/hatop for both centos/RHEL & (open)SUSE09:08
evrardjpThat package can be used instead of download from sources & install09:09
hwoarangi dont know if infra would be happy to mirror your home project09:09
evrardjpyeah.09:09
evrardjpI was thinking of maybe building a OSA project on OBS?09:09
evrardjpI thought it was worth discussing at least.09:10
hwoarangi can't discuss this during hackweek. maybe we can talk on monday09:10
evrardjpok.09:11
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Use 'become' for haproxy service state setting  https://review.openstack.org/58163709:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: [TEST] haproxy endpoint fix  https://review.openstack.org/58163909:14
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: [DNM] - Testing openSUSE Master Cloud repo  https://review.openstack.org/58164209:25
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_keystone master: [DNM] - Testing OBS Master  https://review.openstack.org/57054309:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Add Bionic testing  https://review.openstack.org/56719209:30
*** ianychoi_ has joined #openstack-ansible09:38
cshenHi odyssey4me, I replied to your comment in https://review.openstack.org/#/c/581248/409:40
odyssey4mecshen I know what you're saying, but the purpose of those tasks is a bit more subtle than that - it's not simply a task with two conditions and the opposite09:41
*** ianychoi has quit IRC09:41
odyssey4methe second task must run on all cinder containers, except when it is both cinder-volume and lvm is being used09:42
cshenyes, the second task will also run on cinder-volume and rbd is being used.09:48
cshenyour fix is more readable, but both fixes are logically right.09:49
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Add systemd tags to include role  https://review.openstack.org/57860509:51
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Fix indentation  https://review.openstack.org/58135109:51
*** ianychoi_ has quit IRC10:05
*** markvoelker has joined #openstack-ansible10:08
*** spsurya_ has joined #openstack-ansible10:08
*** ianychoi has joined #openstack-ansible10:30
*** cshen has quit IRC10:37
*** markvoelker has quit IRC10:42
odyssey4meevrardjp hwoarang this has popped up from time to time - any idea what's causing it? http://logs.openstack.org/39/581639/1/check/openstack-ansible-functional-distro_install-opensuse-423/2f91499/job-output.txt.gz#_2018-07-11_09_37_35_70413110:48
odyssey4meevrardjp: looks like https://review.openstack.org/581637 works - see https://review.openstack.org/58163910:48
hwoarangodyssey4me: "Error message: Recv failure: Connection reset by peer" network issue?10:48
odyssey4mehwoarang: yep10:49
odyssey4mewhen installing galera10:49
*** hachi has joined #openstack-ansible10:49
odyssey4mesorry, mariadb10:50
hwoarangdont know really. we are using an internal mirror so maybe that's not very stable?10:50
odyssey4mehmm, there are no retries on the install task - lemme fix that up10:51
hwoaranggood idea10:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: Retry yum/zypper package installs  https://review.openstack.org/58167010:55
*** cshen has joined #openstack-ansible10:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: [TEST] haproxy endpoint fix  https://review.openstack.org/58163910:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now"  https://review.openstack.org/58167411:01
*** cshen has quit IRC11:18
openstackgerritMerged openstack/openstack-ansible-os_nova master: Do not set service_token_roles_required = True for now  https://review.openstack.org/58162511:19
evrardjpodyssey4me: thanks for the fixes.11:24
*** cshen has joined #openstack-ansible11:25
*** chyka has joined #openstack-ansible11:29
*** udesale has quit IRC11:29
openstackgerritMerged openstack/openstack-ansible stable/ocata: Fix loop variable name for nested loop  https://review.openstack.org/57949111:32
*** chyka has quit IRC11:35
*** ansmith has quit IRC11:36
*** EvilienM is now known as EmilienM11:36
*** markvoelker has joined #openstack-ansible11:40
*** chhagarw has quit IRC11:53
openstackgerritMerged openstack/openstack-ansible-galera_server master: Retry yum/zypper package installs  https://review.openstack.org/58167011:54
openstackgerritMerged openstack/openstack-ansible stable/pike: Fix loop variable name for nested loop  https://review.openstack.org/57949011:57
openstackgerritMerged openstack/openstack-ansible stable/ocata: Pin get-pip.py to 3.2  https://review.openstack.org/58040211:57
openstackgerritMerged openstack/openstack-ansible stable/pike: Pin get-pip.py to 3.2  https://review.openstack.org/58039911:57
evrardjpodyssey4me: hahah rety works: but... http://logs.openstack.org/39/581639/2/check/openstack-ansible-functional-centos-7/781c6cd/job-output.txt.gz#_2018-07-11_11_27_43_98693412:04
evrardjpcores, could we have some votes on https://review.openstack.org/#/c/581637/ ?12:05
evrardjpthat would be nice too: https://review.openstack.org/#/c/580580/12:06
odyssey4meevrardjp: yeah, some other random failure - looks like a mirror fail though12:08
evrardjpyeah12:08
evrardjphahah12:08
evrardjpJust to say it's not a perfect space we are living in12:08
evrardjp:facepalm:12:08
evrardjpodyssey4me: without the https://review.openstack.org/#/c/580580/ I am trying to have a real python3 install. I can tell you it's fun : p12:10
evrardjpI am fixing things along the way12:10
evrardjpbut darn nothing works by default : p12:10
odyssey4megreat, but yeah - it's a mess12:10
evrardjpand it's to be continued when we'll introduce gates. For now it's just plain fixing of what's in my way12:11
*** markvoelker has quit IRC12:12
*** markvoelker has joined #openstack-ansible12:22
*** udesale has joined #openstack-ansible12:31
openstackgerritDmitriy R. proposed openstack/openstack-ansible-os_masakari master: Fixed functional test  https://review.openstack.org/58171212:32
*** udesale_ has joined #openstack-ansible12:35
*** udesale_ has quit IRC12:36
*** udesale has quit IRC12:36
*** udesale_ has joined #openstack-ansible12:36
*** udesale_ has quit IRC12:37
*** armaan has quit IRC12:45
mgariepyevrardjp, can I have your vote on this one : https://review.openstack.org/#/c/581037/12:47
*** vakuznet has joined #openstack-ansible12:49
TahvokHow would I go at removing a service from osa env?12:52
TahvokI need to remove trove, I mean, I can just remove it from the inventory, but I want to completely remove it from openstack12:52
*** ansmith has joined #openstack-ansible12:55
*** openstack has joined #openstack-ansible13:05
*** ChanServ sets mode: +o openstack13:05
*** chhagarw has joined #openstack-ansible13:07
odyssey4meTahvok: remove the containers using the destroy playbook, then remove it from the inventory, then remove it from openstack (use the openstack CLI to remove the service, user, etc), then remove the extra networks implemented13:07
*** aludwar has joined #openstack-ansible13:08
openstackgerritErik Berg proposed openstack/openstack-ansible-os_neutron master: Install openvswitch packages on 'ml2.ovs.dvr' configuration  https://review.openstack.org/58103913:11
evrardjpmgariepy: I thought I voted for that already13:11
evrardjpapparently I didnt13:11
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible master: Update ansible to latest stable 2.6.1  https://review.openstack.org/58116613:13
mgariepythanks evrardjp13:15
evrardjpmgariepy: can you do something for me?13:17
evrardjpon centos what's the output of rpm -ql libvirt-python libvirt-python313:17
*** KeithMnemonic has joined #openstack-ansible13:18
*** spsurya_ has quit IRC13:18
evrardjp(in other words: can I pass two packages in rpm -qL13:18
evrardjpql*13:18
mgariepyyes you can13:20
mgariepyyou will end up with the list of pkg for the first pkg then the list of the second. without separation between both list.13:22
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-galera_server master: vars: SUSE: Replace python2-pycrypto package with python-pycrypto  https://review.openstack.org/58174313:22
openstackgerritMerged openstack/openstack-ansible-tests master: Use 'become' for haproxy service state setting  https://review.openstack.org/58163713:23
*** armaan has joined #openstack-ansible13:23
evrardjpmgariepy: great13:25
evrardjpthanks13:25
mgariepyyou are welcome :)13:25
Tahvokodyssey4me: thanks!13:26
*** kstev has joined #openstack-ansible13:28
*** cmart has joined #openstack-ansible13:41
*** sew has quit IRC13:43
*** jwitko has joined #openstack-ansible13:49
*** jwitko has quit IRC13:53
*** jwitko has joined #openstack-ansible13:53
*** rmart04 has joined #openstack-ansible13:57
openstackgerritMerged openstack/openstack-ansible-os_neutron master: move haproxy to neutron-metadata-agent  https://review.openstack.org/58103714:03
*** armaan has quit IRC14:07
*** armaan has joined #openstack-ansible14:07
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/queens: move haproxy to neutron-metadata-agent  https://review.openstack.org/58176114:18
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/pike: move haproxy to neutron-metadata-agent  https://review.openstack.org/58176214:21
openstackgerritMerged openstack/openstack-ansible master: Ensure python2 is used in the ansible venv  https://review.openstack.org/58058014:23
*** armaan has quit IRC14:31
*** armaan has joined #openstack-ansible14:31
*** tux_ has joined #openstack-ansible14:35
*** tux__ has joined #openstack-ansible14:36
*** spsurya_ has joined #openstack-ansible14:37
*** tailDASH1 is now known as tailDASHeF14:39
*** tailDASHeF has quit IRC14:39
*** tailDASHeF has joined #openstack-ansible14:39
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176714:39
*** tux_ has quit IRC14:40
*** epalper has quit IRC14:40
tux__Good morning, folks14:40
tux__Did anyone notice this before? https://bugs.launchpad.net/openstack-ansible/+bug/178112614:41
openstackLaunchpad bug 1781126 in openstack-ansible "ceph-ansible (libselinux-python) aren't installed" [Undecided,New]14:41
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_ceilometer master: Fix ceilometer task order  https://review.openstack.org/57738414:41
*** tailDASHeF has quit IRC14:41
*** tailDASHeF has joined #openstack-ansible14:41
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176714:42
*** markvoelker has quit IRC14:44
*** markvoelker has joined #openstack-ansible14:44
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58176814:45
*** sew has joined #openstack-ansible14:46
*** sew1 has joined #openstack-ansible14:49
*** markvoelker has quit IRC14:49
*** sew has quit IRC14:51
*** cjloader has joined #openstack-ansible14:51
*** epalper has joined #openstack-ansible14:53
*** rodolof has quit IRC14:53
*** udesale has joined #openstack-ansible14:54
*** cjloader has quit IRC14:56
*** cjloader has joined #openstack-ansible14:57
*** ivve has joined #openstack-ansible14:59
*** rodolof has joined #openstack-ansible15:00
*** mattinator has quit IRC15:00
*** hachi has quit IRC15:03
*** TxGirlGeek has joined #openstack-ansible15:05
*** rodolof has quit IRC15:07
evrardjptux__: probably need to symlink the libs15:08
tux__I did add following in user_variables.yml file15:08
-tux__- centos_package_dependencies:15:08
-tux__- - libselinux-python15:08
evrardjpcentos_package_dependencies ?15:08
tux__also i have noticed that package is installed on mon container15:08
tux__https://github.com/ceph/ceph-ansible/blob/master/group_vars/all.yml.sample15:09
evrardjpI don't know what centos_package_dependencies is15:09
tux__I found that here15:09
evrardjpk15:09
tux__if that package is installed already why its saying not installed ???15:09
evrardjphttp://git.openstack.org/cgit/openstack/openstack-ansible/tree/playbooks/ceph-install.yml#n8715:10
tux__I have one more question, when i am deploying Ceph using OSAD, should i run ceph-install.yml playbook first and after that other playbooks like cinder,glance etc to talk to ceph, is that right?15:11
evrardjpI have no idea15:11
tux__evrardjp: Hmmm so its there as per your link15:11
evrardjptux__: https://github.com/openstack/openstack-ansible/blob/master/playbooks/setup-infrastructure.yml#L2815:12
evrardjpit should be aprt of your setup-infra15:12
evrardjpassuming you're deploying ceph using osa15:12
tux__Yes i am deploying with OSA15:12
tux__When i am running setup-infrastructure playbook i am getting this error http://paste.openstack.org/show/725519/15:13
tux__that is why i thought i should do ceph-install.yml first me be dependencies issue.15:13
tux__evrardjp: ^^ any idea what may could be wrong here? http://paste.openstack.org/show/725519/15:14
*** markvoelker has joined #openstack-ansible15:14
*** rmart04 has quit IRC15:15
evrardjpis that happening during glance play tux__ ?15:16
evrardjpredeploy your ceph infra with setup-infrastructure.yml15:16
tux__yes when running glance playbook15:16
evrardjpor the ceph play directly15:16
evrardjpit looks there is an issue there.15:16
tux__I got glance error and stuck so i thought i should run Ceph-install.yml first, that is what i am doing right now15:17
tux__Ans stuck at libselinux-python :(15:17
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Add Ubuntu Bionic 18.04 support  https://review.openstack.org/57595415:17
tux__Similar issue in bug https://bugs.launchpad.net/openstack-ansible/+bug/174731315:20
openstackLaunchpad bug 1747313 in openstack-ansible "openstack-ansible failed to build AIO" [Undecided,Expired]15:20
tux__evrardjp: ^^15:20
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Install openvswitch packages on 'ml2.ovs.dvr' configuration  https://review.openstack.org/58103915:20
*** lvdombrkr has quit IRC15:22
evrardjptux__: I am busy and it's not my knowledge domain, sorry.15:25
tux__evrardjp: np15:26
tux__evrardjp: thanks anyway15:26
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory  https://review.openstack.org/58156815:31
cloudnullanyone around want to give this a nudge https://review.openstack.org/#/c/580394/15:32
*** throwsb1 has joined #openstack-ansible15:32
tux__https://dmsimard.com/2016/01/08/selinux-python-virtualenv-chroot-and-ansible-dont-play-nice/15:32
tux__This could be issue15:32
odyssey4mecloudnull: done15:32
cloudnulltyvm :)15:33
dmsimardI need to update that blog post and clean it up..15:33
mgariepytux__, you need something like that for the tasks https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_auth_extra.yml#L3515:36
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58040815:37
tux__mgariepy: hmm! i didn't get it.. where i should put that?15:37
*** chhagarw has quit IRC15:37
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58176815:38
tux__I am thinking disabled SELinux on infra nodes and reboot them so move on..15:38
mgariepyok15:38
mgariepydo that then15:39
tux__mgariepy: doing it now but still i would like to know how to do without rebooting anything :)15:39
evrardjpcloudnull: could you please let me work on the static inventory? I am busy with it right now -- or we coordinate each other15:40
evrardjpbut that sounds ineffective if we have two different approaches15:40
cloudnullim not stopping you from working on it15:40
cloudnullin fact I've reviewed your patches and just asked folks to review them15:40
evrardjpyeah15:40
evrardjpI just saw the test inventory with static yaml here on top : )15:41
cloudnullyup. replied on that review too15:41
cloudnullits all DNM, I just need to make sure a converted inventory works15:41
cloudnullwhich it is in our lab15:41
odyssey4mecloudnull: do you have any ideas why https://review.openstack.org/567192 is failing for bionic... looks like it's failing on lxc-container-create, but I have no idea why15:42
*** chhagarw has joined #openstack-ansible15:42
spotzIf anyone is good with OSA and Ceph an email just came through the OPenStack list15:42
*** radeks has quit IRC15:42
cloudnullodyssey4me no idea. looks like the module itself is failing ?15:44
*** chyka has joined #openstack-ansible15:44
cloudnullhttp://logs.openstack.org/08/573508/4/check/openstack-ansible-functional-ubuntu-bionic/8063340/job-output.txt.gz#_2018-07-11_13_44_12_50404915:45
cloudnulljust checking another review, it looks like that task is working ?15:45
odyssey4mecloudnull: looks like it's running here: http://logs.openstack.org/92/567192/5/check/openstack-ansible-functional-ubuntu-bionic/6682651/job-output.txt.gz#_2018-07-11_09_48_26_86082315:45
odyssey4methen the extra config is added, and the restart fails15:46
odyssey4meja, the lxc-container-create role seems to be working fine... so I'm wondering if there's something missing in the test inventory or something like that15:47
*** sanjayu_ has quit IRC15:54
*** dmsimard has quit IRC16:04
*** dmsimard has joined #openstack-ansible16:05
*** hachi has joined #openstack-ansible16:06
cloudnullI can go make a bionic vm to go test16:06
*** jamesdenton has joined #openstack-ansible16:08
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176716:10
*** smorant has quit IRC16:17
andymccrcloudnull: odyssey4me sounds like the container config is wrong - in bionic its lxc > 316:19
andymccrand a bunch of opts changed16:19
andymccrso if any additional settings are added by rabbit or any other service it'll break16:19
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176716:20
*** suggestable has quit IRC16:20
andymccrusually its the lxc.aa_profile which changed to lxc.apparmor.profile16:20
andymccrthere are a few others too though16:21
*** armaan has quit IRC16:21
*** armaan has joined #openstack-ansible16:21
odyssey4meandymccr ok, will take a closer look tomorrow - too tired now16:21
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_blazar master: This patch ensures that the functional tests for Blazar pass.  https://review.openstack.org/57138816:22
*** epalper has quit IRC16:23
*** DanyC has quit IRC16:24
*** armaan has quit IRC16:25
tux__I have disabled SELinux and now getting strange error http://paste.openstack.org/show/725583/16:30
tux__This is not going good :(16:30
*** nurdie has joined #openstack-ansible16:31
*** radeks has joined #openstack-ansible16:31
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176716:33
tux__full debug error http://paste.openstack.org/show/725585/16:36
*** poul_ has quit IRC16:37
*** hachi has quit IRC16:40
*** markvoelker has quit IRC16:52
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Skip provider_networks module if possible  https://review.openstack.org/58180216:55
*** sew1 has quit IRC16:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58180416:58
openstackgerritFrank Zhang proposed openstack/openstack-ansible master: Add aio host conf for barbican role  https://review.openstack.org/57928416:58
openstackgerritFrank Zhang proposed openstack/openstack-ansible master: Add aio host conf for barbican role  https://review.openstack.org/57928417:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58180417:02
*** udesale has quit IRC17:04
*** admin0 has joined #openstack-ansible17:10
*** admin0 is now known as a017:10
*** a0 is now known as admin017:10
*** tux_ has joined #openstack-ansible17:11
*** tux__ has quit IRC17:13
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_heat master: Ensure __pycache__ folder is deleted  https://review.openstack.org/58180617:20
*** markvoelker has joined #openstack-ansible17:24
openstackgerritMerged openstack/openstack-ansible-os_neutron master: vars: Add missing 'neutron-metering-agent' package  https://review.openstack.org/58073917:25
*** armaan has joined #openstack-ansible17:27
*** sew has joined #openstack-ansible17:31
*** armaan has quit IRC17:31
*** armaan has joined #openstack-ansible17:32
*** electrofelix has quit IRC17:35
odyssey4meI'm out for the day - cheers folks!17:39
*** mattinator has joined #openstack-ansible17:54
*** armaan has quit IRC17:54
*** komish has joined #openstack-ansible17:55
*** BeardedTraveler has joined #openstack-ansible17:57
*** chhagarw has quit IRC17:58
*** mattinator has quit IRC17:59
*** poopcat has joined #openstack-ansible18:03
tux_In ceph container why SELinux is enables?18:04
tux_ostack-controller-03_ceph-mon_container-f1024d1818:04
tux_SELINUX=enforcing18:04
openstackgerritDmitriy R. proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook  https://review.openstack.org/58145918:10
komishHi! need some help confirming the purpose of the nova.conf 'host_subset_size' directive. It seems like it's the configurable to determine how many of the returned, filtered hosts (from scheduler) are actually in the running to schedule an instance. That value looks hard-coded in the os_nova role to 10, though. Would it be beneficial to add logic to that based on compute counts?18:10
komishor am I misunderstanding that directive18:10
mgariepykomish, https://github.com/openstack/openstack-ansible-os_nova/blob/master/templates/nova.conf.j2#L32818:18
mgariepyyou can change it with nova_scheduler_host_subset_size variable.18:19
komishRight - looking to see if logic should be added to the default value to be more efficient out of the box?18:20
mgariepywell it depends what is your scheduling policy.. if you wnat to stack instances instead of spreading ..18:21
mgariepyand depending also how many host you have.18:21
komishah ok, I wasn't taking scheduling policy discrepancies into account18:23
*** hachi has joined #openstack-ansible18:24
komishI was assuming spreading scenarios, I see other logic that takes the count of hosts in the groups['nova_compute'] into account and was thinking something similar could be done here18:25
komishhttps://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L37918:25
komishmakes sense though, thanks!18:25
openstackgerritMerged openstack/openstack-ansible master: Do not run tasks for containers when on metal  https://review.openstack.org/58036518:25
*** poul has joined #openstack-ansible18:25
*** poul_ has joined #openstack-ansible18:27
*** admin0 has quit IRC18:28
*** poul has quit IRC18:30
*** poul_ has quit IRC18:33
tux_Little progress... You have to disabled SELinux on deployment node (from where you running OSA)18:35
tux_Now i am seeing this error http://paste.openstack.org/show/725593/18:35
tux_why its trying to install ceph_release_num.jewel ?18:36
*** sew has quit IRC18:41
*** poul has joined #openstack-ansible18:49
openstackgerritDmitriy R. proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook  https://review.openstack.org/58145918:49
*** poul has quit IRC18:53
*** poul has joined #openstack-ansible18:58
*** poul has quit IRC19:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory  https://review.openstack.org/58156819:11
*** radeks has quit IRC19:12
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: [WIP] Fix monasca  https://review.openstack.org/57872119:13
guilhermespevrardjp: ^^19:14
guilhermespseems that now we are going to have all green in zuul, finally :D19:14
cloudnullvery nice!19:16
*** poul has joined #openstack-ansible19:16
guilhermesphearing beatles and watching england match was certainly determinant :)19:18
*** poul has quit IRC19:20
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Update all SHAs for milestone 3  https://review.openstack.org/57400619:27
openstackgerritMerged openstack/openstack-ansible-repo_server master: Add release notes link to README  https://review.openstack.org/57870219:28
openstackgerritMerged openstack/openstack-ansible-os_glance master: Add source code repository notes link to README  https://review.openstack.org/57941619:30
tux_Why my container failed to start after reboot infra node19:30
tux_http://paste.openstack.org/show/725597/19:30
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Add source code repository notes link to README  https://review.openstack.org/57946419:31
openstackgerritMerged openstack/openstack-ansible-os_zun master: Make the project home link in next line  https://review.openstack.org/58085419:31
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Add source code repository notes link to README  https://review.openstack.org/57942119:31
openstackgerritMerged openstack/openstack-ansible-galera_client master: Add source code repository notes link to README  https://review.openstack.org/57971119:31
tux_look like doesn't have network there http://paste.openstack.org/show/725598/19:32
openstackgerritMerged openstack/openstack-ansible-os_heat master: Add source code repository notes link to README  https://review.openstack.org/57941919:32
tux_cloudnull: ^^19:32
openstackgerritMerged openstack/openstack-ansible-os_searchlight master: Update the project home to https  https://review.openstack.org/58085619:33
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Add source code repository notes link to README  https://review.openstack.org/57941719:33
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Update the project home to https  https://review.openstack.org/58086119:33
*** poul has joined #openstack-ansible19:33
cloudnulltux_ start the container in the foreground19:33
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Optimize the link address in docs  https://review.openstack.org/57976819:34
openstackgerritMerged openstack/openstack-ansible-os_blazar master: Update the project home to https  https://review.openstack.org/58086319:35
openstackgerritMerged openstack/openstack-ansible-os_panko master: Update the project home to https  https://review.openstack.org/58085719:35
tux_cloudnull: here is the result http://paste.openstack.org/show/725599/19:35
cloudnulllooks like br-storage"is down ?19:36
tux_on host machine ?19:36
cloudnullyup19:36
tux_hmmm! i think so19:36
openstackgerritMerged openstack/openstack-ansible-memcached_server master: Add source code repository notes link to README  https://review.openstack.org/57971519:36
tux_let me dig thanks for tips :)19:36
cloudnullanytime19:36
openstackgerritMerged openstack/openstack-ansible-os_heat master: Update the project home to https  https://review.openstack.org/58085919:36
openstackgerritMerged openstack/openstack-ansible-ops master: Pin get-pip.py to 3.2  https://review.openstack.org/58040719:37
*** poul has quit IRC19:38
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Update the project home to https  https://review.openstack.org/58086419:39
openstackgerritMerged openstack/openstack-ansible-os_glance master: Update the project home to https  https://review.openstack.org/58086219:39
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Update the project home to https  https://review.openstack.org/58085319:39
tux_cloudnull:  br-storage is public network for ceph right?19:39
cloudnullits normally the internal network for your stroage traffic19:39
tux_so all container can access ceph19:39
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Update the project home to https  https://review.openstack.org/58085819:40
tux_in Ceph we have two network public / cluster network19:40
tux_which one should map with br-storage?19:40
tux_I think br-storage <<-should map with-->> Public network of Ceph, correct me if i am wrong19:41
*** cjloader has quit IRC19:41
tux_cloudnull: ^^19:42
*** cjloader has joined #openstack-ansible19:42
cloudnullif its ceph, i really have no idea.19:42
tux_hmm!19:43
cloudnulli use br-storage to isolate all storage related traffic to a specific bond19:43
cloudnullin my case a lot time that's iscsi19:43
tux_I think i get it br-storage is where all application access storage (which is public network of ceph)19:43
cloudnullgoing back to some collection of cinder nodes.19:43
tux_Ceph has Cluster network also which is replication network where it sync data between all osd19:44
openstackgerritMerged openstack/openstack-ansible-repo_server master: fix tox python3 overrides  https://review.openstack.org/58007919:48
openstackgerritMerged openstack/openstack-ansible-pip_install master: Trivial: Fix the pep8 warning  https://review.openstack.org/57678619:48
openstackgerritMerged openstack/openstack-ansible-pip_install master: fix tox python3 overrides  https://review.openstack.org/58007419:48
openstackgerritMerged openstack/openstack-ansible-plugins master: fix tox python3 overrides  https://review.openstack.org/58007519:48
*** poul has joined #openstack-ansible19:51
*** vakuznet has quit IRC19:52
openstackgerritMerged openstack/openstack-ansible-repo_build master: Pin get-pip.py to 3.2  https://review.openstack.org/58040919:53
openstackgerritMerged openstack/openstack-ansible-plugins master: Add Bionic testing  https://review.openstack.org/56704419:53
*** gkadam has quit IRC19:54
*** poul has quit IRC19:55
*** TxGirlGeek has quit IRC19:59
tux_https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/user_variables.yml.prod-ceph.example19:59
tux_Why OSA has public_network is container network?19:59
openstackgerritMerged openstack/openstack-ansible-repo_build master: fix tox python3 overrides  https://review.openstack.org/58007719:59
tux_That could be wrong19:59
*** cjloader has quit IRC20:03
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Trivial: Fix the pep8 warning  https://review.openstack.org/57677920:03
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Update the project home to https  https://review.openstack.org/58086020:03
*** Dmitriy has joined #openstack-ansible20:05
DmitriyI've got several questions about the future of the project. We're going to write a role for installing masakari monitors and pacemaker, so I'm interested in your vision of how it should be made and if you were planning to implement this features within this role (or this should be implemented within another role).20:05
DmitriySo probably I may write to some IRC or whatever to get more info about your vision?20:05
DmitriyThanks in advance.20:05
*** TxGirlGeek has joined #openstack-ansible20:05
DmitriyI was talking about openstack-ansible-os_masakari20:06
*** cjloader_ has joined #openstack-ansible20:08
openstackgerritMerged openstack/openstack-ansible-os_trove master: Update to use oslo.messaging service for RPC and Notify  https://review.openstack.org/57478920:09
openstackgerritMerged openstack/openstack-ansible-os_trove master: Make the project home link in next line  https://review.openstack.org/58085520:09
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Update the default collector  https://review.openstack.org/57055820:09
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now"  https://review.openstack.org/58167420:10
openstackgerritMerged openstack/openstack-ansible-tests master: fix tox python3 overrides  https://review.openstack.org/57980220:13
openstackgerritMerged openstack/openstack-ansible-os_glance master: fix tox python3 overrides  https://review.openstack.org/58002020:16
openstackgerritMerged openstack/openstack-ansible-galera_server master: Add source code repository notes link to README  https://review.openstack.org/57971220:21
openstackgerritMerged openstack/openstack-ansible-os_nova master: fix tox python3 overrides  https://review.openstack.org/58092520:24
openstackgerritMerged openstack/openstack-ansible-os_sahara master: fix tox python3 overrides  https://review.openstack.org/58006420:27
openstackgerritMerged openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade  https://review.openstack.org/57512520:36
*** spsurya_ has quit IRC20:36
*** hachi has quit IRC20:44
*** poul has joined #openstack-ansible20:45
*** ansmith has quit IRC20:45
*** sew has joined #openstack-ansible20:47
*** admin0 has joined #openstack-ansible20:49
*** poul has quit IRC20:49
openstackgerritAntony Messerli proposed openstack/openstack-ansible-ops master: Make space for Cinder/Swift nodes if using nspawn  https://review.openstack.org/58188320:55
*** poul has joined #openstack-ansible21:03
*** poul has quit IRC21:07
*** sew has quit IRC21:09
*** cmart has quit IRC21:12
tux_Open question, do i need to define "ceph_conf_file:"  https://docs.openstack.org/openstack-ansible-ceph_client/newton/configure-ceph.html21:12
tux_because it seems OSA complaining didn't find ceph.conf file21:13
*** poul has joined #openstack-ansible21:20
*** poul has quit IRC21:25
*** BeardedTraveler has quit IRC21:29
*** poul has joined #openstack-ansible21:29
*** poul has quit IRC21:34
tux_cloudnull: I have destroy container and now trying to create but getting this error  http://paste.openstack.org/show/725601/21:40
*** harryhuang_ has quit IRC21:40
*** jwitko_ has joined #openstack-ansible21:42
*** jwitko has quit IRC21:46
*** poul has joined #openstack-ansible21:47
*** jwitko_ has quit IRC21:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189321:51
logan-cloudnull: ORLY21:52
cloudnullyup21:52
cloudnulldeploying rocky to ~50 hosts21:52
cloudnullSUPER SLOW21:52
*** poul has quit IRC21:52
logan-hmmm sadly i think this will break delegation21:54
logan-iirc thats the reason we have to build that physical_host_addrs list21:55
cloudnullit should still pull the physical host for the task and target host21:55
logan-ok21:55
cloudnullthough if it breaks21:55
cloudnulli'll have to try something else.21:55
cloudnullbut 5min vs 37min to run openstack-host-setup21:56
antonymcloudnull: was giving nspawn a try on an mnaio and had a few containers fail to spawn during the initial create, any known issues there?21:56
cloudnullnothing that im aware of21:56
cloudnullthough there may be something that needs to be tweeked.21:57
*** poul has joined #openstack-ansible21:57
antonymhmmm, ok, will give it another attempt, also put up a review to get swift/cinder working on an mnaio with container_tech=nspawn21:58
DimGRcloudnull ping21:59
antonymit had a few failures to create on some but kept continuing the deployment, thought it would usually just fail at that point21:59
DimGRregarding yesterday's magnum issue , i believe the problem is with his networking .22:00
*** nurdie has quit IRC22:01
*** poul has quit IRC22:01
*** nurdie has joined #openstack-ansible22:01
*** cmart has joined #openstack-ansible22:02
*** nurdie has quit IRC22:06
*** tux_ has quit IRC22:09
*** ansmith has joined #openstack-ansible22:11
*** poul has joined #openstack-ansible22:14
*** poul has quit IRC22:19
*** kstev has quit IRC22:21
*** cmart has quit IRC22:27
cloudnulllogan- http://paste.openstack.org/show/725604/ - testing with that little playbook it seems like it's working.22:32
*** poul has joined #openstack-ansible22:32
cloudnulldo you have a test I could run to make sure?22:32
cloudnullDimGR just an issue with not having the interenal network available to the heat containers  ?22:33
cloudnullor something else?22:33
openstackgerritMerged openstack/openstack-ansible master: On container destroy remove container journal  https://review.openstack.org/58047422:35
openstackgerritMerged openstack/openstack-ansible master: Fix the reno usage  https://review.openstack.org/58081222:35
openstackgerritMerged openstack/openstack-ansible master: Fix the default-variables line for firewalls  https://review.openstack.org/58081122:35
openstackgerritMerged openstack/openstack-ansible stable/queens: Install gnocchi before ceilometer  https://review.openstack.org/58037622:35
*** mattinator has joined #openstack-ansible22:36
*** poul has quit IRC22:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189322:41
*** poul has joined #openstack-ansible22:50
openstackgerritMerged openstack/openstack-ansible stable/pike: Install gnocchi before ceilometer  https://review.openstack.org/58037522:50
openstackgerritMerged openstack/openstack-ansible stable/ocata: Install gnocchi before ceilometer  https://review.openstack.org/58056522:50
*** TxGirlGeek has quit IRC22:50
*** poul has quit IRC22:54
*** TxGirlGeek has joined #openstack-ansible22:55
antonymcloudnull: second attempt created them all fine this time... heh22:56
*** TxGirlGeek has quit IRC22:58
*** throwsb1 has quit IRC23:02
*** KeithMnemonic has quit IRC23:07
*** poul has joined #openstack-ansible23:07
*** poul has quit IRC23:12
antonymcloudnull: actually i take that back, but it appears that the mv-storage isn't present when it tries to start things, seems like it's glance/swift/cinder apis not firing up23:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189323:16
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189323:17
*** admin0 has quit IRC23:18
cloudnullantonym is br-storage present on those hosts?23:22
antonymyeah23:22
cloudnullcheck the oneshot service nspawn-macvlan ?23:22
cloudnullmaybe restart it23:22
*** poul has joined #openstack-ansible23:25
antonymhttps://gist.github.com/antonym/9c5c55b3d6ba169e07ae90c9783675d7 guess it's just not picking up storage?23:25
*** tux_ has joined #openstack-ansible23:26
*** poul has quit IRC23:29
*** chyka has quit IRC23:30
*** tux_ has quit IRC23:31
cloudnullis that network in your openstack_user_config ?23:32
openstackgerritMerged openstack/openstack-ansible master: Fix IP lookup when no container_networks  https://review.openstack.org/58133923:35
*** tosky has quit IRC23:35
antonymcloudnull: it's just the default one from MNAIO: https://github.com/openstack/openstack-ansible-ops/blob/master/multi-node-aio/playbooks/osa/openstack_user_config.yml#L6023:40
cloudnullmind running nspawn-hosts again and seeing if it changes that?23:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189323:56

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