Wednesday, 2020-01-29

*** yolanda has quit IRC00:06
*** tosky has quit IRC00:08
*** yolanda has joined #openstack-ansible00:09
*** threestrands has joined #openstack-ansible00:50
*** spatel has joined #openstack-ansible01:35
*** gyee has quit IRC01:55
*** hamzy has quit IRC01:56
*** hamzy has joined #openstack-ansible01:56
*** kopecmartin has quit IRC01:57
*** kopecmartin has joined #openstack-ansible02:00
masterpedjhankb: for what project do you get that error dnsresolve?02:05
djhankbmasterpe: I am working on upgrading my lab from stein to train, I checked out openstack-ansible branch 20.0.1 and ran across that error on nearly every repo listed in the ansible-role-requirements.yml file.02:10
djhankbI ended up just editing that file and changing version to stable/train and trackbranch to master for the ones in question and was able to move on. I just thought it was odd that ansible was throwing that.02:11
*** zul has quit IRC02:12
*** gshippey has quit IRC02:16
masterpeAh, I asked there my colleague's are preparing an upgrade from rocky to stein and try the got that error but then for resolveconf02:21
masterpeThat's why I asked02:21
*** spatel has quit IRC03:06
*** goldyfruit_ has quit IRC04:04
*** udesale has joined #openstack-ansible04:13
*** redrobot has quit IRC04:37
*** redrobot has joined #openstack-ansible04:38
*** raukadah is now known as chkumar|rover05:13
*** hwoarang has quit IRC05:48
*** hwoarang has joined #openstack-ansible05:48
*** elenalindq has joined #openstack-ansible06:27
*** errr has joined #openstack-ansible06:43
*** arbrandes has quit IRC07:00
*** arbrandes has joined #openstack-ansible07:01
jrosserdjhankb: masterpe that occurs reasonably regularly unfortunately and is some interaction between the git clone and ansible git module trying to check out a specific sha. no one has been able to understand exactly what is happening yet07:02
*** luksky has joined #openstack-ansible07:20
*** redrobot has quit IRC07:21
*** rpittau|afk is now known as rpittau08:08
*** cshen has joined #openstack-ansible08:16
*** luksky has quit IRC08:28
*** elenalindq has quit IRC08:31
*** luksky has joined #openstack-ansible08:31
*** tosky has joined #openstack-ansible08:35
*** rgogunskiy has quit IRC08:49
*** gshippey has joined #openstack-ansible09:03
*** DanyC has joined #openstack-ansible09:03
*** DanyC has quit IRC09:04
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use contraints for tempest plugins  https://review.opendev.org/70397909:04
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: [WIP] Always use virtualenv and pip to install tempest on Ubuntu  https://review.opendev.org/70456709:04
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Mark ubuntu distro install as non voting  https://review.opendev.org/70475009:04
*** DanyC has joined #openstack-ansible09:05
*** DanyC has quit IRC09:06
*** DanyC has joined #openstack-ansible09:09
*** luksky has quit IRC09:26
*** jbadiapa has joined #openstack-ansible09:27
*** elenalindq has joined #openstack-ansible09:29
mnaserblah09:40
mnaserdjhankb: i ran into that, just rm -rf'd the /etc/ansible/roles folder and restarted09:40
mnaserok so everytime we run a deploy and the venv version changes, we break policy for the time that the playbook runs09:41
mnaserbecause we do the symbolic link to /openstack/venv09:41
mnaserand for that period of time until we generate the configs, policy files are missing09:42
mnaser(and all configs really)09:42
mnaseri think we should drop configs as early as we create the files09:42
mnasers/files/folders/09:42
*** threestrands has quit IRC09:47
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_neutron master: refactor: move config file drops into pre  https://review.opendev.org/70476009:51
mnasernoonedeadpunk: jrosser guilhermesp gshippey jamesdenton etc co ^ feedback welcome as it may affect multiple roles09:54
jrossermnaser: is that related to the smart sources changes? like the horror with keystone keys being lost09:55
mnaserjrosser: yes somewhat.  we do a symlink to /openstack/venv/$service-$venv_version/etc from /etc/$service right09:55
mnaserso if you're doing an upgrade, that doesnt contain all the basic policy/rootwrap/etc yet, it "resets" to an empty folder09:56
mnaserso from the time of the symlink that runs that against the new venv version until the tasks that drop the configs run (which includes systemd, uwsgi, pkg installs, etc) -- that folder is empty09:56
mnaserso the existing service starts failing to do rpc/api requests because the policy file is missing09:57
jrosseryeah right thats exactly how the keystone keys got lost10:01
jrossermnaser: https://github.com/openstack/openstack-ansible-os_keystone/commit/8e1f7f4ad8918af9e467387144c7eede7f19f92a10:03
*** cshen has quit IRC10:12
openstackgerritDuncan Martin Walker proposed openstack/openstack-ansible-ops master: Expose Elasticsearch data path configuration  https://review.opendev.org/70477010:18
mnaserjrosser: that stuff is all finnicky :(10:19
mnaserim unsure at the better path10:19
jrossersimpler -> better10:19
mnaserjrosser: i feel like the biggest issue here is that we're storing stateful data (keys) and "stateless" re-generated data (config) in the same place10:21
jrosserthat pre-install file is now vast and working our what actually all that is doing is quite a problem10:21
jrosseri wonder if separating out the "one time" things like users/groups/sudo can come out into a seperate set of tasks10:25
jrosserand then the mechanics of how the config files are dropped / manipulated can sit together without all the other cruft10:25
*** cshen has joined #openstack-ansible10:28
*** luksky has joined #openstack-ansible10:29
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: [WIP] Always use virtualenv and pip to install tempest on Ubuntu  https://review.opendev.org/70456710:29
noonedeadpunkoh, I'm not really sure about dropping configs in pre step... probably instead we should change symlink later? As this makes pre install overcomplicated10:52
noonedeadpunkor just re-think this smart sources thing...10:53
noonedeadpunkmaybe doing fetch fro one dest and then drop configs is better way then symlinking etc?10:53
noonedeadpunkLike it's done for manila? https://opendev.org/openstack/openstack-ansible-os_manila/src/branch/master/tasks/manila_post_install.yml10:54
noonedeadpunkthis way we neither do mess with symlinks and don't ship rootwrap and stuff10:55
*** pcaruana has quit IRC10:57
*** rgogunskiy has joined #openstack-ansible10:57
*** udesale has quit IRC11:01
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_neutron stable/stein: Add extra rootwrap filter  https://review.opendev.org/70477811:08
*** rgogunskiy has quit IRC11:11
*** cshen has quit IRC11:19
openstackgerritSorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: POC: running openstack-tox-molecule  https://review.opendev.org/67233311:32
openstackgerritSorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: POC: running openstack-tox-molecule  https://review.opendev.org/67233311:33
*** pcaruana has joined #openstack-ansible11:40
*** cshen has joined #openstack-ansible11:45
*** rpittau is now known as rpittau|bbl11:53
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_neutron stable/train: Add extra rootwrap filter  https://review.opendev.org/70478412:11
mnasernoonedeadpunk: ^ pushed that to stable/train -- good call on centos12:11
*** sshnaidm is now known as sshnaidm|afk12:15
*** rgogunskiy has joined #openstack-ansible12:29
mnaserthat seems ideal noonedeadpunk12:32
noonedeadpunkwhat exactly?^)12:32
*** mgariepy has joined #openstack-ansible12:35
mnasernoonedeadpunk: regarding how manila does the config mgmt/drops12:48
*** jawad_axd has joined #openstack-ansible12:54
noonedeadpunkah, yes, I think this is pretty nice as well. Not sure if there are any hidden drowbacks, but looks ok at first sight12:57
*** goldyfruit_ has joined #openstack-ansible13:01
*** rh-jelabarre has joined #openstack-ansible13:12
*** rpittau|bbl is now known as rpittau13:30
*** rgogunskiy has quit IRC13:44
*** redrobot has joined #openstack-ansible13:46
*** southquist has joined #openstack-ansible13:46
*** southquist has left #openstack-ansible13:47
*** southquist has joined #openstack-ansible13:47
*** KeithMnemonic has joined #openstack-ansible14:20
*** spatel has joined #openstack-ansible14:36
*** jawad_axd has quit IRC14:39
*** jawad_axd has joined #openstack-ansible14:39
*** spatel has quit IRC14:40
*** jawad_ax_ has joined #openstack-ansible14:43
*** jawad_axd has quit IRC14:45
*** spatel has joined #openstack-ansible14:48
*** jawad_ax_ has quit IRC14:48
*** spatel has quit IRC14:54
*** sshnaidm|afk is now known as sshnaidm14:56
*** southquist has quit IRC15:10
*** bjoernt has quit IRC15:30
*** bjoernt has joined #openstack-ansible15:30
*** lbragstad has joined #openstack-ansible15:57
*** chkumar|rover is now known as raukadah16:04
*** gyee has joined #openstack-ansible16:14
*** cshen has quit IRC16:20
*** lbragstad has quit IRC16:38
*** southquist has joined #openstack-ansible16:39
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Use nova_placement_service_password for placement_service_password  https://review.opendev.org/70484216:40
*** luksky has quit IRC16:42
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Always use virtualenv and pip to install tempest on Ubuntu  https://review.opendev.org/70456717:28
*** rpittau is now known as rpittau|afk17:33
*** scarlisle has joined #openstack-ansible17:42
*** DanyC_ has joined #openstack-ansible17:48
*** DanyC_ has quit IRC17:48
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein  https://review.opendev.org/70425117:50
*** DanyC has quit IRC17:51
*** errr has quit IRC17:56
*** errr has joined #openstack-ansible17:57
*** lbragsta_ has joined #openstack-ansible18:03
*** southquist has quit IRC18:03
*** luksky has joined #openstack-ansible18:09
*** lbragsta_ has quit IRC18:20
*** tosky has quit IRC18:22
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron stable/stein: Add extra rootwrap filter  https://review.opendev.org/70477818:52
*** spatel has joined #openstack-ansible19:02
*** kprice789 has joined #openstack-ansible19:15
*** spatel has quit IRC19:30
*** elenalindq has quit IRC19:44
*** DanyC has joined #openstack-ansible20:00
djhankbHello, I'm still working on my S->T Upgrade and am having many problems, first of which I think revolves around placement. The service keeps restarting with the message: uwsgi[5199]: --- no python application found, check your startup logs for errors ---  is anyone able to possibly shed light on this?20:17
djhankbalmost like a path variable is missing or something like that20:18
djhankb---  it's possible systemd was "stuck" from the build as they're all working now after restarting the services.20:30
*** jawad_axd has joined #openstack-ansible20:52
*** jawad_axd has quit IRC20:56
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/train: Add extra rootwrap filter  https://review.opendev.org/70478421:14
*** tosky has joined #openstack-ansible22:10
*** DanyC has quit IRC22:15
*** rh-jelabarre has quit IRC22:17
*** spatel has joined #openstack-ansible23:14
*** spatel has quit IRC23:19
*** sshnaidm is now known as sshnaidm|afk23:45
*** tosky has quit IRC23:52

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