*** ahosam has quit IRC | 00:08 | |
*** goldyfruit has quit IRC | 00:50 | |
*** ivve has quit IRC | 01:29 | |
*** goldyfruit has joined #openstack-ansible | 01:30 | |
*** prometheanfire has joined #openstack-ansible | 01:45 | |
*** evrardjp has quit IRC | 01:47 | |
*** evrardjp has joined #openstack-ansible | 01:50 | |
*** spatel has quit IRC | 03:44 | |
*** Daemoen has quit IRC | 04:28 | |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-ansible | 05:34 | |
*** errr has quit IRC | 05:55 | |
*** errr has joined #openstack-ansible | 05:57 | |
*** ianychoi has quit IRC | 07:25 | |
*** pcaruana has joined #openstack-ansible | 08:24 | |
*** DanyC has joined #openstack-ansible | 08:29 | |
*** drifterza has joined #openstack-ansible | 09:02 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible stable/train: nova: include hidden instances upgrade fix https://review.opendev.org/706697 | 09:12 |
---|---|---|
*** DanyC has quit IRC | 09:23 | |
*** DanyC has joined #openstack-ansible | 09:56 | |
*** DanyC has quit IRC | 10:02 | |
*** DanyC has joined #openstack-ansible | 10:37 | |
*** ivve has joined #openstack-ansible | 10:42 | |
*** DanyC has quit IRC | 10:42 | |
jrosser | mnaser: https://review.opendev.org/#/c/703572/ that’s next on the tempest fix (followed by some to os_tempest, a sha bump, and finally revert the nv jobs) | 10:53 |
mnaser | +2 thanks for working on this (somewhat) pita jrosser :< | 10:55 |
*** Neurognostic has joined #openstack-ansible | 10:58 | |
*** DanyC has joined #openstack-ansible | 11:10 | |
*** DanyC has quit IRC | 11:15 | |
*** timburke has quit IRC | 11:15 | |
*** timburke has joined #openstack-ansible | 11:16 | |
*** nicolasbock has joined #openstack-ansible | 12:15 | |
*** pcaruana has quit IRC | 12:25 | |
*** DanyC has joined #openstack-ansible | 12:27 | |
*** DanyC has quit IRC | 12:32 | |
admin0 | hi all .. in order to teach students, i need to do a lot of frequent aio install/builds .. is there a way to clone the downloads that is done on 20.0.1 using git ? | 12:38 |
masterpe | admin0: you mean a git mirror? | 12:42 |
admin0 | yeah | 12:42 |
admin0 | but how to keep track of what git it mirrors that i need to mirror locally | 12:42 |
masterpe | There is a feature in git where you can mirror a git | 12:43 |
masterpe | I created a depoy node within a container | 12:43 |
masterpe | That container I can use mutiple time on diffrent places | 12:43 |
*** fridtjof[m] has joined #openstack-ansible | 12:50 | |
*** DanyC has joined #openstack-ansible | 13:48 | |
*** DanyC has quit IRC | 13:53 | |
*** gillesMo has quit IRC | 14:08 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/706707 | 14:18 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/706708 | 14:18 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/706709 | 14:19 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Bump SHAs for stable/train https://review.opendev.org/706710 | 14:19 |
jrosser | admin0: ansible-role-requirements.yml and https://github.com/openstack/openstack-ansible/tree/master/playbooks/defaults/repo_packages | 14:30 |
jrosser | ^ those things pretty much define the git repos needed | 14:30 |
*** ahosam has joined #openstack-ansible | 14:53 | |
*** ivve has quit IRC | 14:56 | |
*** ansmith_ has joined #openstack-ansible | 15:28 | |
*** ansmith has quit IRC | 15:31 | |
*** yolanda has quit IRC | 15:31 | |
*** yolanda has joined #openstack-ansible | 15:32 | |
*** drifterza has quit IRC | 15:45 | |
*** spatel has joined #openstack-ansible | 16:29 | |
*** spatel has quit IRC | 16:36 | |
*** goldyfruit has quit IRC | 16:39 | |
*** goldyfruit has joined #openstack-ansible | 16:39 | |
*** sshnaidm has joined #openstack-ansible | 17:06 | |
*** Anticimex has quit IRC | 17:13 | |
*** Anticimex has joined #openstack-ansible | 17:13 | |
*** elenalindq has joined #openstack-ansible | 17:21 | |
admin0 | when running some playbooks ( on an aio), I get this error: /opt/ansible-runtime/bin/python: Error while finding module specification for 'ara.setup.callback_plugins' (ModuleNotFoundError: No module named 'ara') ... does the bootstrap miss this ? | 17:28 |
admin0 | this is coming up when i am doing openstack-ansible os-manila-install.yml for example | 17:28 |
admin0 | blazar.aio is there, but when i run the setop-blazar-install, i get no hosts matched | 17:29 |
jrosser | admin0: ara is not usually installed on an AIO that runs outside openstack CI | 17:30 |
jrosser | but it's not super helpful with that aparrent error popping up | 17:30 |
admin0 | i thought the aio was supposed to be used and tested by people | 17:31 |
admin0 | is it as easy as pip install ara or something to get it going ? | 17:31 |
jrosser | yes, absolutely correct | 17:31 |
jrosser | i guess i just habitually ignore the ARA errors as i know they dont matter | 17:31 |
jrosser | but thats not really right | 17:31 |
admin0 | i really wanted to test manilla :D | 17:33 |
admin0 | how do I get ara in ? even if its a manual process for now | 17:33 |
jrosser | ARA is optional and it's controlled here https://github.com/openstack/openstack-ansible/blob/75f2f0f86170346ae5d43401a1eeac80c0920c0b/scripts/bootstrap-ansible.sh#L30-L31 | 17:33 |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #openstack-ansible | 17:34 | |
jrosser | but like i say the integration with ARA is really there to collect useful logs in zuul CI | 17:34 |
jrosser | you'll need to unpick some of that to make it useful outside zuul | 17:35 |
admin0 | it fails the installation of manila-install | 17:35 |
admin0 | thanks .. i will rerun the bootstrap and try the failing playbooks | 17:36 |
jrosser | afaik there is a ton of work going on with manila right now on the master branch | 17:38 |
jrosser | which is not merged | 17:38 |
admin0 | ok | 17:38 |
*** gillesMo has joined #openstack-ansible | 18:27 | |
gillesMo | Jinja2 3.0.0 re-release breaks some packages without version dependencies (cradox/gnocchi). https://pypi.org/project/Jinja2/#history. Bug due to that here https://bugs.launchpad.net/openstack-ansible/+bug/1862456 | 18:30 |
openstack | Launchpad bug 1862456 in openstack-ansible "Failed build requirements_constraints.txt in a muti OS release " [Undecided,New] | 18:30 |
*** lbragsta_ has joined #openstack-ansible | 18:34 | |
*** lbragsta_ has quit IRC | 18:37 | |
*** DanyC has joined #openstack-ansible | 18:46 | |
jrosser | gillesMo: it appears that jinja2 should be constrained by this https://github.com/openstack/requirements/blob/stable/rocky/upper-constraints.txt#L193 | 18:55 |
gillesMo | I'm trying without success to add a Jinja2 constraint in the global requirements_constraints.txt, but it's not took in account | 18:55 |
gillesMo | Ah, upper-constraints?txt, where is it (I'll search) | 18:55 |
jrosser | that url should be referenced somewhere in the repo_build process, unfortunately rocky is a long while back and i can't remember immediately how it all worked back then | 18:57 |
gillesMo | repo_build_upper_constraints_overrides variable used by repo_build role | 18:59 |
jrosser | https://github.com/openstack/openstack-ansible-repo_build/blob/stable/rocky/tasks/repo_build_prepare.yml#L54-L67 | 19:00 |
jrosser | it ought to be finding that form the right place | 19:00 |
jrosser | are you actually using gnocchi and the telemetry stack? | 19:01 |
jrosser | if not you could remove those from the deployment in order to get your move to 18.04 completed | 19:01 |
gillesMo | I should use it, but here is an Lab/Pre-prod env, not the production one, can do that. But I will have to upgrade my production anyway, with Gnocchi | 19:16 |
jrosser | hmm, i;m really interested how that jinja2 version is getting used as it's apparently constrained | 19:16 |
jrosser | you should be able to find the contraints .txt files that get generated on the repo server | 19:17 |
gillesMo | Rrrr... repo_build_upper_constraints_overrides does not work. I can see /var/www/repo/openstackgit/requirements/global-requirements.txt with an unversionned dependancy | 19:17 |
jrosser | you've used it a bit like this? https://opendev.org/openstack/openstack-ansible-repo_build/src/branch/master/tests/test-vars.yml#L22-L23 | 19:19 |
*** spatel has joined #openstack-ansible | 19:23 | |
*** spatel has quit IRC | 19:27 | |
*** nicolasbock has quit IRC | 19:47 | |
gillesMo | jrosser: Yes, with '- Jinja2==2.10'. But I think it does nothing to the test requirements inside cradox module... | 19:52 |
*** DanyC has quit IRC | 19:52 | |
*** oligau has quit IRC | 21:24 | |
*** NewJorg has quit IRC | 21:24 | |
*** jhesketh has quit IRC | 21:24 | |
*** mhayden has quit IRC | 21:26 | |
*** trident has quit IRC | 21:26 | |
*** mrda has quit IRC | 21:26 | |
*** openstackgerrit has quit IRC | 21:26 | |
*** cp- has quit IRC | 21:26 | |
*** redkrieg has quit IRC | 21:26 | |
*** raukadah has quit IRC | 21:26 | |
*** oligau has joined #openstack-ansible | 21:26 | |
*** NewJorg has joined #openstack-ansible | 21:26 | |
*** jhesketh has joined #openstack-ansible | 21:26 | |
*** mhayden has joined #openstack-ansible | 21:26 | |
*** trident has joined #openstack-ansible | 21:26 | |
*** mrda has joined #openstack-ansible | 21:26 | |
*** openstackgerrit has joined #openstack-ansible | 21:26 | |
*** cp- has joined #openstack-ansible | 21:26 | |
*** redkrieg has joined #openstack-ansible | 21:26 | |
*** raukadah has joined #openstack-ansible | 21:26 | |
*** cp- has quit IRC | 21:26 | |
*** openstackstatus has quit IRC | 21:26 | |
*** cyberpear has quit IRC | 21:29 | |
*** samc-bbc has quit IRC | 21:29 | |
*** gouthamr has quit IRC | 21:29 | |
*** Carcer has quit IRC | 21:29 | |
*** toanster has quit IRC | 21:29 | |
*** fridtjof[m] has quit IRC | 21:29 | |
*** nyloc has quit IRC | 21:30 | |
*** mwhahaha has quit IRC | 21:30 | |
*** feichh has quit IRC | 21:30 | |
*** djhankb has quit IRC | 21:30 | |
*** mubix has quit IRC | 21:30 | |
*** alanmeadows has quit IRC | 21:30 | |
*** janno has quit IRC | 21:30 | |
*** ChosSimbaOne_ has quit IRC | 21:30 | |
*** fridtjof[m] has joined #openstack-ansible | 21:30 | |
*** cyberpear has joined #openstack-ansible | 21:30 | |
*** nyloc has joined #openstack-ansible | 21:30 | |
*** mwhahaha has joined #openstack-ansible | 21:30 | |
*** feichh has joined #openstack-ansible | 21:30 | |
*** djhankb has joined #openstack-ansible | 21:30 | |
*** ChosSimbaOne_ has joined #openstack-ansible | 21:30 | |
*** janno has joined #openstack-ansible | 21:30 | |
*** alanmeadows has joined #openstack-ansible | 21:30 | |
*** mubix has joined #openstack-ansible | 21:30 | |
*** samc-bbc has joined #openstack-ansible | 21:30 | |
*** gouthamr has joined #openstack-ansible | 21:30 | |
*** Carcer has joined #openstack-ansible | 21:30 | |
*** toanster has joined #openstack-ansible | 21:30 | |
*** cp- has joined #openstack-ansible | 21:31 | |
*** gillesMo has quit IRC | 21:31 | |
*** evrardjp has quit IRC | 21:31 | |
*** prometheanfire has quit IRC | 21:31 | |
*** vesper11 has quit IRC | 21:31 | |
*** sep has quit IRC | 21:31 | |
*** gixx has quit IRC | 21:31 | |
*** fyx has quit IRC | 21:31 | |
*** Jeffrey4l has quit IRC | 21:31 | |
*** cjloader has quit IRC | 21:31 | |
*** arbrandes has quit IRC | 21:31 | |
*** stuartgr has quit IRC | 21:31 | |
*** partlycloudy has quit IRC | 21:31 | |
*** Blinkiz has quit IRC | 21:31 | |
*** timburke has quit IRC | 21:32 | |
*** stuartgr has joined #openstack-ansible | 21:32 | |
*** partlycloudy has joined #openstack-ansible | 21:32 | |
*** Blinkiz has joined #openstack-ansible | 21:32 | |
*** gillesMo has joined #openstack-ansible | 21:32 | |
*** evrardjp has joined #openstack-ansible | 21:32 | |
*** prometheanfire has joined #openstack-ansible | 21:32 | |
*** vesper11 has joined #openstack-ansible | 21:32 | |
*** sep has joined #openstack-ansible | 21:32 | |
*** cjloader has joined #openstack-ansible | 21:32 | |
*** gixx has joined #openstack-ansible | 21:32 | |
*** fyx has joined #openstack-ansible | 21:32 | |
*** Jeffrey4l has joined #openstack-ansible | 21:32 | |
*** arbrandes has joined #openstack-ansible | 21:32 | |
*** cyberpear has quit IRC | 21:32 | |
*** waxfire has quit IRC | 21:33 | |
*** mathlin has quit IRC | 21:33 | |
*** mugsie has quit IRC | 21:33 | |
*** Adri2000 has quit IRC | 21:33 | |
*** soren has quit IRC | 21:33 | |
*** mwhahaha has quit IRC | 21:33 | |
*** mathlin has joined #openstack-ansible | 21:33 | |
*** mugsie has joined #openstack-ansible | 21:33 | |
*** fridtjof[m] has quit IRC | 21:33 | |
*** Adri2000 has joined #openstack-ansible | 21:33 | |
*** masterpe has quit IRC | 21:34 | |
*** snadge has quit IRC | 21:34 | |
*** fyx has quit IRC | 21:34 | |
*** snadge has joined #openstack-ansible | 21:34 | |
*** ansmith_ has quit IRC | 21:35 | |
*** Neurognostic has quit IRC | 21:35 | |
*** mbuil has quit IRC | 21:35 | |
*** ioni has quit IRC | 21:35 | |
*** tacco has quit IRC | 21:35 | |
*** hamzy_ has quit IRC | 21:35 | |
*** heikkine has quit IRC | 21:35 | |
*** dmsimard has quit IRC | 21:35 | |
*** gchamoul has quit IRC | 21:35 | |
*** tbarron has quit IRC | 21:35 | |
*** django has quit IRC | 21:35 | |
*** tobberydberg has quit IRC | 21:35 | |
*** zigo has quit IRC | 21:35 | |
*** EmilienM has quit IRC | 21:35 | |
*** antonym has quit IRC | 21:35 | |
*** zbr has quit IRC | 21:35 | |
*** Brace has quit IRC | 21:35 | |
*** mnaser has quit IRC | 21:35 | |
*** persia has quit IRC | 21:35 | |
*** jmccrory has quit IRC | 21:35 | |
*** tinwood has quit IRC | 21:35 | |
*** gundalow has quit IRC | 21:35 | |
*** jtanner has quit IRC | 21:35 | |
*** cloudnull has quit IRC | 21:35 | |
*** sum12 has quit IRC | 21:35 | |
*** poopcat has quit IRC | 21:35 | |
*** kukacz has quit IRC | 21:35 | |
*** timburke has joined #openstack-ansible | 21:35 | |
*** Brace has joined #openstack-ansible | 21:35 | |
*** zbr has joined #openstack-ansible | 21:35 | |
*** mnaser has joined #openstack-ansible | 21:35 | |
*** persia has joined #openstack-ansible | 21:35 | |
*** jmccrory has joined #openstack-ansible | 21:35 | |
*** tinwood has joined #openstack-ansible | 21:35 | |
*** gundalow has joined #openstack-ansible | 21:35 | |
*** jtanner has joined #openstack-ansible | 21:35 | |
*** cloudnull has joined #openstack-ansible | 21:35 | |
*** sum12 has joined #openstack-ansible | 21:35 | |
*** poopcat has joined #openstack-ansible | 21:35 | |
*** kukacz has joined #openstack-ansible | 21:35 | |
*** irclogbot_3 has quit IRC | 21:35 | |
*** johanssone has quit IRC | 21:35 | |
*** Miouge has quit IRC | 21:35 | |
*** crazzy has quit IRC | 21:35 | |
*** ondrejbu- has quit IRC | 21:35 | |
*** arxcruz has quit IRC | 21:35 | |
*** bjoernt has quit IRC | 21:35 | |
*** ebbex has quit IRC | 21:35 | |
*** bverschueren has quit IRC | 21:35 | |
*** spotz has quit IRC | 21:36 | |
*** aedc has quit IRC | 21:36 | |
*** brad[] has quit IRC | 21:36 | |
*** redrobot has quit IRC | 21:36 | |
*** wpp has quit IRC | 21:36 | |
*** ansmith_ has joined #openstack-ansible | 21:36 | |
*** Neurognostic has joined #openstack-ansible | 21:36 | |
*** tacco has joined #openstack-ansible | 21:36 | |
*** ioni has joined #openstack-ansible | 21:36 | |
*** mbuil has joined #openstack-ansible | 21:36 | |
*** hamzy_ has joined #openstack-ansible | 21:36 | |
*** heikkine has joined #openstack-ansible | 21:36 | |
*** dmsimard has joined #openstack-ansible | 21:36 | |
*** gchamoul has joined #openstack-ansible | 21:36 | |
*** tbarron has joined #openstack-ansible | 21:36 | |
*** django has joined #openstack-ansible | 21:36 | |
*** tobberydberg has joined #openstack-ansible | 21:36 | |
*** zigo has joined #openstack-ansible | 21:36 | |
*** EmilienM has joined #openstack-ansible | 21:36 | |
*** antonym has joined #openstack-ansible | 21:36 | |
*** irclogbot_3 has joined #openstack-ansible | 21:36 | |
*** johanssone has joined #openstack-ansible | 21:36 | |
*** Miouge has joined #openstack-ansible | 21:36 | |
*** crazzy has joined #openstack-ansible | 21:36 | |
*** ondrejbu- has joined #openstack-ansible | 21:36 | |
*** bjoernt has joined #openstack-ansible | 21:36 | |
*** arxcruz has joined #openstack-ansible | 21:36 | |
*** ebbex has joined #openstack-ansible | 21:36 | |
*** bverschueren has joined #openstack-ansible | 21:36 | |
*** spotz has joined #openstack-ansible | 21:36 | |
*** irclogbot_3 has quit IRC | 21:36 | |
*** johanssone has quit IRC | 21:36 | |
*** Miouge has quit IRC | 21:36 | |
*** crazzy has quit IRC | 21:36 | |
*** ondrejbu- has quit IRC | 21:36 | |
*** arxcruz has quit IRC | 21:36 | |
*** bjoernt has quit IRC | 21:36 | |
*** ebbex has quit IRC | 21:36 | |
*** bverschueren has quit IRC | 21:36 | |
*** spotz has quit IRC | 21:37 | |
*** zbr has quit IRC | 21:37 | |
*** Brace has quit IRC | 21:37 | |
*** mnaser has quit IRC | 21:37 | |
*** persia has quit IRC | 21:37 | |
*** jmccrory has quit IRC | 21:37 | |
*** tinwood has quit IRC | 21:37 | |
*** gundalow has quit IRC | 21:37 | |
*** jtanner has quit IRC | 21:37 | |
*** cloudnull has quit IRC | 21:37 | |
*** sum12 has quit IRC | 21:37 | |
*** poopcat has quit IRC | 21:37 | |
*** kukacz has quit IRC | 21:37 | |
*** ansmith_ has quit IRC | 21:37 | |
*** Neurognostic has quit IRC | 21:37 | |
*** mbuil has quit IRC | 21:37 | |
*** ioni has quit IRC | 21:37 | |
*** tacco has quit IRC | 21:37 | |
*** hamzy_ has quit IRC | 21:37 | |
*** heikkine has quit IRC | 21:37 | |
*** dmsimard has quit IRC | 21:37 | |
*** gchamoul has quit IRC | 21:37 | |
*** tbarron has quit IRC | 21:37 | |
*** django has quit IRC | 21:37 | |
*** tobberydberg has quit IRC | 21:37 | |
*** zigo has quit IRC | 21:37 | |
*** EmilienM has quit IRC | 21:37 | |
*** antonym has quit IRC | 21:37 | |
*** snadge has quit IRC | 21:37 | |
*** gillesMo has quit IRC | 21:37 | |
*** evrardjp has quit IRC | 21:37 | |
*** prometheanfire has quit IRC | 21:37 | |
*** vesper11 has quit IRC | 21:37 | |
*** sep has quit IRC | 21:37 | |
*** gixx has quit IRC | 21:37 | |
*** Jeffrey4l has quit IRC | 21:37 | |
*** cjloader has quit IRC | 21:37 | |
*** arbrandes has quit IRC | 21:37 | |
*** stuartgr has quit IRC | 21:37 | |
*** partlycloudy has quit IRC | 21:37 | |
*** Blinkiz has quit IRC | 21:37 | |
*** samc-bbc has quit IRC | 21:37 | |
*** gouthamr has quit IRC | 21:37 | |
*** Carcer has quit IRC | 21:37 | |
*** toanster has quit IRC | 21:37 | |
*** Adri2000 has quit IRC | 21:37 | |
*** mugsie has quit IRC | 21:37 | |
*** nyloc has quit IRC | 21:37 | |
*** feichh has quit IRC | 21:37 | |
*** djhankb has quit IRC | 21:37 | |
*** mubix has quit IRC | 21:37 | |
*** alanmeadows has quit IRC | 21:37 | |
*** janno has quit IRC | 21:37 | |
*** ChosSimbaOne_ has quit IRC | 21:37 | |
*** oligau has quit IRC | 21:37 | |
*** NewJorg has quit IRC | 21:37 | |
*** jhesketh has quit IRC | 21:37 | |
*** mhayden has quit IRC | 21:37 | |
*** trident has quit IRC | 21:37 | |
*** mrda has quit IRC | 21:37 | |
*** openstackgerrit has quit IRC | 21:37 | |
*** redkrieg has quit IRC | 21:37 | |
*** raukadah has quit IRC | 21:37 | |
*** mmercer has quit IRC | 21:37 | |
*** timburke has quit IRC | 21:37 | |
*** mathlin has quit IRC | 21:37 | |
*** sshnaidm has quit IRC | 21:37 | |
*** goldyfruit has quit IRC | 21:37 | |
*** errr has quit IRC | 21:37 | |
*** owalsh has quit IRC | 21:37 | |
*** fresta_ has quit IRC | 21:37 | |
*** cp- has quit IRC | 21:37 | |
*** Anticimex has quit IRC | 21:37 | |
*** andrea15 has quit IRC | 21:37 | |
*** admin0 has quit IRC | 21:37 | |
*** hwoarang has quit IRC | 21:37 | |
*** logan- has quit IRC | 21:37 | |
*** donnyd has quit IRC | 21:37 | |
*** jrosser has quit IRC | 21:37 | |
*** nwonknu has quit IRC | 21:37 | |
*** jroll has quit IRC | 21:37 | |
*** guilhermesp has quit IRC | 21:37 | |
*** jamesdenton has quit IRC | 21:37 | |
*** melwitt has quit IRC | 21:37 | |
*** johnsom has quit IRC | 21:37 | |
*** NobodyCam has quit IRC | 21:37 | |
*** rpittau|afk has quit IRC | 21:37 | |
*** dasp has quit IRC | 21:37 | |
*** noonedeadpunk has quit IRC | 21:37 | |
*** aspiers has quit IRC | 21:37 | |
*** jonher has quit IRC | 21:38 | |
*** ChanServ has quit IRC | 21:38 | |
*** spotz has joined #openstack-ansible | 21:38 | |
*** bverschueren has joined #openstack-ansible | 21:38 | |
*** ebbex has joined #openstack-ansible | 21:38 | |
*** arxcruz has joined #openstack-ansible | 21:38 | |
*** bjoernt has joined #openstack-ansible | 21:38 | |
*** ondrejbu- has joined #openstack-ansible | 21:38 | |
*** crazzy has joined #openstack-ansible | 21:38 | |
*** Miouge has joined #openstack-ansible | 21:38 | |
*** johanssone has joined #openstack-ansible | 21:38 | |
*** irclogbot_3 has joined #openstack-ansible | 21:38 | |
*** antonym has joined #openstack-ansible | 21:38 | |
*** EmilienM has joined #openstack-ansible | 21:38 | |
*** zigo has joined #openstack-ansible | 21:38 | |
*** tobberydberg has joined #openstack-ansible | 21:38 | |
*** django has joined #openstack-ansible | 21:38 | |
*** tbarron has joined #openstack-ansible | 21:38 | |
*** gchamoul has joined #openstack-ansible | 21:38 | |
*** dmsimard has joined #openstack-ansible | 21:38 | |
*** heikkine has joined #openstack-ansible | 21:38 | |
*** hamzy_ has joined #openstack-ansible | 21:38 | |
*** mbuil has joined #openstack-ansible | 21:38 | |
*** ioni has joined #openstack-ansible | 21:38 | |
*** tacco has joined #openstack-ansible | 21:38 | |
*** Neurognostic has joined #openstack-ansible | 21:38 | |
*** ansmith_ has joined #openstack-ansible | 21:38 | |
*** kukacz has joined #openstack-ansible | 21:38 | |
*** poopcat has joined #openstack-ansible | 21:38 | |
*** sum12 has joined #openstack-ansible | 21:38 | |
*** cloudnull has joined #openstack-ansible | 21:38 | |
*** jtanner has joined #openstack-ansible | 21:38 | |
*** gundalow has joined #openstack-ansible | 21:38 | |
*** tinwood has joined #openstack-ansible | 21:38 | |
*** jmccrory has joined #openstack-ansible | 21:38 | |
*** persia has joined #openstack-ansible | 21:38 | |
*** mnaser has joined #openstack-ansible | 21:38 | |
*** zbr has joined #openstack-ansible | 21:38 | |
*** Brace has joined #openstack-ansible | 21:38 | |
*** timburke has joined #openstack-ansible | 21:38 | |
*** snadge has joined #openstack-ansible | 21:38 | |
*** Adri2000 has joined #openstack-ansible | 21:38 | |
*** mugsie has joined #openstack-ansible | 21:38 | |
*** mathlin has joined #openstack-ansible | 21:38 | |
*** arbrandes has joined #openstack-ansible | 21:38 | |
*** Jeffrey4l has joined #openstack-ansible | 21:38 | |
*** gixx has joined #openstack-ansible | 21:38 | |
*** cjloader has joined #openstack-ansible | 21:38 | |
*** sep has joined #openstack-ansible | 21:38 | |
*** vesper11 has joined #openstack-ansible | 21:38 | |
*** prometheanfire has joined #openstack-ansible | 21:38 | |
*** evrardjp has joined #openstack-ansible | 21:38 | |
*** gillesMo has joined #openstack-ansible | 21:38 | |
*** Blinkiz has joined #openstack-ansible | 21:38 | |
*** partlycloudy has joined #openstack-ansible | 21:38 | |
*** stuartgr has joined #openstack-ansible | 21:38 | |
*** cp- has joined #openstack-ansible | 21:38 | |
*** toanster has joined #openstack-ansible | 21:38 | |
*** Carcer has joined #openstack-ansible | 21:38 | |
*** gouthamr has joined #openstack-ansible | 21:38 | |
*** samc-bbc has joined #openstack-ansible | 21:38 | |
*** mubix has joined #openstack-ansible | 21:38 | |
*** alanmeadows has joined #openstack-ansible | 21:38 | |
*** janno has joined #openstack-ansible | 21:38 | |
*** ChosSimbaOne_ has joined #openstack-ansible | 21:38 | |
*** djhankb has joined #openstack-ansible | 21:38 | |
*** feichh has joined #openstack-ansible | 21:38 | |
*** nyloc has joined #openstack-ansible | 21:38 | |
*** raukadah has joined #openstack-ansible | 21:38 | |
*** redkrieg has joined #openstack-ansible | 21:38 | |
*** openstackgerrit has joined #openstack-ansible | 21:38 | |
*** mrda has joined #openstack-ansible | 21:38 | |
*** trident has joined #openstack-ansible | 21:38 | |
*** mhayden has joined #openstack-ansible | 21:38 | |
*** jhesketh has joined #openstack-ansible | 21:38 | |
*** NewJorg has joined #openstack-ansible | 21:38 | |
*** oligau has joined #openstack-ansible | 21:38 | |
*** Anticimex has joined #openstack-ansible | 21:38 | |
*** sshnaidm has joined #openstack-ansible | 21:38 | |
*** goldyfruit has joined #openstack-ansible | 21:38 | |
*** errr has joined #openstack-ansible | 21:38 | |
*** admin0 has joined #openstack-ansible | 21:38 | |
*** owalsh has joined #openstack-ansible | 21:38 | |
*** mmercer has joined #openstack-ansible | 21:38 | |
*** andrea15 has joined #openstack-ansible | 21:38 | |
*** guilhermesp has joined #openstack-ansible | 21:38 | |
*** jamesdenton has joined #openstack-ansible | 21:38 | |
*** melwitt has joined #openstack-ansible | 21:38 | |
*** hwoarang has joined #openstack-ansible | 21:38 | |
*** logan- has joined #openstack-ansible | 21:38 | |
*** donnyd has joined #openstack-ansible | 21:38 | |
*** fresta_ has joined #openstack-ansible | 21:38 | |
*** johnsom has joined #openstack-ansible | 21:38 | |
*** NobodyCam has joined #openstack-ansible | 21:38 | |
*** ChanServ has joined #openstack-ansible | 21:38 | |
*** jroll has joined #openstack-ansible | 21:38 | |
*** jonher has joined #openstack-ansible | 21:38 | |
*** aspiers has joined #openstack-ansible | 21:38 | |
*** nwonknu has joined #openstack-ansible | 21:38 | |
*** noonedeadpunk has joined #openstack-ansible | 21:38 | |
*** dasp has joined #openstack-ansible | 21:38 | |
*** rpittau|afk has joined #openstack-ansible | 21:38 | |
*** jrosser has joined #openstack-ansible | 21:38 | |
*** orwell.freenode.net sets mode: +o ChanServ | 21:38 | |
*** zbr has quit IRC | 21:39 | |
*** guilhermesp has quit IRC | 21:39 | |
*** jamesdenton has quit IRC | 21:39 | |
*** melwitt has quit IRC | 21:39 | |
*** johnsom has quit IRC | 21:39 | |
*** NobodyCam has quit IRC | 21:39 | |
*** rpittau|afk has quit IRC | 21:39 | |
*** dasp has quit IRC | 21:39 | |
*** noonedeadpunk has quit IRC | 21:39 | |
*** aspiers has quit IRC | 21:39 | |
*** jonher has quit IRC | 21:39 | |
*** aedc has joined #openstack-ansible | 21:39 | |
*** brad[] has joined #openstack-ansible | 21:39 | |
*** redrobot has joined #openstack-ansible | 21:39 | |
*** wpp has joined #openstack-ansible | 21:39 | |
*** admin0 has quit IRC | 21:39 | |
*** hwoarang has quit IRC | 21:39 | |
*** logan- has quit IRC | 21:39 | |
*** donnyd has quit IRC | 21:39 | |
*** jrosser has quit IRC | 21:39 | |
*** nwonknu has quit IRC | 21:39 | |
*** jroll has quit IRC | 21:39 | |
*** mwhahaha has joined #openstack-ansible | 21:39 | |
*** guilhermesp has joined #openstack-ansible | 21:39 | |
*** jamesdenton has joined #openstack-ansible | 21:39 | |
*** melwitt has joined #openstack-ansible | 21:39 | |
*** johnsom has joined #openstack-ansible | 21:39 | |
*** NobodyCam has joined #openstack-ansible | 21:39 | |
*** rpittau|afk has joined #openstack-ansible | 21:39 | |
*** dasp has joined #openstack-ansible | 21:39 | |
*** noonedeadpunk has joined #openstack-ansible | 21:39 | |
*** aspiers has joined #openstack-ansible | 21:39 | |
*** jonher has joined #openstack-ansible | 21:39 | |
*** admin0 has joined #openstack-ansible | 21:40 | |
*** hwoarang has joined #openstack-ansible | 21:40 | |
*** logan- has joined #openstack-ansible | 21:40 | |
*** donnyd has joined #openstack-ansible | 21:40 | |
*** jrosser has joined #openstack-ansible | 21:40 | |
*** nwonknu has joined #openstack-ansible | 21:40 | |
*** jroll has joined #openstack-ansible | 21:40 | |
*** mnaser has quit IRC | 21:40 | |
*** gundalow has quit IRC | 21:40 | |
*** jtanner has quit IRC | 21:40 | |
*** zbr has joined #openstack-ansible | 21:40 | |
*** zbr has quit IRC | 21:40 | |
*** zbr has joined #openstack-ansible | 21:40 | |
*** rpittau|afk has quit IRC | 21:41 | |
*** donnyd has quit IRC | 21:42 | |
*** guilhermesp has quit IRC | 21:42 | |
*** rpittau|afk has joined #openstack-ansible | 21:42 | |
*** fyx has joined #openstack-ansible | 21:43 | |
*** jrosser has quit IRC | 21:43 | |
*** gundalow has joined #openstack-ansible | 21:44 | |
*** donnyd has joined #openstack-ansible | 21:46 | |
*** guilhermesp has joined #openstack-ansible | 21:47 | |
*** jrosser has joined #openstack-ansible | 21:47 | |
*** jtanner has joined #openstack-ansible | 21:48 | |
*** cyberpear has joined #openstack-ansible | 21:50 | |
*** mnaser has joined #openstack-ansible | 21:51 | |
*** mnaser has quit IRC | 21:51 | |
*** mnaser has joined #openstack-ansible | 21:51 | |
*** cyberpear has joined #openstack-ansible | 21:52 | |
*** cyberpear has quit IRC | 21:53 | |
*** cyberpear has joined #openstack-ansible | 21:54 | |
*** mcarden has joined #openstack-ansible | 21:55 | |
*** DanyC has joined #openstack-ansible | 22:22 | |
*** waxfire has joined #openstack-ansible | 22:27 | |
*** goldyfruit has quit IRC | 22:28 | |
*** waxfire has quit IRC | 22:28 | |
*** waxfire has joined #openstack-ansible | 22:30 | |
*** waxfire has joined #openstack-ansible | 22:31 | |
*** ahosam has quit IRC | 22:43 | |
*** waxfire has quit IRC | 22:51 | |
*** waxfire has joined #openstack-ansible | 22:52 | |
*** waxfire has quit IRC | 23:00 | |
*** waxfire has joined #openstack-ansible | 23:04 | |
*** waxfire has quit IRC | 23:07 | |
*** waxfire has joined #openstack-ansible | 23:09 | |
*** waxfire has quit IRC | 23:16 | |
*** waxfire has joined #openstack-ansible | 23:17 | |
*** goldyfruit has joined #openstack-ansible | 23:42 | |
*** DanyC has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!