*** Ti-mo- has quit IRC | 00:00 | |
*** phschwartz has quit IRC | 00:01 | |
*** phschwartz has joined #openstack-ansible | 00:01 | |
*** Ti-mo has joined #openstack-ansible | 00:02 | |
cloudnull | o/ thingee i think odyssey4me may be off for the evening . | 00:08 |
---|---|---|
cloudnull | something i can help with ? | 00:08 |
*** BjoernT has quit IRC | 00:11 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement aodh venv support https://review.openstack.org/233401 | 00:11 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Fix to correctly set the cinder_storage_address https://review.openstack.org/232637 | 00:16 |
cloudnull | d34dh0r53: odyssey4me was correct, the aodh bits are part of the dependent patch . | 00:19 |
prometheanfire | cloudnull: you need a better picture http://mitakadesignsummit.sched.org/kevin.carter | 00:21 |
cloudnull | nah thats my 8-bit nature :) | 00:22 |
prometheanfire | :P | 00:24 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Correct OS_IDENTITY_API_VERSION https://review.openstack.org/235008 | 00:28 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Enable Horizon multidomain configuration https://review.openstack.org/229836 | 00:29 |
prometheanfire | cloudnull: the problem with nova in a container was namespace support for iscsi right? or was that cinder? | 00:38 |
cloudnull | yea its that AF_NETLINK is not namespace aware | 00:38 |
cloudnull | so no iscsi initiation | 00:38 |
prometheanfire | cool | 00:39 |
prometheanfire | finally planning the ops thing | 00:39 |
prometheanfire | https://etherpad.openstack.org/p/TYO-ops-infrastructure-containers | 00:39 |
prometheanfire | I think what I have now fills the time | 00:40 |
coolj | prometheanfire: abiword is not in your path though | 00:41 |
prometheanfire | uh, what? | 00:41 |
coolj | the etherpads are being silly https://etherpad.openstack.org/p/TYO-ops-monitoring | 00:42 |
prometheanfire | lol | 00:42 |
prometheanfire | that's shown up before | 00:42 |
*** yl has joined #openstack-ansible | 00:57 | |
yl | i am setting up an openstack lab with approximately 10 nodes with HA, how can i do that with osad? | 00:58 |
openstackgerrit | Miguel Grinberg proposed openstack/openstack-ansible: Add horizon setting for cinder backup https://review.openstack.org/235042 | 00:58 |
yl | where can i find more info/install guide for a multi-node HA installation | 00:59 |
cloudnull | yi have you seen http://docs.openstack.org/developer/openstack-ansible/install-guide/index.html#installation | 01:00 |
yl | at http://docs.openstack.org/developer/openstack-ansible/install-guide/overview-hostlayout.html, it mentioned "At least one hardware load balancer must be included to manage the traffic among the target hosts."? | 01:04 |
cloudnull | yi you will need an lb | 01:04 |
yl | can i install without hardware load balancer? | 01:04 |
cloudnull | however you can use haproxy which can exist on 2 of your infra nodes which will setup failover between the two | 01:04 |
cloudnull | our haproxy role will take care of that for you | 01:04 |
prometheanfire | cloudnull: you know if kolla has a channel? they added stuff they wanted to talk about but don't know where they are? | 01:07 |
cloudnull | #kolla | 01:07 |
*** tlian has quit IRC | 01:07 | |
cloudnull | yi http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-haproxy.html?highlight=haproxy | 01:07 |
*** woodard has joined #openstack-ansible | 01:10 | |
yl | can i configure self-sign certificate for internal communication, but using public certificate for Horizon and API? | 01:13 |
*** tlian has joined #openstack-ansible | 01:14 | |
cloudnull | yes assuming you use haproxy >= 1.5 and terminate at the LB. | 01:15 |
cloudnull | not all of the services support SSL all the way down and some of the ones that do dont support it well. | 01:15 |
cloudnull | rabbitmq is setup to use a selfsigned cert already | 01:16 |
yl | is there a role for "monitoring"? how can i build monitor "openstack-services" and trigger alerts? | 01:16 |
cloudnull | you'd need to configure ssl support for mariadb as well. which may or may not work very well when using self signed certs | 01:16 |
cloudnull | we dont have a baked in monitoring solution . | 01:17 |
yl | what would you suggest for the monitoring part? | 01:17 |
cloudnull | if you dont mind using shared resources https://github.com/rcbops/rpc-openstack has monitoring using rackspace cloud monitoring | 01:17 |
cloudnull | sensu also has some plugins that may work for you | 01:18 |
cloudnull | https://github.com/sensu-plugins/sensu-plugins-openstack | 01:18 |
cloudnull | also if youre looking for simple host monitoring newrelic works well enough | 01:18 |
cloudnull | which there is also a role that will do the newrelic setup here https://github.com/michaelrigart/ansible-role-newrelic | 01:20 |
yl | i assume that, with OSAD, i can install core component(nova,neutron,etc). And then later stage to add swift and cinder? | 01:22 |
cloudnull | yes | 01:22 |
cloudnull | yi checkout https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example for more examples on how to consume the base config | 01:23 |
cloudnull | a complete example can be seen here https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio | 01:23 |
*** woodard has quit IRC | 01:23 | |
*** kerwin_bai has joined #openstack-ansible | 01:23 | |
cloudnull | example for swift when youre ready to deploy swift simply add in the swift config https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/conf.d/swift.yml.aio | 01:24 |
cloudnull | in the case of cinder you'd simply ommit the storage infra / storage hosts sections https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L108-L117 | 01:25 |
cloudnull | add it in when ready | 01:25 |
yl | i am looking at the user_config file, i assume "container" network is the same as "management" network? | 01:26 |
yl | what about the public/external network for VM floating ip | 01:27 |
yl | ? | 01:27 |
cloudnull | yes container network can be the same as management | 01:31 |
cloudnull | as for public / external you'd be setting https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L30-L57 | 01:32 |
cloudnull | based on your network needs / configuration | 01:32 |
cloudnull | w/ flat being less common than the vxlan / vlan | 01:32 |
cloudnull | in most cases removing that config section would work assuming you created br-vlan and br-vxlan on your hosts. | 01:33 |
cloudnull | and i'd likely cut out https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L40-L48 | 01:34 |
cloudnull | because most dont use flat networks however we configure it for the AIO so people can play with it | 01:34 |
yl | great thanks! | 01:35 |
cloudnull | if you have a VM w/ 8G ram and ~50GB storage you can kick the tires by deploying our AIO | 01:35 |
cloudnull | http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html#running-a-customized-aio-build | 01:36 |
cloudnull | that'll give you a complete stack | 01:36 |
cloudnull | that way you can see how it all works | 01:37 |
cloudnull | im signing off . i dont feel well (finally getting sick) but have fun yi and let us know if we can help make it all go. | 01:38 |
cloudnull | as a note, most of the core folks work | 01:39 |
cloudnull | UTC+1 | 01:39 |
cloudnull | or UTC-5 | 01:39 |
cloudnull | however there's generally someone around. | 01:40 |
mhayden | aaah, merge conflicts galore on my patches :P | 01:52 |
stevelle | you're welcome? :) | 01:52 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Updated the repo-build process https://review.openstack.org/230716 | 01:52 |
mhayden | stevelle: it's a problem i can fix! | 01:52 |
mhayden | unlike what's happening to the astros right now | 01:52 |
cloudnull | haha welcome to the game mhayden :) | 01:53 |
openstackgerrit | Steve Lewis proposed openstack/openstack-ansible: WIP Update Horizon configuration for Liberty https://review.openstack.org/235052 | 01:56 |
mhayden | review.openstack.org has AAAA records, nice | 01:56 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins https://review.openstack.org/232074 | 01:59 |
mhayden | pushing to gerrit seems to be slow from my neck of the woods | 01:59 |
mhayden | web interface is quick though | 01:59 |
mhayden | rebased: https://review.openstack.org/232074 | 01:59 |
openstackgerrit | Merged openstack/openstack-ansible-security: Removing 'indices/tables' from index.rst https://review.openstack.org/233058 | 02:00 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Updated hostlayout to fix some wording https://review.openstack.org/235053 | 02:01 |
stevelle | I'll see if I can give you one more conflict here tonight mhayden :) | 02:01 |
cloudnull | yi ^ that corrects the hostlayout doc note that you have to have a physical lb | 02:02 |
* mhayden hugs stevelle | 02:02 | |
cloudnull | and on that note, im out | 02:02 |
mhayden | night, cloudnull | 02:02 |
*** yl has quit IRC | 02:03 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38498: Audit log file permissions https://review.openstack.org/232056 | 02:03 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments https://review.openstack.org/233120 | 02:05 |
*** yunpengli has joined #openstack-ansible | 02:09 | |
*** yunpengli has quit IRC | 02:09 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Updated hostlayout to fix some wording https://review.openstack.org/235053 | 02:15 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3865{6,7}: Samba https://review.openstack.org/233215 | 02:17 |
*** sdake has joined #openstack-ansible | 02:17 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38675: Restrict core dumps https://review.openstack.org/233261 | 02:18 |
prometheanfire | cloudnull: nn | 02:20 |
prometheanfire | weakling | 02:20 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38682: Disable bluetooth modules https://review.openstack.org/233270 | 02:23 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-51391: Initialize AIDE https://review.openstack.org/234264 | 02:25 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38623: rsyslog file permissions https://review.openstack.org/234331 | 02:28 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38546: Disable IPv6 system-wide https://review.openstack.org/234333 | 02:30 |
openstackgerrit | Merged openstack/openstack-ansible: Enable Horizon multidomain configuration https://review.openstack.org/229836 | 02:31 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: Don't require latest pacakge version https://review.openstack.org/234856 | 02:33 |
mhayden | stevelle: ^^ expanded the scope per your suggestion | 02:33 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: Don't require latest pacakge version https://review.openstack.org/234856 | 02:33 |
mhayden | oh, and i can't spell package | 02:37 |
mhayden | perhaps i can't see the screen due to the tears from the astros :| | 02:37 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: Don't require latest package version https://review.openstack.org/234856 | 02:38 |
*** [ivan][ivan]_ has joined #openstack-ansible | 02:40 | |
[ivan][ivan]_ | Hi all, anybody have guide about Openstack + Ansible deployment on multi cluster spine leaf networks? | 02:41 |
*** g3rms_ has joined #openstack-ansible | 02:57 | |
*** cloudtrainme has quit IRC | 03:02 | |
*** sdake has quit IRC | 03:07 | |
openstackgerrit | Merged openstack/openstack-ansible: Only wait for SSH if the container config has changed https://review.openstack.org/234890 | 03:16 |
openstackgerrit | Merged openstack/openstack-ansible: Update rabbitmq-server to v3.5.6-1 https://review.openstack.org/233700 | 03:23 |
openstackgerrit | Merged openstack/openstack-ansible: Set cinder_service_region to service_region by default https://review.openstack.org/231339 | 03:23 |
*** darrenc is now known as darrenc_afk | 03:24 | |
openstackgerrit | Merged openstack/openstack-ansible: Implement horizon venv support https://review.openstack.org/229226 | 03:44 |
openstackgerrit | Merged openstack/openstack-ansible: Fix to correctly set the nova_management_address https://review.openstack.org/232666 | 04:00 |
*** WeeIX has joined #openstack-ansible | 04:00 | |
*** tlian has quit IRC | 04:06 | |
*** g3rms_ has quit IRC | 04:08 | |
*** kerwin_bai1 has joined #openstack-ansible | 04:15 | |
*** WeeIX has quit IRC | 04:15 | |
*** kerwin_bai has quit IRC | 04:16 | |
*** kerwin_bai1 is now known as kerwin_bai | 04:17 | |
*** darrenc_afk is now known as darrenc | 04:24 | |
*** kerwin_bai1 has joined #openstack-ansible | 04:29 | |
*** kerwin_bai has quit IRC | 04:29 | |
*** kerwin_bai1 is now known as kerwin_bai | 04:29 | |
*** kerwin_bai has quit IRC | 04:33 | |
*** javeriak has joined #openstack-ansible | 04:55 | |
*** kerwin_bai has joined #openstack-ansible | 04:56 | |
*** javeriak_ has joined #openstack-ansible | 04:59 | |
*** javeriak has quit IRC | 05:00 | |
*** javeriak_ has quit IRC | 05:13 | |
*** javeriak has joined #openstack-ansible | 05:21 | |
*** Mudpuppy has quit IRC | 05:26 | |
*** shausy has joined #openstack-ansible | 05:49 | |
*** shausy has quit IRC | 05:52 | |
*** shausy has joined #openstack-ansible | 05:52 | |
*** kerwin_bai has quit IRC | 05:57 | |
openstackgerrit | Merged openstack/openstack-ansible-security: Replace debug with fail https://review.openstack.org/234942 | 05:58 |
*** javeriak has quit IRC | 06:02 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Set cinder_service_region to service_region by default https://review.openstack.org/235101 | 06:03 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Enable Horizon multidomain configuration https://review.openstack.org/235102 | 06:03 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update rabbitmq-server to v3.5.6-1 https://review.openstack.org/235104 | 06:05 |
*** manas has joined #openstack-ansible | 06:19 | |
*** javeriak has joined #openstack-ansible | 06:26 | |
*** javeriak has quit IRC | 06:32 | |
*** manas has quit IRC | 06:51 | |
*** javeriak has joined #openstack-ansible | 06:59 | |
*** javeriak_ has joined #openstack-ansible | 06:59 | |
*** javeriak has quit IRC | 06:59 | |
*** javeriak_ has quit IRC | 07:04 | |
*** javeriak has joined #openstack-ansible | 07:04 | |
*** javeriak has quit IRC | 07:08 | |
*** pellaeon has joined #openstack-ansible | 07:12 | |
*** javeriak has joined #openstack-ansible | 07:23 | |
*** Mudpuppy has joined #openstack-ansible | 07:27 | |
*** Mudpuppy has quit IRC | 07:31 | |
*** javeriak has quit IRC | 07:33 | |
*** javeriak has joined #openstack-ansible | 07:35 | |
*** gparaskevas has joined #openstack-ansible | 07:41 | |
*** javeriak has quit IRC | 07:42 | |
*** neilus has joined #openstack-ansible | 07:50 | |
*** subscope has joined #openstack-ansible | 08:59 | |
*** [ivan][ivan]_ has quit IRC | 09:10 | |
openstackgerrit | Merged openstack/openstack-ansible-security: Don't require latest package version https://review.openstack.org/234856 | 09:12 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38702: FTP daemon logging https://review.openstack.org/233279 | 09:18 |
*** kerwin_bai has joined #openstack-ansible | 09:22 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-security: V-3867{4,6}: X windows https://review.openstack.org/233259 | 09:27 |
*** manas has joined #openstack-ansible | 09:30 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Nova Configuration for Liberty https://review.openstack.org/227839 | 09:39 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38500: No UID 0 accounts except root https://review.openstack.org/232070 | 09:40 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-3851{1,2,3}, V-38686: IPv4 security controls https://review.openstack.org/232088 | 09:42 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38687: VPN connectivity (exception docs) https://review.openstack.org/233273 | 09:42 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Implement nova venv support https://review.openstack.org/230727 | 09:44 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins https://review.openstack.org/232074 | 09:45 |
*** manas has quit IRC | 09:59 | |
*** robak has left #openstack-ansible | 10:00 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Add horizon setting for cinder backup https://review.openstack.org/235042 | 10:02 |
odyssey4me | mattt I thought that your suggestion in https://review.openstack.org/235042 was good, so I quickly adapted it - if you're happy then go ahead and vote on it, I'll verify with miguelgrinberg that he's happy when he comes online later. | 10:04 |
*** manas has joined #openstack-ansible | 10:04 | |
tiagogomes_ | isn't a bit confusing about having the management network and storage network defined under provider_networks? But they could go to another section | 10:06 |
mattt | odyssey4me: cool will do | 10:06 |
odyssey4me | tiagogomes_ networking in general is confusing ;) | 10:07 |
tiagogomes_ | haha it is | 10:07 |
* tiagogomes_ is glad that he doesn't need to deal with Open vSwitch | 10:07 | |
*** manas has quit IRC | 10:07 | |
odyssey4me | I've seen some feedback that the use of 'provider networks' in our context is not quite right - and suggestions to change that to a more standard term. | 10:08 |
odyssey4me | Unfortunately I'm not a guy who understand enough about networking to do any of that, so we rely on those who do to rescue us. :p | 10:08 |
tiagogomes_ | maybe rename provider_networks to networks; and consider every network by default to be what today you call "raw", unless with has a `provider_network: true` field | 10:10 |
odyssey4me | tiagogomes_ I'd love to say that makes sense, but I honestly can't have a meaningful conversation about networking in general or in the project's context. :/ | 10:12 |
odyssey4me | It may make sense to either submit a review and let the discussion happen there, or to discuss it with cloudnull and/or evrardjp who seem to know a few things. :) | 10:12 |
*** subscope has quit IRC | 10:16 | |
*** gparaskevas has quit IRC | 10:19 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Seperated out Telemetry Alarming (Aodh) https://review.openstack.org/232224 | 10:21 |
*** gcivitella has joined #openstack-ansible | 10:28 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Implement ceilometer venv support https://review.openstack.org/229212 | 10:41 |
*** subscope has joined #openstack-ansible | 10:56 | |
openstackgerrit | Merged openstack/openstack-ansible: Implement heat venv support https://review.openstack.org/229225 | 11:25 |
*** jhesketh has quit IRC | 11:31 | |
*** jhesketh has joined #openstack-ansible | 11:32 | |
*** gparaskevas has joined #openstack-ansible | 11:33 | |
*** Qwazerty has quit IRC | 11:53 | |
*** kerwin_bai has quit IRC | 11:53 | |
*** k_stev has joined #openstack-ansible | 11:55 | |
*** markvoelker has joined #openstack-ansible | 12:08 | |
*** _hanhart has joined #openstack-ansible | 12:09 | |
*** javeriak has joined #openstack-ansible | 12:12 | |
*** javeriak_ has joined #openstack-ansible | 12:19 | |
mhayden | dang, mattt -- you are the wind beneath my wings, sir | 12:20 |
*** javeriak has quit IRC | 12:20 | |
*** _hanhart has quit IRC | 12:21 | |
*** javeriak_ has quit IRC | 12:22 | |
*** javeriak has joined #openstack-ansible | 12:22 | |
*** Mudpuppy has joined #openstack-ansible | 12:24 | |
*** javeriak_ has joined #openstack-ansible | 12:26 | |
*** javeriak has quit IRC | 12:28 | |
*** Mudpuppy has quit IRC | 12:29 | |
*** phschwartz has quit IRC | 12:29 | |
*** phschwartz has joined #openstack-ansible | 12:29 | |
*** kerwin_bai has joined #openstack-ansible | 12:30 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38697: Sticky bit (exception) https://review.openstack.org/234249 | 12:31 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38679: Disable DHCP client docs https://review.openstack.org/233262 | 12:31 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38655: Mount w/noexec exception [docs only] https://review.openstack.org/233147 | 12:32 |
*** _hanhart has joined #openstack-ansible | 12:34 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-386{67,70,95,96,98}, V-38700: Run AIDE via cron https://review.openstack.org/233231 | 12:34 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38682: Disable bluetooth modules https://review.openstack.org/233270 | 12:34 |
*** woodard has joined #openstack-ansible | 12:37 | |
*** woodard has quit IRC | 12:37 | |
*** woodard has joined #openstack-ansible | 12:38 | |
odyssey4me | mattt after the rebase and resolution of the merge conflict, can you add your vote back to https://review.openstack.org/227839 please | 12:39 |
*** phschwartz has quit IRC | 12:41 | |
mattt | odyssey4me: sure | 12:41 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments https://review.openstack.org/233120 | 12:41 |
*** phschwartz has joined #openstack-ansible | 12:42 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38623: rsyslog file permissions https://review.openstack.org/234331 | 12:43 |
openstackgerrit | Merged openstack/openstack-ansible: Implement ceilometer venv support https://review.openstack.org/229212 | 12:44 |
openstackgerrit | Merged openstack/openstack-ansible: Updated hostlayout to fix some wording https://review.openstack.org/235053 | 12:44 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3865{6,7}: Samba https://review.openstack.org/233215 | 12:45 |
odyssey4me | git-harry fyi I mentioned this earlier: https://review.openstack.org/232811 and https://github.com/sigmavirus24/schema-validator | 12:45 |
*** phschwartz has quit IRC | 12:45 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38660: SNMPv3 https://review.openstack.org/233226 | 12:46 |
*** _hanhart has quit IRC | 12:46 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38675: Restrict core dumps https://review.openstack.org/233261 | 12:47 |
*** phschwartz has joined #openstack-ansible | 12:49 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38546: Disable IPv6 system-wide https://review.openstack.org/234333 | 12:50 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38684: Max concurrent sessions https://review.openstack.org/233264 | 12:51 |
mattt | drawing a blank, can i vote on a commit i've had to manually rebase? | 12:52 |
mattt | (someone else's commit btw) | 12:52 |
mhayden | mattt: you can do anything if you believe | 12:53 |
* mhayden learned that from a cat poster | 12:53 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-51391: Initialize AIDE https://review.openstack.org/234264 | 12:53 |
mattt | mhayden: i believe | 12:53 |
mattt | mhayden: IN YOU | 12:53 |
* git-harry scratches left elbow with left hand | 12:54 | |
mhayden | mattt: http://www.reactiongifs.us/wp-content/uploads/2013/06/raining_david_tennant.gif | 12:54 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3867{4,6}: X windows https://review.openstack.org/233259 | 12:54 |
mhayden | mattt: alrighty, i think i fixed up he stuff you found | 12:54 |
mhayden | (for now) ;) | 12:54 |
mattt | mhayden: you awesome | 12:55 |
odyssey4me | mattt yes, a rebase is not a substantive change | 12:58 |
*** phschwartz has quit IRC | 12:58 | |
*** phschwartz has joined #openstack-ansible | 12:58 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents https://review.openstack.org/232767 | 13:01 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents https://review.openstack.org/232767 | 13:03 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents https://review.openstack.org/232767 | 13:03 |
mhayden | third time's the charm on that one :| | 13:03 |
mhayden | mattt: ^^ fixed the state: latest | 13:03 |
*** cloudtrainme has joined #openstack-ansible | 13:06 | |
mattt | mhayden: why do you do a changed_when in https://review.openstack.org/#/c/232767/11/tasks/auditd.yml ? | 13:06 |
* mhayden ganders | 13:06 | |
mhayden | ah, i'm switching those to "False" | 13:06 |
mhayden | i'll fix | 13:06 |
mattt | mhayden: i'm not saying do/don't, i'm more curious | 13:07 |
mattt | incase i'm doing something wrong | 13:07 |
mattt | which is more often than not the case | 13:07 |
mhayden | well i want the play to say changed=0 when it finishes | 13:07 |
mhayden | and some of these shell commands return changed=1 | 13:07 |
mhayden | when all they're doing is reading data | 13:07 |
mattt | ah yeah then false is better | 13:07 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents https://review.openstack.org/232767 | 13:08 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38546: Disable IPv6 system-wide https://review.openstack.org/234333 | 13:08 |
mhayden | mattt: ^^ so let it be written, so let it be reviewed :P | 13:08 |
*** javeriak has joined #openstack-ansible | 13:08 | |
*** cloudtrainme has quit IRC | 13:10 | |
*** javeriak_ has quit IRC | 13:11 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments https://review.openstack.org/233120 | 13:14 |
mhayden | ^^ rebased | 13:14 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38675: Restrict core dumps https://review.openstack.org/233261 | 13:15 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-51391: Initialize AIDE https://review.openstack.org/234264 | 13:16 |
*** tlian has joined #openstack-ansible | 13:17 | |
*** woodard has quit IRC | 13:19 | |
mhayden | mattt: here's one that might be fairly easy to review -> https://review.openstack.org/#/c/234439/ | 13:19 |
mhayden | mainly just cracking up the docs into pieces for easier import/sorting | 13:19 |
mattt | mhayden: easy if you ignore the fact that there's 1000 new files | 13:22 |
mhayden | mattt: of course! | 13:23 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement aodh venv support https://review.openstack.org/233401 | 13:23 |
mhayden | morning cloudnull | 13:23 |
cloudnull | o/ | 13:24 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement swift venv support https://review.openstack.org/230733 | 13:25 |
*** woodard has joined #openstack-ansible | 13:26 | |
cloudnull | matt updated those two PRs for consistency . i forgot to remove the venv_bin ownership call for swift | 13:26 |
cloudnull | and added the dir create for aodh | 13:26 |
cloudnull | also replied to the other questions in the review. | 13:26 |
cloudnull | on that note, im out. i feel terrible. | 13:27 |
mattt | cloudnull: thanks kevin, get some rest | 13:27 |
cloudnull | thanks mattt for reviewing all that | 13:27 |
cloudnull | and i intend to sleep now :) | 13:27 |
andymccr | i like it cloudnull, acclimating to tokyo early :D | 13:28 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins https://review.openstack.org/232074 | 13:30 |
*** daneyon_ has quit IRC | 13:37 | |
*** richoid has quit IRC | 13:40 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins https://review.openstack.org/232074 | 13:41 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-51391: Initialize AIDE https://review.openstack.org/234264 | 13:45 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38660: SNMPv3 https://review.openstack.org/233226 | 13:47 |
*** jwagner_away is now known as jwagner | 13:49 | |
mattt | mhayden: https://review.openstack.org/#/c/234264/8/handlers/main.yml | 13:55 |
mattt | mhayden: was more curious if you could have multiple aideinit processes running at same time | 13:55 |
mattt | as that in itself could be problematic | 13:55 |
mhayden | i'll test that this morning | 13:56 |
mhayden | IIRC, there's a lockfile | 13:56 |
mhayden | then again, ubuntu has three levels of wrappers for running AIDE :( | 13:56 |
*** jmckind has joined #openstack-ansible | 13:58 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:58 | |
*** phalmos has joined #openstack-ansible | 14:00 | |
*** cloudtrainme has joined #openstack-ansible | 14:12 | |
*** cloudtrainme has quit IRC | 14:12 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38684: Max concurrent sessions https://review.openstack.org/233264 | 14:16 |
odyssey4me | mattt has your concern been addressed in https://review.openstack.org/230726 ? | 14:17 |
*** tlian has quit IRC | 14:19 | |
mattt | odyssey4me: you tell me? | 14:19 |
*** tlian has joined #openstack-ansible | 14:20 | |
*** jwagner is now known as jwagner_away | 14:20 | |
*** Mudpuppy has joined #openstack-ansible | 14:21 | |
openstackgerrit | Merged openstack/openstack-ansible: Update Nova Configuration for Liberty https://review.openstack.org/227839 | 14:22 |
*** phalmos has quit IRC | 14:23 | |
*** jwagner_away is now known as jwagner | 14:25 | |
*** mgoddard__ has joined #openstack-ansible | 14:29 | |
*** mgoddard_ has quit IRC | 14:33 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-3867{4,6}: X windows https://review.openstack.org/233259 | 14:33 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38623: rsyslog file permissions https://review.openstack.org/234331 | 14:33 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Adding missing vfat packages for the nova config_drive https://review.openstack.org/235393 | 14:38 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38675: Restrict core dumps https://review.openstack.org/233261 | 14:39 |
mhayden | odyssey4me / mattt: just a rebase here ^^ | 14:40 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments https://review.openstack.org/233120 | 14:41 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3865{6,7}: Samba https://review.openstack.org/233215 | 14:42 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38660: SNMPv3 https://review.openstack.org/233226 | 14:43 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3869{2,4}: Lock inactive accounts https://review.openstack.org/233255 | 14:44 |
*** Guest68187 has quit IRC | 14:44 | |
*** lbragstad has quit IRC | 14:44 | |
*** blewis has joined #openstack-ansible | 14:45 | |
*** blewis is now known as Guest72549 | 14:45 | |
*** lbragstad has joined #openstack-ansible | 14:46 | |
*** Mudpuppy has quit IRC | 14:46 | |
*** Mudpuppy has joined #openstack-ansible | 14:47 | |
*** Guest72549 has quit IRC | 14:48 | |
*** lbragstad has quit IRC | 14:48 | |
*** mgoddard__ has quit IRC | 14:51 | |
*** mgoddard has joined #openstack-ansible | 14:51 | |
*** lbragstad has joined #openstack-ansible | 14:53 | |
*** lbragstad has quit IRC | 14:54 | |
*** lbragstad has joined #openstack-ansible | 14:56 | |
*** javeriak has quit IRC | 14:56 | |
*** javeriak has joined #openstack-ansible | 14:58 | |
*** javeriak has quit IRC | 15:06 | |
*** woodard has quit IRC | 15:08 | |
tiagogomes_ | Mmm, my containers don't have external connectivity: http://paste.openstack.org/show/476387/ | 15:14 |
tiagogomes_ | Anyone has any clue why? | 15:14 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-38675: Restrict core dumps https://review.openstack.org/233261 | 15:18 |
*** phalmos has joined #openstack-ansible | 15:19 | |
*** mgariepy has quit IRC | 15:24 | |
tiagogomes_ | I think I know what the problem is, I set `lxc_net_address: 192.168.1.0` | 15:25 |
*** galstrom_zzz is now known as galstrom | 15:27 | |
*** mgariepy has joined #openstack-ansible | 15:27 | |
*** sdake has joined #openstack-ansible | 15:27 | |
*** openstackgerrit has quit IRC | 15:31 | |
*** openstackgerrit has joined #openstack-ansible | 15:32 | |
*** daneyon has joined #openstack-ansible | 15:33 | |
*** woodard has joined #openstack-ansible | 15:34 | |
jasondotstar | stevelle: pig | 15:37 |
jasondotstar | *PING | 15:37 |
jasondotstar | lol | 15:37 |
stevelle | oink? | 15:37 |
jasondotstar | stevelle: can you (or anyone) take a look at https://review.openstack.org/#/c/235425/ | 15:37 |
jasondotstar | didn't see it announced | 15:38 |
stevelle | will at it to my queue | 15:38 |
jasondotstar | stevelle: ack. thx. | 15:38 |
*** mgoddard_ has joined #openstack-ansible | 15:45 | |
*** blewis has joined #openstack-ansible | 15:46 | |
*** blewis is now known as Guest27799 | 15:46 | |
*** mgoddard has quit IRC | 15:48 | |
*** sdake has quit IRC | 15:48 | |
*** jmckind is now known as jmckind_ | 15:52 | |
*** jmckind_ is now known as jmckind | 15:52 | |
*** woodard_ has joined #openstack-ansible | 15:53 | |
*** woodard_ has quit IRC | 15:53 | |
*** woodard_ has joined #openstack-ansible | 15:53 | |
*** woodard has quit IRC | 15:55 | |
*** gparaskevas has quit IRC | 15:55 | |
*** mgoddard_ has quit IRC | 15:58 | |
*** mgoddard has joined #openstack-ansible | 15:58 | |
Sam-I-Am | meeting? | 16:00 |
odyssey4me | community meeting in #openstack-meeting-4 cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, mancdaz, dolphm, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle | 16:01 |
*** Bjoern_ has joined #openstack-ansible | 16:02 | |
*** harvy has quit IRC | 16:12 | |
*** g3rms_ has joined #openstack-ansible | 16:19 | |
*** alop has joined #openstack-ansible | 16:20 | |
*** woodard_ has quit IRC | 16:22 | |
*** g3rms_ has quit IRC | 16:26 | |
*** woodard has joined #openstack-ansible | 16:27 | |
*** woodard has quit IRC | 16:28 | |
*** woodard has joined #openstack-ansible | 16:28 | |
*** jmckind is now known as jmckind_ | 16:33 | |
*** sdake has joined #openstack-ansible | 16:35 | |
*** shausy has quit IRC | 16:40 | |
*** kerwin_bai has quit IRC | 16:42 | |
*** javeriak has joined #openstack-ansible | 16:45 | |
*** tiagogomes_ has quit IRC | 16:48 | |
*** subscope has quit IRC | 16:55 | |
*** javeriak has quit IRC | 16:56 | |
*** javeriak has joined #openstack-ansible | 17:00 | |
*** phalmos has quit IRC | 17:04 | |
*** gcivitella has quit IRC | 17:05 | |
*** phalmos has joined #openstack-ansible | 17:05 | |
*** spotz_zzz is now known as spotz | 17:08 | |
*** lbragstad_ has joined #openstack-ansible | 17:11 | |
*** bitblt has joined #openstack-ansible | 17:13 | |
*** phschwartz is now known as phschwartz_aw | 17:17 | |
*** woodard_ has joined #openstack-ansible | 17:25 | |
*** shausy has joined #openstack-ansible | 17:25 | |
*** woodard has quit IRC | 17:28 | |
*** brice has joined #openstack-ansible | 17:36 | |
openstackgerrit | Byron McCollum proposed openstack/openstack-ansible: Neutron Post Install Uses Deprecated Keystone Client, Sets Needless Fact https://review.openstack.org/235505 | 17:38 |
*** javeriak_ has joined #openstack-ansible | 17:44 | |
*** javeriak has quit IRC | 17:45 | |
thingee | odyssey4me: ping | 17:49 |
odyssey4me | :) hi thingee - I'm busy slotting the topics together. Thanks for reaching out. | 17:49 |
odyssey4me | we just finished our meeting in which we decided what the topics would be | 17:50 |
thingee | odyssey4me: excellent, thank you! | 17:51 |
*** shausy has quit IRC | 17:53 | |
*** spotz is now known as spotz_zzz | 17:55 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement neutron venv support https://review.openstack.org/230726 | 17:55 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement swift venv support https://review.openstack.org/230733 | 17:56 |
*** thingee has left #openstack-ansible | 17:59 | |
*** lbragstad has quit IRC | 18:00 | |
*** Guest27799 has quit IRC | 18:00 | |
*** lbragstad_ is now known as lbragstad | 18:00 | |
bgmccollum | should all git tasks have force: yes set? im running into an issue where RPC OpenStack is modifying some spice files, and re-running the playbooks breaks the spice repo clone because local modifications exist. | 18:09 |
bgmccollum | or should the clone land somewhere else, and then moved to final destination where its safe to modify files | 18:11 |
*** alejandrito has joined #openstack-ansible | 18:14 | |
*** bitblt has quit IRC | 18:16 | |
odyssey4me | bgmccollum it sounds like rpc-openstack needs a patch to cater for the change in the openstack-ansible deliverable | 18:21 |
odyssey4me | it probably just needs an adjusted file for the patch, if it needs the patch at all | 18:21 |
bgmccollum | odyssey4me: but do you think seetting force to yes is a bad thing? | 18:22 |
odyssey4me | bgmccollum I dunno, that depends on how the patch is being applied - it probably is bad because if it's failing then it's doing so for a reason | 18:23 |
odyssey4me | palendae fyi http://lists.openstack.org/pipermail/openstack-dev/2015-October/077155.html | 18:23 |
odyssey4me | in the etherpad is a link to a topic specific etherpad | 18:23 |
odyssey4me | go wild there with whatever you'd like, and feel free to send out a follow up email to the ML when you have put some meat into it | 18:24 |
palendae | odyssey4me: Thanks | 18:24 |
bgmccollum | odyssey4me: unfortunately...the spice console is cloned directly to its final destination...any patching after that will leave the workspace unclean...so the next time the playbooks run, it will fail because local modifications exist. there currently is no way to make it work, unless OSA takes on the patch. | 18:25 |
*** jmckind_ is now known as jmckind | 18:27 | |
openstackgerrit | Byron McCollum proposed openstack/openstack-ansible: Ensure git clones discard local modifications https://review.openstack.org/235537 | 18:29 |
openstackgerrit | Byron McCollum proposed openstack/openstack-ansible: Ensure git clones discard local modifications https://review.openstack.org/235537 | 18:32 |
lbragstad | cloudnull i meant to follow up on this a while ago, but did you end up hitting any issues with constraints support in yaprt? | 18:36 |
lbragstad | cloudnull with this pr - https://github.com/cloudnull/yaprt/pull/11 ? | 18:37 |
*** Mudpuppy_ has joined #openstack-ansible | 18:49 | |
*** Mudpuppy has quit IRC | 18:50 | |
*** subscope has joined #openstack-ansible | 18:56 | |
*** javeriak_ has quit IRC | 19:05 | |
*** mgoddard_ has joined #openstack-ansible | 19:16 | |
*** mgoddard__ has joined #openstack-ansible | 19:17 | |
*** mgoddard has quit IRC | 19:19 | |
*** mgoddard_ has quit IRC | 19:20 | |
*** phschwartz_aw is now known as phschwartz | 19:23 | |
*** mgoddard_ has joined #openstack-ansible | 19:24 | |
*** mgoddard__ has quit IRC | 19:25 | |
*** mgoddard__ has joined #openstack-ansible | 19:25 | |
*** jmckind is now known as jmckind_ | 19:25 | |
*** jmckind_ is now known as jmckind | 19:26 | |
*** mgoddard_ has quit IRC | 19:29 | |
*** jmckind is now known as jmckind_ | 19:36 | |
mhayden | odyssey4me: sorry for disappearing -- crazy meeting day | 19:39 |
mhayden | will check in with Apsu on the dangling veth fun, odyssey4me | 19:39 |
*** woodard has joined #openstack-ansible | 19:40 | |
*** woodard_ has quit IRC | 19:43 | |
*** mgoddard_ has joined #openstack-ansible | 19:43 | |
*** mgoddard__ has quit IRC | 19:44 | |
*** mgoddard has joined #openstack-ansible | 19:45 | |
*** woodard has quit IRC | 19:46 | |
*** woodard has joined #openstack-ansible | 19:47 | |
*** mgoddard_ has quit IRC | 19:48 | |
*** woodard_ has joined #openstack-ansible | 19:51 | |
openstackgerrit | Merged openstack/openstack-ansible: Neutron Post Install Uses Deprecated Keystone Client, Sets Needless Fact https://review.openstack.org/235505 | 19:51 |
*** mgoddard_ has joined #openstack-ansible | 19:53 | |
*** mgoddard has quit IRC | 19:54 | |
*** woodard has quit IRC | 19:54 | |
*** mgoddard__ has joined #openstack-ansible | 19:54 | |
openstackgerrit | Byron McCollum proposed openstack/openstack-ansible: Neutron Post Install Uses Deprecated Keystone Client, Sets Needless Fact https://review.openstack.org/235565 | 19:55 |
*** mgoddard_ has quit IRC | 19:56 | |
*** mgoddard_ has joined #openstack-ansible | 19:56 | |
*** mgoddard__ has quit IRC | 19:57 | |
*** mgoddard__ has joined #openstack-ansible | 19:57 | |
*** mgoddard_ has quit IRC | 20:01 | |
*** Mudpuppy_ has quit IRC | 20:05 | |
*** Mudpuppy has joined #openstack-ansible | 20:06 | |
*** brice has quit IRC | 20:07 | |
Apsu | mhayden: DANGLErs | 20:10 |
Sam-I-Am | Apsu: is that still a thing? | 20:11 |
*** ashishjain has joined #openstack-ansible | 20:11 | |
Apsu | Sam-I-Am: Of course it is. Netlink is still slow | 20:13 |
palendae | The naming the pair took care of it, but we're waiting on lxc to release a version with the fix, and seeing if that gets backported | 20:14 |
Sam-I-Am | was it an actual lxc problem or more kernel weirdnes? | 20:16 |
palendae | lxc doesn't clean up after itself | 20:16 |
Sam-I-Am | not sure ubuntu would backport something like that into 14.04 | 20:18 |
palendae | Probably | 20:19 |
palendae | 16.04 is up next | 20:20 |
Sam-I-Am | yep | 20:20 |
*** subscope has quit IRC | 20:25 | |
openstackgerrit | Michael Davies proposed openstack/openstack-ansible-specs: Add spec for Ironic support https://review.openstack.org/233493 | 20:32 |
*** woodard_ has quit IRC | 20:33 | |
*** woodard has joined #openstack-ansible | 20:35 | |
openstackgerrit | Merged openstack/openstack-ansible-security: V-53481: Auditd disk space + single-user mode https://review.openstack.org/233276 | 20:38 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-51875: Symlink for docs https://review.openstack.org/233285 | 20:40 |
ashishjain | Can I get some help on openstack issue as I am using osad to install it ? | 20:41 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-51739: LSM device labeling exception https://review.openstack.org/234227 | 20:41 |
*** woodard has quit IRC | 20:41 | |
ashishjain | I am not able to spin off a VM because of the error message "Unexpected vif_type=binding_failed" | 20:41 |
openstackgerrit | Merged openstack/openstack-ansible-security: V-386{85,90}: Temporary/emergency accounts (exception) https://review.openstack.org/234237 | 20:42 |
ashishjain | I also see the following in neutron-linuxbridge-agent.log in compute node is -> http://paste.openstack.org/show/476429/ | 20:42 |
ashishjain | I also see a fix which was merged in osad via the following bug https://bugs.launchpad.net/neutron/+bug/1432873 | 20:43 |
openstack | Launchpad bug 1432873 in openstack-ansible juno "Add FDB bridge entry fails if old entry not removed" [Undecided,Fix released] - Assigned to Kevin Carter (kevin-carter) | 20:43 |
ashishjain | Not sure if my issue is related to this but I see difference in entries when I run the bridge fd command on neutron agent node and compute node | 20:44 |
ashishjain | some entries do match but some differ too | 20:45 |
ashishjain | some details about my network creation and the command I use to boot a nova instance -> http://paste.openstack.org/show/476432/ | 20:47 |
ashishjain | Looks like this could be an issue with "Neutron-Linux-Bridge-Plugin" as the return code is 255 for any command | 20:53 |
ashishjain | anyone with expertise on neutron linux bridge plugin | 20:54 |
*** jwagner is now known as jwagner_away | 21:04 | |
*** ashishjain has quit IRC | 21:15 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38681: GID's in /etc/passwd & /etc/group https://review.openstack.org/234215 | 21:18 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-51391: Initialize AIDE https://review.openstack.org/234264 | 21:20 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38680: Audit log capacity notifications https://review.openstack.org/233247 | 21:22 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins https://review.openstack.org/232074 | 21:23 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments https://review.openstack.org/233120 | 21:24 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-3865{6,7}: Samba https://review.openstack.org/233215 | 21:27 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement nova venv support https://review.openstack.org/230727 | 21:29 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: V-38660: SNMPv3 https://review.openstack.org/233226 | 21:31 |
*** woodard has joined #openstack-ansible | 21:38 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Updated the repo-build process https://review.openstack.org/230716 | 21:46 |
*** jmckind_ has quit IRC | 22:04 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:08 | |
*** galstrom is now known as galstrom_zzz | 22:25 | |
*** woodard has quit IRC | 22:42 | |
*** woodard has joined #openstack-ansible | 22:43 | |
*** gjn has joined #openstack-ansible | 22:43 | |
*** daneyon has quit IRC | 22:55 | |
*** daneyon has joined #openstack-ansible | 23:03 | |
*** k_stev has quit IRC | 23:08 | |
*** darrenc is now known as darrenc_afk | 23:20 | |
*** sdake has quit IRC | 23:22 | |
*** darrenc has joined #openstack-ansible | 23:28 | |
*** kerwin_bai has joined #openstack-ansible | 23:29 | |
*** darrenc_afk has quit IRC | 23:30 | |
*** persia has quit IRC | 23:30 | |
*** persia has joined #openstack-ansible | 23:30 | |
*** miguelgrinberg has quit IRC | 23:31 | |
*** miguelgrinberg has joined #openstack-ansible | 23:31 | |
*** kerwin_bai1 has joined #openstack-ansible | 23:33 | |
*** kerwin_bai has quit IRC | 23:33 | |
*** kerwin_bai1 is now known as kerwin_bai | 23:33 | |
*** metral has quit IRC | 23:34 | |
*** bapalm has quit IRC | 23:34 | |
*** alop has quit IRC | 23:38 | |
openstackgerrit | Merged openstack/openstack-ansible: Neutron Post Install Uses Deprecated Keystone Client, Sets Needless Fact https://review.openstack.org/235565 | 23:39 |
openstackgerrit | Merged openstack/openstack-ansible: Set cinder_service_region to service_region by default https://review.openstack.org/235101 | 23:39 |
*** bapalm has joined #openstack-ansible | 23:39 | |
*** metral has joined #openstack-ansible | 23:42 | |
openstackgerrit | Merged openstack/openstack-ansible: Enable Horizon multidomain configuration https://review.openstack.org/235102 | 23:43 |
*** phschwartz has quit IRC | 23:54 | |
*** neilus has quit IRC | 23:54 | |
*** dstanek has quit IRC | 23:54 | |
*** lkoranda has quit IRC | 23:54 | |
*** Mudpuppy has quit IRC | 23:54 | |
*** evrardjp has quit IRC | 23:54 | |
*** jmccrory has quit IRC | 23:54 | |
*** dmsimard has quit IRC | 23:54 | |
*** mancdaz has quit IRC | 23:54 | |
*** git-harry has quit IRC | 23:54 | |
*** grumpycatt has quit IRC | 23:54 | |
*** marekd has quit IRC | 23:54 | |
*** darrenc has quit IRC | 23:54 | |
*** gjn has quit IRC | 23:54 | |
*** maximov has quit IRC | 23:54 | |
*** meteorfox has quit IRC | 23:54 | |
*** serverascode has quit IRC | 23:54 | |
*** mfisch has quit IRC | 23:54 | |
*** bgmccollum has quit IRC | 23:54 | |
*** misc has quit IRC | 23:54 | |
*** galstrom_zzz has quit IRC | 23:54 | |
*** gus has quit IRC | 23:54 | |
*** neillc has quit IRC | 23:54 | |
*** bogeyon18 has quit IRC | 23:54 | |
*** sigmavirus24_awa has quit IRC | 23:54 | |
*** eglute has quit IRC | 23:54 | |
*** d34dh0r53 has quit IRC | 23:54 | |
*** cloudnull has quit IRC | 23:54 | |
*** jroll has quit IRC | 23:54 | |
*** palendae has quit IRC | 23:54 | |
*** dolphm has quit IRC | 23:54 | |
*** mattoliverau has quit IRC | 23:54 | |
*** mgagne has quit IRC | 23:54 | |
*** ChanServ has quit IRC | 23:54 | |
*** Ti-mo has quit IRC | 23:54 | |
*** vdo has quit IRC | 23:54 | |
*** larsks has quit IRC | 23:54 | |
*** andymccr has quit IRC | 23:54 | |
*** phalmos has quit IRC | 23:54 | |
*** wabu has quit IRC | 23:54 | |
*** prometheanfire has quit IRC | 23:54 | |
*** rackertom has quit IRC | 23:54 | |
*** sirushti has quit IRC | 23:54 | |
*** stevelle has quit IRC | 23:54 | |
*** persia has quit IRC | 23:54 | |
*** errr has quit IRC | 23:54 | |
*** odyssey4me has quit IRC | 23:54 | |
*** b3rnard0 has quit IRC | 23:54 | |
*** spotz_zzz has quit IRC | 23:54 | |
*** bapalm has quit IRC | 23:54 | |
*** hughsaunders has quit IRC | 23:55 | |
*** jlvillal has quit IRC | 23:55 | |
*** antonym has quit IRC | 23:55 | |
*** mgoddard__ has quit IRC | 23:55 | |
*** lbragstad has quit IRC | 23:55 | |
*** pellaeon has quit IRC | 23:55 | |
*** jaypipes has quit IRC | 23:55 | |
*** then3rd has quit IRC | 23:55 | |
*** logan2 has quit IRC | 23:55 | |
*** alejandrito has quit IRC | 23:55 | |
*** openstackgerrit has quit IRC | 23:55 | |
*** ggillies has quit IRC | 23:55 | |
*** daneyon has quit IRC | 23:55 | |
*** toddnni has quit IRC | 23:55 | |
*** charz has quit IRC | 23:55 | |
*** agireud has quit IRC | 23:55 | |
*** finchd-also has quit IRC | 23:55 | |
*** mattt has quit IRC | 23:55 | |
*** arbrandes has quit IRC | 23:55 | |
*** kerwin_bai has quit IRC | 23:55 | |
*** miguelgrinberg has quit IRC | 23:55 | |
*** jwitk0 has quit IRC | 23:55 | |
*** timrc has quit IRC | 23:55 | |
*** rromans has quit IRC | 23:55 | |
*** mrda has quit IRC | 23:55 | |
*** mhayden has quit IRC | 23:55 | |
*** xar- has quit IRC | 23:55 | |
*** andyhky has quit IRC | 23:55 | |
*** thrawn01 has quit IRC | 23:55 | |
*** jasondotstar has quit IRC | 23:55 | |
*** pabelanger has quit IRC | 23:55 | |
*** e-vad has quit IRC | 23:55 | |
*** metral has quit IRC | 23:55 | |
*** woodard has quit IRC | 23:55 | |
*** Bjoern_ has quit IRC | 23:55 | |
*** elo has quit IRC | 23:55 | |
*** harlowja has quit IRC | 23:55 | |
*** jcannava has quit IRC | 23:55 | |
*** erikmwilson has quit IRC | 23:55 | |
*** jwagner_away has quit IRC | 23:55 | |
*** coolj has quit IRC | 23:55 | |
*** Apsu has quit IRC | 23:55 | |
*** mrodden has quit IRC | 23:55 | |
*** raginbajin has quit IRC | 23:55 | |
*** Sam-I-Am has quit IRC | 23:55 | |
*** jhesketh has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!