*** Qiming has joined #openstack-ansible | 00:07 | |
*** sacharya has quit IRC | 00:09 | |
*** woodard has quit IRC | 00:16 | |
*** woodard has joined #openstack-ansible | 00:17 | |
*** sdake_ has joined #openstack-ansible | 00:27 | |
*** sdake has quit IRC | 00:30 | |
*** Qiming has quit IRC | 00:31 | |
*** saneax is now known as saneax_AFK | 00:32 | |
*** jamielennox|away is now known as jamielennox | 00:37 | |
*** michaelgugino has joined #openstack-ansible | 00:44 | |
*** retreved has quit IRC | 00:45 | |
*** sacharya has joined #openstack-ansible | 00:47 | |
*** raddaoui has quit IRC | 00:47 | |
*** sacharya has quit IRC | 00:59 | |
*** eric_lopez has joined #openstack-ansible | 01:09 | |
*** wadeholler has quit IRC | 01:12 | |
*** wadeholler has joined #openstack-ansible | 01:13 | |
*** wadeholler has quit IRC | 01:18 | |
*** Qiming has joined #openstack-ansible | 01:21 | |
*** wadeholler has joined #openstack-ansible | 01:24 | |
*** wadeholler has quit IRC | 01:26 | |
*** thorst has quit IRC | 01:37 | |
*** thorst has joined #openstack-ansible | 01:38 | |
*** sacharya has joined #openstack-ansible | 01:48 | |
*** jamielennox is now known as jamielennox|away | 01:59 | |
*** thorst has quit IRC | 02:06 | |
*** thorst has joined #openstack-ansible | 02:07 | |
*** thorst has quit IRC | 02:15 | |
*** iceyao has joined #openstack-ansible | 02:24 | |
*** iceyao_ has joined #openstack-ansible | 02:29 | |
*** kiranv_ has joined #openstack-ansible | 02:30 | |
*** iceyao has quit IRC | 02:32 | |
*** woodard has quit IRC | 02:35 | |
*** fawadkhaliq has joined #openstack-ansible | 02:46 | |
*** fawadkhaliq has quit IRC | 03:09 | |
*** itlinux has quit IRC | 03:09 | |
*** thorst has joined #openstack-ansible | 03:13 | |
*** thorst has quit IRC | 03:20 | |
*** kiranv_ has quit IRC | 03:29 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-rabbitmq_server: Add skip_ansible_lint tags for error ANSIBLE0006 https://review.openstack.org/317208 | 03:30 |
---|---|---|
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_horizon: Removed the db create tasks https://review.openstack.org/314846 | 03:31 |
*** kstepniewski has joined #openstack-ansible | 03:35 | |
*** sdake has joined #openstack-ansible | 03:36 | |
*** itlinux has joined #openstack-ansible | 03:38 | |
*** sdake_ has quit IRC | 03:38 | |
*** itlinux has quit IRC | 03:39 | |
*** kiranv_ has joined #openstack-ansible | 03:39 | |
*** kiranv_ has quit IRC | 03:39 | |
michaelgugino | you work too hard cloudnull | 03:40 |
*** kstepniewski has quit IRC | 03:40 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift: Covert swift python to pypy https://review.openstack.org/314587 | 03:44 |
cloudnull | michaelgugino: sadly i sit and watch tv and like to cloud when im doing it | 03:47 |
cloudnull | also I was mostly AFK today so i figured now is a good time to catch up. | 03:48 |
michaelgugino | I leave the tube off myself. I'm just a nerd I'm afraid | 03:53 |
*** jamielennox|away is now known as jamielennox | 03:55 | |
cloudnull | I watch a lot of netflix and such | 03:55 |
cloudnull | no cable here. | 03:55 |
*** fawadkhaliq has joined #openstack-ansible | 03:56 | |
michaelgugino | same. Netflix and prime. Cable is too expensive for what you get. | 04:01 |
*** winggundamth has quit IRC | 04:04 | |
*** winggundamth has joined #openstack-ansible | 04:13 | |
cloudnull | ++ | 04:13 |
cloudnull | we watch a lot of prime | 04:13 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Isolate Ansible from the deployment host https://review.openstack.org/304840 | 04:13 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Update OSA to use Ansible "stable-2.1" https://review.openstack.org/317224 | 04:13 |
errr | what causes an entry to be added to user_secrets.yml automatically? | 04:17 |
*** thorst has joined #openstack-ansible | 04:18 | |
michaelgugino | errr: bootstrap-aio | 04:18 |
*** sdake_ has joined #openstack-ansible | 04:19 | |
michaelgugino | also pw-token-gen.py, I believe | 04:19 |
*** alikins has quit IRC | 04:20 | |
*** sdake has quit IRC | 04:20 | |
*** thorst has quit IRC | 04:25 | |
errr | it kind of looks to me like you would add an empty thing to user_secrets.yml like my_nifty_password: and then it would get generated for you during that playbook by that pw-token-gen.py script | 04:29 |
cloudnull | errr: what michaelgugino said | 04:29 |
cloudnull | yes | 04:29 |
errr | thanks | 04:30 |
cloudnull | https://github.com/openstack/openstack-ansible/blob/master/scripts/pw-token-gen.py#L32-L46 | 04:30 |
cloudnull | nifty_{password,secret,tokem,key} | 04:30 |
errr | joy | 04:30 |
cloudnull | all have different variable password requirements. | 04:30 |
errr | now will that be what is used in a role too? | 04:31 |
cloudnull | in the role nothing is set. the var is just used and will cause an error if unset. | 04:31 |
*** chhavi has joined #openstack-ansible | 04:32 | |
cloudnull | the role should have something similar to https://github.com/openstack/openstack-ansible-os_ceilometer/blob/master/tasks/main.yml#L25-L32 | 04:33 |
errr | well, so.. in my playbook I have mypassword and in my roll I have mypassword if I define mypassword in user_secrets.yml will the same value be used in the role and playbook? | 04:33 |
cloudnull | which does a fail fast if something is unset when needed. | 04:33 |
cloudnull | mypassword should be defined in user_secrets.yml and used in the role. | 04:34 |
cloudnull | when you test the role the needed variables should be added to a test_vars.yml file | 04:34 |
errr | and if mypassword is defined in defaults/main.yml the user_secrets.yml version overrides it right | 04:35 |
cloudnull | like so https://github.com/openstack/openstack-ansible-os_glance/blob/master/tests/test-vars.yml#L29 | 04:35 |
cloudnull | it will however we'd like the password to be undefined in defaults/main.yml | 04:35 |
errr | oh | 04:35 |
errr | ok, I will be sure to undefine it then | 04:36 |
cloudnull | that can/will lead to someone not setting the password and the deployment getting a default insecure password | 04:36 |
errr | indeed. it would be secrete :D | 04:36 |
cloudnull | thats generally my password | 04:36 |
cloudnull | :) | 04:36 |
errr | its been around since djeep | 04:37 |
cloudnull | yup | 04:37 |
cloudnull | i love djeep | 04:37 |
errr | when I was deploying ebay back in 2011 that is what they had me using to test with | 04:37 |
cloudnull | djeep and i have had some good times... | 04:38 |
errr | same | 04:38 |
errr | I like this ansible method much better now that I am starting to wrap my head around it | 04:38 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift: Enable pypy to be used with swift https://review.openstack.org/314587 | 04:41 |
cloudnull | thats good to hear. :) | 04:42 |
cloudnull | ok im off. | 04:42 |
cloudnull | talk to you later. | 04:42 |
errr | see ya | 04:42 |
*** sdake_ has quit IRC | 04:56 | |
*** javeriak has joined #openstack-ansible | 04:59 | |
*** guest has joined #openstack-ansible | 05:00 | |
*** guest has quit IRC | 05:01 | |
*** chhavi has quit IRC | 05:12 | |
*** shausy has joined #openstack-ansible | 05:14 | |
openstackgerrit | Sirisha Guduru proposed openstack/openstack-ansible-os_swift: Added role for mounting the drives in swift object https://review.openstack.org/317252 | 05:16 |
*** michaelgugino has quit IRC | 05:22 | |
*** thorst has joined #openstack-ansible | 05:23 | |
*** chhavi has joined #openstack-ansible | 05:28 | |
*** thorst has quit IRC | 05:30 | |
*** javeriak has quit IRC | 05:34 | |
*** chhavi has quit IRC | 05:38 | |
*** javeriak has joined #openstack-ansible | 05:39 | |
*** Oku_OS-away is now known as Oku_OS | 05:40 | |
*** iceyao_ has quit IRC | 05:46 | |
*** iceyao has joined #openstack-ansible | 05:46 | |
*** chhavi has joined #openstack-ansible | 05:51 | |
*** javeriak has quit IRC | 05:52 | |
*** iceyao_ has joined #openstack-ansible | 05:53 | |
*** iceyao has quit IRC | 05:55 | |
*** javeriak has joined #openstack-ansible | 05:58 | |
*** fishcried has joined #openstack-ansible | 05:59 | |
*** fishcried has quit IRC | 06:00 | |
*** neilus has joined #openstack-ansible | 06:08 | |
*** daneyon has quit IRC | 06:08 | |
*** sacharya has quit IRC | 06:23 | |
*** sacharya has joined #openstack-ansible | 06:24 | |
*** timrc has quit IRC | 06:26 | |
*** thorst has joined #openstack-ansible | 06:28 | |
*** sacharya has quit IRC | 06:29 | |
*** timrc has joined #openstack-ansible | 06:29 | |
*** thorst has quit IRC | 06:35 | |
*** jamielennox is now known as jamielennox|away | 06:41 | |
*** javeriak has quit IRC | 06:44 | |
*** neilus has quit IRC | 06:46 | |
openstackgerrit | Sirisha Guduru proposed openstack/openstack-ansible-os_swift: Added role for mounting the drives in swift object https://review.openstack.org/317252 | 06:59 |
*** sacharya has joined #openstack-ansible | 07:00 | |
openstackgerrit | Sirisha Guduru proposed openstack/openstack-ansible: Added role for mounting the drives in swift object https://review.openstack.org/317278 | 07:01 |
*** neilus has joined #openstack-ansible | 07:04 | |
*** sacharya has quit IRC | 07:05 | |
*** ozialien10 has quit IRC | 07:07 | |
*** javeriak has joined #openstack-ansible | 07:08 | |
*** fawadkhaliq has quit IRC | 07:22 | |
*** fawadkhaliq has joined #openstack-ansible | 07:23 | |
*** saneax_AFK is now known as saneax | 07:24 | |
*** iceyao_ has quit IRC | 07:27 | |
*** mikelk has joined #openstack-ansible | 07:30 | |
*** thorst has joined #openstack-ansible | 07:33 | |
*** thorst has quit IRC | 07:40 | |
*** ozialien10 has joined #openstack-ansible | 07:52 | |
*** iceyao has joined #openstack-ansible | 07:53 | |
*** ozialien10 has quit IRC | 07:57 | |
*** ozialien10 has joined #openstack-ansible | 07:58 | |
*** iceyao_ has joined #openstack-ansible | 08:07 | |
*** iceyao has quit IRC | 08:08 | |
*** jang has joined #openstack-ansible | 08:10 | |
*** cristicalin has joined #openstack-ansible | 08:13 | |
*** pjm6 has joined #openstack-ansible | 08:19 | |
pjm6 | good morning all | 08:20 |
*** asettle has joined #openstack-ansible | 08:24 | |
*** pjm6 has quit IRC | 08:28 | |
hughsaunders | jmccrory: why was this un-workflowed? https://review.openstack.org/#/c/314842/4 | 08:30 |
*** cristicalin has quit IRC | 08:31 | |
*** cristicalin has joined #openstack-ansible | 08:31 | |
*** pjm6 has joined #openstack-ansible | 08:31 | |
openstackgerrit | Alexandra Settle proposed openstack/openstack-ansible: [wip] DOCS: Clean up of the Upgrade guide https://review.openstack.org/316737 | 08:32 |
*** pjm6_ has joined #openstack-ansible | 08:34 | |
*** thorst has joined #openstack-ansible | 08:38 | |
*** fawadkhaliq has quit IRC | 08:41 | |
*** fawadkhaliq has joined #openstack-ansible | 08:42 | |
*** cristicalin has quit IRC | 08:44 | |
*** thorst has quit IRC | 08:45 | |
asettle | odyssey4me: question... is it vhosts or vhost ? | 08:49 |
pjm6 | anyone here know if its possible making dhcp_agent working with external devices ? | 08:49 |
*** perniciouscaffei has quit IRC | 08:55 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Update tempest test vars https://review.openstack.org/315366 | 08:56 |
*** pjm6_ has quit IRC | 08:56 | |
*** javeriak has quit IRC | 09:04 | |
*** javeriak has joined #openstack-ansible | 09:04 | |
openstackgerrit | Alexandra Settle proposed openstack/openstack-ansible: [wip] DOCS: Clean up of the Upgrade guide https://review.openstack.org/316737 | 09:05 |
*** javeriak has quit IRC | 09:06 | |
*** javeriak has joined #openstack-ansible | 09:07 | |
*** electrofelix has joined #openstack-ansible | 09:17 | |
*** iceyao_ has quit IRC | 10:13 | |
pjm6 | anyone tried to deploy with new release of openstack-ansible? | 10:19 |
*** chhavi has quit IRC | 10:19 | |
*** chhavi has joined #openstack-ansible | 10:19 | |
pjm6 | i'm getting error in nova_console container (galera client) | 10:19 |
chhavi | does anyone know what does with_py_pkgs do, i am not able to find the supporting code for this | 10:20 |
chhavi | its been called in the repo-build.yml | 10:20 |
*** saneax is now known as saneax_AFK | 10:20 | |
*** Qiming has quit IRC | 10:25 | |
pjm6 | chhavi, i think you want this | 10:26 |
pjm6 | https://github.com/openstack/openstack-ansible-plugins/blob/master/lookup/py_pkgs.py | 10:26 |
pjm6 | *you're looking for this | 10:26 |
chhavi | what this plugin do | 10:27 |
pjm6 | not sure but i think its responsible to download the python wheel packages | 10:32 |
*** smatzek has joined #openstack-ansible | 10:35 | |
*** jang has quit IRC | 10:41 | |
*** johnmilton has joined #openstack-ansible | 10:53 | |
*** jamielennox|away is now known as jamielennox | 10:53 | |
*** fawadkhaliq has quit IRC | 10:59 | |
hughsaunders | pjm6: it generates reads through yaml files looking for lists of python packages | 11:00 |
pjm6 | nice hughsaunders, thanks :) | 11:01 |
pjm6 | but also include | 11:01 |
pjm6 | pip files and wheel, right? | 11:01 |
*** sacharya has joined #openstack-ansible | 11:03 | |
openstackgerrit | Merged openstack/openstack-ansible-security: Handle Match properly in sshd_config https://review.openstack.org/316869 | 11:03 |
pjm6 | hughsaunders, by instance do you know how to rebuild a container? | 11:05 |
*** sacharya has quit IRC | 11:07 | |
pjm6 | I use the lxc-destroy-containers.yml --limit infra1_repo_container-528a27a4 | 11:08 |
pjm6 | lxc-create-containers.yml --limit infra1_repo_container-528a27a4 | 11:09 |
pjm6 | and then | 11:09 |
pjm6 | openstack-ansible lxc-containers-create.yml --limit infra1_repo_container-528a27a4 | 11:09 |
pjm6 | and i'm getting | 11:09 |
pjm6 | msg: Could not fetch updated apt files | 11:09 |
andymccr | pjm6: yeah we seem to be having some issues with the gates too - so i think its not specific to you :) | 11:11 |
pjm6 | andymccr, o/ hows going? :) | 11:12 |
andymccr | aside from the gate brokenness all good! | 11:12 |
pjm6 | hmm glad to know that andymccr! I was thinking that problem was related to my repo container (I rebuild it :S ) | 11:12 |
pjm6 | yeahh I see it, do you know where it comes good again? or how can I know it? | 11:13 |
andymccr | mattt had a brief look, we think it's because there are older versions of packages in the mirror than the default image. | 11:13 |
mattt | pjm6: are you getting errors w/ the base container not being able to get updated ? (it should moan about gcc, cc, etc. iirc) | 11:14 |
pjm6 | because the repo version? | 11:14 |
pjm6 | mattt, i'm not sure | 11:15 |
pjm6 | when i execute | 11:15 |
pjm6 | setup-infrastructure.yml | 11:15 |
pjm6 | i'm getting this error | 11:15 |
pjm6 | msg: Could not fetch updated apt files | 11:15 |
mattt | pjm6: gist the error if you can? :P | 11:15 |
pjm6 | but i can attach lxc container | 11:15 |
pjm6 | sure | 11:15 |
pjm6 | TASK: [repo_server | Check apt last update file] ****************************** | 11:16 |
pjm6 | ok: [infra1_repo_container-528a27a4] | 11:16 |
pjm6 | TASK: [repo_server | Update apt if needed] ************************************ | 11:16 |
pjm6 | failed: [infra1_repo_container-528a27a4] => {"failed": true} | 11:16 |
pjm6 | msg: Could not fetch updated apt files | 11:16 |
pjm6 | FATAL: all hosts have already failed -- aborting | 11:16 |
pjm6 | PLAY RECAP ******************************************************************** | 11:16 |
pjm6 | to retry, use: --limit @/root/setup-infrastructure.retry | 11:16 |
pjm6 | infra1_repo_container-528a27a4 : ok=10 changed=7 unreachable=0 failed=1 | 11:16 |
pjm6 | sorry | 11:16 |
pjm6 | http://pastebin.com/zgsQNUX9 | 11:16 |
pjm6 | wrong paste | 11:16 |
mattt | pjm6: does your container have access to whatever mirror it's using? for example, can you ping it? | 11:17 |
mattt | pjm6: go in and do an apt-get update to check | 11:17 |
pjm6 | doing it | 11:18 |
pjm6 | (its updating) | 11:18 |
pjm6 | and failed | 11:18 |
mattt | why did it fail? hash sum mismatch ? | 11:19 |
openstackgerrit | Robb Romans proposed openstack/openstack-ansible: Docs: Fix bulleted lists and spacing https://review.openstack.org/317114 | 11:19 |
pjm6 | http://pastebin.com/SH5x472X | 11:20 |
pjm6 | yes | 11:20 |
pjm6 | that error | 11:20 |
*** Qiming has joined #openstack-ansible | 11:20 | |
pjm6 | sorry for delay, but the new captcha of google takes more then excepted | 11:20 |
evrardjp | restart that playbook | 11:20 |
mattt | evrardjp: he just got the failure | 11:20 |
mattt | so presumably the mirror is still broken | 11:20 |
openstackgerrit | Alexandra Settle proposed openstack/openstack-ansible: DOCS: Clean up of the Upgrade guide https://review.openstack.org/316737 | 11:21 |
mattt | pjm6: the error is transient, so keep trying or change your mirror :( | 11:21 |
pjm6 | mattt, changing the mirror would be manually in all servers, right? or could be automated? | 11:21 |
mattt | pjm6: there is a variable for it, but you'd need to rerun everything to get apt updated | 11:22 |
pjm6 | thanks mattt, andymccr and evrardjp for letting me know that :) | 11:22 |
pjm6 | its recommended to change? | 11:22 |
pjm6 | if it is i will look for it and change it | 11:22 |
pjm6 | apt_mirror ? | 11:23 |
pjm6 | well now it passed | 11:26 |
*** fawadkhaliq has joined #openstack-ansible | 11:30 | |
*** fawadkhaliq has quit IRC | 11:30 | |
*** javeriak has quit IRC | 11:32 | |
pjm6 | mattt, do you know if that change is global or is specific to playbooks? I see one of the galera_client | 11:35 |
pjm6 | galera_apt_repo_url | 11:35 |
*** Qiming has quit IRC | 11:37 | |
openstackgerrit | Samuel Matzek proposed openstack/openstack-ansible: Docs: Document SSH key exchange for Ceph client https://review.openstack.org/317087 | 11:38 |
*** Qiming has joined #openstack-ansible | 11:40 | |
*** Qiming_ has joined #openstack-ansible | 11:43 | |
*** Qiming has quit IRC | 11:46 | |
*** vnogin has quit IRC | 11:47 | |
pjm6 | well i found it :) | 11:47 |
pjm6 | lxc_container_template_main_apt_repo | 11:47 |
pjm6 | https://github.com/openstack/openstack-ansible-lxc_hosts/blob/stable/mitaka/templates/sources.list.j2 | 11:48 |
pjm6 | https://github.com/openstack/openstack-ansible-lxc_hosts/blob/stable/mitaka/vars/ubuntu-14.04.yml#L20-L21 | 11:49 |
pjm6 | for anyone who need :) | 11:49 |
*** javeriak has joined #openstack-ansible | 11:51 | |
*** Qiming_ has quit IRC | 11:54 | |
*** thorst has joined #openstack-ansible | 11:55 | |
*** Qiming has joined #openstack-ansible | 11:57 | |
*** Qiming has quit IRC | 11:58 | |
*** neilus1 has joined #openstack-ansible | 12:02 | |
*** weshay has joined #openstack-ansible | 12:03 | |
*** neilus has quit IRC | 12:04 | |
*** Qiming has joined #openstack-ansible | 12:04 | |
*** Qiming has quit IRC | 12:06 | |
*** Qiming has joined #openstack-ansible | 12:07 | |
*** javeriak has quit IRC | 12:08 | |
*** Qiming has quit IRC | 12:16 | |
*** Qiming has joined #openstack-ansible | 12:16 | |
*** javeriak has joined #openstack-ansible | 12:20 | |
*** neilus has joined #openstack-ansible | 12:24 | |
*** neilus1 has quit IRC | 12:27 | |
*** javeriak has quit IRC | 12:34 | |
*** javeriak has joined #openstack-ansible | 12:36 | |
*** kylek3h has joined #openstack-ansible | 12:37 | |
*** kylek3h has quit IRC | 12:37 | |
*** kylek3h has joined #openstack-ansible | 12:38 | |
*** johnmilton has quit IRC | 12:38 | |
*** kylek3h has quit IRC | 12:38 | |
*** kylek3h has joined #openstack-ansible | 12:38 | |
*** javeriak has quit IRC | 12:40 | |
*** kylek3h has quit IRC | 12:43 | |
*** woodard has joined #openstack-ansible | 12:45 | |
*** woodard has quit IRC | 12:45 | |
*** retreved has joined #openstack-ansible | 12:46 | |
*** woodard has joined #openstack-ansible | 12:46 | |
*** retreved has quit IRC | 12:46 | |
*** retreved has joined #openstack-ansible | 12:47 | |
*** javeriak has joined #openstack-ansible | 12:54 | |
*** kylek3h has joined #openstack-ansible | 12:55 | |
smatzek | mattt: I saw your comment about the ceph libs link changes not working because ceph_client runs later. What can be done there? Would making os_glance/meta/main.yml contain a dependency on ceph_client work to make ceph_client run first? | 12:57 |
*** psilvad has joined #openstack-ansible | 12:57 | |
*** sacharya has joined #openstack-ansible | 13:04 | |
*** psilvad has quit IRC | 13:04 | |
*** johnmilton has joined #openstack-ansible | 13:04 | |
*** psilvad has joined #openstack-ansible | 13:06 | |
*** sacharya has quit IRC | 13:08 | |
*** Zucan has joined #openstack-ansible | 13:09 | |
*** automagically_ has joined #openstack-ansible | 13:10 | |
*** psilvad has quit IRC | 13:11 | |
*** automagically_ has left #openstack-ansible | 13:11 | |
*** automagically_ has joined #openstack-ansible | 13:12 | |
*** automagically_ has left #openstack-ansible | 13:12 | |
*** psilvad has joined #openstack-ansible | 13:13 | |
*** Zucan has quit IRC | 13:13 | |
*** automagically_ has joined #openstack-ansible | 13:17 | |
*** psilvad has quit IRC | 13:18 | |
*** klamath has joined #openstack-ansible | 13:21 | |
*** klamath has quit IRC | 13:21 | |
*** klamath has joined #openstack-ansible | 13:21 | |
mattt | smatzek: so i did look at running ceph_client first | 13:26 |
mattt | smatzek: the problem is that ceph_client assumes the nova bits have been dropped (specifically virsh) | 13:27 |
*** BjoernT has joined #openstack-ansible | 13:27 | |
*** BjoernT is now known as Bjoern_zZzZzZzZ | 13:27 | |
mattt | smatzek: so i don't think switching order is quite as straightforward :( | 13:27 |
*** javeriak has quit IRC | 13:28 | |
smatzek | mattt: it should only be running the nova bits, virsh secret stuff, on compute-hosts, not on all hosts, not on glance hosts. | 13:29 |
*** KLevenstein has joined #openstack-ansible | 13:29 | |
*** automagically_ has left #openstack-ansible | 13:31 | |
automagically | morning all | 13:32 |
*** openstackgerrit has quit IRC | 13:32 | |
evrardjp | morning automagically | 13:33 |
*** openstackgerrit has joined #openstack-ansible | 13:33 | |
mhayden | morning | 13:34 |
evrardjp | same comment | 13:34 |
evrardjp | how is it going? | 13:35 |
automagically | It goes | 13:35 |
automagically | Well caffeinated and diving into some reviews | 13:35 |
automagically | Any cores available to take a look at https://review.openstack.org/#/c/316519/. Assuming we can get that merged to master, it looks like a good backport candidate for stable/mitaka | 13:37 |
mattt | morning automagically | 13:38 |
mattt | i just got back into the office and am massively behind today, i'll have a peek as soon as possible | 13:38 |
*** smatzek has quit IRC | 13:38 | |
*** johnmilton has quit IRC | 13:40 | |
*** retreved has quit IRC | 13:41 | |
*** phalmos has joined #openstack-ansible | 13:41 | |
*** retreved has joined #openstack-ansible | 13:41 | |
*** phalmos_ has joined #openstack-ansible | 13:42 | |
*** Zucan has joined #openstack-ansible | 13:43 | |
pjm6 | hi automagically | 13:44 |
*** Bjoern_zZzZzZzZ is now known as BjoernT | 13:44 | |
*** sdake has joined #openstack-ansible | 13:44 | |
*** shausy has quit IRC | 13:45 | |
*** phalmos has quit IRC | 13:46 | |
automagically | o/ pjm6 | 13:47 |
automagically | Thanks mattt | 13:47 |
*** johnmilton has joined #openstack-ansible | 13:48 | |
*** sdake_ has joined #openstack-ansible | 13:48 | |
*** sdake has quit IRC | 13:49 | |
*** winggundamth has quit IRC | 13:49 | |
*** johnmilton has quit IRC | 13:52 | |
*** winggundamth has joined #openstack-ansible | 13:52 | |
*** phalmos_ has quit IRC | 13:53 | |
*** johnmilton has joined #openstack-ansible | 13:53 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:54 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Add docs for LBaaSv2 Horizon panels https://review.openstack.org/317014 | 13:54 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Network service docs cleanup https://review.openstack.org/317018 | 13:58 |
*** ametts has joined #openstack-ansible | 13:58 | |
*** iceyao has joined #openstack-ansible | 13:59 | |
*** KLevenstein has quit IRC | 13:59 | |
*** KLevenstein has joined #openstack-ansible | 14:00 | |
*** mpjetta has quit IRC | 14:01 | |
*** smatzek has joined #openstack-ansible | 14:02 | |
*** Mudpuppy has joined #openstack-ansible | 14:06 | |
smatzek | mattt: During my morning commute I realized the ceph_client dependency in glance would cause issues with the nova bits in an AIO if nova runs after glance. I was thinking of production type deployments where glance host != nova compute host. | 14:07 |
evrardjp | does anyone know why flush_handlers is done as a last task of neutron role? It doesn't make sense to me | 14:08 |
*** Mudpuppy has quit IRC | 14:09 | |
mattt | smatzek: what is the issue? but even in an AIO you wouldn't have glance and nova in the same containers right? | 14:11 |
mattt | smatzek: i'm currently fiddling to see if i can put the symlinking into ceph_client, more details in a few :) | 14:12 |
evrardjp | furthermore it doesn't even make sense :p | 14:12 |
*** Mudpuppy has joined #openstack-ansible | 14:14 | |
smatzek | mattt: You mentioned you had tried to run ceph_client early and it assumes the virsh has been installed, which I think would only happen in an AIO case where the glance container host also happens to be a nova compute and the conditional on the virsh secret would attempt to run: when: inventory_hostname in groups.nova_compute, though my thinking may be wrong here. | 14:15 |
*** neilus has quit IRC | 14:16 | |
*** jthorne has joined #openstack-ansible | 14:17 | |
mhayden | odyssey4me: would it be possible to tag the security role in liberty? | 14:17 |
mattt | smatzek: how about something like this? https://gist.github.com/mattt416/961f71df5b676f8dddb8a47748e1db60 | 14:19 |
evrardjp | mhayden: not sure odyssey4me will be available today | 14:19 |
mhayden | ah okay | 14:19 |
mattt | smatzek: we need some better intelligence on whether the venv is actually enabled, but you get the idea | 14:19 |
evrardjp | he will still read this so the message won't be lost | 14:19 |
*** pjm6 has quit IRC | 14:20 | |
evrardjp | I guess | 14:20 |
*** spotz_zzz is now known as spotz | 14:21 | |
errr | when I am setting up an AIO is there a way to have some projects pulled from upstream while others pull from my own forks, or would I need to do that myself? | 14:21 |
smatzek | mattt: Yeah that looks like a good way to do it. | 14:21 |
evrardjp | mhayden: if you mean technically, keepalived is tagged instead of having a sha in the role requirements, so I guess it could be one more exception | 14:22 |
smatzek | mattt, I also like the way it gets the linking out of glance, cinder, nova and puts it in ceph_client. | 14:22 |
mhayden | evrardjp: yeah, we tag the security role too... but odyssey4me has the special powers to tag it | 14:23 |
evrardjp | oh I understand what you meant now | 14:24 |
evrardjp | tagging the current version as in release it | 14:24 |
evrardjp | sorry then | 14:24 |
evrardjp | shouldn't these powers be spread? | 14:24 |
Mudpuppy | mmm butter | 14:25 |
* mhayden prefers the butter of peanuts | 14:25 | |
automagically | mhayden and andymccr - Thanks for the reviews. Could you also review the cherry-pick of the same bug fix: https://review.openstack.org/#/c/317535/ | 14:31 |
*** TxGirlGeek has joined #openstack-ansible | 14:31 | |
*** Zucan has quit IRC | 14:32 | |
*** Brew has joined #openstack-ansible | 14:33 | |
*** Zucan has joined #openstack-ansible | 14:33 | |
*** alikins has joined #openstack-ansible | 14:33 | |
*** markvoelker has joined #openstack-ansible | 14:35 | |
*** markvoelker has quit IRC | 14:35 | |
*** markvoelker has joined #openstack-ansible | 14:36 | |
*** markvoelker has quit IRC | 14:39 | |
*** markvoelker has joined #openstack-ansible | 14:39 | |
mhayden | automagically: lookin' | 14:40 |
mhayden | automagically: sent you a deuce | 14:40 |
automagically | Thanks mhayden | 14:41 |
*** raddaoui has joined #openstack-ansible | 14:44 | |
*** pjm6 has joined #openstack-ansible | 14:45 | |
*** kstev has joined #openstack-ansible | 14:50 | |
*** markvoelker has quit IRC | 14:51 | |
*** michaelgugino has joined #openstack-ansible | 14:51 | |
openstackgerrit | Samuel Matzek proposed openstack/openstack-ansible: Docs: Cross ref local tests on contribution guide https://review.openstack.org/317548 | 14:53 |
*** markvoelker has joined #openstack-ansible | 14:53 | |
sigmavirus24 | Just in case people didn't see it: http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html | 14:54 |
*** KLevenstein has quit IRC | 14:55 | |
*** admin0 has joined #openstack-ansible | 14:56 | |
*** KLevenstein has joined #openstack-ansible | 14:56 | |
*** TxGirlGeek has quit IRC | 14:57 | |
*** markvoelker has quit IRC | 14:57 | |
*** iceyao has quit IRC | 14:57 | |
*** markvoelker has joined #openstack-ansible | 14:58 | |
automagically | Thanks for the update on that sigmavirus24 | 14:58 |
sigmavirus24 | (I'm pretty sure we set both debug and verbose by default so that will begin to affect us ) | 14:59 |
automagically | Yep, we do | 14:59 |
*** Qiming has quit IRC | 15:02 | |
*** TxGirlGeek has joined #openstack-ansible | 15:03 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Verbose option has been deprecated from oslo.log https://review.openstack.org/317551 | 15:04 |
*** markvoelker has quit IRC | 15:04 | |
*** sacharya has joined #openstack-ansible | 15:04 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_aodh: Verbose option has been deprecated from oslo.log https://review.openstack.org/317552 | 15:05 |
*** BjoernT has quit IRC | 15:05 | |
openstackgerrit | Samuel Matzek proposed openstack/openstack-ansible: Docs: Add note about releasenotes local build https://review.openstack.org/317553 | 15:05 |
*** sdake_ is now known as sdake | 15:06 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_barbican: Verbose option has been deprecated from oslo.log https://review.openstack.org/317555 | 15:07 |
*** weezS has joined #openstack-ansible | 15:07 | |
*** sacharya has quit IRC | 15:09 | |
*** alikins has quit IRC | 15:09 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_ceilometer: Removing unused verbose variable from the role https://review.openstack.org/317557 | 15:09 |
*** weshay is now known as weshay_mtg | 15:09 | |
*** TxGirlGeek has quit IRC | 15:11 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_cinder: Verbose option has been deprecated from oslo.log https://review.openstack.org/317559 | 15:11 |
*** TxGirlGeek has joined #openstack-ansible | 15:12 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_designate: Verbose option has been deprecated from oslo.log https://review.openstack.org/317561 | 15:13 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_glance: Verbose option has been deprecated from oslo.log https://review.openstack.org/317563 | 15:15 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_heat: Verbose option has been deprecated from oslo.log https://review.openstack.org/317565 | 15:17 |
*** TxGirlGeek has quit IRC | 15:19 | |
*** TxGirlGeek has joined #openstack-ansible | 15:19 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_horizon: Removing unused verbose variable https://review.openstack.org/317568 | 15:20 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_keystone: Verbose option has been deprecated from oslo.log https://review.openstack.org/317569 | 15:21 |
*** nilk has joined #openstack-ansible | 15:22 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_magnum: Verbose option has been deprecated from oslo.log https://review.openstack.org/317571 | 15:22 |
*** mikelk has quit IRC | 15:24 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Verbose option has been deprecated from oslo.log https://review.openstack.org/317572 | 15:24 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_rally: Verbose option has been deprecated from oslo.log https://review.openstack.org/317574 | 15:26 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_swift: Verbose option has been deprecated from oslo.log https://review.openstack.org/317575 | 15:27 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_tempest: Verbose option has been deprecated from oslo.log https://review.openstack.org/317578 | 15:29 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible: Verbose option has been deprecated from oslo.log https://review.openstack.org/317580 | 15:34 |
*** TxGirlGeek has quit IRC | 15:39 | |
*** TxGirlGeek has joined #openstack-ansible | 15:39 | |
*** smatzek has quit IRC | 15:42 | |
*** alikins has joined #openstack-ansible | 15:43 | |
*** cloudtrainme has joined #openstack-ansible | 15:44 | |
*** daneyon has joined #openstack-ansible | 15:48 | |
*** TxGirlGeek has quit IRC | 15:48 | |
*** TxGirlGeek has joined #openstack-ansible | 15:49 | |
*** phalmos has joined #openstack-ansible | 15:49 | |
*** admin0 has quit IRC | 15:51 | |
*** neilus has joined #openstack-ansible | 15:51 | |
*** eil397 has joined #openstack-ansible | 15:52 | |
*** severion has quit IRC | 15:53 | |
*** daneyon_ has joined #openstack-ansible | 15:54 | |
*** daneyon has quit IRC | 15:55 | |
*** daneyon has joined #openstack-ansible | 15:55 | |
*** asettle has quit IRC | 15:55 | |
*** daneyon_ has quit IRC | 15:55 | |
*** neilus has quit IRC | 15:56 | |
evrardjp | cloudnull: you there? | 15:56 |
*** jmccrory_ has joined #openstack-ansible | 15:57 | |
openstackgerrit | Merged openstack/openstack-ansible: Docs: Fix bulleted lists and spacing https://review.openstack.org/317114 | 15:58 |
*** v1k0d3n has joined #openstack-ansible | 15:59 | |
*** cloudtrainme has quit IRC | 16:00 | |
evrardjp | automagically: you there? | 16:00 |
automagically | I am | 16:00 |
evrardjp | mattt: automagically hughsaunders: do we do a bug triage today? | 16:01 |
automagically | We should. I’m in another meeting currently | 16:01 |
*** retreved has quit IRC | 16:03 | |
evrardjp | mhayden: is also core, so one person :D | 16:04 |
evrardjp | one more* | 16:04 |
*** sacharya has joined #openstack-ansible | 16:05 | |
*** TxGirlGeek has quit IRC | 16:06 | |
*** cloudtrainme has joined #openstack-ansible | 16:08 | |
automagically | evrardjp: Any particular bugs that concern you? | 16:08 |
automagically | Looks like much of it is wishlist and docs stuff: https://bugs.launchpad.net/openstack-ansible/+bugs?search=Search&field.status=New&orderby=-date_last_updated&start=0 | 16:09 |
evrardjp | not particularily | 16:09 |
evrardjp | just that it was on my agenda for today | 16:10 |
evrardjp | if ppl are ready I can go through the list if you prefer | 16:10 |
automagically | Go for it | 16:10 |
evrardjp | cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, dar | 16:11 |
evrardjp | bug triage ! | 16:11 |
eil397 | o/ | 16:11 |
michaelgugino | ahoy | 16:11 |
spotz | heheh \o/ | 16:11 |
evrardjp | so this is the link with the list: https://bugs.launchpad.net/openstack-ansible/+bugs?search=Search&field.status=New&orderby=-date_last_updated&start=0 | 16:11 |
evrardjp | let's start with https://bugs.launchpad.net/openstack-ansible/+bug/1580276 | 16:12 |
openstack | Launchpad bug 1580276 in openstack-ansible "Live Migration (Block) not working out of box on OSA" [Undecided,New] | 16:12 |
*** neilus has joined #openstack-ansible | 16:12 | |
automagically | Looks like a wishlist item | 16:12 |
evrardjp | it is | 16:12 |
evrardjp | someone want to take this? | 16:13 |
rromans | . | 16:13 |
automagically | I can’t update importance on that one to mark as wishlist. Perhaps other cores can... | 16:13 |
evrardjp | I marked it as whishlist | 16:14 |
evrardjp | don't worry | 16:14 |
evrardjp | seems there is a change in the tasks implied too (not only config overrides), I leave that as triaged, everybody ok? | 16:15 |
evrardjp | good, next: | 16:15 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1582272 | 16:15 |
openstack | Launchpad bug 1582272 in openstack-ansible "Restart plays not correctly defined when run-upgrade.sh fails" [Undecided,New] | 16:15 |
automagically | works for me | 16:16 |
*** TxGirlGeek has joined #openstack-ansible | 16:16 | |
automagically | I’m unclear on the impact of that one | 16:16 |
evrardjp | bjoern isn't here, too bad | 16:16 |
automagically | cloudnull and others who have worked on upgrades are probably closer to it | 16:16 |
evrardjp | I don't see enough information to be honest | 16:17 |
*** eil397_ has joined #openstack-ansible | 16:18 | |
evrardjp | opinions? | 16:18 |
automagically | Probably a medium or low | 16:18 |
jmccrory | probably low, looks like the output isn't completely accurate when the upgrade scripts fails in the middle | 16:19 |
automagically | I’ll take https://bugs.launchpad.net/openstack-ansible/+bug/1581923 which is up next | 16:19 |
openstack | Launchpad bug 1581923 in openstack-ansible "incorrect documentation: details about proper permissions not specified or are incorrect" [Undecided,New] - Assigned to Travis Truman (travis-truman) | 16:19 |
evrardjp | FYI marked as incomplete, because we don't have enough information about the procedure used for the upgrade. | 16:20 |
*** eil397 has quit IRC | 16:20 | |
*** TxGirlGeek has quit IRC | 16:20 | |
evrardjp | ok so for yours, I'll leave this bug in the current status | 16:20 |
evrardjp | Sorry, let me be more clear | 16:21 |
evrardjp | for https://bugs.launchpad.net/openstack-ansible/+bug/1581923 | 16:21 |
openstack | Launchpad bug 1581923 in openstack-ansible "incorrect documentation: details about proper permissions not specified or are incorrect" [Undecided,Confirmed] - Assigned to Travis Truman (travis-truman) | 16:21 |
evrardjp | the status is now confirmed, importance whishlist, is everyone all right? | 16:22 |
evrardjp | next up is https://bugs.launchpad.net/openstack-ansible/+bug/1580766 | 16:23 |
openstack | Launchpad bug 1580766 in openstack-ansible "xenial: lxcbr0 does not initiate correctly after reboot" [Undecided,New] | 16:23 |
evrardjp | jmccrory: did you confirm this? | 16:23 |
jmccrory | yes | 16:23 |
evrardjp | do you want to take the bug? | 16:23 |
*** saneax_AFK is now known as saneax | 16:23 | |
jmccrory | sure | 16:24 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible: DOC - AIO build expected to be performed as root user https://review.openstack.org/317609 | 16:24 |
evrardjp | whishlist because 16.04 isn't mandatory right now according to project plans IIRC | 16:24 |
evrardjp | ok next: https://bugs.launchpad.net/openstack-ansible/+bug/1576724 | 16:25 |
openstack | Launchpad bug 1576724 in openstack-ansible "OSA doesn't handle hosts file in compute nodes for live migration" [Undecided,New] - Assigned to Matt Thompson (mattt416) | 16:25 |
evrardjp | this looks like a doc change | 16:26 |
*** eil397 has joined #openstack-ansible | 16:26 | |
evrardjp | it's already assigned, so I think I'll put in status confirmed and importance low, is everyone allright ? | 16:27 |
jmccrory | sounds good | 16:27 |
automagically | Makes sense | 16:28 |
*** daneyon has quit IRC | 16:28 | |
evrardjp | good. next one is : https://bugs.launchpad.net/openstack-ansible/+bug/1577886 | 16:28 |
openstack | Launchpad bug 1577886 in openstack-ansible "Pip_install: Failed to validate the SSL certificate for bootstrap.pypa.io:443" [Undecided,New] | 16:28 |
*** daneyon has joined #openstack-ansible | 16:29 | |
*** eil397_ has quit IRC | 16:29 | |
evrardjp | yes this is one is valid | 16:29 |
evrardjp | the impact is containers lose connectivity at some point, so I guess it's a problem. Currently I didn't haven't seen that it gating. It's only when doing multiple gate-check-commit scripts | 16:30 |
evrardjp | so not the standard procedure of deployment | 16:30 |
jmccrory | saw this in gating about a week ago, but only consistently in centos7 | 16:31 |
evrardjp | if someone can reproduce it differently, I'd raise the importance to high | 16:31 |
evrardjp | interesting | 16:31 |
evrardjp | I'll take this | 16:31 |
*** TxGirlGeek has joined #openstack-ansible | 16:31 | |
evrardjp | and I'd be happy if you could drop a comment on this with the commit that reproduces it | 16:31 |
Adri2000 | hello | 16:32 |
*** cloudtrainme has quit IRC | 16:32 | |
Adri2000 | I've got an issue with this: | 16:32 |
Adri2000 | # cat /var/cache/lxc/trusty/rootfs-amd64/etc/resolv.conf | 16:32 |
Adri2000 | nameserver 8.8.8.8 | 16:32 |
Adri2000 | nameserver 8.8.4.4 | 16:32 |
jmccrory | evrardjp: http://logs.openstack.org/82/286282/36/experimental/gate-openstack-ansible-rabbitmq_server-ansible-func-centos-7-nv/0305156/console.html.gz#_2016-05-11_18_27_26_722 | 16:32 |
jmccrory | it eventually just stopped happening, but there was a string of about 4 or 5 rechecks where it would happen for that same change | 16:33 |
Adri2000 | because I'm in a proxy environment... and the proxy address is defined as 'http://proxy.corp.local'... so when running the lxc cache preparation, running apt update inside that chroot'ed directory ^, DNS resolution for proxy.corp.local fails. is it a known issue? any idea on how to best workaround and then fix this? | 16:33 |
evrardjp | I'll put this in the bug message | 16:33 |
evrardjp | Adri2000: we are in bug triage right now, do you mind if we come back later to your issue? | 16:34 |
Adri2000 | oh sorry, sure :) | 16:34 |
evrardjp | next one is: https://bugs.launchpad.net/openstack-ansible/+bug/1580267 | 16:35 |
openstack | Launchpad bug 1580267 in openstack-ansible "Doc: Operations - Dataplane Scaling" [Undecided,New] | 16:35 |
jmccrory | looks like a better fit for operators guide | 16:35 |
*** TxGirlGeek has quit IRC | 16:35 | |
evrardjp | we already have the same for adding compute nodes | 16:36 |
automagically | Yeah, both scaling bugs should be wishlist | 16:36 |
evrardjp | I think both are wishlists, indeed | 16:36 |
automagically | Glad we are tracking the demand for the operator docs | 16:36 |
evrardjp | the question would be importance and assignments | 16:36 |
automagically | Medium/Low importance I’d say | 16:36 |
evrardjp | medium/low/wishlist | 16:37 |
automagically | I will probably end up contributing to the infra scaling one at some point, but don’t assign to me now | 16:37 |
jmccrory | http://docs.openstack.org/openstack-ops/content/scaling.html | 16:37 |
evrardjp | jmccrory: I doubt we could give openstack-ansible bits for how to do the scaling in openstack-ops, but I'm maybe wrong? | 16:38 |
evrardjp | if it's possible, then it's not confirmed, but invalid | 16:38 |
evrardjp | In the meantime, I propose we leave it as wishlist | 16:38 |
evrardjp | and notify cross collaboration in the bug | 16:38 |
evrardjp | everybody ok? | 16:38 |
jmccrory | looked to me that the question wasn't openstack-ansible specific, more of "when to scale which services" | 16:39 |
automagically | Agreed, we should not tackle that aspect, but I do think we should have some docs around how to make those changes using OSA | 16:39 |
jmccrory | yep, agree there | 16:40 |
evrardjp | ok | 16:40 |
evrardjp | I'll update the bug message | 16:40 |
evrardjp | automagically: don't forget this in the future :D | 16:41 |
*** phalmos has quit IRC | 16:41 | |
evrardjp | ok, let's continue: https://bugs.launchpad.net/openstack-ansible/+bug/1579919 | 16:41 |
openstack | Launchpad bug 1579919 in openstack-ansible "msgpack pip issue" [Undecided,New] | 16:42 |
*** cloudtrainme has joined #openstack-ansible | 16:42 | |
jmccrory | missing info there, what was the version of python? | 16:43 |
evrardjp | this looks like a repo issue, but I don't see enough information to reproduce it | 16:44 |
evrardjp | indeed | 16:44 |
*** eil397_ has joined #openstack-ansible | 16:44 | |
evrardjp | a list of what's on the repo could have been good | 16:44 |
evrardjp | marked as incomplete | 16:45 |
evrardjp | next | 16:45 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1576317 | 16:45 |
openstack | Launchpad bug 1576317 in openstack-ansible "Wishlist: Create and utilize external mirror" [Wishlist,New] | 16:45 |
evrardjp | ok let me change the status on that one | 16:46 |
*** eil397 has quit IRC | 16:46 | |
evrardjp | next: https://bugs.launchpad.net/openstack-ansible/+bug/1578332 | 16:46 |
openstack | Launchpad bug 1578332 in openstack-ansible "Check internal_lb_vip_address against host for ip duplication" [Undecided,New] | 16:46 |
evrardjp | confirmed/wishlist/assigned to palendae? | 16:47 |
evrardjp | voluntold ? :D | 16:47 |
automagically | Agreed on everything but the assignment | 16:47 |
jmccrory | heh maybe not assigned to him | 16:47 |
automagically | Let’s allow Nolan to pick it up if he has time | 16:48 |
evrardjp | joking guys :D | 16:48 |
evrardjp | ok next: https://bugs.launchpad.net/openstack-ansible/+bug/1577799 | 16:48 |
openstack | Launchpad bug 1577799 in openstack-ansible "os-neutron install fails from Kilo to Liberty" [Undecided,New] | 16:48 |
evrardjp | not enough info, ok everyone? | 16:48 |
jmccrory | yep, incomplete | 16:49 |
*** TxGirlGeek has joined #openstack-ansible | 16:49 | |
evrardjp | next: https://bugs.launchpad.net/openstack-ansible/+bug/1578279 | 16:49 |
openstack | Launchpad bug 1578279 in openstack-ansible "OSA-security V-38668 /etc/init/control-alt-delete.conf does not exist" [Undecided,New] | 16:49 |
evrardjp | I think ppl are working on this | 16:49 |
evrardjp | michaelgugino: could you give us a status of the bug if you're there? | 16:50 |
*** retreved has joined #openstack-ansible | 16:50 | |
michaelgugino | what bug is that? | 16:50 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1578279 | 16:51 |
openstack | Launchpad bug 1578279 in openstack-ansible "OSA-security V-38668 /etc/init/control-alt-delete.conf does not exist" [Undecided,New] | 16:51 |
*** retreved has joined #openstack-ansible | 16:51 | |
evrardjp | mhayden: does the openstack-ansible-security role officially supports 16.04? or it's still a whishlist? | 16:51 |
michaelgugino | I haven't looked at it since I filed it. I just skip installing osa security during role dev. | 16:52 |
mhayden | evrardjp: that patch merged recently | 16:52 |
evrardjp | good do you have a commit I can find ? because it was not marked with closes-bug apparently | 16:52 |
mhayden | https://github.com/openstack/openstack-ansible-security/commit/22c4c21583828a74f525989133c3e1304bb8658c | 16:53 |
evrardjp | https://review.openstack.org/#/c/313697/ ? | 16:53 |
mhayden | not sure if this fixes michael's problem though | 16:53 |
michaelgugino | I'll assign it to myself, if I don't see the error any more, I'll close it | 16:53 |
evrardjp | ok good thank you | 16:53 |
mhayden | michaelgugino: thanks sir | 16:53 |
michaelgugino | :) | 16:53 |
*** TxGirlGeek has quit IRC | 16:53 | |
evrardjp | thank you to both of you | 16:54 |
evrardjp | next one is: https://bugs.launchpad.net/openstack-ansible/+bug/1578012 | 16:54 |
openstack | Launchpad bug 1578012 in openstack-ansible "Intermittent failure to unarchive nova venv" [Undecided,New] | 16:54 |
evrardjp | this is something we've seen in the past | 16:54 |
*** BjoernT has joined #openstack-ansible | 16:54 | |
michaelgugino | I've seen that before too, though I'm not sure it was nova, possibly another venv | 16:55 |
evrardjp | I think the importance could be set to low, due to the intermitttent nature of the bug | 16:55 |
evrardjp | yes, it's an ansible issue | 16:55 |
michaelgugino | yeah, that's what it looked like to me | 16:56 |
evrardjp | we could replace all the unarchive tasks with a tar command, but that sounds unrealistic and not smart | 16:56 |
evrardjp | we're better fix ansible's upstream code when possible | 16:56 |
evrardjp | we should better* | 16:56 |
evrardjp | sorry for my english :p | 16:57 |
*** daneyon has quit IRC | 16:57 | |
michaelgugino | it's hard to fix code when you don't know what is causing the break. Perhaps we should atleast file a bug with them | 16:57 |
evrardjp | the fact we're sticking with 1.9.5 is a project decision | 16:58 |
eil397_ | michaelgugino: maybe we should repeat task many times to collect statistics | 16:58 |
jmccrory | link in comment of the bug report: https://github.com/ansible/ansible-modules-core/issues/932 so it's a known issue in ansible | 16:58 |
evrardjp | it looks like solved in 1.9.5 | 16:58 |
evrardjp | https://github.com/ansible/ansible/pull/15386 | 16:59 |
*** daneyon has joined #openstack-ansible | 16:59 | |
*** psilvad has joined #openstack-ansible | 16:59 | |
evrardjp | I'll tag this as Opinion (because we are waiting for other ansible bugs to be fixed before bumping) | 17:00 |
evrardjp | Importance low (because intermittent) | 17:00 |
evrardjp | is everyone ok? | 17:00 |
spotz | You're doing a great job:) | 17:00 |
evrardjp | I'll assign to me for tracking | 17:00 |
evrardjp | spotz: first time, still slow to take decisions :p | 17:01 |
evrardjp | next is : https://bugs.launchpad.net/openstack-ansible/+bug/1556204 | 17:01 |
*** saneax is now known as saneax_AFK | 17:01 | |
openstack | Launchpad bug 1556204 in openstack-ansible "radvd not starting with IPv6 subnets" [Medium,New] - Assigned to Major Hayden (rackerhacker) | 17:01 |
*** weezS has quit IRC | 17:01 | |
*** javeriak has joined #openstack-ansible | 17:01 | |
evrardjp | mhayden: could you give us a status of this? | 17:02 |
evrardjp | should we track this bug per branch? | 17:02 |
evrardjp | For now, I think we can leave it as triaged, because odyssey4me and mhayden have looked on this, is everyone ok? | 17:03 |
mhayden | that's fine with me | 17:03 |
mhayden | i haven't had enough time to dig into it | 17:03 |
evrardjp | let's not forget this from our pipeline, that's just it :D | 17:03 |
evrardjp | ok last one | 17:03 |
evrardjp | sorry for exceeding the time | 17:04 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1557682 | 17:04 |
openstack | Launchpad bug 1557682 in openstack-ansible "repo_build cannot refer to variables in Creating OSA requirement wheels " [Wishlist,New] - Assigned to Kevin Carter (kevin-carter) | 17:04 |
*** javeriak_ has joined #openstack-ansible | 17:04 | |
evrardjp | triaged and go? | 17:04 |
*** javeria__ has joined #openstack-ansible | 17:05 | |
*** javeriak has quit IRC | 17:05 | |
evrardjp | Ok, thanks for your availability everyone ! | 17:05 |
*** TxGirlGeek has joined #openstack-ansible | 17:07 | |
*** javeriak_ has quit IRC | 17:09 | |
*** neilus has quit IRC | 17:09 | |
*** neilus has joined #openstack-ansible | 17:11 | |
openstackgerrit | Bjoern Teipel proposed openstack/openstack-ansible-memcached_server: Configure nofile OS limit for memcached server role https://review.openstack.org/317030 | 17:11 |
evrardjp | Adri2000: You've got a question for us? | 17:11 |
*** admin0 has joined #openstack-ansible | 17:11 | |
*** michaelgugino has quit IRC | 17:12 | |
evrardjp | Adri2000: maybe this page could be worth a look: http://docs.openstack.org/developer/openstack-ansible/install-guide/app-no-internet-connectivity.html | 17:13 |
*** eil397_ has quit IRC | 17:13 | |
evrardjp | I have to leave, so see you tomorrow everyone! | 17:15 |
spotz | later evrardjp | 17:17 |
*** smatzek has joined #openstack-ansible | 17:18 | |
automagically | Adri2000: Sounds like you want to set your own nameservers to be used within the containers,c orrect? | 17:18 |
automagically | If that is the case, you should be able to override those using the variable: lxc_cache_resolvers | 17:19 |
*** phalmos has joined #openstack-ansible | 17:20 | |
mattt | jmccrory: wanted to test out if that os_nova change would work, after a super crazy queue today it's finally just gated successfully :( | 17:21 |
*** phalmos has quit IRC | 17:21 | |
mattt | (that's after having 2x hash sum mismatch failures :( | 17:21 |
*** phalmos has joined #openstack-ansible | 17:22 | |
mattt | jmccrory: i think i may just revert the neutron commit for now | 17:23 |
*** daneyon has quit IRC | 17:23 | |
*** neilus has quit IRC | 17:23 | |
*** wadeholler has joined #openstack-ansible | 17:24 | |
*** electrofelix has quit IRC | 17:27 | |
jmccrory | mattt: yep saw that a little bit ago. might as well, not sure what problems might come from the neutron commit | 17:27 |
wadeholler | hi all; rules of behavior question:? I am a new contributor; anxious to help; my first review is all good except waiting on good run with no Jenkins timeout; I found a low-hanging-fruit bug that I would like to work; However it is assigned to someone though there doesn't appear to have been progress made in a while. Do I contact the assignee or just submit a review for it ? Don't want to ruffle any feathers. | 17:28 |
automagically | wadeholler: Which bug is it? | 17:30 |
*** weshay_mtg is now known as weshay | 17:30 | |
wadeholler | automagically: https://bugs.launchpad.net/openstack-ansible/+bug/1446434 | 17:30 |
openstack | Launchpad bug 1446434 in openstack-ansible trunk "Provide RabbitMQ management UI through HAProxy" [Wishlist,In progress] - Assigned to George Paraskevas (gparaskevas) | 17:30 |
*** cloudtra_ has joined #openstack-ansible | 17:31 | |
automagically | Looks like that assignment is incredibly old wadeholler I’d feel free to submit a patch for review on that | 17:31 |
automagically | Can’t hurt to reach out beforehand, but the assignee should be notified once a patch hits that has a Closes-Bug: #BugNumber tag | 17:32 |
wadeholler | acknowledged and thank you for the opportunity | 17:32 |
automagically | Thanks for contributing! | 17:32 |
*** cloudtrainme has quit IRC | 17:33 | |
*** michaelgugino has joined #openstack-ansible | 17:37 | |
*** javeriak has joined #openstack-ansible | 17:38 | |
*** javeria__ has quit IRC | 17:39 | |
*** neilus has joined #openstack-ansible | 17:39 | |
*** neilus has quit IRC | 17:43 | |
jmccrory | hughsaunders: https://review.openstack.org/#/c/314842/ removed workflow because i realized the dependent changed wasn't merged. it just would've been stuck and need workflow re-cycled after dependent change merges | 17:44 |
*** weezS has joined #openstack-ansible | 17:44 | |
openstackgerrit | Samuel Matzek proposed openstack/openstack-ansible: Docs: Add note about releasenotes local build https://review.openstack.org/317553 | 17:46 |
*** TxGirlGeek has quit IRC | 17:49 | |
*** michaelgugino has quit IRC | 17:49 | |
openstackgerrit | Robb Romans proposed openstack/openstack-ansible: Docs: Troubleshooting info for 3.13 kernel upgrade https://review.openstack.org/317654 | 17:53 |
*** TxGirlGeek has joined #openstack-ansible | 17:54 | |
*** michaelgugino has joined #openstack-ansible | 17:54 | |
*** neilus has joined #openstack-ansible | 17:55 | |
*** BjoernT has quit IRC | 17:56 | |
*** mpjetta has joined #openstack-ansible | 17:57 | |
*** BjoernT has joined #openstack-ansible | 18:01 | |
hughsaunders | jmccrory: ah, makes sense | 18:01 |
*** albertcard has joined #openstack-ansible | 18:02 | |
*** sacharya_ has joined #openstack-ansible | 18:16 | |
*** sacharya has quit IRC | 18:18 | |
*** jmccrory_ has quit IRC | 18:19 | |
*** Oku_OS is now known as Oku_OS-away | 18:28 | |
*** rahuls has joined #openstack-ansible | 18:30 | |
*** neilus1 has joined #openstack-ansible | 18:31 | |
openstackgerrit | Merged openstack/openstack-ansible: Docs: Cross ref local tests on contribution guide https://review.openstack.org/317548 | 18:32 |
*** neilus has quit IRC | 18:35 | |
*** neilus1 has quit IRC | 18:36 | |
*** saneax_AFK is now known as saneax | 18:38 | |
*** neilus has joined #openstack-ansible | 18:40 | |
*** saneax is now known as saneax_AFK | 18:41 | |
*** neilus has quit IRC | 18:47 | |
openstackgerrit | Wade Holler proposed openstack/openstack-ansible: Add RabbitMQ mgmt UI through HAProxy https://review.openstack.org/317675 | 18:52 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security: Add multi-release docs index https://review.openstack.org/317680 | 18:56 |
*** chhavi has quit IRC | 19:08 | |
*** sdake has quit IRC | 19:15 | |
*** BjoernT has quit IRC | 19:18 | |
openstackgerrit | Wade Holler proposed openstack/openstack-ansible: Add RabbitMQ mgmt UI through HAProxy https://review.openstack.org/317675 | 19:19 |
*** sdake has joined #openstack-ansible | 19:20 | |
*** sdake has quit IRC | 19:22 | |
*** sdake has joined #openstack-ansible | 19:22 | |
*** sdake has quit IRC | 19:23 | |
*** BjoernT has joined #openstack-ansible | 19:25 | |
*** sdake has joined #openstack-ansible | 19:26 | |
*** daneyon has joined #openstack-ansible | 19:30 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible: Verbose option has been deprecated from oslo.log https://review.openstack.org/317580 | 19:31 |
*** sdake_ has joined #openstack-ansible | 19:32 | |
*** sdake has quit IRC | 19:32 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible: Verbose option has been deprecated from oslo.log https://review.openstack.org/317580 | 19:33 |
BjoernT | quick question, the nova_pubkey fact is registered for all hosts including all pub keys ? Not sure why this snippet should fail http://paste.openstack.org/show/497411/ | 19:38 |
wadeholler | automagically: on the Rabbit Mgmt UI via Haproxy review 317675: would you prefer a new variable added to user_variables.yml that defaults to false? or do we leave those variables out of user_variables.yml by default and just update the feature notes? Just trying to understand the normal protocol here. | 19:38 |
automagically | wadeholler: I think it makes sense to key off of ‘rabbitmq_admin_user` or similar, like what was done here: https://review.openstack.org/#/c/276672/9 | 19:40 |
automagically | Keying off of the entry in user_secrets.yml is problematic, as users who generate their secrets will end up defining the password value automatically, without necessarily wanting the mgmt web interface available | 19:41 |
automagically | Also, I’d expect that the rabbitmq role needs to enable the management plugin as described here: https://www.rabbitmq.com/management.html | 19:44 |
wadeholler | automagically: ok. I was trying to stay out of the rabbitmq_server role since we are dealing with the haproxy service enablement in openstack-ansible/playbooks. | 19:45 |
automagically | wadeholler: I think you’ll need to make changes in both repositories | 19:45 |
wadeholler | I will rethink per your direction | 19:45 |
wadeholler | management plugin already enabled so I think thats good. | 19:45 |
wadeholler | thanks again - will rethink. | 19:46 |
automagically | Ah yes, I didn’t catch that it was enabled by default | 19:49 |
mhayden | jmccrory: did you mean to remove the workflow here? https://review.openstack.org/314842 | 19:52 |
*** mkrish004c has joined #openstack-ansible | 19:52 | |
mhayden | mattt: i'd be curious to get your input on https://review.openstack.org/314760 since you've messed with tempest a lot lately | 19:52 |
jmccrory | mhayden: yeah, realized the dependent changed wasn't merged. it just would've been stuck and need workflow re-cycled after dependent change merges | 19:52 |
*** sdake_ has quit IRC | 19:53 | |
mhayden | ah, i was looking at the wrong dependent change | 19:53 |
*** KLevenstein has quit IRC | 19:54 | |
*** KLevenstein_ has joined #openstack-ansible | 19:54 | |
mhayden | cloudnull: did you get a chance to gander at evrardjp's notes on https://review.openstack.org/314840 ? | 19:54 |
mkrish004c | Hi, i am trying out OSA behind proxy, i have configured proxy varibles in user_variable.yml from this link http://docs.openstack.org/developer/openstack-ansible/install-guide/app-no-internet-connectivity.html#basic-proxy-configuration | 19:56 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-plugins: Bring delete and update functions to keystone module https://review.openstack.org/310221 | 19:57 |
mkrish004c | but i am not able to install any pip packages inside containers, getting this error failed: [cont1_utility_container-8c37ea22] => (item=python-ceilometerclient) => {"attempts": 5, "cmd": "/usr/local/bin/pip install python-ceilometerclient", "failed": true, "item": "python-ceilometerclient"} msg: Task failed as maximum retries was encountered | 19:57 |
mkrish004c | any one has any way to skip that | 19:58 |
*** Brew has quit IRC | 19:58 | |
*** sdake has joined #openstack-ansible | 19:58 | |
mhayden | mkrish004c: did you run the haproxy playbook? | 19:59 |
mhayden | you will need something in front of that repo server in most cases -- haproxy can do the load balancing for you | 20:00 |
mkrish004c | if i do ...pip install manually i m getting diffrent error. | 20:00 |
mkrish004c | @mhayden, yeah i did...already... | 20:02 |
*** weezS has quit IRC | 20:02 | |
mhayden | mkrish004c: so if you ssh to the utility container and do a pip install manually, it works? | 20:06 |
*** weezS has joined #openstack-ansible | 20:06 | |
*** TxGirlGeek has quit IRC | 20:08 | |
mkrish004c | @mhayden, yeah...pip install python-ceilometerclient works, | 20:09 |
*** smatzek has quit IRC | 20:12 | |
*** jmhale has quit IRC | 20:13 | |
mhayden | i'm trying to think through what might be causing that | 20:15 |
*** javeriak has quit IRC | 20:15 | |
mhayden | if you rerun the utility playbook, does it skip over ceilometerclient and keep going? | 20:15 |
mhayden | raddaoui: any ideas on how to make upgrades smoother with https://review.openstack.org/283149 ? | 20:17 |
mkrish004c | @mhayden, yeah it will skip and move to the next package and throws the same error. | 20:18 |
mhayden | d34dh0r53: have you seen what mkrish004c is talking about? | 20:18 |
mhayden | manual pip install in utility container works fine, but the ansible tasks are having problems installing via pip | 20:18 |
mhayden | mkrish004c: which release are you installing? also, what is the operating system? | 20:19 |
mkrish004c | i am working on 12.0.9 , liberty. | 20:19 |
*** kstev has quit IRC | 20:19 | |
mkrish004c | apt-get works good with proxy, but all pip fails | 20:20 |
d34dh0r53 | hmm, I saw something similar a long (icehouseish) time ago | 20:20 |
mhayden | mkrish004c: 12.0.12 is the latest (just an FYI) | 20:21 |
mhayden | there may have been a bug in that release that was fixed in .10, .11, or .12 | 20:21 |
d34dh0r53 | mkrish004c: can you run the ansible with -vvvv and ensure that the --proxy flag is being passed to pip? | 20:21 |
*** TxGirlGeek has joined #openstack-ansible | 20:22 | |
mkrish004c | @d34dh0r53, yeah it is been passed in the log, i could see that. | 20:23 |
*** daneyon_ has joined #openstack-ansible | 20:23 | |
mkrish004c | @d34dh0r53, if i try manually, pip install python-openstackclient works and pip install --proxy http://proxy:8080 python-openstackclient fails | 20:24 |
*** daneyon_ has quit IRC | 20:25 | |
mhayden | hmm, is there a proxy between your utility container and haproxy? | 20:25 |
d34dh0r53 | sigmavirus24: you're a pip expert, any idears about mkrish004c's issue? | 20:26 |
openstackgerrit | Bjoern Teipel proposed openstack/openstack-ansible: Migrate keystone v2 images to v3 during Liberty upgrade https://review.openstack.org/317070 | 20:26 |
*** oneswig has joined #openstack-ansible | 20:26 | |
sigmavirus24 | mkrish004c: did you set up the proxy variables with openstack-ansible? | 20:26 |
openstackgerrit | Bjoern Teipel proposed openstack/openstack-ansible: Migrate keystone v2 images to v3 during Liberty upgrade https://review.openstack.org/317070 | 20:26 |
*** daneyon has quit IRC | 20:27 | |
sigmavirus24 | Also if you have repo servers set-up, I don't think you need pip configured to use a proxy since that's all local on the internal lb vip, | 20:27 |
*** daneyon has joined #openstack-ansible | 20:29 | |
*** daneyon has quit IRC | 20:31 | |
raddaoui | mhayden: did you find any problems with upgrading | 20:31 |
mhayden | raddaoui: haven't tested that yet -- just wondering how we could handle those hostname changes gracefully | 20:31 |
raddaoui | I think a sed command on the inventory will be sufficient | 20:32 |
raddaoui | inside a loop on different hostnames | 20:34 |
mkrish004c | @sigmavirus24, i set it in user-variable.yml file. and not proxy between haproxy and the containers. | 20:35 |
*** wadeholler has left #openstack-ansible | 20:36 | |
d34dh0r53 | mkrish004c: I think sigmavirus24 just nailed it, with Liberty you're using repo servers living in the repo-servers containers so you don't need the pip proxy variable set. That's why it's working from the command line without the --proxy flag | 20:36 |
sigmavirus24 | d34dh0r53: right, but the playbooks setup the proxy vars as environment variables | 20:37 |
sigmavirus24 | (so those should be used everywhere when running pip) | 20:37 |
d34dh0r53 | does pip obey HTTP_PROXY? | 20:37 |
mkrish004c | @sigmavirus24, ohh okay, so once the repo server is constructed, the pip proxy is not needed. | 20:37 |
d34dh0r53 | http://docs.openstack.org/developer/openstack-ansible/install-guide/app-no-internet-connectivity.html#basic-proxy-configuration <- we're setting both HTTP(S)_PROXY and pip --proxy stuff there | 20:38 |
sigmavirus24 | d34dh0r53: correct | 20:38 |
sigmavirus24 | mkrish004c: exactly | 20:39 |
sigmavirus24 | mkrish004c: if we were talking to PyPI for everything, then it would be | 20:39 |
sigmavirus24 | Or if you have a mirror that sits outside your cloud then yes | 20:39 |
sigmavirus24 | But if your'e building the wheels locally then you only need that proxy config build the wheels (probably) and then never again | 20:39 |
sigmavirus24 | Which is something we may have to account for in OSA now | 20:39 |
d34dh0r53 | sigmavirus24: that's what I'm thinking, we need to be smarter about handling proxy variables when set | 20:40 |
sigmavirus24 | d34dh0r53: that stuff was added around juno iirc | 20:40 |
d34dh0r53 | yep sounds about right | 20:40 |
mattt | mhayden: yeah, been meaning to re-review that one :( will add it for my queue for tomorrow | 20:40 |
sigmavirus24 | So we didn't have repo servers back then | 20:40 |
*** daneyon has joined #openstack-ansible | 20:40 | |
jmccrory | could you also set NO_PROXY in your environment variables to exclude the repo servers? | 20:41 |
mkrish004c | @sigmavirus24, even if i remove that pip proxy variable, i am not able to proceed :( Max retries exceeded with url: http://192.10.10.100:8181/os-releases/12.0.9/ (Caused by ResponseError(\'too many 503 error responses\',))\n', u'failed': True, 'attempts': 1, u'cmd': u'/usr/local/bin/pip install python-openstackclient'} | 20:42 |
mhayden | thanks, mattt | 20:42 |
sigmavirus24 | jmccrory: that's true | 20:42 |
sigmavirus24 | jmccrory: that said, depending on which version of requests they have, I don't think we pick that up automagically | 20:43 |
sigmavirus24 | so version of pip determines the version of requests and I forget when we started handling NO_PROXY (although that's only a recent thing) and even so we only handled CIDRs for some reason | 20:43 |
sigmavirus24 | So the better option is to use lineinfile to remove the HTTP(S)_PROXY vars from each of the hosts | 20:43 |
*** daneyon has quit IRC | 20:47 | |
*** oneswig has left #openstack-ansible | 20:47 | |
*** daneyon_ has joined #openstack-ansible | 20:49 | |
*** flaviodsr has quit IRC | 20:52 | |
*** daneyon has joined #openstack-ansible | 20:52 | |
*** daneyon_ has quit IRC | 20:55 | |
*** psilvad has quit IRC | 20:56 | |
*** sdake_ has joined #openstack-ansible | 20:58 | |
*** thorst has quit IRC | 20:59 | |
*** sdake has quit IRC | 21:00 | |
*** KLevenstein_ has quit IRC | 21:03 | |
*** KLevenstein has joined #openstack-ansible | 21:03 | |
*** thorst_ has joined #openstack-ansible | 21:03 | |
*** asettle has joined #openstack-ansible | 21:04 | |
mkrish004c | @sigmavirus24, i got the issue, under no_proxy the HAproxy ip was missing. thanks all | 21:06 |
*** klamath has quit IRC | 21:06 | |
*** thorst_ has quit IRC | 21:08 | |
*** klamath has joined #openstack-ansible | 21:09 | |
openstackgerrit | Alexandra Settle proposed openstack/openstack-ansible: DOCS: Clean up of the Upgrade guide https://review.openstack.org/316737 | 21:13 |
*** Mudpuppy has quit IRC | 21:15 | |
d34dh0r53 | mkrish004c: awesome! | 21:15 |
*** johnmilton has quit IRC | 21:20 | |
*** thorst_ has joined #openstack-ansible | 21:21 | |
*** sacharya has joined #openstack-ansible | 21:26 | |
*** weezS has quit IRC | 21:27 | |
*** weshay has quit IRC | 21:28 | |
*** wadeholl_ has joined #openstack-ansible | 21:29 | |
*** sacharya_ has quit IRC | 21:29 | |
*** jamielennox is now known as jamielennox|away | 21:30 | |
openstackgerrit | Robb Romans proposed openstack/openstack-ansible: Docs: Add note about releasenotes local build https://review.openstack.org/317553 | 21:31 |
*** thorst_ has quit IRC | 21:38 | |
*** thorst_ has joined #openstack-ansible | 21:39 | |
*** jamielennox|away is now known as jamielennox | 21:39 | |
*** wadeholl_ has quit IRC | 21:39 | |
*** woodard_ has joined #openstack-ansible | 21:40 | |
*** ametts has quit IRC | 21:41 | |
*** thorst_ has quit IRC | 21:43 | |
*** woodard has quit IRC | 21:43 | |
*** michaelgugino has quit IRC | 21:45 | |
*** woodard_ has quit IRC | 21:45 | |
*** KLevenstein has quit IRC | 21:49 | |
*** asettle has quit IRC | 21:53 | |
*** ametts has joined #openstack-ansible | 21:54 | |
*** sdake_ is now known as sdake | 21:54 | |
*** johnmilton has joined #openstack-ansible | 21:55 | |
*** johnmilton has quit IRC | 22:00 | |
*** TxGirlGeek has quit IRC | 22:00 | |
*** johnmilton has joined #openstack-ansible | 22:01 | |
*** retreved has quit IRC | 22:02 | |
*** weezS has joined #openstack-ansible | 22:03 | |
*** ozialien10 has quit IRC | 22:04 | |
*** weshay has joined #openstack-ansible | 22:04 | |
*** ozialien10 has joined #openstack-ansible | 22:04 | |
*** johnmilton has quit IRC | 22:06 | |
*** psilvad has joined #openstack-ansible | 22:06 | |
*** ametts has quit IRC | 22:07 | |
*** phalmos has quit IRC | 22:08 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:08 | |
*** TxGirlGeek has joined #openstack-ansible | 22:11 | |
*** markvoelker has joined #openstack-ansible | 22:14 | |
*** spotz is now known as spotz_zzz | 22:15 | |
*** TxGirlGeek has quit IRC | 22:16 | |
*** kylek3h has quit IRC | 22:16 | |
*** johnmilton has joined #openstack-ansible | 22:18 | |
*** markvoelker has quit IRC | 22:21 | |
*** markvoelker has joined #openstack-ansible | 22:22 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins: Bring delete and update functions to keystone module https://review.openstack.org/310221 | 22:30 |
*** BjoernT has quit IRC | 22:35 | |
*** galstrom_zzz is now known as galstrom | 22:40 | |
*** klamath has quit IRC | 22:41 | |
*** sdake_ has joined #openstack-ansible | 22:45 | |
*** sdake has quit IRC | 22:48 | |
*** psilvad has quit IRC | 22:49 | |
*** mkrish004c has quit IRC | 22:52 | |
*** sdake_ has quit IRC | 22:54 | |
*** weezS has quit IRC | 22:59 | |
*** rahuls has quit IRC | 22:59 | |
*** kylek3h has joined #openstack-ansible | 23:11 | |
*** markvoelker has quit IRC | 23:12 | |
*** admin0 has quit IRC | 23:15 | |
*** Zucan has quit IRC | 23:21 | |
*** sdake has joined #openstack-ansible | 23:24 | |
*** galstrom is now known as galstrom_zzz | 23:25 | |
*** Zucan has joined #openstack-ansible | 23:34 | |
*** daneyon has quit IRC | 23:35 | |
*** Qiming has joined #openstack-ansible | 23:39 | |
*** kylek3h has quit IRC | 23:39 | |
*** v1k0d3n has quit IRC | 23:45 | |
*** v1k0d3n has joined #openstack-ansible | 23:49 | |
openstackgerrit | Wade Holler proposed openstack/openstack-ansible: Add RabbitMQ mgmt UI through HAProxy https://review.openstack.org/317675 | 23:50 |
openstackgerrit | Wade Holler proposed openstack/openstack-ansible: remove_whitespace https://review.openstack.org/317772 | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!