Friday, 2015-12-11

openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601200:06
*** networkninja has quit IRC00:10
*** baker has joined #openstack-ansible00:18
openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601200:18
*** metral is now known as metral_zzz00:21
*** dslevin has joined #openstack-ansible00:23
*** sigmavirus24 is now known as sigmavirus24_awa00:26
*** dslevin has quit IRC00:27
*** metral_zzz is now known as metral00:28
openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601200:28
openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601200:34
*** daneyon has quit IRC00:37
*** Mudpuppy has quit IRC00:59
*** baker has quit IRC01:00
*** Mudpuppy has joined #openstack-ansible01:03
*** baker has joined #openstack-ansible01:04
*** Mudpuppy has quit IRC01:14
*** dslevin has joined #openstack-ansible01:17
*** dslevin has quit IRC01:21
*** Mudpuppy has joined #openstack-ansible01:34
*** BjoernT has quit IRC01:45
*** woodard_ has joined #openstack-ansible01:49
*** woodard has quit IRC01:50
*** woodard_ has quit IRC02:00
*** jamielennox is now known as jamielennox|away02:01
*** Mudpuppy has quit IRC02:04
openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601202:08
*** Mudpuppy has joined #openstack-ansible02:08
openstackgerritKevin Carter proposed openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601202:16
openstackgerritKevin Carter proposed openstack/openstack-ansible: IRR - Implemented for setup-infrastructure  https://review.openstack.org/25592102:22
*** jamielennox|away is now known as jamielennox02:29
cloudnullOMFG! the gate is working... :p02:30
openstackgerritKevin Carter proposed openstack/openstack-ansible-repo_server: updated repo pathing for new org  https://review.openstack.org/25600802:34
*** baker has quit IRC02:34
*** Mudpuppy has quit IRC02:35
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601602:35
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601602:46
openstackgerritKevin Carter proposed openstack/openstack-ansible-repo_server: updated repo pathing for new org  https://review.openstack.org/25600802:47
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_client: updated repo pathing for new org  https://review.openstack.org/25600902:50
openstackgerritMerged openstack/openstack-ansible: Convert AIO bootstrap from bash to Ansible  https://review.openstack.org/25541202:55
*** eil397 has joined #openstack-ansible02:59
*** woodard has joined #openstack-ansible02:59
*** fawadkhaliq has joined #openstack-ansible03:09
*** tlian has quit IRC03:16
*** tlian has joined #openstack-ansible03:23
*** baker has joined #openstack-ansible03:24
*** fawadkhaliq has quit IRC03:31
*** baker has quit IRC03:47
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601603:55
*** cemmason has joined #openstack-ansible03:57
*** baker has joined #openstack-ansible04:01
*** cfarquhar has quit IRC04:06
*** cfarquhar has joined #openstack-ansible04:13
*** cfarquhar has quit IRC04:13
*** cfarquhar has joined #openstack-ansible04:13
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601604:32
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601604:49
*** fawadkhaliq has joined #openstack-ansible04:55
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601605:09
*** ig0r__ has joined #openstack-ansible05:15
*** ig0r_ has quit IRC05:19
*** ig0r__ has quit IRC05:21
*** tlian has quit IRC05:32
*** hybridpollo has quit IRC05:48
*** javeriak has joined #openstack-ansible05:57
*** woodard has quit IRC05:59
*** ashishb has joined #openstack-ansible06:28
*** phiche has joined #openstack-ansible06:31
*** jamielennox is now known as jamielennox|away06:33
*** woodard has joined #openstack-ansible07:00
*** phiche has quit IRC07:02
*** hassaan__ has joined #openstack-ansible07:04
*** hassaan__ has quit IRC07:04
*** hassaan__ has joined #openstack-ansible07:04
*** woodard has quit IRC07:05
*** phiche has joined #openstack-ansible07:14
*** ig0r_ has joined #openstack-ansible07:32
*** preeti_ has joined #openstack-ansible07:43
preeti_Hi...I am working on openstack-ansible and i am new to this. I am trying to deploy designate using playbooks. I want to know what is the significance of roles? How are roles and tasks related to each other? What files need to included in the roles/tasks directory?07:46
preeti_Hi....anybody available for openstack-ansible queries07:47
preeti_?07:47
preeti_I need help regarding roles and tasks07:48
javeriakhey preeti, someone or the other will be around in a few hours07:53
preeti_ok...will wait for the response. thanks07:54
javeriakroles are basically re-useable modules that can be inlcuded in multiple playbooks; think of tasks as an atomic operation that happens within a role/playbook07:55
javeriakthis is a good overview: https://www.digitalocean.com/community/tutorials/how-to-use-ansible-roles-to-abstract-your-infrastructure-environment07:55
javeriakif you are creating a new role, you can then include it within the main OSA repo by adding it to the roles-requirement file that will pull them in during bootsrap07:56
javeriakyou will need to maintain your role in a seperate repo on github, perhaps add it to ansible galaxy as well if you prefer07:57
javeriakpreeti_ ^07:57
preeti_ok...thanks I will go through this as well....I just had confusion if I am adding some new  component then how do I decide what tasks files are to be added....I have created roles using ansible-galaxy only07:58
javeriakwell you could start with writing a playbook to perform your needed tasks within openstack-ansible, after that works, turn that playbook into a role and upload to galaxy/github; this will also have to include the top level wrapper that includes and runs your riole08:01
javeriakroles*08:01
*** woodard has joined #openstack-ansible08:02
javeriakif this a new feature you would like to add to openstack-ansible then wait till more people are around a little later and ask, you can write a blueprint for it then08:02
*** egonzalez has joined #openstack-ansible08:03
*** woodard has quit IRC08:07
preeti_thanks for helping..i will upload the link containg the roles/tasks files created by me shortly.08:10
*** agireud has quit IRC08:10
javeriakpreeti_ sure no problem, let us know when its ready, we can help review08:10
preeti_ya..sure..08:11
*** ig0r_ has quit IRC08:11
*** adac has joined #openstack-ansible08:15
*** ig0r_ has joined #openstack-ansible08:20
*** mpavone has joined #openstack-ansible08:26
*** mpavone has quit IRC08:26
*** fawadkhaliq has quit IRC08:30
*** javeriak_ has joined #openstack-ansible08:36
*** javeriak has quit IRC08:36
*** javeriak has joined #openstack-ansible08:40
*** javeriak_ has quit IRC08:41
*** ig0r_ has quit IRC08:53
*** fawadkhaliq has joined #openstack-ansible08:57
*** woodard has joined #openstack-ansible09:03
*** javeriak has quit IRC09:03
*** woodard has quit IRC09:07
*** ig0r_ has joined #openstack-ansible09:20
odyssey4meo/ preeti_ - if you're looking to do Designate, perhaps you should sync up with swati (unfortunately offline right now) as swati is busy working on that09:27
odyssey4mepreeti_ ie http://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/role-designate.html09:27
*** neilus1 has joined #openstack-ansible09:28
odyssey4mepreeti_ but yes, a starting point would be to put together a role which deploys designate on a normal host - you can leave containers out of it... once you have that right, then integrating it into OSA is easy09:28
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Use fastest Linux mirrors for gate jobs  https://review.openstack.org/25630109:30
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Added in keystone reserved port  https://review.openstack.org/25630209:30
*** Prithiv has joined #openstack-ansible09:38
openstackgerritMerged openstack/openstack-ansible-pip_lock_down: updated repo pathing for new org  https://review.openstack.org/25601309:41
openstackgerritMerged openstack/openstack-ansible-pip_install: Update run_tests to be more complete  https://review.openstack.org/25525909:41
openstackgerritMerged openstack/openstack-ansible-rsyslog_client: Update run_tests to be more complete  https://review.openstack.org/25526609:41
openstackgerritMerged openstack/openstack-ansible-py_from_git: Update run_tests to be more complete  https://review.openstack.org/25526209:42
openstackgerritMerged openstack/openstack-ansible-openstack_hosts: Update run_tests to be more complete  https://review.openstack.org/25526409:42
openstackgerritMerged openstack/openstack-ansible-lxc_hosts: Update run_tests to be more complete  https://review.openstack.org/25526509:43
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server: updated repo pathing for new org  https://review.openstack.org/25601209:45
openstackgerritMerged openstack/openstack-ansible-galera_client: updated repo pathing for new org  https://review.openstack.org/25600909:45
openstackgerritMerged openstack/openstack-ansible-repo_server: updated repo pathing for new org  https://review.openstack.org/25600809:46
openstackgerritMerged openstack/openstack-ansible-memcached_server: updated repo pathing for new org  https://review.openstack.org/25601509:46
openstackgerritMerged openstack/openstack-ansible-rsyslog_server: updated repo pathing for new org  https://review.openstack.org/25601009:46
*** ig0r_ has quit IRC09:47
preeti_Yes odyssey4me, i went through this...it is a new specification added09:49
odyssey4mepreeti_ yes it is, are you keen to assist?09:49
preeti_I wanted to have a general understand between the mapping og roles-> tasks09:50
odyssey4mepreeti_ have you worked through the information that javeriak provided?09:50
odyssey4meand http://docs.ansible.com/ansible/playbooks_roles.html ?09:50
preeti_I reveiwed different components, keystone/glance/trove/designate, etc.... all have different tasks....so how is the decision made as to what role maps to what tasks?09:51
odyssey4mea role is a composable unit09:51
odyssey4mewe have some conventions in our roles, but those are simply our conventions09:51
odyssey4methe key expectation from a role is that it will give you a result, and is re-usable in different environments09:52
odyssey4mefor example, all our roles are composed in such a way that they can be applied to a host or container equally09:52
odyssey4methe structure of the tasks in the role itself is not pre-set, you may choose to do it any way you'd like to09:52
*** neilus2 has joined #openstack-ansible09:53
odyssey4mepreeti_ perhaps the simplest interactions to review as an example would be our bootstrapping role: https://github.com/openstack/openstack-ansible/tree/master/tests09:53
odyssey4methe playbook is https://github.com/openstack/openstack-ansible/blob/master/tests/bootstrap-aio.yml09:54
odyssey4methe playbook targets a host or host group and defines which roles to apply to that host or host group09:54
odyssey4mewhen executing the role, Ansible will start with the main.yml task file: https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/main.yml09:55
*** neilus1 has quit IRC09:55
odyssey4mefor ease of comprehension we group sets of tasks into task files, then include them from main.yml based on conditionals (or not if there are no conditions)09:56
odyssey4meeach set or grouping of tasks then executes, for example: https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_data_disk.yml09:57
odyssey4medoes that make sense?09:57
*** woodard has joined #openstack-ansible10:04
preeti_ok...yes I am reviewing these files as of now....if I check glance and nova tasks...they have a lot of different files....very few in common....does this depend on th type of functionality nova and glance perform seperately?10:04
openstackgerritMerged openstack/openstack-ansible-lxc_container_create: Update run_tests to be more complete  https://review.openstack.org/25526010:07
*** woodard has quit IRC10:08
preeti_You can check https://github.com/openstack/openstack-ansible/tree/master/playbooks/roles/os_glance/tasks and https://github.com/openstack/openstack-ansible/tree/master/playbooks/roles/os_nova/tasks10:10
*** neilus2 has quit IRC10:16
*** javeriak has joined #openstack-ansible10:22
*** fawadkhaliq has quit IRC10:28
*** neilus1 has joined #openstack-ansible10:35
*** permalac has joined #openstack-ansible10:36
*** ashishb has quit IRC10:46
*** fawadkhaliq has joined #openstack-ansible10:47
*** woodard has joined #openstack-ansible11:04
*** ig0r_ has joined #openstack-ansible11:09
*** woodard has quit IRC11:09
*** admin0 has joined #openstack-ansible11:11
odyssey4mepreeti_ how the tasks are laid out are entirely at the discretion of the role author - many of the roles have evolved over the last 18 months, which is why you see differing layouts and standards... they've grown organically11:16
odyssey4mewe'd like to put together some dev docs to guide new role development, but haven't really had the time to get to it11:17
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Use fastest Linux mirrors for gate jobs  https://review.openstack.org/25635711:19
*** ig0r_ has quit IRC11:46
*** javeriak_ has joined #openstack-ansible12:03
*** javeriak has quit IRC12:04
*** woodard has joined #openstack-ansible12:05
*** javeriak has joined #openstack-ansible12:07
*** javeriak_ has quit IRC12:08
*** woodard has quit IRC12:10
*** hassaan__ has quit IRC12:12
*** ig0r_ has joined #openstack-ansible12:15
*** ig0r_ has quit IRC12:24
*** admin0 has quit IRC12:28
*** tlian has joined #openstack-ansible12:31
*** mgoddard has joined #openstack-ansible12:44
mhaydenmorning, folks12:58
hughsaunderssup mhayden12:58
odyssey4meo/ mhayden12:59
mhaydenOHAI2UTHERE12:59
mhaydenlast day of meetings today12:59
mhaydenthen i'll be back to fully and more completely annoy all of you next week :)12:59
*** dslevin has joined #openstack-ansible13:00
odyssey4me:)13:01
*** mgoddard_ has joined #openstack-ansible13:04
*** mgoddard has quit IRC13:06
*** woodard has joined #openstack-ansible13:06
*** woodard has quit IRC13:10
*** ig0r_ has joined #openstack-ansible13:16
*** egonzalez has quit IRC13:21
*** ig0r_ has quit IRC13:25
*** baker has quit IRC13:26
*** sdake has joined #openstack-ansible13:28
*** javeriak has quit IRC13:28
*** javeriak has joined #openstack-ansible13:30
*** mgoddard_ has quit IRC13:33
openstackgerritHugh Saunders proposed openstack/openstack-ansible: Use http request to check cinder api availability  https://review.openstack.org/25641413:47
*** fawadkhaliq has quit IRC13:52
*** woodard has joined #openstack-ansible13:58
*** woodard has quit IRC13:58
*** woodard has joined #openstack-ansible13:58
*** javeriak has quit IRC13:59
*** sdake has quit IRC14:03
*** admin0 has joined #openstack-ansible14:04
*** eil397 has quit IRC14:09
*** mgoddard has joined #openstack-ansible14:18
*** mgoddard has quit IRC14:25
logan-256414.. nice.. hopefully that will fix https://bugs.launchpad.net/openstack-ansible/+bug/151099014:27
openstackLaunchpad bug 1510990 in openstack-ansible trunk ""Add in cinder devices types" task failing" [Medium,Confirmed]14:27
*** Bjoern_ has joined #openstack-ansible14:28
*** mgoddard has joined #openstack-ansible14:32
*** cemmason has quit IRC14:34
*** cemmason has joined #openstack-ansible14:35
*** sdake has joined #openstack-ansible14:41
*** ig0r_ has joined #openstack-ansible14:41
*** mgoddard has quit IRC14:42
*** ig0r_ has quit IRC14:43
hughsaunderslogan-: ahh, sorry didn't see that bug so created another one https://bugs.launchpad.net/openstack-ansible/+bug/152520814:44
openstackLaunchpad bug 1525208 in openstack-ansible "Checking if a port is up doesn't make sense when pointing at a load balancer" [Low,In progress] - Assigned to Hugh Saunders (hughsaunders)14:44
*** cemmason has quit IRC14:45
*** cemmason has joined #openstack-ansible14:45
hughsaundersmarked as dup14:46
*** javeriak has joined #openstack-ansible14:58
*** javeriak has quit IRC14:59
*** javeriak has joined #openstack-ansible14:59
*** mgoddard has joined #openstack-ansible15:01
*** ig0r_ has joined #openstack-ansible15:02
*** javeriak_ has joined #openstack-ansible15:02
*** javeria__ has joined #openstack-ansible15:03
*** javeriak has quit IRC15:04
*** ig0r_ has quit IRC15:06
*** javeriak_ has quit IRC15:07
*** KLevenstein has joined #openstack-ansible15:08
*** Mudpuppy has joined #openstack-ansible15:11
*** Mudpuppy has quit IRC15:11
*** Mudpuppy has joined #openstack-ansible15:12
*** admin0 has quit IRC15:13
cloudnullmorning15:13
*** baker has joined #openstack-ansible15:15
*** sigmavirus24_awa is now known as sigmavirus2415:15
*** javeriak has joined #openstack-ansible15:21
*** javeria__ has quit IRC15:22
*** ahmida has joined #openstack-ansible15:22
ahmidaI am new to openstack-ansible: does it support vmware vsphare compute nodes ?15:23
*** woodard has quit IRC15:25
Bjoern_no currently not. We lay down only KVM nodes. Isn't vmware integrated just over the API ?15:26
*** Bjoern_ is now known as BjoernT15:26
cloudnullahmida: interested in making vcenter support in openstack-ansible ?15:30
cloudnull:)15:30
ahmidacloudnull: absolutly ! I think it is possible because nova has a vmware plugin15:34
cloudnull++ thatd be awesome!15:35
*** admin0 has joined #openstack-ansible15:42
*** phiche has quit IRC15:46
*** networkninja has joined #openstack-ansible15:50
*** phiche has joined #openstack-ansible15:51
ahmidado you know how openstack version upgrades works : new containers or upgrade existing ones ?15:59
openstackgerritMerged openstack/openstack-ansible: Fix typos in doc/source/developer-docs  https://review.openstack.org/25380516:02
cloudnullahmida: sorry in meetings.16:03
cloudnullwe upgrade in place16:04
cloudnulland will replace a container if needed16:04
cloudnullthis is the same for upgrades of the same version as well as upgrades to new major versions16:04
openstackgerritMerged openstack/openstack-ansible: Docs for skipping user creation w/LDAP  https://review.openstack.org/25524116:07
ahmidathanks cloudnull and sorry for interruption :)16:07
cloudnullnah not at all16:08
*** galstrom_zzz is now known as galstrom16:11
*** woodard has joined #openstack-ansible16:19
*** ig0r_ has joined #openstack-ansible16:21
*** jlvillal has quit IRC16:22
*** jlvillal has joined #openstack-ansible16:22
*** woodard has quit IRC16:23
*** permalac has quit IRC16:24
*** jlvillal has quit IRC16:24
*** adac has quit IRC16:27
*** jlvillal has joined #openstack-ansible16:28
*** admin0 has quit IRC16:29
*** jlvillal has quit IRC16:30
*** jlvillal has joined #openstack-ansible16:31
prometheanfireApsu: because I know you love awk https://github.com/prometheanfire/gentoo-cloud-prep/blob/master/01-get-stage3.sh#L4116:38
Apsulol16:42
ApsuDon't awk me bro16:42
*** baker_ has joined #openstack-ansible16:46
*** baker has quit IRC16:46
*** ig0r_ has quit IRC16:47
*** cemmason has quit IRC16:48
*** dslevin has quit IRC16:52
*** dslevin has joined #openstack-ansible16:56
*** ahmida has quit IRC17:01
*** fawadkhaliq has joined #openstack-ansible17:02
*** sdake_ has joined #openstack-ansible17:07
*** galstrom is now known as galstrom_zzz17:08
*** sdake has quit IRC17:08
*** fawadkhaliq has quit IRC17:12
*** fawadkhaliq has joined #openstack-ansible17:15
openstackgerritMerged openstack/openstack-ansible: Keystone domain fix  https://review.openstack.org/23851517:17
*** galstrom_zzz is now known as galstrom17:20
*** daneyon has joined #openstack-ansible17:21
*** Prithiv has quit IRC17:42
*** sdake_ has quit IRC17:43
*** sdake has joined #openstack-ansible17:44
*** javeriak_ has joined #openstack-ansible17:45
*** javeriak has quit IRC17:48
*** javeriak has joined #openstack-ansible17:51
*** javeriak_ has quit IRC17:53
*** eil397 has joined #openstack-ansible17:59
*** fawadkhaliq has quit IRC18:00
*** adac has joined #openstack-ansible18:01
openstackgerritMerged openstack/openstack-ansible: Fixes playbook runtime issues with ldap  https://review.openstack.org/25365818:06
*** fawadkhaliq has joined #openstack-ansible18:06
*** harlowja has quit IRC18:06
*** harlowja has joined #openstack-ansible18:07
*** javeriak_ has joined #openstack-ansible18:07
*** sdake has quit IRC18:07
*** javeriak has quit IRC18:09
openstackgerritMerged openstack/openstack-ansible: Implement a callback plugin for human readable ansible logs  https://review.openstack.org/25480018:13
*** adac has quit IRC18:14
openstackgerritMerged openstack/openstack-ansible: Add neutron_ceilometer_enabled default  https://review.openstack.org/25478618:16
*** baker_ has quit IRC18:18
*** galstrom is now known as galstrom_zzz18:18
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601618:31
*** baker has joined #openstack-ansible18:34
*** baker has quit IRC18:35
*** ahmida has joined #openstack-ansible18:36
*** adac has joined #openstack-ansible18:37
*** sdake has joined #openstack-ansible18:38
*** sdake_ has joined #openstack-ansible18:47
*** sdake has quit IRC18:50
*** elo has joined #openstack-ansible18:51
*** sdake_ has quit IRC18:57
*** fawadkhaliq has quit IRC18:57
*** adac has quit IRC18:58
*** mgoddard_ has joined #openstack-ansible18:59
*** mgoddard has quit IRC18:59
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601619:01
*** baker has joined #openstack-ansible19:02
*** galstrom_zzz is now known as galstrom19:03
*** BjoernT has quit IRC19:11
*** galstrom is now known as galstrom_zzz19:14
*** cemmason has joined #openstack-ansible19:36
*** fawadkhaliq has joined #openstack-ansible19:41
*** harlowja has quit IRC19:41
*** harlowja has joined #openstack-ansible19:41
*** fawadkhaliq has quit IRC19:42
*** Bjoern_ has joined #openstack-ansible19:51
*** agireud has joined #openstack-ansible19:51
*** baker has quit IRC20:00
*** baker has joined #openstack-ansible20:02
*** cemmason has quit IRC20:04
*** mgoddard_ has quit IRC20:04
*** mgoddard has joined #openstack-ansible20:05
*** cemmason has joined #openstack-ansible20:09
*** javeria__ has joined #openstack-ansible20:13
*** javeriak_ has quit IRC20:13
*** richoid has quit IRC20:20
*** sdake has joined #openstack-ansible20:21
openstackgerritMerged openstack/openstack-ansible: Fixes playbook runtime issues with ldap  https://review.openstack.org/25520420:22
*** javeriak has joined #openstack-ansible20:24
*** richoid has joined #openstack-ansible20:25
*** javeriak_ has joined #openstack-ansible20:27
*** javeriak has quit IRC20:29
*** javeria__ has quit IRC20:29
*** sdake has quit IRC20:34
*** ig0r_ has joined #openstack-ansible20:37
*** cemmason has quit IRC20:41
*** baker has quit IRC21:25
openstackgerritIan Cordasco proposed openstack/openstack-ansible: Use http request to check cinder api availability  https://review.openstack.org/25641421:30
*** mgoddard has quit IRC21:32
*** baker has joined #openstack-ansible21:37
*** galstrom_zzz is now known as galstrom21:40
*** Mudpuppy_ has joined #openstack-ansible21:40
*** Mudpuppy has quit IRC21:43
*** Mudpuppy_ has quit IRC21:44
*** javeriak_ has quit IRC21:53
*** ahmida has quit IRC21:54
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-lxc_container_create: Set lxc_container_backing_store fact on containers  https://review.openstack.org/25678422:04
*** hybridpollo has joined #openstack-ansible22:09
openstackgerritJimmy McCrory proposed openstack/openstack-ansible: Use default SSH port when ansible_ssh_port is null  https://review.openstack.org/25679522:12
*** greg_a has joined #openstack-ansible22:18
*** galstrom is now known as galstrom_zzz22:21
*** galstrom_zzz is now known as galstrom22:23
*** greg_a has quit IRC22:34
*** galstrom is now known as galstrom_zzz22:35
*** openstackgerrit has quit IRC22:37
*** openstackgerrit has joined #openstack-ansible22:38
*** galstrom_zzz is now known as galstrom22:50
*** KLevenstein has quit IRC22:52
*** Bjoern_ has quit IRC23:00
*** baker has quit IRC23:01
*** August1914 has joined #openstack-ansible23:03
openstackgerritKevin Carter proposed openstack/openstack-ansible-galera_server: updated repo pathing for new org  https://review.openstack.org/25601623:12
*** sdake has joined #openstack-ansible23:28
*** sdake_ has joined #openstack-ansible23:33
*** sdake has quit IRC23:35
*** sigmavirus24 is now known as sigmavirus24_awa23:35
*** Mudpuppy has joined #openstack-ansible23:36
*** August1914 has quit IRC23:36
*** Mudpuppy has quit IRC23:48
*** galstrom is now known as galstrom_zzz23:56

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