Saturday, 2015-08-22

openstackgerritMerged stackforge/os-ansible-deployment: Update documentation for multiple VLAN ranges  https://review.openstack.org/20959800:02
openstackgerritMerged stackforge/os-ansible-deployment: Enable admin level on the haproxy stats socket  https://review.openstack.org/21411000:02
*** mpmsimo has quit IRC00:02
*** leakypipes has quit IRC00:11
*** woodard has joined #openstack-ansible00:16
*** woodard has quit IRC00:21
*** smallbig has quit IRC01:03
errrwith osad, on my deployment host, in /etc/openstack_deploy/user_secrets.yml are these passwords plain text or are they some kind of hash?01:19
*** shoutm has joined #openstack-ansible01:24
palendaehttps://review.openstack.org/#/c/215699/ <- auto deploy docs finally!01:28
palendaelbragstad, cloudnull fwiw, I'm working on documenting how our current inventory script differs from Ansible's general approach. I have some specs in mind to improve it, but wanna let them percolate a little01:29
palendaeerrr: Plaintext, written by the scripts/pw-token-gen.py script in most cases01:31
errrpalendae: sweet, so if I want to change them I update that file with the new password in plain text then rerun the playbook right?01:42
palendaeYep01:42
errrawesome. thanks01:42
palendaeAlso, if you set values prior (say you have an existing environment, or already configured it), pw-token-gen.py will skip the already-populated keys01:43
palendaeThough you can use the --regen flag to forcibly do it01:43
errrpalendae: in the file, there are 7 entries for nova, is nova_service_password the password that the nova service account would use to auth to keystone?01:47
palendaeerrr: Yeah - set here https://github.com/stackforge/os-ansible-deployment/blob/kilo/playbooks/roles/os_nova/tasks/nova_service_setup.yml#L24, which goes into https://github.com/stackforge/os-ansible-deployment/blob/kilo/playbooks/roles/os_nova/tasks/nova_service_add.yml#L4301:52
errrthanks01:53
palendaeI assume you're using Kilo or master, since you have the openstack_deploy directory01:53
errrIm using kilo01:55
openstackgerritMerged stackforge/os-ansible-deployment: Add default user role for Keystone & Horizon and tasks to create it  https://review.openstack.org/20219401:56
openstackgerritMerged stackforge/os-ansible-deployment: Add libxslt1-dev to cinder apt package list  https://review.openstack.org/21524201:56
errrI keep getting this when running keystone user-list http://paste2.org/BEBgKgjJ01:56
palendaeSo greenfield kilo deploys use Keystone v3, which isn't supported by keystone-client yet; as line 2 there says, openstackclient supports it01:58
palendaeThough admittedly I'm not super familiar with the Keystone v3 work, which was done to get federation support enabled01:58
errrI guess I dont have that command01:58
palendaeHm, that sounds like a bug then...are you on the host or in a container?01:59
openstackgerritMerged stackforge/os-ansible-deployment: Implement /usr/bin/env as the shebang in all bash scripts  https://review.openstack.org/21188501:59
errrIm on the deploy host01:59
palendaeAll the clients *should* be in the utility container (lxc-ls -f to see them all, lxc-attach -n container_name)01:59
palendaes/the/a/ if you're on a multinode env02:00
errrIm on a single node02:00
palendaeOk02:00
errrok, on the utility container I have the command openstack I guess this is it02:01
palendaeYeah02:01
errrok thanks02:01
palendaeThe projects are supposed to be moving there, but I think a lot of projects are straddling with their old clients and the new one (http://docs.openstack.org/developer/python-openstackclient/)02:02
palendaekeystone v2 to v3 is one of those exaples02:03
*** alop has quit IRC02:14
*** woodard has joined #openstack-ansible02:16
*** woodard has quit IRC02:20
*** finchd has joined #openstack-ansible04:20
errrIm trying to get keystone to use ldap but when I run the openstack playbook it fails at keystone every time with this: http://paste2.org/HJ3pk5hk04:24
*** fawadkhaliq has joined #openstack-ansible04:47
*** fawadkhaliq has quit IRC05:08
*** xar- has joined #openstack-ansible05:08
xar-greetings, anyone awake? :)05:12
xar-had some questions regarding loopback_create in scripts-library.sh, im not an expert (and new to OSAD), but im trying to understand what's happening there05:13
xar-also, as part of a (more or less standard) ubuntu deployment, I have unallocated physical extents available in the primary volume group, curious why that wasn't used instead05:17
*** javeriak has joined #openstack-ansible06:50
*** javeriak has quit IRC06:52
odyssey4mexar - you around?09:39
odyssey4mexar- ^09:39
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Fixes deprecated arithmetic expansion for bashate  https://review.openstack.org/21589609:46
*** javeriak has joined #openstack-ansible09:47
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Update the documented ceph user variables  https://review.openstack.org/21589709:48
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Update documentation for multiple VLAN ranges  https://review.openstack.org/21589809:48
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Enable admin level on the haproxy stats socket  https://review.openstack.org/21589909:48
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add default user role for Keystone & Horizon and tasks to create it  https://review.openstack.org/21590009:49
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Fixes function declarations for bashate  https://review.openstack.org/21590109:51
*** javeriak has quit IRC09:58
*** fawadkhaliq has joined #openstack-ansible09:59
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Read affinity from environment  https://review.openstack.org/21590310:00
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Fixes loops for bashate  https://review.openstack.org/21590410:00
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Container create/system tuning  https://review.openstack.org/21590510:00
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Implement /usr/bin/env as the shebang in all bash scripts  https://review.openstack.org/21590610:00
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add regex check for ssh connection  https://review.openstack.org/20779310:21
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add configurable ssh_delay  https://review.openstack.org/21590710:43
*** b8se11 has joined #openstack-ansible10:46
*** b8sell has quit IRC10:47
*** fawadkhaliq has quit IRC11:04
*** woodard has joined #openstack-ansible11:17
*** woodard has quit IRC11:21
*** b8se11 has quit IRC11:22
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Update documentation for multiple VLAN ranges  https://review.openstack.org/21589811:29
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Enable HAProxy Stats Web UI  https://review.openstack.org/21501911:44
*** britthouser has joined #openstack-ansible12:16
*** britthouser has quit IRC12:29
*** britthouser has joined #openstack-ansible12:32
*** woodard has joined #openstack-ansible12:48
*** woodard has quit IRC12:52
*** gparaskevas has joined #openstack-ansible13:13
gparaskevasodyssey4me: Hey there13:23
gparaskevasi see jenkins build fails again13:23
gparaskevasis there something i should do?13:23
*** shoutm has quit IRC13:24
odyssey4megparaskevas I tweaked the patch a little. Let me take a look at the failure.13:25
odyssey4meI'll recheck it. If it fails again then we'll look into it properly on Monday. :)13:26
odyssey4meThank you. :)13:26
odyssey4meIf you're able to make some notes on how we can do better at documenting a deployment, then please do so - we'd be interested in the notes.13:27
*** britthouser has quit IRC13:29
*** fawadkhaliq has joined #openstack-ansible13:38
*** markvoelker_ has joined #openstack-ansible14:06
*** darrenc_ has joined #openstack-ansible14:07
*** fawadkhaliq has quit IRC14:09
*** tobasco_ has joined #openstack-ansible14:11
*** darrenc has quit IRC14:11
*** markvoelker has quit IRC14:11
*** tobasco has quit IRC14:11
*** sdake has quit IRC14:11
*** gparaskevas has quit IRC14:12
*** mpmsimo has joined #openstack-ansible14:12
*** mpmsimo has quit IRC14:14
*** mpmsimo has joined #openstack-ansible14:14
*** woodard has joined #openstack-ansible15:03
*** woodard has quit IRC15:08
Sam-I-Amxar-: osad is in #openstack-ansible15:15
Sam-I-Amxar-: oh, you found it :)15:15
*** sdake has joined #openstack-ansible15:19
errrcan someone show me what the user_variables.yml file would need to have in it if I were wanting to use ldap for keystone? I cant seem to get the syntax right..15:24
errrIm using kilo if that matters15:25
*** sdake has quit IRC15:35
*** sdake has joined #openstack-ansible15:42
*** sdake has quit IRC15:49
odyssey4meerrr hold a sec, let me find the reference15:49
odyssey4meerrr https://github.com/stackforge/os-ansible-deployment/blob/master/playbooks/roles/os_keystone/defaults/main.yml#L154-L16515:50
evrardjphello15:52
odyssey4meo/ evrardjp15:52
evrardjpodyssey4me: I'm really have mixed feeling about this one: https://review.openstack.org/#/c/215579/215:53
evrardjpI understand my point of view, I understand yours15:53
evrardjpshould I remove the bindable test?15:53
evrardjpI'll add the sysctl in any case15:53
evrardjpI've even added a variable to remove the systcl behaviour15:54
evrardjphowever when you notify something that needs to restart, I understand that ppl may think "oh it has restarted" when it hasn't with my patch15:54
evrardjpso it's a mis behaviour15:55
evrardjp(I don't know how to call this in English, I hope you understand me)15:55
odyssey4meyeah, it's not as obvious as one would like15:55
evrardjpbtw, are you guys working on Saturday? Or it's just for fun?15:55
odyssey4meI understand what you're trying to do, but don't really have the head space to think it through right now15:56
evrardjp:)15:56
odyssey4meno we don't work on a Sat - I'm just working on some other stuff voluntarily15:56
evrardjp:)15:56
*** sdake has joined #openstack-ansible15:57
evrardjpI'll remove the bindable test, because the title of the bug is: Fixing haproxy-playbook fails when installing on multiple hosts15:58
evrardjpif people want other stuff (like me), they will have to do it separately, which is not that bad15:58
evrardjpthis way we keep the role clean and nobody will wonder in 6 month time why we did this15:59
odyssey4me:) I appreciate that15:59
odyssey4meI'll add considering haproxy a first class citizen to the agenda for the summit15:59
odyssey4meevrardjp or, actually - perhaps add it yourself: https://etherpad.openstack.org/p/openstack-ansible-mitaka-summit16:00
odyssey4meregardless of whether you're there16:00
evrardjpmitaka summit is the one taking place in tokyo or the one in austin?16:01
odyssey4meevrardjp Tokyo16:01
evrardjpk16:02
evrardjpI'll let you add this the way you feel, on the etherpad16:02
evrardjpthanks16:06
*** sdake has quit IRC16:06
*** sdake has joined #openstack-ansible16:07
odyssey4meI'm shutting off - watching Firefly :)16:11
openstackgerritJean-Philippe Evrard proposed stackforge/os-ansible-deployment: Fixing haproxy-playbook fails when installing on multiple hosts  https://review.openstack.org/21557916:11
evrardjphave fun16:11
evrardjpdidn't watch it16:11
evrardjpI heard it's cool16:11
odyssey4meIt's a bit like a live version of Cowboy Bebop (if you ever watch anime). Action comedy I guess - fun, action but not serious.16:12
odyssey4meSci-fi/cowboy16:12
errrodyssey4me: awesome! thanks!16:15
*** sdake has quit IRC16:15
evrardjpI liked cowboy bebop :)16:15
odyssey4meerrr as a hint, anything in any role's defaults/main.yml can be overridden in user_variables.yml - we should do better at adding some sort of documentation to that effect16:16
errrodyssey4me: I was reading internal docs on this and they were wrong, Id suggest adding this samething from that main.yml into a comment in the user_var file too16:17
odyssey4meerrr note that's a kilo-related config entry - if you're deploying juno then it won't be the same16:18
errrnah, Im on kilo16:18
*** klindgren has joined #openstack-ansible16:22
odyssey4meI'm out - have a great weekend all!16:23
evrardjpgood weekend odyssey4me16:23
evrardjpsee you Monday!16:24
*** klindgren has quit IRC16:34
*** logan2 has quit IRC16:35
*** logan2 has joined #openstack-ansible16:38
errrwell that syntax also doesnt work.16:41
errrone or more undefined variables: 'str object' has no attribute 'items'16:42
errrdoh, I had a typo :)16:45
*** mpmsimo has quit IRC16:46
*** alejandrito has quit IRC17:00
*** klindgren has joined #openstack-ansible17:02
*** klindgren has quit IRC17:03
*** javeriak has joined #openstack-ansible17:14
openstackgerritJean-Philippe Evrard proposed stackforge/os-ansible-deployment: Adds the ability to provide user certificates to HAProxy  https://review.openstack.org/21552517:15
*** woodard has joined #openstack-ansible17:19
*** fawadkhaliq has joined #openstack-ansible17:22
*** woodard has quit IRC17:23
*** gparaskevas has joined #openstack-ansible17:35
gparaskevasodyssey4me: i saw your changes thanks again!17:38
*** gparaskevas has quit IRC17:49
*** fawadkhaliq has quit IRC18:13
*** k_stev has joined #openstack-ansible18:28
*** sdake has joined #openstack-ansible19:01
*** woodard has joined #openstack-ansible19:35
*** woodard has quit IRC19:39
*** k_stev has quit IRC19:47
errrhow do you restart the keystone service? When I log on the keystone containers there is no service called keystone when I try to do service keystone restart20:15
*** k_stev has joined #openstack-ansible20:25
andymccrerrr:  keystone is fronted by apache, so restart apache220:50
errrthanks andymccr21:06
errrI am trying to switch my auth provider to ldap. I think its working, but when I log on the util contain and run openstack user list I get a 401. When I was looking in the logs instead of sending "admin" as the user name it seems to be sending a UUID or something.. If I switch to one of my other ldap users it tells me that that user doesnt have access to the admin project so thats why I think my21:24
errrldap auth is working..21:24
errrit sends this: 32f5557a45ef3929425672fcd856552782f39efc0c100bb9cb20b862554c1a98 as the user name for admin instead of admin.. and I have no idea why21:27
errrah, I have found in keystone.id_mapping that is where this is set. the nova service user also has a map here. Where is this setup, and do I need it?21:49
*** javeriak has quit IRC22:02
*** daneyon has joined #openstack-ansible23:22
*** daneyon has quit IRC23:29

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