*** wdirons has quit IRC | 00:00 | |
*** rollniak has quit IRC | 00:00 | |
agrebennikov__ | https://github.com/openstack/openstack-ansible-os_cinder/blob/master/defaults/main.yml#L218 | 00:01 |
---|---|---|
stevelle | agrebennikov__: I said they support it, may not be the default | 00:02 |
stevelle | :) | 00:02 |
agrebennikov__ | true that | 00:02 |
stevelle | I don't understand what the problem you're seeing is | 00:02 |
stevelle | so can't advise | 00:02 |
agrebennikov__ | I'm talking about setting up proper defaults | 00:02 |
stevelle | defaults for OSA? | 00:02 |
agrebennikov__ | yeah! | 00:02 |
agrebennikov__ | :) | 00:02 |
stevelle | v1 enabled for both, v2 enabled for both | 00:02 |
stevelle | that should work, (as suggested in the bug for the review I linked) if it doesn't that's an additional issue | 00:03 |
agrebennikov__ | which leads to cinder to break when you do "upload volume to glance" for example | 00:03 |
agrebennikov__ | because your call to api v1 is forwarded to registry v2 | 00:04 |
agrebennikov__ | (as the bug says) | 00:04 |
stevelle | um, not if v1 registry is enabled, per the review | 00:04 |
*** sdake has joined #openstack-ansible | 00:04 | |
stevelle | easiest fix may be to have cinder use v2 | 00:05 |
stevelle | when that review gets resolved, we will look at potential backports | 00:05 |
*** marst_ has joined #openstack-ansible | 00:05 | |
agrebennikov__ | right... because it Seems that when all 4 are enabled and you make a call to v1 - it goes to registry v2 since it is enabled also :/ | 00:07 |
agrebennikov__ | but I'll double check | 00:07 |
agrebennikov__ | essentially what happens is when we disable both v1_r and v1_a - everything (cinder) works fine | 00:07 |
agrebennikov__ | I'll keep digging | 00:07 |
agrebennikov__ | tnx stevelle! | 00:07 |
stevelle | good luck. | 00:08 |
agrebennikov__ | I'll need that for sure ;) | 00:08 |
stevelle | and I did just tag that for ocata rc backport | 00:08 |
*** marst has quit IRC | 00:08 | |
agrebennikov__ | in glance? | 00:08 |
*** marst_ has quit IRC | 00:09 | |
stevelle | yes | 00:12 |
stevelle | if we can get it into ocata I'll look at tagging for newton as well | 00:12 |
*** agrebennikov__ has quit IRC | 00:15 | |
*** weezS has joined #openstack-ansible | 00:15 | |
*** hfu has joined #openstack-ansible | 00:21 | |
*** marst has joined #openstack-ansible | 00:26 | |
*** weezS has quit IRC | 00:34 | |
*** hw_wutianwei has joined #openstack-ansible | 00:35 | |
*** thorst has joined #openstack-ansible | 00:45 | |
*** chyka has quit IRC | 00:45 | |
*** thorst has quit IRC | 00:49 | |
*** pmannidi has quit IRC | 00:52 | |
*** pmannidi has joined #openstack-ansible | 00:53 | |
*** pmannidi has quit IRC | 00:58 | |
*** cmart has joined #openstack-ansible | 01:01 | |
*** jamesdenton has joined #openstack-ansible | 01:05 | |
*** jamesdenton has quit IRC | 01:08 | |
*** rmelero has joined #openstack-ansible | 01:13 | |
*** mfisch has quit IRC | 01:14 | |
*** pjh03 has joined #openstack-ansible | 01:15 | |
*** cmart has quit IRC | 01:15 | |
*** pjh03 has quit IRC | 01:19 | |
rmelero | how do I add packages so that the repo_build script will add them to the repo? https://github.com/openstack/openstack-ansible-repo_build/blob/stable/newton/templates/requirements.txt.j2 is giving me a headache X) | 01:23 |
rmelero | I get there's a pip_packages variable I need to fill, but where does that go? | 01:24 |
rmelero | and how do I check if it added correctly without running the entire repo_build playbook? | 01:24 |
*** thorst has joined #openstack-ansible | 01:26 | |
*** pmannidi has joined #openstack-ansible | 01:29 | |
*** adrian_otto has quit IRC | 01:29 | |
*** woodard_ has joined #openstack-ansible | 01:35 | |
*** woodard has quit IRC | 01:35 | |
stevelle | rmelero: I need to understand what you're trying to do | 01:37 |
stevelle | are you adding a role? | 01:37 |
rmelero | yes, adding a role, and I need monasca-agent, monasca-notification, and python-monascaclient in the repo but they're not there | 01:38 |
*** rob0t_ has joined #openstack-ansible | 01:38 | |
rmelero | I imagine I need to fill in the pip_packages variable put it in the g-spot and then re-run the repo_build playbook | 01:40 |
stevelle | rmelero: All of those should be listed in that role's monasca_pip_packages variable which should be in the role's defaults/main.yml | 01:40 |
stevelle | rmelero: secondly, you need to have the projects in https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_services.yml | 01:41 |
stevelle | just follow the pattern | 01:41 |
stevelle | here is an example of the first part https://github.com/openstack/openstack-ansible-os_zaqar/blob/master/defaults/main.yml#L121 | 01:42 |
openstackgerrit | zhangyanxian proposed openstack/openstack-ansible master: Fix typo in ip.py https://review.openstack.org/423048 | 01:53 |
rmelero | sweet stevelle you helped find the pip_package gspot :P appreciate it | 01:57 |
openstackgerrit | gecong proposed openstack/openstack-ansible master: Replaces yaml.load() with yaml.safe_load() https://review.openstack.org/429150 | 02:03 |
*** sdake has quit IRC | 02:07 | |
*** cathrich_ has joined #openstack-ansible | 02:08 | |
*** cathrichardson has quit IRC | 02:08 | |
*** johnmilton has joined #openstack-ansible | 02:09 | |
*** marst has quit IRC | 02:10 | |
*** sdake has joined #openstack-ansible | 02:12 | |
*** johnmilton has quit IRC | 02:18 | |
*** Mahe has quit IRC | 02:22 | |
*** Mahe has joined #openstack-ansible | 02:24 | |
*** rob0t__ has joined #openstack-ansible | 02:27 | |
*** rob0t_ has quit IRC | 02:28 | |
*** crushil has joined #openstack-ansible | 02:29 | |
*** rmelero has quit IRC | 02:42 | |
*** v1k0d3n has quit IRC | 02:44 | |
*** v1k0d3n has joined #openstack-ansible | 02:46 | |
*** v1k0d3n has quit IRC | 02:46 | |
*** v1k0d3n has joined #openstack-ansible | 02:47 | |
*** woodard_ has quit IRC | 03:07 | |
*** sdake_ has joined #openstack-ansible | 03:23 | |
*** sdake has quit IRC | 03:27 | |
openstackgerrit | gecong proposed openstack/openstack-ansible-ops master: Replaces yaml.load() with yaml.safe_load() https://review.openstack.org/429166 | 03:35 |
*** sdake has joined #openstack-ansible | 03:44 | |
*** sdake_ has quit IRC | 03:45 | |
openstackgerrit | gecong proposed openstack/openstack-ansible-security master: Replaces yaml.load() with yaml.safe_load() https://review.openstack.org/429169 | 03:46 |
*** MasterOfBugs has quit IRC | 03:53 | |
*** MasterOfBugs has joined #openstack-ansible | 03:53 | |
*** pramodrj07 has joined #openstack-ansible | 03:54 | |
*** MasterOfBugs has quit IRC | 03:54 | |
*** Hosam has quit IRC | 03:55 | |
*** Hosam has joined #openstack-ansible | 03:56 | |
*** furlongm has quit IRC | 03:56 | |
*** furlongm has joined #openstack-ansible | 03:57 | |
*** furlongm has quit IRC | 03:58 | |
*** furlongm has joined #openstack-ansible | 03:59 | |
*** pramodrj07 has quit IRC | 03:59 | |
*** Hosam has quit IRC | 04:00 | |
*** MasterOfBugs has joined #openstack-ansible | 04:12 | |
*** sdake_ has joined #openstack-ansible | 04:20 | |
*** sdake has quit IRC | 04:23 | |
*** MasterOfBugs has quit IRC | 04:29 | |
*** pramodrj07 has joined #openstack-ansible | 04:29 | |
*** pramodrj07 has quit IRC | 04:30 | |
*** crushil has quit IRC | 04:33 | |
*** sdake_ has quit IRC | 04:34 | |
*** acormier has joined #openstack-ansible | 04:45 | |
*** poopcat has quit IRC | 05:02 | |
*** acormier has quit IRC | 05:10 | |
*** acormier has joined #openstack-ansible | 05:10 | |
*** gouthamr has quit IRC | 05:14 | |
*** acormier has quit IRC | 05:15 | |
*** pjh03 has joined #openstack-ansible | 05:16 | |
*** pjh03 has quit IRC | 05:20 | |
*** zhangjn has joined #openstack-ansible | 05:22 | |
*** thorst has quit IRC | 05:44 | |
*** zhangjn has quit IRC | 05:59 | |
*** admin0_ has joined #openstack-ansible | 06:37 | |
*** crushil has joined #openstack-ansible | 06:43 | |
*** admin0_ has quit IRC | 06:45 | |
*** admin0_ has joined #openstack-ansible | 06:47 | |
*** unlaudable has joined #openstack-ansible | 06:54 | |
*** v1k0d3n has quit IRC | 06:56 | |
*** shausy has joined #openstack-ansible | 06:58 | |
*** shausy has quit IRC | 07:03 | |
*** woodard has joined #openstack-ansible | 07:14 | |
*** woodard has quit IRC | 07:18 | |
*** unlaudable has quit IRC | 07:18 | |
*** admin0_ has quit IRC | 07:42 | |
*** pmannidi has quit IRC | 07:42 | |
*** thorst has joined #openstack-ansible | 07:44 | |
*** thorst has quit IRC | 07:48 | |
*** winggundamth has quit IRC | 07:51 | |
*** winggundamth has joined #openstack-ansible | 07:51 | |
evrardjp[m] | Good morning osa | 07:52 |
*** crushil has quit IRC | 07:53 | |
*** sdake has joined #openstack-ansible | 08:02 | |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 08:26 |
*** zhangjn has joined #openstack-ansible | 08:31 | |
*** zhangjn has quit IRC | 08:31 | |
*** zhangjn has joined #openstack-ansible | 08:32 | |
*** zhangjn has quit IRC | 08:32 | |
*** Amit has joined #openstack-ansible | 08:34 | |
Amit | Hi All | 08:34 |
Amit | I am new to Openstack-Ansible | 08:34 |
*** Amit is now known as Guest17899 | 08:34 | |
Guest17899 | I am using OSA Newton release deployment guide: http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/ | 08:36 |
Guest17899 | I am trying to prepare test environment as mentioned in this link. http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html#test-environment-config | 08:37 |
Guest17899 | "Block Storage Host" is not present | 08:37 |
Guest17899 | I have two VMs | 08:37 |
Guest17899 | One of the VM I am using for Infra Node and another one for Compute Node | 08:38 |
Guest17899 | At "Run Playbooks" step, "openstack-ansible setup-hosts.yml" is successful but "openstack-ansible setup-infrastructure.yml" is failing | 08:40 |
Guest17899 | It is failing for " infra1_repo_container-" | 08:40 |
Guest17899 | It is failing at "TASK [pip_install : Install apt packages] **************************************" | 08:41 |
Guest17899 | Failure message is: "failed: [infra1_repo_container-f9649c00] (item=[u'build-essential', u'python-setuptools', u'libffi-dev', u'libssl-dev', u'python-dev', u'python-openssl', u'python-pyasn1']) => {"cache_update_time": 0, "cache_updated": false, "failed": true, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options" | 08:42 |
Guest17899 | This is not a complete message but this can be useful "install 'python-setuptools' 'python-openssl' 'python-pyasn1'' failed: E: There are problems and -y was used without --force-yes\n", "stderr": "E: There are problems and -y was used without --force-yes\n"" | 08:44 |
Guest17899 | anybody having idea about this problem? | 08:44 |
*** rob0t__ has quit IRC | 09:04 | |
*** winggundamth has quit IRC | 09:06 | |
*** winggundamth has joined #openstack-ansible | 09:07 | |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 09:09 |
*** admin0_ has joined #openstack-ansible | 09:14 | |
*** winggundamth has quit IRC | 09:16 | |
hachi | Guest17899 i am also new to OSA but i get the basic deployment successfully done. So let see if i can help you. | 09:17 |
hachi | Can you just run the repo-install.yml playbook and paste the error message on : | 09:18 |
hachi | http://paste.openstack.org/ | 09:18 |
hachi | to see the error message properly | 09:18 |
*** Jeffrey4l has quit IRC | 09:20 | |
*** admin0_ has quit IRC | 09:20 | |
*** Jeffrey4l has joined #openstack-ansible | 09:26 | |
*** admin0_ has joined #openstack-ansible | 09:28 | |
*** admin0_ has quit IRC | 09:29 | |
*** winggundamth has joined #openstack-ansible | 09:29 | |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 09:31 |
*** admin0_ has joined #openstack-ansible | 09:32 | |
*** winggundamth has quit IRC | 09:35 | |
*** winggundamth has joined #openstack-ansible | 09:37 | |
Guest17899 | Thanks Hachi | 09:39 |
Guest17899 | I ran playbook "setup-infrastructure.yml" with -vvvv option | 09:39 |
Guest17899 | and pasted the error in http://paste.openstack.org/ | 09:39 |
Guest17899 | Paste #597676 | 09:41 |
*** Jeffrey4l has quit IRC | 09:44 | |
*** thorst has joined #openstack-ansible | 09:45 | |
*** Jeffrey4l has joined #openstack-ansible | 09:45 | |
hachi | Guest17899 your nodes can reach the internet properly, right ? you are also using stable/newton ? | 09:48 |
*** sdake_ has joined #openstack-ansible | 09:49 | |
*** sdake has quit IRC | 09:50 | |
*** thorst has quit IRC | 09:50 | |
openstackgerrit | gengchc2 proposed openstack/openstack-ansible-ops master: Replaces yaml.load() with yaml.safe_load() https://review.openstack.org/429250 | 09:51 |
*** skuda has joined #openstack-ansible | 09:54 | |
Guest17899 | yes, I can ping 8.8.8.8 from both infra and compute | 09:54 |
Guest17899 | and I am using OSA from "14.0.0" which is Netwon | 09:54 |
*** admin0_ has quit IRC | 09:58 | |
hachi | why don't you just use the last tag 14.0.6 because the last tag always includes bug fixes and improvements. | 09:59 |
*** admin0_ has joined #openstack-ansible | 09:59 | |
openstackgerrit | gengchc2 proposed openstack/openstack-ansible-security master: Replaces yaml.load() with yaml.safe_load() https://review.openstack.org/429253 | 10:00 |
hachi | i am not saying this a bug but maybe :) | 10:00 |
*** hfu has quit IRC | 10:01 | |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 10:09 |
*** McMurlock1 has joined #openstack-ansible | 10:14 | |
hachi | Guest17899 i think it would be good if you can use the last tag or stable/newton or stick around maybe one of the OSA members helps you. | 10:17 |
hachi | I am sorry cannot see a proper answer for your issue :) | 10:17 |
Guest17899 | It's okay hachi, thanks for your help | 10:20 |
Guest17899 | Folks' pls respond if anyone has observed such issue | 10:20 |
Guest17899 | Hachi, is there any forum of OSA where I can post the issue that I faced | 10:21 |
*** rob0t__ has joined #openstack-ansible | 10:22 | |
*** winggundamth has quit IRC | 10:23 | |
oanson | Guest17899, I think the best bet is to try again later. The OSA members are very responsive. | 10:23 |
oanson | But don't work 24/7 :) | 10:24 |
hachi | Guest17899i usually post on the operators mailing list of openstack: | 10:26 |
*** rob0t__ has quit IRC | 10:27 | |
hachi | http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators | 10:27 |
hachi | but as oanson pointed OSA members are very active in this channel in the working days not today | 10:27 |
Guest17899 | Thanks guys | 10:29 |
*** rob0t__ has joined #openstack-ansible | 10:32 | |
*** hw_wutianwei has quit IRC | 10:33 | |
*** hw_wutianwei has joined #openstack-ansible | 10:34 | |
*** winggundamth has joined #openstack-ansible | 10:35 | |
*** rob0t__ has quit IRC | 10:36 | |
*** Matias has quit IRC | 10:40 | |
*** Matias has joined #openstack-ansible | 10:44 | |
*** hw_wutianwei has quit IRC | 11:08 | |
*** McMurlock1 has quit IRC | 11:10 | |
*** winggundamth has quit IRC | 11:31 | |
*** sdake_ has quit IRC | 11:43 | |
*** winggundamth has joined #openstack-ansible | 11:43 | |
*** thorst has joined #openstack-ansible | 11:46 | |
*** thorst has quit IRC | 11:51 | |
*** hfu has joined #openstack-ansible | 11:53 | |
*** hfu has quit IRC | 11:56 | |
*** kberger has quit IRC | 12:16 | |
*** Jeffrey4l has quit IRC | 12:56 | |
*** Jeffrey4l has joined #openstack-ansible | 12:56 | |
*** sdake has joined #openstack-ansible | 13:06 | |
*** schwicht has quit IRC | 13:16 | |
*** Matias has quit IRC | 13:20 | |
*** hfu has joined #openstack-ansible | 13:23 | |
*** Matias has joined #openstack-ansible | 13:24 | |
*** hfu has quit IRC | 13:31 | |
*** hfu has joined #openstack-ansible | 13:32 | |
*** sdake has quit IRC | 13:42 | |
*** sdake has joined #openstack-ansible | 13:42 | |
*** woodard has joined #openstack-ansible | 13:55 | |
*** hfu has quit IRC | 13:58 | |
*** woodard has quit IRC | 13:59 | |
*** hfu has joined #openstack-ansible | 13:59 | |
*** hfu has quit IRC | 14:30 | |
*** Andrew_jedi has quit IRC | 14:32 | |
*** thorst has joined #openstack-ansible | 14:33 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_nova master: [WIP] Combine package install tasks https://review.openstack.org/428806 | 14:42 |
*** gouthamr has joined #openstack-ansible | 14:46 | |
*** Andrew_jedi has joined #openstack-ansible | 14:59 | |
*** woodard has joined #openstack-ansible | 15:01 | |
*** Jack_Iv has joined #openstack-ansible | 15:01 | |
oanson | evrardjp, andymccr, logan-, odyssey4me, cloudnull, uploaded the latest version for the dragonflow deployment: https://review.openstack.org/#/c/391524/ I think it is ready for review | 15:03 |
oanson | Thanks for your great help so far! | 15:03 |
*** Jack_Iv has quit IRC | 15:05 | |
*** Jack_Iv has joined #openstack-ansible | 15:05 | |
*** Jack_Iv has quit IRC | 15:08 | |
*** Jack_Iv has joined #openstack-ansible | 15:08 | |
*** Jack_Iv has quit IRC | 15:09 | |
*** cmart has joined #openstack-ansible | 15:11 | |
*** cmart has quit IRC | 15:19 | |
*** Matias has quit IRC | 15:22 | |
evrardjp[m] | Cool news oanson | 15:22 |
*** Matias has joined #openstack-ansible | 15:22 | |
*** crushil has joined #openstack-ansible | 15:26 | |
*** Andrew_jedi has quit IRC | 15:27 | |
*** cathrichardson has joined #openstack-ansible | 15:27 | |
*** cathrich_ has quit IRC | 15:30 | |
*** Hosam has joined #openstack-ansible | 15:43 | |
*** Guest17899 has quit IRC | 15:46 | |
*** Hosam has quit IRC | 15:49 | |
*** Hosam has joined #openstack-ansible | 15:49 | |
*** Hosam has quit IRC | 15:53 | |
*** v1k0d3n has joined #openstack-ansible | 16:00 | |
*** kberger has joined #openstack-ansible | 16:16 | |
*** superg[m] has left #openstack-ansible | 16:37 | |
*** Jack_Iv has joined #openstack-ansible | 16:40 | |
*** admin0_ has quit IRC | 16:45 | |
*** gouthamr has quit IRC | 16:45 | |
*** crushil has quit IRC | 16:56 | |
*** Andrew_jedi has joined #openstack-ansible | 16:59 | |
*** sdake has quit IRC | 17:04 | |
*** crushil has joined #openstack-ansible | 17:07 | |
*** admin0_ has joined #openstack-ansible | 17:09 | |
*** Jack_Iv has quit IRC | 17:15 | |
*** Jack_Iv has joined #openstack-ansible | 17:15 | |
*** Amit82 has joined #openstack-ansible | 17:24 | |
*** admin0_ has quit IRC | 17:24 | |
*** admin0_ has joined #openstack-ansible | 17:25 | |
*** admin0_ has quit IRC | 17:42 | |
*** thorst is now known as thorst_afk | 17:55 | |
*** crushil has quit IRC | 18:00 | |
*** sdake has joined #openstack-ansible | 18:23 | |
*** kberger has quit IRC | 18:32 | |
*** kberger has joined #openstack-ansible | 18:32 | |
*** skuda has quit IRC | 18:38 | |
*** DimGR has joined #openstack-ansible | 18:49 | |
*** Andrew_jedi has quit IRC | 18:52 | |
*** sdake has quit IRC | 19:09 | |
*** sdake has joined #openstack-ansible | 19:10 | |
*** woodard has quit IRC | 19:10 | |
*** admin0_ has joined #openstack-ansible | 19:11 | |
*** whiteveil has joined #openstack-ansible | 19:19 | |
*** whiteveil has quit IRC | 19:22 | |
*** admin0_ has quit IRC | 19:32 | |
*** chyka has joined #openstack-ansible | 19:37 | |
*** Amit82 has quit IRC | 19:46 | |
*** gouthamr has joined #openstack-ansible | 19:47 | |
*** chyka_ has joined #openstack-ansible | 19:47 | |
*** chyka has quit IRC | 19:49 | |
*** Hosam has joined #openstack-ansible | 19:53 | |
*** Hosam has joined #openstack-ansible | 19:53 | |
*** admin0_ has joined #openstack-ansible | 19:54 | |
*** admin0_ has quit IRC | 20:00 | |
*** unlaudable has joined #openstack-ansible | 20:03 | |
*** unlaudable has quit IRC | 20:11 | |
*** galstrom_zzz is now known as galstrom | 20:12 | |
*** admin0_ has joined #openstack-ansible | 20:14 | |
*** galstrom is now known as galstrom_zzz | 20:14 | |
*** Hosam has quit IRC | 20:19 | |
*** galstrom_zzz is now known as galstrom | 20:19 | |
*** unlaudable has joined #openstack-ansible | 20:22 | |
*** schwicht_at_work has joined #openstack-ansible | 20:33 | |
*** galstrom is now known as galstrom_zzz | 20:35 | |
*** unlaudable has quit IRC | 20:36 | |
*** chyka has joined #openstack-ansible | 20:49 | |
*** chyka has quit IRC | 20:49 | |
*** chyka_ has quit IRC | 20:52 | |
*** david-lyle_ has joined #openstack-ansible | 21:02 | |
*** kberger has quit IRC | 21:04 | |
*** david-lyle has quit IRC | 21:05 | |
*** woodard has joined #openstack-ansible | 21:11 | |
*** oanson has quit IRC | 21:13 | |
*** oanson has joined #openstack-ansible | 21:13 | |
*** woodard has quit IRC | 21:15 | |
*** skuda has joined #openstack-ansible | 21:35 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-ansible | 21:35 | |
*** schwicht_at_work has quit IRC | 21:51 | |
*** Jack_Iv has quit IRC | 22:05 | |
*** wdirons has joined #openstack-ansible | 22:09 | |
*** sdake_ has joined #openstack-ansible | 22:27 | |
*** sdake has quit IRC | 22:29 | |
*** sdake_ has quit IRC | 22:31 | |
*** sdake_ has joined #openstack-ansible | 22:34 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Configurable haproxy network whitelists https://review.openstack.org/429293 | 22:41 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Configurable haproxy network whitelists https://review.openstack.org/429293 | 22:47 |
*** admin0_ has quit IRC | 22:48 | |
*** gouthamr has quit IRC | 22:51 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_nova master: [WIP] Combine package install tasks https://review.openstack.org/428806 | 22:55 |
*** skuda has quit IRC | 22:55 | |
*** rpittau has quit IRC | 23:03 | |
*** rpittau has joined #openstack-ansible | 23:04 | |
*** castulo has quit IRC | 23:05 | |
*** david-lyle_ has quit IRC | 23:05 | |
*** castulo has joined #openstack-ansible | 23:06 | |
*** david-lyle has joined #openstack-ansible | 23:07 | |
*** wdirons has quit IRC | 23:09 | |
*** david-lyle has quit IRC | 23:11 | |
*** thorst_afk has quit IRC | 23:32 | |
*** DimGR has quit IRC | 23:41 | |
*** adreznec has quit IRC | 23:48 | |
*** npawelek has quit IRC | 23:48 | |
*** npawelek has joined #openstack-ansible | 23:49 | |
*** adreznec has joined #openstack-ansible | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!