Wednesday, 2015-05-06

openstackgerritMerged stackforge/os-ansible-deployment: Updated for the 11.0.1 tag  https://review.openstack.org/17990600:43
*** javeriak has joined #openstack-ansible01:28
*** sigmavirus24 is now known as sigmavirus24_awa02:19
*** bilal has joined #openstack-ansible02:21
bilalI am using rackspace ansible with 10.1.2, after I run the playbook seem to get stuck at some task. And the run just hangs. How to debug this issue?02:23
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Updated Juno for new dev cycle  https://review.openstack.org/18038302:25
cloudnullo/ bilal02:29
cloudnullwhat task does it hang on?02:29
cloudnulland how are you running it ?02:29
bilalwhen it says PLAY [all_containers].....02:31
bilalim running it through host-setup playbook02:31
cloudnullso " playbooks/setup/host-setup.yml "02:32
cloudnullif i had to guess it seems like its on "build-containers.yml"02:35
cloudnullwhich would hang if the network setup was a miss ?02:35
bilalbut all of my containers are already created on target hosts02:51
bilali mean i just saw and they are created02:51
bilalhowever i see that container in my logging hosts have not assigned IP from lxcbr002:52
*** galstrom_zzz is now known as galstrom03:01
*** markvoelker has quit IRC03:10
*** sdake has joined #openstack-ansible03:51
*** sdake_ has joined #openstack-ansible03:56
*** sdake has quit IRC04:00
*** sdake has joined #openstack-ansible04:01
*** sdake__ has joined #openstack-ansible04:03
*** sdake_ has quit IRC04:04
*** sdake has quit IRC04:07
*** markvoelker has joined #openstack-ansible04:11
*** sdake__ is now known as sdake04:13
*** markvoelker has quit IRC04:16
*** galstrom is now known as galstrom_zzz04:18
*** javeriak has quit IRC04:21
*** markvoelker has joined #openstack-ansible05:12
*** markvoelker has quit IRC05:16
*** sdake_ has joined #openstack-ansible05:23
*** sdake has quit IRC05:27
*** subscope_ has joined #openstack-ansible05:35
*** bilal has quit IRC05:46
*** markvoelker has joined #openstack-ansible05:51
*** markvoelker has quit IRC05:55
*** subscope_ has quit IRC06:02
*** javeriak has joined #openstack-ansible06:04
*** javeriak_ has joined #openstack-ansible06:40
*** javeriak has quit IRC06:40
*** markvoelker has joined #openstack-ansible06:52
javeriak_hey guys, im trying to use the lxc library for a task, but i seem to be missing something, keep getting "Failed to find required executable lxc-info"06:52
*** markvoelker has quit IRC06:56
matttjaveriak_: hey there07:33
javeriak_matt: solved that07:34
matttjaveriak_: ok good, was just having a poke to see what it could be :)07:34
javeriak_matt: trying to figure out how to check if a container is stopped before i attempt to do that again, and the lxc library doesnt seem to have that07:35
javeriak_perhaps its a command i can run in the host07:35
matttjaveriak_: i usually use lxc-ls -f07:47
matttjaveriak_: lxc-info -n <container_name> will show that also07:48
matttjaveriak_: it should be possible using the ansible module, let me have a quick look07:48
javeriak_mattt: yes the problem is, these container names are different per setup, and i need to first find the name for a specific container when running a task on the host, and then yes I could check status07:50
matttjaveriak_: you could do something janky like run a command in the container, if it fails assume it's stopped?07:52
javeriak_mattt: yes something like that, ubuntu should be saving the current states of containers somewhere i'm sure, it would just require reading a file then07:54
matttjaveriak_: http://docs.ansible.com/lxc_container_module.html07:56
matttjaveriak_: skip down to the task "- name: Get information on a given container."07:56
matttmaybe that sort of thing is what you're after?07:56
matttbut yeah you'd still have to somehow scrape each container name i guess07:57
* mattt doesn't think he's helping here at all :P07:57
javeriak_mattt: :) no worries, appreciate you trying07:59
javeriak_mattt: and the config it returns i believe are the ones defined in /lxc/config for containers08:00
matttjaveriak_: https://gist.github.com/mattt416/b29bffed2b13bc11940708:07
javeriak_mattt: you just cooked that up! thanks!08:08
matttjaveriak_: cool!08:14
*** javeriak has joined #openstack-ansible08:41
*** javeriak_ has quit IRC08:46
*** JRobinson__ has quit IRC08:57
*** jcannava has quit IRC08:58
*** jcannava has joined #openstack-ansible09:00
*** javeriak has quit IRC10:50
openstackgerritHugh Saunders proposed stackforge/os-ansible-deployment: Set all groups when creating system_user  https://review.openstack.org/18049711:51
*** markvoelker has joined #openstack-ansible11:59
*** sdake has joined #openstack-ansible12:07
*** sdake_ has quit IRC12:12
*** galstrom_zzz is now known as galstrom12:16
openstackgerritHugh Saunders proposed stackforge/os-ansible-deployment: Set all groups when creating system_user  https://review.openstack.org/18049712:20
cloudnullMorning.12:23
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Update the tempest install environment  https://review.openstack.org/18004412:46
*** openstackgerrit has quit IRC12:53
*** openstackgerrit has joined #openstack-ansible12:53
*** KLevenstein has joined #openstack-ansible12:57
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Updated RabbitMQ to the new release version  https://review.openstack.org/17823013:08
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Harden our copy of Glance's policy  https://review.openstack.org/17842913:08
*** Bjoern___ has joined #openstack-ansible13:12
*** galstrom is now known as galstrom_zzz13:13
*** sigmavirus24_awa is now known as sigmavirus2413:35
*** openstackgerrit has quit IRC13:38
*** openstackgerrit has joined #openstack-ansible13:38
*** sdake_ has joined #openstack-ansible13:42
*** sdake__ has joined #openstack-ansible13:43
*** sdake has quit IRC13:44
*** sdake_ has quit IRC13:48
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Updated Juno for new dev cycle  https://review.openstack.org/18038313:55
*** Mudpuppy has joined #openstack-ansible14:06
*** javeriak has joined #openstack-ansible14:17
*** jlvillal has quit IRC14:28
*** jlvillal has joined #openstack-ansible14:29
*** stevemar has joined #openstack-ansible14:37
openstackgerritIan Cordasco proposed stackforge/os-ansible-deployment: Updated Juno for new dev cycle  https://review.openstack.org/18038314:52
javeriakhey guys, are the /library/ files open source, can we include them in our playbooks as is?15:03
palendaejaveriak: They should all be Apache 2.0 licensed15:07
*** Bjoern___ has quit IRC15:10
*** sdake has joined #openstack-ansible15:14
*** sdake__ has quit IRC15:17
*** openstackgerrit has quit IRC15:37
*** openstackgerrit has joined #openstack-ansible15:37
*** daneyon_ has joined #openstack-ansible15:55
*** daneyon has quit IRC15:58
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: added role to pin packages  https://review.openstack.org/18061316:26
*** sdake_ has joined #openstack-ansible16:56
*** daneyon_ has quit IRC16:59
*** sdake has quit IRC17:00
*** sdake has joined #openstack-ansible17:10
*** sdake__ has joined #openstack-ansible17:14
*** sdake_ has quit IRC17:14
*** sdake has quit IRC17:18
*** daneyon has joined #openstack-ansible17:28
*** daneyon_ has joined #openstack-ansible17:28
*** daneyon has quit IRC17:32
*** daneyon_ has quit IRC17:37
*** galstrom_zzz is now known as galstrom17:37
*** daneyon has joined #openstack-ansible17:37
*** javeriak has quit IRC17:45
*** jwagner_away is now known as jwagner17:51
*** javeriak has joined #openstack-ansible17:51
*** daneyon has quit IRC17:53
*** javeriak has quit IRC18:01
*** daneyon has joined #openstack-ansible18:02
*** javeriak has joined #openstack-ansible18:02
*** javeriak_ has joined #openstack-ansible18:04
*** javeriak has quit IRC18:04
*** sdake has joined #openstack-ansible18:20
*** sdake_ has joined #openstack-ansible18:23
*** sdake__ has quit IRC18:24
*** sdake has quit IRC18:26
*** openstackgerrit has quit IRC18:47
*** markvoelker has quit IRC18:47
*** jcannava has quit IRC18:48
*** daneyon has quit IRC18:48
*** jbweber has quit IRC18:48
*** hrvojem has quit IRC18:48
*** cloudnull has quit IRC18:48
*** b3rnard0 has quit IRC18:48
*** raginbajin has quit IRC18:48
*** palendae has quit IRC18:48
*** daneyon has joined #openstack-ansible18:49
*** jbweber has joined #openstack-ansible18:49
*** cloudnull has joined #openstack-ansible18:49
*** b3rnard0 has joined #openstack-ansible18:49
*** hrvojem has joined #openstack-ansible18:49
*** raginbajin has joined #openstack-ansible18:49
*** palendae has joined #openstack-ansible18:49
*** openstackgerrit has joined #openstack-ansible18:49
*** markvoelker has joined #openstack-ansible18:49
*** jcannava has joined #openstack-ansible18:49
d34dh0r53cloudnull: still not shipping galera logs, directory is created, perms are good, looking into it18:54
cloudnullwith the patch applied to log into the different dir ?18:56
d34dh0r53yeo19:00
d34dh0r53yep19:00
d34dh0r53the logs are going into the different dir, but they are not showing up in the logging container19:01
d34dh0r53new dir is mysql:admi19:01
d34dh0r53s/adm19:01
cloudnullare they set in rsyslog correctly ?19:01
d34dh0r53apear to be19:01
cloudnullIE from within the play its been changed to scan the new directory  ?19:02
d34dh0r53yeah19:02
d34dh0r53$InputFileName /var/log/mysql_logs/galera_server_error.log19:02
cloudnullthe changed worked for me ? dir perms 2755 file perms 0640 ? owner mysql:adm ?19:03
d34dh0r53yep19:04
cloudnullalso maybe restart galera ? see if that generates new log entries and if those ship ?19:04
d34dh0r53wtf19:04
cloudnullthe log file would be created before the rsyslog entry was created.19:05
cloudnullso from an index perspective there'd be nothing to ship ?19:05
* cloudnull grasping at straws 19:05
d34dh0r53dude, I have no idea why this is happening, restarted galera and no dice, restarted rsyslog in the galera container and still no dice, hmmm19:06
*** jwagner is now known as jwagner_away19:11
*** Mudpuppy has quit IRC19:11
*** daneyon has quit IRC19:18
*** jbweber has quit IRC19:18
*** hrvojem has quit IRC19:18
*** daneyon has joined #openstack-ansible19:19
*** jbweber has joined #openstack-ansible19:19
*** hrvojem has joined #openstack-ansible19:19
*** Mudpuppy has joined #openstack-ansible19:20
*** Mudpuppy has quit IRC19:20
cloudnulld34dh0r53 change the adm group in that patch to syslog and its golden19:21
d34dh0r53lol, ok trying19:21
*** Mudpuppy has joined #openstack-ansible19:21
cloudnullupdated gist https://gist.github.com/cloudnull/c50f14f2b82f6850fe4819:22
d34dh0r53yep, trying it now19:23
cloudnullworked for me? you  ?19:32
d34dh0r53did a complete teardown and rebuild to ensure it works out of the box19:35
d34dh0r53still building19:35
cloudnullok.19:35
*** sdake has joined #openstack-ansible19:36
*** sdake_ has quit IRC19:39
*** sdake_ has joined #openstack-ansible19:44
*** sdake has quit IRC19:47
*** jwagner_away is now known as jwagner20:01
*** galstrom is now known as galstrom_zzz20:05
*** Mudpuppy has quit IRC20:08
*** Mudpuppy has joined #openstack-ansible20:17
*** KLevenstein has quit IRC20:19
*** KLevenstein has joined #openstack-ansible20:20
d34dh0r53so it's working now, but I had to remove the state files on the galera container and restart rsyslog20:25
d34dh0r53bouncing mysql works as well20:27
*** jwagner is now known as jwagner_away20:35
*** jwagner_away is now known as jwagner20:35
sigmavirus24So thoughts on a user variable addition that defines proxies in your /etc/environment as part of host & container set-up?20:36
*** jwagner is now known as jwagner_away20:38
palendaeI think that would be valuable20:38
*** JRobinson__ has joined #openstack-ansible20:50
cloudnull+1 sigmavirus2420:54
cloudnulld34dh0r53 : can you make the pr for those bits ?20:54
* sigmavirus24 creates issue20:54
d34dh0r53yeah20:54
openstackgerritMerged stackforge/os-ansible-deployment-specs: added spec build-facts-archive  https://review.openstack.org/17702320:59
openstackgerritDavid Wilde proposed stackforge/os-ansible-deployment: Move Galera logs to /var/log/mysql_logs and set correct ownership  https://review.openstack.org/18074621:06
openstackgerritDavid Wilde proposed stackforge/os-ansible-deployment: Move Galera logs to /var/log/mysql_logs and set correct ownership  https://review.openstack.org/18074721:09
d34dh0r53cloudnull: pr's in for master and kilo21:10
*** sdake has joined #openstack-ansible21:14
*** sdake_ has quit IRC21:18
openstackgerritMerged stackforge/os-ansible-deployment: Update the tempest install environment  https://review.openstack.org/18004421:45
openstackgerritMerged stackforge/os-ansible-deployment: Updated RabbitMQ to the new release version  https://review.openstack.org/17823021:45
*** sdake has quit IRC21:53
*** sdake has joined #openstack-ansible21:53
*** KLevenstein has quit IRC21:54
*** stevemar has quit IRC21:57
*** britthou_ has joined #openstack-ansible22:07
*** britthouser has quit IRC22:08
openstackgerritNolan Brubaker proposed stackforge/os-ansible-deployment: Add Sphinx machinery and initial docs.  https://review.openstack.org/17850322:16
*** britthou_ has quit IRC22:17
*** sdake has quit IRC22:17
*** sdake has joined #openstack-ansible22:17
*** sdake has quit IRC22:17
*** sdake has joined #openstack-ansible22:17
*** Mudpuppy has quit IRC22:33
*** daneyon has quit IRC22:47
openstackgerritNolan Brubaker proposed stackforge/os-ansible-deployment-specs: Propose new developer documentation  https://review.openstack.org/17315522:53
*** daneyon has joined #openstack-ansible22:57
*** daneyon_ has joined #openstack-ansible22:59
*** daneyon has quit IRC23:02
*** britthouser has joined #openstack-ansible23:05
*** JRobinson__ is now known as JRobinson__afk23:16
*** JRobinson__afk is now known as JRobinson__23:48

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