| *** yolanda has quit IRC | 00:06 | |
| *** tosky has quit IRC | 00:08 | |
| *** yolanda has joined #openstack-ansible | 00:09 | |
| *** threestrands has joined #openstack-ansible | 00:50 | |
| *** spatel has joined #openstack-ansible | 01:35 | |
| *** gyee has quit IRC | 01:55 | |
| *** hamzy has quit IRC | 01:56 | |
| *** hamzy has joined #openstack-ansible | 01:56 | |
| *** kopecmartin has quit IRC | 01:57 | |
| *** kopecmartin has joined #openstack-ansible | 02:00 | |
| masterpe | djhankb: for what project do you get that error dnsresolve? | 02:05 |
|---|---|---|
| djhankb | masterpe: 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 |
| djhankb | I 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 IRC | 02:12 | |
| *** gshippey has quit IRC | 02:16 | |
| masterpe | Ah, I asked there my colleague's are preparing an upgrade from rocky to stein and try the got that error but then for resolveconf | 02:21 |
| masterpe | That's why I asked | 02:21 |
| *** spatel has quit IRC | 03:06 | |
| *** goldyfruit_ has quit IRC | 04:04 | |
| *** udesale has joined #openstack-ansible | 04:13 | |
| *** redrobot has quit IRC | 04:37 | |
| *** redrobot has joined #openstack-ansible | 04:38 | |
| *** raukadah is now known as chkumar|rover | 05:13 | |
| *** hwoarang has quit IRC | 05:48 | |
| *** hwoarang has joined #openstack-ansible | 05:48 | |
| *** elenalindq has joined #openstack-ansible | 06:27 | |
| *** errr has joined #openstack-ansible | 06:43 | |
| *** arbrandes has quit IRC | 07:00 | |
| *** arbrandes has joined #openstack-ansible | 07:01 | |
| jrosser | djhankb: 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 yet | 07:02 |
| *** luksky has joined #openstack-ansible | 07:20 | |
| *** redrobot has quit IRC | 07:21 | |
| *** rpittau|afk is now known as rpittau | 08:08 | |
| *** cshen has joined #openstack-ansible | 08:16 | |
| *** luksky has quit IRC | 08:28 | |
| *** elenalindq has quit IRC | 08:31 | |
| *** luksky has joined #openstack-ansible | 08:31 | |
| *** tosky has joined #openstack-ansible | 08:35 | |
| *** rgogunskiy has quit IRC | 08:49 | |
| *** gshippey has joined #openstack-ansible | 09:03 | |
| *** DanyC has joined #openstack-ansible | 09:03 | |
| *** DanyC has quit IRC | 09:04 | |
| openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Use contraints for tempest plugins https://review.opendev.org/703979 | 09:04 |
| openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: [WIP] Always use virtualenv and pip to install tempest on Ubuntu https://review.opendev.org/704567 | 09:04 |
| openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Mark ubuntu distro install as non voting https://review.opendev.org/704750 | 09:04 |
| *** DanyC has joined #openstack-ansible | 09:05 | |
| *** DanyC has quit IRC | 09:06 | |
| *** DanyC has joined #openstack-ansible | 09:09 | |
| *** luksky has quit IRC | 09:26 | |
| *** jbadiapa has joined #openstack-ansible | 09:27 | |
| *** elenalindq has joined #openstack-ansible | 09:29 | |
| mnaser | blah | 09:40 |
| mnaser | djhankb: i ran into that, just rm -rf'd the /etc/ansible/roles folder and restarted | 09:40 |
| mnaser | ok so everytime we run a deploy and the venv version changes, we break policy for the time that the playbook runs | 09:41 |
| mnaser | because we do the symbolic link to /openstack/venv | 09:41 |
| mnaser | and for that period of time until we generate the configs, policy files are missing | 09:42 |
| mnaser | (and all configs really) | 09:42 |
| mnaser | i think we should drop configs as early as we create the files | 09:42 |
| mnaser | s/files/folders/ | 09:42 |
| *** threestrands has quit IRC | 09:47 | |
| openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_neutron master: refactor: move config file drops into pre https://review.opendev.org/704760 | 09:51 |
| mnaser | noonedeadpunk: jrosser guilhermesp gshippey jamesdenton etc co ^ feedback welcome as it may affect multiple roles | 09:54 |
| jrosser | mnaser: is that related to the smart sources changes? like the horror with keystone keys being lost | 09:55 |
| mnaser | jrosser: yes somewhat. we do a symlink to /openstack/venv/$service-$venv_version/etc from /etc/$service right | 09:55 |
| mnaser | so if you're doing an upgrade, that doesnt contain all the basic policy/rootwrap/etc yet, it "resets" to an empty folder | 09:56 |
| mnaser | so 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 empty | 09:56 |
| mnaser | so the existing service starts failing to do rpc/api requests because the policy file is missing | 09:57 |
| jrosser | yeah right thats exactly how the keystone keys got lost | 10:01 |
| jrosser | mnaser: https://github.com/openstack/openstack-ansible-os_keystone/commit/8e1f7f4ad8918af9e467387144c7eede7f19f92a | 10:03 |
| *** cshen has quit IRC | 10:12 | |
| openstackgerrit | Duncan Martin Walker proposed openstack/openstack-ansible-ops master: Expose Elasticsearch data path configuration https://review.opendev.org/704770 | 10:18 |
| mnaser | jrosser: that stuff is all finnicky :( | 10:19 |
| mnaser | im unsure at the better path | 10:19 |
| jrosser | simpler -> better | 10:19 |
| mnaser | jrosser: i feel like the biggest issue here is that we're storing stateful data (keys) and "stateless" re-generated data (config) in the same place | 10:21 |
| jrosser | that pre-install file is now vast and working our what actually all that is doing is quite a problem | 10:21 |
| jrosser | i wonder if separating out the "one time" things like users/groups/sudo can come out into a seperate set of tasks | 10:25 |
| jrosser | and then the mechanics of how the config files are dropped / manipulated can sit together without all the other cruft | 10:25 |
| *** cshen has joined #openstack-ansible | 10:28 | |
| *** luksky has joined #openstack-ansible | 10:29 | |
| openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: [WIP] Always use virtualenv and pip to install tempest on Ubuntu https://review.opendev.org/704567 | 10:29 |
| noonedeadpunk | oh, I'm not really sure about dropping configs in pre step... probably instead we should change symlink later? As this makes pre install overcomplicated | 10:52 |
| noonedeadpunk | or just re-think this smart sources thing... | 10:53 |
| noonedeadpunk | maybe doing fetch fro one dest and then drop configs is better way then symlinking etc? | 10:53 |
| noonedeadpunk | Like it's done for manila? https://opendev.org/openstack/openstack-ansible-os_manila/src/branch/master/tasks/manila_post_install.yml | 10:54 |
| noonedeadpunk | this way we neither do mess with symlinks and don't ship rootwrap and stuff | 10:55 |
| *** pcaruana has quit IRC | 10:57 | |
| *** rgogunskiy has joined #openstack-ansible | 10:57 | |
| *** udesale has quit IRC | 11:01 | |
| openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_neutron stable/stein: Add extra rootwrap filter https://review.opendev.org/704778 | 11:08 |
| *** rgogunskiy has quit IRC | 11:11 | |
| *** cshen has quit IRC | 11:19 | |
| openstackgerrit | Sorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: POC: running openstack-tox-molecule https://review.opendev.org/672333 | 11:32 |
| openstackgerrit | Sorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: POC: running openstack-tox-molecule https://review.opendev.org/672333 | 11:33 |
| *** pcaruana has joined #openstack-ansible | 11:40 | |
| *** cshen has joined #openstack-ansible | 11:45 | |
| *** rpittau is now known as rpittau|bbl | 11:53 | |
| openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_neutron stable/train: Add extra rootwrap filter https://review.opendev.org/704784 | 12:11 |
| mnaser | noonedeadpunk: ^ pushed that to stable/train -- good call on centos | 12:11 |
| *** sshnaidm is now known as sshnaidm|afk | 12:15 | |
| *** rgogunskiy has joined #openstack-ansible | 12:29 | |
| mnaser | that seems ideal noonedeadpunk | 12:32 |
| noonedeadpunk | what exactly?^) | 12:32 |
| *** mgariepy has joined #openstack-ansible | 12:35 | |
| mnaser | noonedeadpunk: regarding how manila does the config mgmt/drops | 12:48 |
| *** jawad_axd has joined #openstack-ansible | 12:54 | |
| noonedeadpunk | ah, yes, I think this is pretty nice as well. Not sure if there are any hidden drowbacks, but looks ok at first sight | 12:57 |
| *** goldyfruit_ has joined #openstack-ansible | 13:01 | |
| *** rh-jelabarre has joined #openstack-ansible | 13:12 | |
| *** rpittau|bbl is now known as rpittau | 13:30 | |
| *** rgogunskiy has quit IRC | 13:44 | |
| *** redrobot has joined #openstack-ansible | 13:46 | |
| *** southquist has joined #openstack-ansible | 13:46 | |
| *** southquist has left #openstack-ansible | 13:47 | |
| *** southquist has joined #openstack-ansible | 13:47 | |
| *** KeithMnemonic has joined #openstack-ansible | 14:20 | |
| *** spatel has joined #openstack-ansible | 14:36 | |
| *** jawad_axd has quit IRC | 14:39 | |
| *** jawad_axd has joined #openstack-ansible | 14:39 | |
| *** spatel has quit IRC | 14:40 | |
| *** jawad_ax_ has joined #openstack-ansible | 14:43 | |
| *** jawad_axd has quit IRC | 14:45 | |
| *** spatel has joined #openstack-ansible | 14:48 | |
| *** jawad_ax_ has quit IRC | 14:48 | |
| *** spatel has quit IRC | 14:54 | |
| *** sshnaidm|afk is now known as sshnaidm | 14:56 | |
| *** southquist has quit IRC | 15:10 | |
| *** bjoernt has quit IRC | 15:30 | |
| *** bjoernt has joined #openstack-ansible | 15:30 | |
| *** lbragstad has joined #openstack-ansible | 15:57 | |
| *** chkumar|rover is now known as raukadah | 16:04 | |
| *** gyee has joined #openstack-ansible | 16:14 | |
| *** cshen has quit IRC | 16:20 | |
| *** lbragstad has quit IRC | 16:38 | |
| *** southquist has joined #openstack-ansible | 16:39 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Use nova_placement_service_password for placement_service_password https://review.opendev.org/704842 | 16:40 |
| *** luksky has quit IRC | 16:42 | |
| openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Always use virtualenv and pip to install tempest on Ubuntu https://review.opendev.org/704567 | 17:28 |
| *** rpittau is now known as rpittau|afk | 17:33 | |
| *** scarlisle has joined #openstack-ansible | 17:42 | |
| *** DanyC_ has joined #openstack-ansible | 17:48 | |
| *** DanyC_ has quit IRC | 17:48 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/704251 | 17:50 |
| *** DanyC has quit IRC | 17:51 | |
| *** errr has quit IRC | 17:56 | |
| *** errr has joined #openstack-ansible | 17:57 | |
| *** lbragsta_ has joined #openstack-ansible | 18:03 | |
| *** southquist has quit IRC | 18:03 | |
| *** luksky has joined #openstack-ansible | 18:09 | |
| *** lbragsta_ has quit IRC | 18:20 | |
| *** tosky has quit IRC | 18:22 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron stable/stein: Add extra rootwrap filter https://review.opendev.org/704778 | 18:52 |
| *** spatel has joined #openstack-ansible | 19:02 | |
| *** kprice789 has joined #openstack-ansible | 19:15 | |
| *** spatel has quit IRC | 19:30 | |
| *** elenalindq has quit IRC | 19:44 | |
| *** DanyC has joined #openstack-ansible | 20:00 | |
| djhankb | Hello, 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 |
| djhankb | almost like a path variable is missing or something like that | 20: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-ansible | 20:52 | |
| *** jawad_axd has quit IRC | 20:56 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/train: Add extra rootwrap filter https://review.opendev.org/704784 | 21:14 |
| *** tosky has joined #openstack-ansible | 22:10 | |
| *** DanyC has quit IRC | 22:15 | |
| *** rh-jelabarre has quit IRC | 22:17 | |
| *** spatel has joined #openstack-ansible | 23:14 | |
| *** spatel has quit IRC | 23:19 | |
| *** sshnaidm is now known as sshnaidm|afk | 23:45 | |
| *** tosky has quit IRC | 23:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!