Wednesday, 2019-10-23

*** gyee has quit IRC00:18
*** weifan has joined #openstack-ansible00:19
*** schwicht has quit IRC00:29
*** strobelight has quit IRC00:44
*** hamzy__ has joined #openstack-ansible00:51
*** hamzy_ has quit IRC00:53
*** schwicht has joined #openstack-ansible01:06
*** weifan has quit IRC01:11
*** macz has joined #openstack-ansible01:17
*** strobelight has joined #openstack-ansible01:19
*** schwicht has joined #openstack-ansible01:19
*** toanster has joined #openstack-ansible01:46
*** goldyfruit has joined #openstack-ansible02:25
*** macz has quit IRC02:32
*** macz has joined #openstack-ansible02:34
*** macz has quit IRC02:37
*** macz has joined #openstack-ansible02:38
*** markvoelker has quit IRC02:45
*** spsurya has joined #openstack-ansible02:52
*** toanster has left #openstack-ansible03:09
*** macz has quit IRC03:18
*** radeks_ has joined #openstack-ansible03:36
*** radeks_ has quit IRC03:41
*** radeks has joined #openstack-ansible03:42
*** macz has joined #openstack-ansible04:11
*** strobelight has quit IRC04:37
snadgeim guessing not a lot of people are using cent/rhel?04:45
snadgeim seeing "Cannot find a valid baseurl for repo: base/7/x86_64" .. probably because it defaults to using a mirrorlist04:46
snadgeim just wondering if this is a known issue or what the fix is04:46
*** markvoelker has joined #openstack-ansible04:46
*** markvoelker has quit IRC04:51
*** macz has quit IRC04:52
snadgegoogling tells me its most likely a networking error.. when i attach to the container and run "yum update" it tries to connect to mirrorlist.centos.org which resolves to an unroutable ipv6 address05:01
snadgeim trying to figure out how that is even possible, and why it doesn't just automatically fall back to ipv4.. bizarre05:02
snadgei see.. we require use of "http_proxy" environment variable.. but it calls lxc-attach with --clear-env for some reason on centos05:32
snadgewhen adjusting the yum repos05:32
*** andyzon has joined #openstack-ansible05:35
*** andyzon has quit IRC06:16
snadgeit also calls su - .. which clobbers the env06:27
*** shyamb has joined #openstack-ansible06:28
jrossersnadge: is your cloud behind an http proxy?06:31
snadgeunfortunately yes, which seemed to work OK for ubuntu, but not centos06:32
jrosser where is su clobbering the env, so you have a link to the task?06:33
jrosserfwiw I am similarly behind proxies but on Ubuntu06:34
snadgethats right.. i have tested that works too.. digging a little deeper the command that gets stuck is like so:06:34
snadgelxc-attach --clear-env --name aio1_horizon_container-00a91785 -- su - root -c (etc)06:35
snadgeif I change it to:06:35
snadgelxc-attach --name aio1_horizon_container-00a91785 -- su root -c (etc)06:35
snadgethen it should work.. since that removes the --clear-env paramater and the - from the su command which also clears env06:35
jrosserhow have you told osa about your proxy06:36
snadgeyes.. so, there's two ways you can achieve that06:36
snadgeyou can manually add the proxy variables to user_variables.yml in the /etc/openstack_deploy06:37
snadgethe bootstrap-aio.sh creates a user_variables_proxy.yml which seems to achieve the same effect .. but does not quite work on centos06:38
jrosserI have no issues at all with env being clobbered using deployment_environment_variables06:39
*** lkoranda has joined #openstack-ansible06:39
snadgeit would seem that nobody has tested centos support in a proxy only environment06:39
snadgeoh okay, i don't remember having to do anything for ubuntu though.. it just worked06:39
jrosserso i am not convinced that the lxc attach is the issue as the mechanism is the same between centos/Ubuntu06:40
snadgeahh.. im using "global_environment_variables"06:40
jrosserfor a production cloud I would be very wary of thatcher06:41
jrosser*that06:41
jrosserlike pretty much don’t do that :)06:41
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-pip_install master: Switch to opensuse-15  https://review.opendev.org/68946806:41
jrossertwo reasons06:42
snadgewell thats interesting.. the AIO defaults to using "global_environment_variables" for the proxy, which works for ubuntu but not centos06:43
*** andyzon has joined #openstack-ansible06:43
jrosserunless you are very careful internal traffic between services will get caught by the proxy rather than going to the loadbalancer direct06:43
snadgeright the no proxy should contain a huge list of internal addresses which includes those services06:44
jrosserand second env vars are limited to 1024 chars by pam_env so the size of your cloud is limited by no_proxy getting to that size06:45
jrosserI hit that easily in a modest osa POC lab setup06:45
jrosserand then things break very wierdly06:46
snadgei wonder if our existing production setup has that problem and we just haven't noticed06:46
jrossermaybe, it’s silent fail, as pam_env truncates the vars to 102406:47
*** markvoelker has joined #openstack-ansible06:48
*** andyzon has quit IRC06:48
jrosserso they appear fine, but at ansible run time are shortened06:48
*** andyzon_ has joined #openstack-ansible06:48
snadgeproduction system of course has direct web access with no proxy.. so this must be just a test lab thing06:49
snadgeor it applies to the instances but not the servers.. or its just the vsphere vms.. who knows, will have to clarify that with other sysadmin06:49
*** andyzon has joined #openstack-ansible06:49
jrosserso AIO on centos doesn’t work with proxy?06:50
snadgeapparently not no, it would be nice if it would, but since this doesn't reflect our production setup and that's ultimately what im going to be caring about the most.. im not hugely concerned about that06:51
snadgethe requirement to use the proxy appears to be specific to the vsphere vm environment which is what im doing the testing with06:51
jrosserI will see if I can test it06:52
*** markvoelker has quit IRC06:53
*** andyzon_ has quit IRC06:53
snadgeits with the 19.0.4 branch if that makes any difference06:54
*** JoyBoy7 has joined #openstack-ansible06:55
*** trident has quit IRC06:55
*** cshen has joined #openstack-ansible06:59
*** arbrandes has quit IRC07:00
*** trident has joined #openstack-ansible07:00
*** arbrandes has joined #openstack-ansible07:01
*** jtro has quit IRC07:06
snadgei am trying with "deployment_environment_variables" filled out to see if that makes a difference, but I may have to blow everything away and start again.. deleting the lxc containers doesn't seem to be enough07:08
*** JoyBoy7 has quit IRC07:08
*** tosky has joined #openstack-ansible07:14
*** shyamb has quit IRC07:15
*** jbadiapa has joined #openstack-ansible07:16
*** lkoranda has quit IRC07:36
*** lkoranda_ has joined #openstack-ansible07:36
*** lkoranda_ has quit IRC07:37
*** ivve has joined #openstack-ansible07:39
*** shyamb has joined #openstack-ansible07:39
*** JoyBoy7 has joined #openstack-ansible07:44
*** cshen has quit IRC07:50
JoyBoy7Hello team, can somebody  help me with some issues  with OSA deployment i have and cant solve?07:51
*** DanyC has joined #openstack-ansible07:54
*** cshen has joined #openstack-ansible07:54
*** DanyC has quit IRC07:55
*** kopecmartin|off is now known as kopecmartin07:56
*** yolanda has joined #openstack-ansible07:58
*** DanyC has joined #openstack-ansible07:59
*** DanyC has quit IRC07:59
jrosserJoyBoy7: just ask :)07:59
*** DanyC has joined #openstack-ansible08:00
JoyBoy7I am trying to deploy OSA into 4 servers , were 2 of them act as controller nodes (with HAProxy) and 2 as nodes act as compute. But when i run setup-infrastructure.yml I encounere fatal error  in ; TASK [python_venv_build : Upgrade pip/setuptools/wheel to the versions we want]08:01
JoyBoy7fatal: [controller1_utility_container-e851bb9a]: FAILED! => {"attempts": 5, "changed": false, "cmd": ["/openstack/venvs/utility-19.0.2/bin/pip2", "install", "-U", "--constraint", "/openstack/venvs/utility-19.0.2/global-constraints.txt", "--constraint", "/openstack/venvs/utility-19.0.2/constraints.txt", "--log", "/var/log/python_venv_build.log",08:04
JoyBoy7"--find-links", "http://10.1.110.10:8181/os-releases/19.0.2/ubuntu-16.04-x86_64", "--trusted-host", "10.1.110.10", "pip", "setuptools", "wheel"], "msg": "stdout: Collecting pip==19.1 (from -c /openstack/venvs/utility-19.0.2/global-constraints.txt (line 3))\n\n:stderr: Exception:\nTraceback (most recent call last):\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/basecommand.py\", line 209, in main\n    status = self.run(options, args)\n  File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/commands/install.py\", line 328, in run\n    wb.build(autobuilding=True)\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/wheel.py\", line 748, in build\n    self.requirement_set.prepare_files(self.finder)\n  File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/req/req_set.py\", line 360, in prepare_files\n    ignore_dependencies=self.ignore_dependencies))\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/req/req_set.py\", line 512, in _prepare_file\n    finder, self.upgrade, require_hashes)\n  File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/req/req_install.py\", line 273, in populate_link\n    self.link = finder.find_requirement(self, upgrade)\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/index.py\", line 442, in find_requirement\n    all_candidates = self.find_all_candidates(req.name)\n  File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/index.py\", line 400, in find_all_candidates\n    for page in self._get_pages(url_locations, project_name):\n08:04
JoyBoy7File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/index.py\", line 545, in _get_pages\n    page = self._get_page(location)\n  File \"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/index.py\", line 648, in _get_page\n    return HTMLPage.get_page(link, session=self.session)\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/index.py\", line 757, in get_page\n    \"Cache-Control\": \"max-age=600\",\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py\", line 480, in get\n    return self.request('GET', url, **kwargs)\n  File08:04
JoyBoy7\"/openstack/venvs/utility-19.0.2/lib/python2.7/site-packages/pip/download.py\", line 378, in request\n    return super(PipSession, self).request(method, url, *args, **kwargs)\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py\", line 468, in request\n    resp = self.send(prep,08:04
JoyBoy7**send_kwargs)\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py\", line 576, in send\n    r = adapter.send(request, **kwargs)\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/adapters.py\", line 376, in send\n08:04
JoyBoy7timeout=timeout\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/connectionpool.py\", line 610, in urlopen\n    _stacktrace=sys.exc_info()[2])\n  File \"/openstack/venvs/utility-19.0.2/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/util/retry.py\", line 228, in increment\n08:04
JoyBoy7total -= 1\nTypeError: unsupported operand type(s) for -=: 'Retry' and 'int'\nYou are using pip version 8.1.1, however version 19.3.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n"}08:04
JoyBoy7This sis hte error and the same is for controller 208:05
jrosserpaste.openstack.org please :)08:05
jrosseryou are deploying stein?08:05
JoyBoy7yes08:06
jrosserit looks like Ubuntu 16.04, which is not a supported combination08:06
jrosserrocky was the last release of OSA which supported xenial08:07
*** rpittau|afk is now known as rpittau08:07
JoyBoy7i have followed the documentation  and here https://docs.openstack.org/project-deploy-guide/openstack-ansible/stein/targethosts.html08:07
JoyBoy7target hosts supports 16.0.408:07
JoyBoy716.04*08:08
jrosseroh dear, sadly that is needing to be fixed08:08
jrosserwe don’t test or support xenial beyond rocky, sorry that the docs seem out of date08:09
JoyBoy7i am having a stroke eight now...08:10
JoyBoy7ong08:11
JoyBoy7thata was unexpected08:11
JoyBoy7ok so if i installed OSA with Ubuntu 18.04  then  the problem will be solved right?08:12
jrosserfor the stein release, yes08:12
jrosserrocky was the trasition release where is was necessary to upgrade the OS 16.04->18.04 before the cloud could be upgraded to stein08:13
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/stein: Drop support for Ubuntu Xenial  https://review.opendev.org/69050808:19
jrosserJoyBoy7: ^08:20
JoyBoy7jrosser (y)08:24
JoyBoy71 last question.  the deployment server  must also be 18.04 ubuntu also ?08:25
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/stein: Fix OS requirments  https://review.opendev.org/69051208:29
jrossernoonedeadpunk: ^ not quite sure about mentioning opensuse 15 in that backport, stein doesnt seem to currently test that in the integrated repo08:30
jrosserJoyBoy7: you may be able to use 16.04 - but again there is no testing of the deploy host being 16.04 so you may run into difficulty08:31
*** cshen has quit IRC08:39
JoyBoy7Ok  so  i will build my deployment and target hosts  on Ubuntu 18.0408:41
*** aedc has quit IRC08:42
*** aedc has joined #openstack-ansible08:42
JoyBoy7Ty for the guidance!08:42
jrosserJoyBoy7: no worries - if you find anything else odd please let us know08:42
*** cshen has joined #openstack-ansible08:44
*** shyamb has quit IRC08:45
admin0morning \o08:45
*** shyamb has joined #openstack-ansible08:46
*** markvoelker has joined #openstack-ansible08:49
*** gillesMo has quit IRC08:52
*** gillesMo has joined #openstack-ansible08:52
*** markvoelker has quit IRC08:53
*** pcaruana has joined #openstack-ansible09:02
*** shyam89 has joined #openstack-ansible09:30
*** shyam89 has quit IRC09:34
*** shyamb has quit IRC09:35
*** yolanda__ has joined #openstack-ansible09:41
*** yolanda has quit IRC09:43
*** CeeMac has quit IRC09:58
*** hamzaachi has joined #openstack-ansible10:02
*** shyamb has joined #openstack-ansible10:03
*** yolanda__ is now known as yolanda10:03
*** sshnaidm is now known as sshnaidm|afk10:11
*** shyam89 has joined #openstack-ansible10:17
noonedeadpunkmornings10:18
jrossero/10:19
*** macz has joined #openstack-ansible10:19
noonedeadpunkjrosser: iirc we do support it for stein as we already added 15 into rocky (at least for some of the jobs)10:19
jrosserok, yes, i was a bit surprised that there wasnt an opensuse job on the integrated repo for stein10:20
jrosserand, umm, we branched the roles for stable/train it seems?10:20
*** shyamb has quit IRC10:20
noonedeadpunkyep, that's true:)10:20
jrosserso i left a comment on here https://review.opendev.org/#/c/686573/10:21
noonedeadpunkoh, I see10:21
jrosseri figure we need to redo that patch with the SHA that are actually now making train, rather than the ones we wanted to use10:22
*** toanster has joined #openstack-ansible10:23
*** macz has quit IRC10:24
*** toanster has left #openstack-ansible10:24
noonedeadpunkdo we still have that cirros mirror problem?10:27
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/train: Don't download image when it's already there  https://review.opendev.org/69053810:27
noonedeadpunkOr, we can backport ^ and update sha in arr to that one10:28
*** cshen has quit IRC10:30
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Train  https://review.opendev.org/68657310:30
jrosseris it actually possible to backport anything to train yet?10:30
jrosserbecasue we don't have a train branch for the openstack-ansible repo10:30
noonedeadpunkin terms of CI not sure...10:31
jrosseri think this is why the ordering was soooooo important :/10:31
noonedeadpunkso I've rolled back that tempest bump and hope that cirros repos are ok now10:32
noonedeadpunkbut we can just recheck all backports10:33
noonedeadpunkonce will branch main repo10:33
jrosserit looks like cirros might still be broken for http10:33
jrosserhttps is working though, but that doesnt help10:34
noonedeadpunkok, let me temporary fix that10:35
ionisorry for the offtopic but i was looking to see what do you guys use as core/edge routers into your infrascture?10:35
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest master: Set cirros to be downloaded via https  https://review.opendev.org/69054110:38
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Train  https://review.opendev.org/68657310:39
*** pcaruana has quit IRC10:41
jrosserioni: "it depends" :)10:41
ionijrosser, can i pm you?10:41
jrossersure10:42
noonedeadpunkjrosser: so I think that https can help. As we're landing freeze on master, we can fix tempest on master only with https links10:42
noonedeadpunkand once we will branch - we will land backport for tempest10:43
noonedeadpunkyes, that means that tempest is not really working on rc1, but it's rc1...10:43
jrosseri see the http works eventually - there is a huuuge delay for me10:44
noonedeadpunkthat was yestarday as well. And tasks were randomly failing10:44
noonedeadpunkand tempest will be not working due to infra stuff, as role actually valid10:45
*** cshen has joined #openstack-ansible10:46
*** shyam89 has quit IRC10:50
*** cshen has quit IRC10:50
*** shyamb has joined #openstack-ansible10:52
*** shyam89 has joined #openstack-ansible11:03
*** shyamb has quit IRC11:07
*** DanyC has quit IRC11:09
*** cshen has joined #openstack-ansible11:13
*** lkoranda has joined #openstack-ansible11:16
*** cshen has quit IRC11:19
*** cshen has joined #openstack-ansible11:19
*** macz has joined #openstack-ansible11:23
*** DanyC has joined #openstack-ansible11:27
*** macz has quit IRC11:27
*** sshnaidm|afk is now known as sshnaidm|bbl11:36
*** schwicht has quit IRC11:36
*** DanyC has quit IRC11:38
*** JoyBoy7 has quit IRC11:41
*** DanyC has joined #openstack-ansible11:46
*** shyam89 has quit IRC11:55
*** strobelight has joined #openstack-ansible12:00
*** markvoelker has joined #openstack-ansible12:05
*** schwicht has joined #openstack-ansible12:06
*** nicolasbock has joined #openstack-ansible12:13
*** goldyfruit has quit IRC12:14
*** fresta has quit IRC12:21
*** fresta has joined #openstack-ansible12:23
*** hamzy_ has joined #openstack-ansible12:30
*** hamzy__ has quit IRC12:33
*** hamzy has joined #openstack-ansible12:35
*** hamzy_ has quit IRC12:37
*** nicolasbock has quit IRC12:37
*** schwicht has quit IRC12:39
*** nicolasbock has joined #openstack-ansible12:44
*** nicolasbock has quit IRC12:50
*** pcaruana has joined #openstack-ansible12:53
*** nicolasbock has joined #openstack-ansible12:54
*** hamzy has quit IRC13:03
*** nurdie has joined #openstack-ansible13:06
*** schwicht has joined #openstack-ansible13:08
*** radeks has quit IRC13:16
*** prometheanfire has quit IRC13:16
*** radeks has joined #openstack-ansible13:18
*** prometheanfire has joined #openstack-ansible13:18
*** goldyfruit has joined #openstack-ansible13:25
*** ThiagoCMC has quit IRC13:29
*** ThiagoCMC has joined #openstack-ansible13:37
*** tosky has quit IRC13:38
*** tosky has joined #openstack-ansible13:39
*** lkoranda has quit IRC13:43
*** hamzy has joined #openstack-ansible13:53
*** cshen has quit IRC13:54
*** sshnaidm|bbl is now known as sshnaidm13:57
*** ivve has quit IRC14:05
*** yolanda has quit IRC14:07
*** andyzon has quit IRC14:10
*** andyzon has joined #openstack-ansible14:11
*** andyzon has quit IRC14:11
*** andyzon has joined #openstack-ansible14:11
*** yolanda has joined #openstack-ansible14:14
*** andyzon has quit IRC14:16
*** dave-mccowan has joined #openstack-ansible14:16
*** markvoelker has quit IRC14:20
*** andyzon has joined #openstack-ansible14:23
*** poopcat has quit IRC14:24
*** poopcat has joined #openstack-ansible14:25
*** markvoelker has joined #openstack-ansible14:32
*** dave-mccowan has quit IRC14:37
*** kopecmartin is now known as kopecmartin|off14:39
*** Garyx_ has quit IRC14:44
*** Garyx_ has joined #openstack-ansible14:44
*** andyzon has quit IRC14:54
*** pcaruana has quit IRC14:57
selvakumarnmsHi ALl while starting the lxc container , I face below issues. your help is greatly appreciated. Thanks15:03
selvakumarnmshttp://paste.openstack.org/show/785522/15:03
redkriegHas anyone noticed performance issues when letting an Ubuntu 18.04 based controller run for a couple days?  I'm seeing high si% in top, load in the 60-140 range, etc.  Rebooting fixes for a few hours, restarting ceilometer containers helps for a shorter time.  It seems to have just started about a week ago, my controllers booted before that have similar workloads but none of these symptoms.15:10
*** macz has joined #openstack-ansible15:26
*** gyee has joined #openstack-ansible15:26
selvakumarnms@noonedeadpunk any clues you can give me?15:26
*** macz has quit IRC15:27
*** macz has joined #openstack-ansible15:27
noonedeadpunkredkrieg: the main consumer is ceilometer?15:28
noonedeadpunkwhat release and is everything is ok with ceilometer?15:28
noonedeadpunkAs I had an issue with ceilometer leak on rocky15:28
redkriegrocky stable, ceilometer seems to be spotty sometimes yes.  missing metrics that show up hours later, etc15:29
openstackgerritjacky06 proposed openstack/openstack-ansible-ops master: tox: Keeping going with docs  https://review.opendev.org/69060815:29
redkrieghaven't done any troubleshooting beyond "restart ceilometer" so far15:29
noonedeadpunkselvakumarnms: sorry, I'm not really good with ovs yet:(15:29
redkriegjust figured if it started happening recently and all I updated are distro packages, maybe someone else saw something15:30
*** andyzon has joined #openstack-ansible15:30
noonedeadpunkredkrieg: so I've placed that patch to cover ceilometer being stuck https://review.opendev.org/#/c/616202/15:32
noonedeadpunkbut as I see it wasn't backported to rocky15:32
noonedeadpunkand I had the following in its log http://paste.openstack.org/show/733979/15:32
noonedeadpunkoh, it _was_ backported15:33
openstackgerritjacky06 proposed openstack/openstack-ansible-os_aodh master: tox: Keeping going with docs  https://review.opendev.org/69061015:33
openstackgerritjacky06 proposed openstack/openstack-ansible master: tox: Keeping going with docs  https://review.opendev.org/69061115:35
noonedeadpunkguilhermesp: mind reviewing https://review.opendev.org/#/c/689508/ ?15:37
openstackgerritjacky06 proposed openstack/openstack-ansible-os_barbican master: tox: Keeping going with docs  https://review.opendev.org/69061215:38
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061315:43
*** goldyfruit has quit IRC15:46
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add support to deploy murano  https://review.opendev.org/67949615:54
openstackgerritjacky06 proposed openstack/openstack-ansible-os_barbican master: tox: Keeping going with docs  https://review.opendev.org/69061215:55
openstackgerritjacky06 proposed openstack/openstack-ansible-os_barbican master: tox: Keeping going with docs  https://review.opendev.org/69061215:57
openstackgerritjacky06 proposed openstack/openstack-ansible-os_aodh master: tox: Keeping going with docs  https://review.opendev.org/69061015:58
openstackgerritjacky06 proposed openstack/openstack-ansible-ops master: tox: Keeping going with docs  https://review.opendev.org/69060815:59
*** macz has quit IRC16:04
openstackgerritjacky06 proposed openstack/openstack-ansible-os_cinder master: tox: Keeping going with docs  https://review.opendev.org/69062016:05
openstackgerritjacky06 proposed openstack/openstack-ansible-os_keystone master: tox: Keeping going with docs  https://review.opendev.org/69062316:08
*** andyzon has quit IRC16:10
openstackgerritjacky06 proposed openstack/openstack-ansible-os_ceilometer master: tox: Keeping going with docs  https://review.opendev.org/69062716:11
openstackgerritjacky06 proposed openstack/openstack-ansible-os_cloudkitty master: tox: Keeping going with docs  https://review.opendev.org/69063216:17
openstackgerritjacky06 proposed openstack/openstack-ansible-os_cloudkitty master: tox: Keeping going with docs  https://review.opendev.org/69063216:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_blazar master: tox: Keeping going with docs  https://review.opendev.org/69063316:19
*** sshnaidm is now known as sshnaidm|afk16:22
*** andyzon has joined #openstack-ansible16:28
*** andyzon has quit IRC16:32
*** markvoelker has quit IRC16:33
*** markvoelker has joined #openstack-ansible16:43
*** andyzon has joined #openstack-ansible16:46
*** rpittau is now known as rpittau|afk16:50
*** hamzaachi has quit IRC16:51
*** andyzon has quit IRC16:54
openstackgerritjacky06 proposed openstack/openstack-ansible-os_zun master: tox: Keeping going with docs  https://review.opendev.org/69063816:57
openstackgerritjacky06 proposed openstack/openstack-ansible-os_zun master: tox: Keeping going with docs  https://review.opendev.org/69063816:59
*** DanyC has quit IRC17:01
redkriegnoonedeadpunk: do you use ceph for your setup?  I've just booted to an earlier kernel and it resolved a ceph mount issue I had that I think might be related to the performance problems I was seeing.  https://www.mail-archive.com/ceph-users@lists.ceph.com/msg56473.html17:01
noonedeadpunkyep, I do17:02
noonedeadpunkthat;s interesting17:03
openstackgerritjacky06 proposed openstack/openstack-ansible-os_trove master: tox: Keeping going with docs  https://review.opendev.org/69063917:03
openstackgerritjacky06 proposed openstack/openstack-ansible-os_congress master: tox: Keeping going with docs  https://review.opendev.org/69064317:07
*** aedc has quit IRC17:10
*** aedc has joined #openstack-ansible17:10
openstackgerritjacky06 proposed openstack/openstack-ansible-os_glance master: tox: Keeping going with docs  https://review.opendev.org/69064517:15
openstackgerritMerged openstack/openstack-ansible-tests master: PDF Documentation Build target  https://review.opendev.org/68950817:16
noonedeadpunkjrosser: technically we can merge to train:) https://review.opendev.org/#/c/690538/17:16
jrosseroh yes i did see that, its brilliant17:17
openstackgerritjacky06 proposed openstack/openstack-ansible-os_placement master: tox: Keeping going with docs  https://review.opendev.org/69064617:18
openstackgerritjacky06 proposed openstack/openstack-ansible-os_masakari master: tox: Keeping going with docs  https://review.opendev.org/69064717:18
openstackgerritjacky06 proposed openstack/openstack-ansible-os_manila master: tox: Keeping going with docs  https://review.opendev.org/69064817:19
openstackgerritjacky06 proposed openstack/openstack-ansible-nspawn_hosts master: tox: Keeping going with docs  https://review.opendev.org/69064917:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_rally master: tox: Keeping going with docs  https://review.opendev.org/69065017:19
openstackgerritjacky06 proposed openstack/openstack-ansible-rabbitmq_server master: tox: Keeping going with docs  https://review.opendev.org/69065117:19
openstackgerritjacky06 proposed openstack/openstack-ansible-openstack_openrc master: tox: Keeping going with docs  https://review.opendev.org/69065217:19
openstackgerritjacky06 proposed openstack/openstack-ansible-ceph_client master: tox: Keeping going with docs  https://review.opendev.org/69065317:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_designate master: tox: Keeping going with docs  https://review.opendev.org/69065417:19
openstackgerritjacky06 proposed openstack/openstack-ansible-repo_build master: tox: Keeping going with docs  https://review.opendev.org/69065517:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_magnum master: tox: Keeping going with docs  https://review.opendev.org/69065617:19
openstackgerritjacky06 proposed openstack/openstack-ansible-apt_package_pinning master: tox: Keeping going with docs  https://review.opendev.org/69065717:19
openstackgerritjacky06 proposed openstack/openstack-ansible-galera_client master: tox: Keeping going with docs  https://review.opendev.org/69065817:19
openstackgerritjacky06 proposed openstack/openstack-ansible-openstack_hosts master: tox: Keeping going with docs  https://review.opendev.org/69065917:19
openstackgerritjacky06 proposed openstack/openstack-ansible-plugins master: tox: Keeping going with docs  https://review.opendev.org/69066017:19
jrosserwe are not being very lucky with the job passing today17:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_sahara master: tox: Keeping going with docs  https://review.opendev.org/69066117:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_monasca master: tox: Keeping going with docs  https://review.opendev.org/69066217:19
openstackgerritjacky06 proposed openstack/openstack-ansible-repo_server master: tox: Keeping going with docs  https://review.opendev.org/69066317:19
openstackgerritjacky06 proposed openstack/openstack-ansible-galera_server master: tox: Keeping going with docs  https://review.opendev.org/69066417:19
openstackgerritjacky06 proposed openstack/openstack-ansible-rsyslog_client master: tox: Keeping going with docs  https://review.opendev.org/69066517:19
openstackgerritjacky06 proposed openstack/openstack-ansible-os_panko master: tox: Keeping going with docs  https://review.opendev.org/69066617:20
openstackgerritjacky06 proposed openstack/openstack-ansible-os_heat master: tox: Keeping going with docs  https://review.opendev.org/69066817:23
openstackgerritjacky06 proposed openstack/openstack-ansible-specs master: tox: Keeping going with docs  https://review.opendev.org/69066917:23
openstackgerritjacky06 proposed openstack/openstack-ansible-haproxy_server master: tox: Keeping going with docs  https://review.opendev.org/69067017:23
openstackgerritjacky06 proposed openstack/openstack-ansible-nspawn_container_create master: tox: Keeping going with docs  https://review.opendev.org/69067117:23
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-apt_package_pinning master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69067217:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_ironic master: tox: Keeping going with docs  https://review.opendev.org/69067317:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_octavia master: tox: Keeping going with docs  https://review.opendev.org/69067417:23
openstackgerritjacky06 proposed openstack/openstack-ansible-lxc_container_create master: tox: Keeping going with docs  https://review.opendev.org/69067517:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tacker master: tox: Keeping going with docs  https://review.opendev.org/69067617:23
openstackgerritjacky06 proposed openstack/openstack-ansible-rsyslog_server master: tox: Keeping going with docs  https://review.opendev.org/69067717:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_gnocchi master: tox: Keeping going with docs  https://review.opendev.org/69067817:23
openstackgerritjacky06 proposed openstack/openstack-ansible-pip_install master: tox: Keeping going with docs  https://review.opendev.org/69067917:23
openstackgerritjacky06 proposed openstack/openstack-ansible-lxc_hosts master: tox: Keeping going with docs  https://review.opendev.org/69068017:23
openstackgerritjacky06 proposed openstack/openstack-ansible-memcached_server master: tox: Keeping going with docs  https://review.opendev.org/69068117:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_swift master: tox: Keeping going with docs  https://review.opendev.org/69068217:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_horizon master: tox: Keeping going with docs  https://review.opendev.org/69068317:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_neutron master: tox: Keeping going with docs  https://review.opendev.org/69068417:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_nova master: tox: Keeping going with docs  https://review.opendev.org/69068517:23
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tempest master: tox: Keeping going with docs  https://review.opendev.org/69068617:24
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068717:24
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068817:24
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-ops master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068917:24
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_keystone master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069017:25
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_zun master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069117:26
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-pip_install master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069217:26
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-plugins master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069317:26
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-repo_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069417:27
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069517:27
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069617:27
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-hardening master: Updated from OpenStack Ansible Tests  https://review.opendev.org/67184017:27
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069717:27
redkriegnoonedeadpunk: yeah, I just confirmed I have ceph problems only with 4.15.0-66-generic, 4.15.0-65-generic is fine17:29
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061317:29
noonedeadpunkredkrieg: that's good to know, thanks for sharing!17:30
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061317:31
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061317:31
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061317:33
openstackgerritjacky06 proposed openstack/openstack-ansible-repo_server master: tox: Keeping going with docs  https://review.opendev.org/69066317:35
openstackgerritjacky06 proposed openstack/openstack-ansible-tests master: tox: Keeping going with docs  https://review.opendev.org/69061317:36
openstackgerritjacky06 proposed openstack/openstack-ansible-os_designate master: tox: Keeping going with docs  https://review.opendev.org/69065417:36
openstackgerritjacky06 proposed openstack/openstack-ansible-os_masakari master: tox: Keeping going with docs  https://review.opendev.org/69064717:37
openstackgerritjacky06 proposed openstack/openstack-ansible-os_rally master: tox: Keeping going with docs  https://review.opendev.org/69065017:37
openstackgerritjacky06 proposed openstack/openstack-ansible-openstack_openrc master: tox: Keeping going with docs  https://review.opendev.org/69065217:37
openstackgerritjacky06 proposed openstack/openstack-ansible-os_placement master: tox: Keeping going with docs  https://review.opendev.org/69064617:37
openstackgerritjacky06 proposed openstack/openstack-ansible-os_glance master: tox: Keeping going with docs  https://review.opendev.org/69064517:38
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tempest master: tox: Keeping going with docs  https://review.opendev.org/69068617:38
openstackgerritjacky06 proposed openstack/openstack-ansible-os_nova master: tox: Keeping going with docs  https://review.opendev.org/69068517:38
openstackgerritjacky06 proposed openstack/openstack-ansible-os_neutron master: tox: Keeping going with docs  https://review.opendev.org/69068417:38
openstackgerritjacky06 proposed openstack/openstack-ansible-os_horizon master: tox: Keeping going with docs  https://review.opendev.org/69068317:39
openstackgerritjacky06 proposed openstack/openstack-ansible-os_swift master: tox: Keeping going with docs  https://review.opendev.org/69068217:39
openstackgerritjacky06 proposed openstack/openstack-ansible-memcached_server master: tox: Keeping going with docs  https://review.opendev.org/69068117:39
openstackgerritjacky06 proposed openstack/openstack-ansible-lxc_hosts master: tox: Keeping going with docs  https://review.opendev.org/69068017:39
openstackgerritjacky06 proposed openstack/openstack-ansible-pip_install master: tox: Keeping going with docs  https://review.opendev.org/69067917:39
openstackgerritjacky06 proposed openstack/openstack-ansible-os_gnocchi master: tox: Keeping going with docs  https://review.opendev.org/69067817:40
openstackgerritjacky06 proposed openstack/openstack-ansible-rsyslog_server master: tox: Keeping going with docs  https://review.opendev.org/69067717:40
openstackgerritjacky06 proposed openstack/openstack-ansible-os_tacker master: tox: Keeping going with docs  https://review.opendev.org/69067617:40
openstackgerritjacky06 proposed openstack/openstack-ansible-lxc_container_create master: tox: Keeping going with docs  https://review.opendev.org/69067517:41
openstackgerritjacky06 proposed openstack/openstack-ansible-os_octavia master: tox: Keeping going with docs  https://review.opendev.org/69067417:41
openstackgerritjacky06 proposed openstack/openstack-ansible-apt_package_pinning master: tox: Keeping going with docs  https://review.opendev.org/69065717:42
openstackgerritjacky06 proposed openstack/openstack-ansible-os_ironic master: tox: Keeping going with docs  https://review.opendev.org/69067317:42
openstackgerritjacky06 proposed openstack/openstack-ansible-nspawn_container_create master: tox: Keeping going with docs  https://review.opendev.org/69067117:43
openstackgerritjacky06 proposed openstack/openstack-ansible-haproxy_server master: tox: Keeping going with docs  https://review.opendev.org/69067017:43
openstackgerritjacky06 proposed openstack/openstack-ansible-os_panko master: tox: Keeping going with docs  https://review.opendev.org/69066617:43
openstackgerritjacky06 proposed openstack/openstack-ansible-rsyslog_client master: tox: Keeping going with docs  https://review.opendev.org/69066517:43
openstackgerritjacky06 proposed openstack/openstack-ansible-os_monasca master: tox: Keeping going with docs  https://review.opendev.org/69066217:43
openstackgerritjacky06 proposed openstack/openstack-ansible-plugins master: tox: Keeping going with docs  https://review.opendev.org/69066017:44
openstackgerritjacky06 proposed openstack/openstack-ansible-openstack_hosts master: tox: Keeping going with docs  https://review.opendev.org/69065917:44
openstackgerritjacky06 proposed openstack/openstack-ansible-galera_client master: tox: Keeping going with docs  https://review.opendev.org/69065817:44
openstackgerritjacky06 proposed openstack/openstack-ansible-repo_build master: tox: Keeping going with dtox: Keeping going with docs  https://review.opendev.org/69065517:44
openstackgerritjacky06 proposed openstack/openstack-ansible-rabbitmq_server master: tox: Keeping going with docs  https://review.opendev.org/69065117:44
openstackgerritjacky06 proposed openstack/openstack-ansible-nspawn_hosts master: tox: Keeping going with docs  https://review.opendev.org/69064917:44
openstackgerritjacky06 proposed openstack/openstack-ansible-os_manila master: tox: Keeping going with docs  https://review.opendev.org/69064817:45
redkriegnoonedeadpunk: okay, last update.  I had some additional ceph issues that took some time to crop up on -65, I've been running -62 for a while now and it is remaining stable.  sorry for the spam17:45
noonedeadpunkredkrieg: if 62 also won't work - let me know:) as it's really interesting info17:45
*** sshnaidm|afk is now known as sshnaidm17:51
redkriegwill do17:51
openstackgerritMerged openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069717:58
*** spsurya has quit IRC17:59
*** weifan has joined #openstack-ansible18:05
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069018:07
*** hamzaachi has joined #openstack-ansible18:10
openstackgerritMerged openstack/openstack-ansible-nspawn_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068818:15
openstackgerritMerged openstack/openstack-ansible-plugins master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069318:30
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068718:31
openstackgerritMerged openstack/openstack-ansible-apt_package_pinning master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69067218:33
openstackgerritMerged openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069518:33
*** hamzaachi has quit IRC18:33
openstackgerritMerged openstack/openstack-ansible-rsyslog_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069618:34
openstackgerritMerged openstack/openstack-ansible-ops master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69068918:35
openstackgerritMerged openstack/openstack-ansible-repo_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069418:36
*** pcaruana has joined #openstack-ansible18:38
openstackgerritMerged openstack/openstack-ansible-pip_install master: Updated from OpenStack Ansible Tests  https://review.opendev.org/69069218:41
*** pcaruana has quit IRC18:44
*** hamzaachi has joined #openstack-ansible18:56
*** nurdie has quit IRC19:34
*** radeks has quit IRC19:35
*** nurdie has joined #openstack-ansible19:35
jrossermnaser: guilhermesp: logan- spotz we need this https://review.opendev.org/#/c/690541/19:36
jrosserthen this https://review.opendev.org/#/c/686573/1219:36
spotzbringing them up jrosser19:36
*** nurdie has quit IRC19:40
*** selvakumarnms has quit IRC19:40
*** admin0 has quit IRC19:42
spotzdone19:43
*** gouthamr has quit IRC19:43
*** shananigans has joined #openstack-ansible19:47
*** hamzaachi has quit IRC19:51
*** gouthamr_ has joined #openstack-ansible19:54
*** hamzaachi has joined #openstack-ansible19:55
*** markvoelker has quit IRC20:07
*** hamzaachi has quit IRC20:09
*** jbadiapa has quit IRC20:10
*** strobelight has quit IRC20:13
*** nurdie has joined #openstack-ansible20:15
*** nurdie has quit IRC20:20
*** toanster has joined #openstack-ansible20:42
*** aedc has quit IRC20:43
*** aedc has joined #openstack-ansible20:43
*** markvoelker has joined #openstack-ansible20:44
*** nurdie has joined #openstack-ansible20:58
*** nurdie_ has joined #openstack-ansible20:59
*** toanster has quit IRC21:00
*** nurdie has quit IRC21:03
*** shananigans has quit IRC21:06
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Set cirros to be downloaded via https  https://review.opendev.org/69054121:24
*** schwicht has quit IRC21:31
*** goldyfruit has joined #openstack-ansible21:38
*** toanster has joined #openstack-ansible21:57
*** schwicht has joined #openstack-ansible22:02
*** goldyfruit has quit IRC22:04
*** toanster has quit IRC22:11
*** markvoelker has quit IRC22:22
*** schwicht has quit IRC22:32
*** nurdie_ has quit IRC22:33
*** nurdie has joined #openstack-ansible22:33
*** nurdie has quit IRC22:38
*** tosky has quit IRC22:59
*** weifan has quit IRC23:04
*** weifan has joined #openstack-ansible23:04
*** schwicht has joined #openstack-ansible23:54
*** weifan has quit IRC23:54

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