*** thorst has joined #openstack-ansible | 00:04 | |
*** thorst has quit IRC | 00:12 | |
*** adrian_otto has joined #openstack-ansible | 00:13 | |
*** aludwar has quit IRC | 00:15 | |
*** Guest37578 is now known as palendae | 00:21 | |
rmelero | What methodology is the fastest to develop roles using a non-aio install? setup-everything.yml -> snapshot hosts after successful run -> add role -> rerun setup-everything.yml -> revert for failures ? | 00:23 |
---|---|---|
*** adrian_otto has quit IRC | 00:24 | |
*** thorst has joined #openstack-ansible | 00:34 | |
*** thorst has quit IRC | 00:34 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins: Accept ansible_host in linear strategy https://review.openstack.org/386874 | 00:39 |
logan- | ^ finally figured out my issue with the container detection in the ssh connection plugin cloudnull :) | 00:39 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins: Accept ansible_host in linear strategy https://review.openstack.org/386874 | 00:40 |
*** agrebennikov_ has joined #openstack-ansible | 00:40 | |
openstackgerrit | Frédéric Guillot proposed openstack/openstack-ansible-os_almanach: Make project compatible with CI infra https://review.openstack.org/386233 | 00:43 |
*** agrebennikov has quit IRC | 00:44 | |
*** woodard_ has joined #openstack-ansible | 00:45 | |
*** woodard has quit IRC | 00:45 | |
*** vishwanathj has quit IRC | 00:48 | |
*** agrebennikov_ has quit IRC | 00:49 | |
dxiri_ | guys, is there a way to set an alias for a network interface that you know of? | 00:53 |
dxiri_ | I am trying to use the example host config for the bridge and all OSA networking config prior to running the playbooks | 00:54 |
dxiri_ | and my interfaces come up as p1p1 and p2p1 instead of the normal eth0 and eth1 | 00:54 |
dxiri_ | I tried renaming with udev but not sure why when I rename connectivity doesn't work | 00:54 |
*** adrian_otto has joined #openstack-ansible | 00:55 | |
*** adrian_otto has quit IRC | 01:06 | |
*** adrian_otto has joined #openstack-ansible | 01:11 | |
*** dxiri_ has quit IRC | 01:16 | |
openstackgerrit | Frédéric Guillot proposed openstack/openstack-ansible-os_almanach: Make project compatible with CI infra https://review.openstack.org/386233 | 01:21 |
*** gouthamr has joined #openstack-ansible | 01:23 | |
*** rmelero_ has joined #openstack-ansible | 01:24 | |
*** rmelero has quit IRC | 01:27 | |
*** adrian_otto has quit IRC | 01:27 | |
*** rmelero_ has quit IRC | 01:29 | |
*** adrian_otto has joined #openstack-ansible | 01:29 | |
*** cmart has quit IRC | 01:30 | |
*** woodard_ has quit IRC | 01:31 | |
*** thorst has joined #openstack-ansible | 01:40 | |
openstackgerrit | Frédéric Guillot proposed openstack/openstack-ansible-os_almanach: Make project compatible with CI infra https://review.openstack.org/386233 | 01:40 |
*** jcrst has joined #openstack-ansible | 01:47 | |
*** thorst has quit IRC | 01:49 | |
*** weezS has joined #openstack-ansible | 01:50 | |
*** adrian_otto has quit IRC | 02:05 | |
*** adrian_otto has joined #openstack-ansible | 02:06 | |
*** adrian_otto has quit IRC | 02:38 | |
*** thorst has joined #openstack-ansible | 02:46 | |
logan- | cloudnull: it would be really handy if the container ssh plugin supported become on both sides of the equation. ie become=yes on physical_host runs the lxc-attach command in sudo, and become=yes on the container would lxc-attach -n container -- sudo blahblah. currently seems it ignores become flag totally and runs nothing in sudo | 02:49 |
*** thorst has quit IRC | 02:54 | |
*** gouthamr has quit IRC | 02:56 | |
*** guest1234 has joined #openstack-ansible | 03:05 | |
*** guest1234 is now known as tjohns | 03:15 | |
*** dxiri has joined #openstack-ansible | 03:25 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create: Enhance configurability of LXC net interfaces https://review.openstack.org/386885 | 03:28 |
*** markvoelker has quit IRC | 03:34 | |
*** dxiri has quit IRC | 03:46 | |
*** dxiri has joined #openstack-ansible | 03:47 | |
*** smatzek has quit IRC | 03:50 | |
*** thorst has joined #openstack-ansible | 03:52 | |
*** thorst has quit IRC | 03:59 | |
*** adrian_otto has joined #openstack-ansible | 04:00 | |
*** dxiri has quit IRC | 04:00 | |
*** dxiri has joined #openstack-ansible | 04:01 | |
*** dxiri has quit IRC | 04:02 | |
*** tjohns has quit IRC | 04:03 | |
*** adrian_otto1 has joined #openstack-ansible | 04:10 | |
*** adrian_otto has quit IRC | 04:14 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create: Add support for container-only network interface https://review.openstack.org/386889 | 04:25 |
*** markvoelker has joined #openstack-ansible | 04:35 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create: Add support for container-only network interface https://review.openstack.org/386889 | 04:37 |
*** weezS has quit IRC | 04:39 | |
*** markvoelker has quit IRC | 04:40 | |
*** adrian_otto1 has quit IRC | 04:48 | |
*** thorst has joined #openstack-ansible | 04:56 | |
*** allanice001 has quit IRC | 04:57 | |
*** hybridpollo has quit IRC | 04:58 | |
*** thorst has quit IRC | 05:04 | |
cloudnull | logan-: still around? | 05:08 |
cloudnull | so you're saying that it should be sudo on both sides? | 05:09 |
cloudnull | lxc-attach should drop you in as root. even when using unprivledged containers. | 05:11 |
cloudnull | the way the current plugin works is to intercept the connection and should a container be detected the lxc functions are injected into the command and passed back through the standard ssh plugin | 05:13 |
cloudnull | we could however detect become and the escalation command if it'd be useful. | 05:13 |
*** javeriak has joined #openstack-ansible | 05:27 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Add an option to generate fixed MAC addresses https://review.openstack.org/385800 | 05:30 |
*** drifterza has quit IRC | 05:36 | |
*** chhavi has joined #openstack-ansible | 05:44 | |
*** thorst has joined #openstack-ansible | 06:02 | |
*** thorst has quit IRC | 06:09 | |
*** chhavi has quit IRC | 06:54 | |
*** agireud has quit IRC | 07:03 | |
*** agireud has joined #openstack-ansible | 07:06 | |
*** thorst has joined #openstack-ansible | 07:07 | |
*** thorst has quit IRC | 07:14 | |
*** agireud has quit IRC | 07:24 | |
*** agireud has joined #openstack-ansible | 07:28 | |
*** agireud has quit IRC | 07:29 | |
*** agireud has joined #openstack-ansible | 07:31 | |
*** markvoelker has joined #openstack-ansible | 07:38 | |
*** markvoelker has quit IRC | 07:42 | |
*** agireud has quit IRC | 07:46 | |
*** agireud has joined #openstack-ansible | 07:48 | |
*** sdake has joined #openstack-ansible | 08:03 | |
*** sdake has quit IRC | 08:05 | |
*** thorst has joined #openstack-ansible | 08:11 | |
*** javeriak has quit IRC | 08:12 | |
*** thorst has quit IRC | 08:19 | |
*** qwang_ has joined #openstack-ansible | 08:23 | |
*** arbrandes1 has joined #openstack-ansible | 08:27 | |
*** mfisch` has joined #openstack-ansible | 08:28 | |
*** Matias_ has joined #openstack-ansible | 08:29 | |
*** nishpatwa007 has joined #openstack-ansible | 08:29 | |
*** jimbaker` has joined #openstack-ansible | 08:30 | |
*** haad1 has joined #openstack-ansible | 08:30 | |
*** sc68cal_ has joined #openstack-ansible | 08:31 | |
*** haad1 has joined #openstack-ansible | 08:31 | |
*** haad1 has quit IRC | 08:31 | |
*** qwang has quit IRC | 08:33 | |
*** FrankZha- has quit IRC | 08:33 | |
*** jimbaker has quit IRC | 08:33 | |
*** Matias has quit IRC | 08:33 | |
*** shasha_tavil has quit IRC | 08:33 | |
*** nishpatwa_ has quit IRC | 08:33 | |
*** sc68cal has quit IRC | 08:33 | |
*** mfisch has quit IRC | 08:33 | |
*** pmannidi has quit IRC | 08:33 | |
*** toddnni has quit IRC | 08:33 | |
*** zerick has quit IRC | 08:33 | |
*** arbrandes has quit IRC | 08:33 | |
*** qwang_ is now known as qwang | 08:33 | |
*** markvoelker has joined #openstack-ansible | 08:38 | |
*** markvoelker has quit IRC | 08:43 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins: Accept ansible_host in linear strategy https://review.openstack.org/386874 | 08:45 |
*** FrankZha- has joined #openstack-ansible | 08:51 | |
*** shasha_tavil has joined #openstack-ansible | 08:51 | |
*** pmannidi has joined #openstack-ansible | 08:51 | |
*** toddnni has joined #openstack-ansible | 08:51 | |
*** zerick has joined #openstack-ansible | 08:51 | |
*** askb has joined #openstack-ansible | 08:51 | |
*** askb has quit IRC | 08:56 | |
*** thorst has joined #openstack-ansible | 09:17 | |
*** thorst has quit IRC | 09:24 | |
*** asettle has joined #openstack-ansible | 09:27 | |
*** zerick_ has joined #openstack-ansible | 09:32 | |
*** asettle has quit IRC | 09:33 | |
*** shasha_t_ has joined #openstack-ansible | 09:36 | |
*** FrankZhang has joined #openstack-ansible | 09:36 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-plugins: Accept ansible_host in linear strategy https://review.openstack.org/386924 | 09:37 |
*** FrankZha- has quit IRC | 09:37 | |
*** shasha_tavil has quit IRC | 09:37 | |
*** pmannidi has quit IRC | 09:37 | |
*** toddnni has quit IRC | 09:37 | |
*** zerick has quit IRC | 09:37 | |
*** kamtamtun has joined #openstack-ansible | 09:37 | |
*** toddnni has joined #openstack-ansible | 09:37 | |
*** markvoelker has joined #openstack-ansible | 09:39 | |
*** pmannidi has joined #openstack-ansible | 09:44 | |
*** markvoelker has quit IRC | 09:44 | |
*** thorst has joined #openstack-ansible | 10:22 | |
*** thorst has quit IRC | 10:29 | |
*** markvoelker has joined #openstack-ansible | 10:40 | |
*** markvoelker has quit IRC | 10:44 | |
*** Jack_Iv has joined #openstack-ansible | 10:48 | |
*** thorst has joined #openstack-ansible | 11:26 | |
*** thorst has quit IRC | 11:34 | |
*** markvoelker has joined #openstack-ansible | 11:41 | |
*** markvoelker has quit IRC | 11:45 | |
*** asettle has joined #openstack-ansible | 11:46 | |
*** kamtamtun has quit IRC | 11:55 | |
*** asettle has quit IRC | 11:57 | |
*** thorst has joined #openstack-ansible | 12:32 | |
*** hwoarang has quit IRC | 12:38 | |
*** hwoarang has joined #openstack-ansible | 12:39 | |
*** thorst has quit IRC | 12:39 | |
*** thorst has joined #openstack-ansible | 12:41 | |
*** markvoelker has joined #openstack-ansible | 12:41 | |
*** hwoarang_ has joined #openstack-ansible | 12:43 | |
*** hwoarang_ has quit IRC | 12:43 | |
*** hwoarang_ has joined #openstack-ansible | 12:43 | |
*** thorst has quit IRC | 12:45 | |
*** markvoelker has quit IRC | 12:46 | |
*** hwoarang has quit IRC | 12:47 | |
*** smatzek has joined #openstack-ansible | 12:58 | |
*** hwoarang_ has quit IRC | 13:03 | |
*** spotz is now known as spotz_zzz | 13:07 | |
*** kamtamtun has joined #openstack-ansible | 13:15 | |
*** thorst has joined #openstack-ansible | 13:20 | |
logan- | Yeah on the physical host side I was thinking if you need to sudo before lxc-attach, if your ssh user to physical host is unprivileged. On the container side it would be useful since you could use become_user to switch to unprivileged inside the container | 13:31 |
*** thorst has quit IRC | 13:31 | |
*** thorst has joined #openstack-ansible | 13:32 | |
*** thorst has quit IRC | 13:40 | |
*** markvoelker has joined #openstack-ansible | 13:42 | |
*** markvoelker has quit IRC | 13:47 | |
*** woodard has joined #openstack-ansible | 14:02 | |
*** woodard has quit IRC | 14:07 | |
*** thorst has joined #openstack-ansible | 14:07 | |
*** gouthamr has joined #openstack-ansible | 14:41 | |
*** thorst has quit IRC | 14:45 | |
*** thorst has joined #openstack-ansible | 14:46 | |
*** thorst has quit IRC | 14:55 | |
*** asettle has joined #openstack-ansible | 15:00 | |
*** woodard has joined #openstack-ansible | 15:03 | |
*** asettle has quit IRC | 15:05 | |
*** woodard has quit IRC | 15:08 | |
*** admin0 has joined #openstack-ansible | 15:11 | |
*** jperry has joined #openstack-ansible | 15:11 | |
admin0 | getting this: http://pastebin.com/WFzTqLZV | 15:15 |
*** dxiri has joined #openstack-ansible | 15:33 | |
*** v1k0d3n has quit IRC | 15:39 | |
*** thorst has joined #openstack-ansible | 15:53 | |
*** thorst has quit IRC | 16:00 | |
*** woodard has joined #openstack-ansible | 16:04 | |
*** woodard has quit IRC | 16:09 | |
*** javeriak has joined #openstack-ansible | 16:10 | |
*** dxiri has quit IRC | 16:20 | |
*** odyssey4me has quit IRC | 16:27 | |
*** mgagne has quit IRC | 16:27 | |
*** odyssey4me has joined #openstack-ansible | 16:27 | |
*** mgagne has joined #openstack-ansible | 16:28 | |
*** mgagne is now known as Guest90656 | 16:28 | |
*** sdake has joined #openstack-ansible | 16:30 | |
*** javeriak has quit IRC | 16:31 | |
*** fops has joined #openstack-ansible | 16:32 | |
*** fops has quit IRC | 16:33 | |
*** fops has joined #openstack-ansible | 16:33 | |
*** kamtamtun has quit IRC | 16:35 | |
*** dxiri has joined #openstack-ansible | 16:38 | |
*** v1k0d3n has joined #openstack-ansible | 16:43 | |
*** dxiri has quit IRC | 16:48 | |
*** hwoarang has joined #openstack-ansible | 16:51 | |
*** hwoarang has quit IRC | 16:52 | |
*** hwoarang has joined #openstack-ansible | 16:53 | |
*** thorst has joined #openstack-ansible | 16:58 | |
*** thorst has quit IRC | 17:04 | |
*** thorst has joined #openstack-ansible | 17:09 | |
*** adrian_otto has joined #openstack-ansible | 17:18 | |
*** sdake_ has joined #openstack-ansible | 17:19 | |
*** cmart has joined #openstack-ansible | 17:19 | |
*** sdake has quit IRC | 17:22 | |
*** thorst has quit IRC | 17:54 | |
*** adrian_otto has quit IRC | 18:05 | |
*** sdake_ has quit IRC | 18:11 | |
*** sdake has joined #openstack-ansible | 18:17 | |
*** kjw3 has quit IRC | 18:24 | |
*** sdake has quit IRC | 18:49 | |
*** bapalm has joined #openstack-ansible | 18:50 | |
*** aludwar has joined #openstack-ansible | 18:51 | |
*** admin0 has quit IRC | 18:54 | |
*** thorst has joined #openstack-ansible | 18:55 | |
*** bapalm has quit IRC | 18:58 | |
*** adrian_otto has joined #openstack-ansible | 18:58 | |
*** bapalm has joined #openstack-ansible | 18:59 | |
*** adrian_otto1 has joined #openstack-ansible | 19:00 | |
*** hybridpollo has joined #openstack-ansible | 19:01 | |
*** adrian_otto has quit IRC | 19:02 | |
*** sdake has joined #openstack-ansible | 19:03 | |
*** thorst has quit IRC | 19:04 | |
*** hybridpollo has quit IRC | 19:07 | |
*** hybridpollo has joined #openstack-ansible | 19:08 | |
*** Jack_Iv has quit IRC | 19:09 | |
*** bapalm has quit IRC | 19:09 | |
*** Jack_Iv has joined #openstack-ansible | 19:10 | |
*** Matias_ is now known as Matias | 19:15 | |
*** jperry has quit IRC | 19:17 | |
*** adrian_otto1 has quit IRC | 19:17 | |
cmart | anyone around? :) | 19:18 |
*** sdake has quit IRC | 19:18 | |
*** hybridpollo has left #openstack-ansible | 19:24 | |
*** sdake has joined #openstack-ansible | 19:27 | |
*** sdake has quit IRC | 19:45 | |
*** sdake has joined #openstack-ansible | 19:47 | |
*** sdake has quit IRC | 19:47 | |
*** jrollinhatin is now known as jroll | 19:51 | |
*** admin0 has joined #openstack-ansible | 19:53 | |
*** rmelero has joined #openstack-ansible | 19:56 | |
admin0 | all new deployments broken on repo containers: the conditional check log_dir.stat.isdir failed | 19:57 |
*** rmelero has quit IRC | 19:58 | |
*** thorst has joined #openstack-ansible | 20:01 | |
*** thorst has quit IRC | 20:08 | |
*** jperry has joined #openstack-ansible | 20:09 | |
logan- | admin0: which playbook is that failing in? also which branch? | 20:12 |
admin0 | stable/newton | 20:12 |
admin0 | 2 new greenfield deployments | 20:12 |
admin0 | hold on | 20:13 |
admin0 | let me pastebin the logs | 20:13 |
*** gouthamr has quit IRC | 20:14 | |
admin0 | http://pastebin.com/7PxSjVa4 | 20:15 |
*** gouthamr has joined #openstack-ansible | 20:17 | |
admin0 | normally i used to be able to rerun again with say setup-infrastructure.yml —limit=“*repo*” and get past .. but this particular one gets stuck at the same error all times | 20:17 |
admin0 | already tried the whole deployment remove, bootstrap ansible again after rm -rf the /etc/ansible/roles thinking if my local got corrupt somehow | 20:17 |
logan- | have you tried running without the limit | 20:17 |
admin0 | yes | 20:18 |
admin0 | i even destroyed the whole api nodes completely and rebuilt again with 16.04 | 20:18 |
logan- | oh, i see you did there | 20:18 |
logan- | in the paste | 20:18 |
logan- | :) | 20:18 |
admin0 | i think i successfully tried stable/newton at least 50 times .. never stuck here | 20:19 |
admin0 | suddenly today hit by it | 20:19 |
admin0 | multiple times because trying to fix/work-out the mutli-region using existing keystone db ..so getting stuck here ( in infra ) is strange coz it was always during setup-openstack | 20:20 |
logan- | see this block right here? https://github.com/openstack/openstack-ansible-rsyslog_client/blob/master/tasks/rsyslog_client_post_install.yml#L29-L41 | 20:21 |
logan- | it should be in /etc/ansible/roles/rsyslog_client/tasks/rsyslog_client_post_install.yml | 20:21 |
logan- | http://cdn.pasteraw.com/mpxyt6k5ex1u442mhm9uff2imse9gcr modify it and drop this debug task in | 20:21 |
logan- | then run the playbook and let's see what the debug produces | 20:21 |
admin0 | doing that | 20:22 |
admin0 | rerunning | 20:24 |
admin0 | except the haproxy vip IP stuff that sometimes did not came up, setup hosts and setup infra is almost smooth without hiccups | 20:25 |
admin0 | http://pastebin.com/GH6EzMjQ | 20:25 |
admin0 | empty :) | 20:25 |
admin0 | just curios … shouldn’t post_install mean “setup-hosts , setup-infrastructure , setup-openstack & after that post-install ? | 20:28 |
logan- | no that file is specific to the rsyslog_client role, so if you look in /etc/ansible/roles/rsyslog_client/tasks there are files related to pre install, install, and post install of rsyslog | 20:29 |
logan- | do you have any changes in your variables to repo_service_user_name | 20:29 |
logan- | https://github.com/openstack/openstack-ansible/blob/master/playbooks/repo-server.yml#L53 that is the directory the debug is showing us doesn't exist | 20:30 |
logan- | so usually that would be /var/log/nginx in your repo containers | 20:30 |
admin0 | repo_service_user_name: nginx2 | 20:32 |
admin0 | :( | 20:32 |
admin0 | i was overriding keystone, nova, neutron, cinder, heat, glance, swift, aodh, ceilometer, ironic, gnocchi, sahara and magnul alongwith repo service names | 20:33 |
admin0 | for region2 | 20:33 |
logan- | ah | 20:33 |
admin0 | well, if this breaks, why allow the override variable :D ? | 20:33 |
admin0 | but i guess i will be the first to break stuff with service username overirdes | 20:34 |
*** agireud has quit IRC | 20:34 | |
*** agireud has joined #openstack-ansible | 20:36 | |
admin0 | csmart: yuo around ? | 20:41 |
admin0 | if its rsync issue and repo not found, could be the lb ips | 20:41 |
*** markvoelker has joined #openstack-ansible | 20:47 | |
*** kamtamtun has joined #openstack-ansible | 20:49 | |
*** jcrst has quit IRC | 20:49 | |
*** markvoelker has quit IRC | 20:52 | |
*** Jack_Iv has quit IRC | 20:53 | |
*** Jack_Iv has joined #openstack-ansible | 20:54 | |
*** thorst has joined #openstack-ansible | 21:09 | |
*** smatzek has quit IRC | 21:13 | |
*** thorst has quit IRC | 21:13 | |
*** weezS has joined #openstack-ansible | 21:14 | |
*** weezS has quit IRC | 21:17 | |
cmart | admin0, don't confuse me for csmart. he/she is much smarter | 21:26 |
cmart | admin0 but I figured out my problem and a workaround, bug report incoming, just curious what you did to fix it | 21:26 |
admin0 | i got some many that i already forgot how i fixed that :D | 21:27 |
*** Jack_Iv has quit IRC | 21:47 | |
*** jperry has quit IRC | 21:47 | |
*** zerick_ is now known as zerick | 21:56 | |
*** fops has quit IRC | 21:59 | |
*** fops has joined #openstack-ansible | 21:59 | |
*** thorst has joined #openstack-ansible | 22:10 | |
*** jcrst has joined #openstack-ansible | 22:16 | |
*** thorst has quit IRC | 22:18 | |
*** fops has quit IRC | 22:27 | |
*** fops has joined #openstack-ansible | 22:27 | |
*** fops has quit IRC | 22:32 | |
*** jperry has joined #openstack-ansible | 22:53 | |
*** kamtamtun has quit IRC | 22:55 | |
*** hwoarang has quit IRC | 23:00 | |
*** hwoarang has joined #openstack-ansible | 23:01 | |
*** hwoarang has quit IRC | 23:01 | |
*** hwoarang has joined #openstack-ansible | 23:06 | |
*** hwoarang has quit IRC | 23:07 | |
*** hwoarang has joined #openstack-ansible | 23:07 | |
*** thorst has joined #openstack-ansible | 23:12 | |
*** thorst has quit IRC | 23:13 | |
*** thorst has joined #openstack-ansible | 23:18 | |
*** thorst has quit IRC | 23:22 | |
*** jcrst has quit IRC | 23:42 | |
*** Jeffrey4l has joined #openstack-ansible | 23:49 | |
*** cmart has quit IRC | 23:49 | |
*** askb has joined #openstack-ansible | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!