Tuesday, 2017-08-29

Alex__prometheanfire: ptg?00:00
Alex__ah indeed - "Functionality to support Ubuntu Trusty (14.04) has been removed from the code base." - https://docs.openstack.org/releasenotes/openstack-ansible/ocata.html00:02
Alex__any pointers on 14.04 -> 16.04 upgrade process (as it fits in with openstack-ansible)?00:02
*** tasker has joined #openstack-ansible00:04
prometheanfirethat's what's being discussed at the ptg00:05
prometheanfireI think00:05
prometheanfireit's in 2 weeks, dev conf00:06
taskerwith respect to https://bugs.launchpad.net/openstack-ansible/+bug/1647503, where do I set the "horizon_external_ssl" variable?00:08
openstackLaunchpad bug 1647503 in openstack-ansible "horizon_external_ssl: false causes horizon endpoint to fail with redirect error" [Medium,Confirmed]00:08
taskernevermind -- as I typed that, I found it.00:10
Alex__prometheanfire: thanks!00:12
*** yifei has joined #openstack-ansible00:12
taskerok. back to that bug -- I changed "horzion_external_ssl" to false and re-ran the haproxy playbook, but I still get "too many redirects" when browsing to my horizon URL (via haproxy).00:18
tasker"grep -rn horizon_external_ssl" only shows it in the inventory. it doesn't look like any playbook is referencing it.00:19
tasker-- sorry, in "inventory/group_vars/horizon_all.yaml"00:20
Alex__tasker: fyi, i just ran into that during mitaka->newton upgrade, it happend after haproxy_install ran, but once os-horizon ran, fixed it up.. issue was horizon was 301'ing port 80 requests to port 443, and haproxy was sending to port 8000:20
Alex__are you mid upgrade as well? =)00:20
taskeryes!00:20
tasker. )00:20
Alex__that would probably be it.. will fix itself once os-horizon playbook is run00:20
taskerok. that's good news.00:21
taskernot optimal, but good.00:21
taskerthanks, Alex__!00:21
Alex__no worries. just hit that a few hours ago. =)00:21
*** weezS has quit IRC00:21
taskerdid you leave "horizon_external_ssl" as 'false' or '{{ openstack_external_ssl }}' (which the latter is 'true')00:22
*** perniciouscaffei has quit IRC00:22
Alex__i don't have horizon_external_ssl set.. openstack_external_ssl is set to true by default (i don't have it changed)00:23
taskeroh! alright then.00:24
Alex__with that setting, the haproxy will redirect 80 to 443 for horizon services, and then send 443 to horizon backends on http00:24
Alex__it's a change of behavior from mitaka, which is why the issue, as horizon backends in mitaka would do the redirect if they received http00:24
Alex__once new horizon is deployed, they accept http and don't 301 it to https00:24
*** nomatics has joined #openstack-ansible00:30
nomaticsTask install qgelera yum packages is failing for me -- can't find MariaDB-client because it is excluded due to priority00:31
nomaticsThe role is trying to install on the host and not in a container, is that correct?00:32
Alex__tasker: fyi i got hit with this one as well https://bugs.launchpad.net/openstack-ansible/+bug/1632609 - had to go into lb1/lb2 and rm -f /etc/haproxy/conf.d/* and reinstall haproxy (some of the conf.d from mitaka were not removed and causing issues)00:32
openstackLaunchpad bug 1632609 in openstack-ansible "During upgrare M->N old haproxy configurations from conf.d are not purged" [Low,Confirmed]00:32
taskerthanks Alex__. I'll take care of that.00:34
*** dxiri has quit IRC00:40
*** dxiri has joined #openstack-ansible00:41
*** dxiri has quit IRC00:45
*** thorst_afk has joined #openstack-ansible00:51
*** thorst_afk has quit IRC00:59
*** masber has quit IRC01:01
*** masber has joined #openstack-ansible01:02
*** gouthamr_ has joined #openstack-ansible01:05
*** gouthamr has quit IRC01:07
taskerwhen is "/etc/ansible/roles/" updated during the M->N upgrade? I'm having a problem with, what appears to be, "/etc/ansible/roles/repo_build/tasks/repo_build_prepare.yml: line 16, column 3" during the run of "repo_install.yaml". the obvious error appears to be "argument of type 'StrictUndefined' is not iterable"01:07
*** marc_ab has quit IRC01:08
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Update paste, policy and rootwrap configurations 2017-08-15  https://review.openstack.org/49380101:12
taskerno package installed via the package-manager is claiming that file (or its parent directories)01:14
taskermaybe this? https://bugs.launchpad.net/openstack-ansible/+bug/165996201:18
openstackLaunchpad bug 1659962 in openstack-ansible "repo install fails when limiting to one controller node" [Undecided,Fix released] - Assigned to Gnanasekar Velu (gnanasekarkas)01:18
taskerbut that mentions that it  was fixed in 14.1.0 and I'm running 14.2.701:18
tasker.. no; that's something else.01:19
taskerwell, the "repo_server" role checks-out the 14.2.7 tag on "openstack-ansible-repo_server" which does know about the fix.01:22
taskersigh.01:22
taskerlooking deeper, that has absoultely nothing to do with "repo_build_prepare"01:25
*** gouthamr_ is now known as gouthamr01:27
*** perniciouscaffei has joined #openstack-ansible01:31
taskerwhat is "ansible_local" and where is it generated?01:32
taskerin "/etc/ansible/roles/repo_build/tasks/main.yml", line:35, task "refresh local facts", which, according to terminal output, is not happening.01:34
taskerbecause it happens _after_ repo_build_prepare?01:35
nomaticsShould galera yum packages be installing on a host instead of the container? I'm getting this bug https://bugs.launchpad.net/openstack-ansible/+bug/1628720 installing stable/ocata01:35
openstackLaunchpad bug 1628720 in openstack-ansible "Upgrade M-N fails installing galera packages" [Undecided,Incomplete] - Assigned to Michael Gugino (gugino-michael)01:35
taskerlooks like moving the tasks into a different order allowed the playbook to go farther -- I now have a different error.01:44
nomaticsOk it's installing on the host b/c its configuring cinder services which is backed by ceph. However the repo is blocked by priority level so is failing.01:54
nomaticsCan i change the priority on the host or do I probably have a configuration setting wrong?01:55
*** thorst_afk has joined #openstack-ansible02:00
cloudnull5evenings02:03
nomaticsLooks like you can use the api containers when using ceph, so having a separate storage_host is probably wrong.02:04
prometheanfirecloudnull: something like that02:05
nomaticsGeneral question, if setup-openstack.yml fails and I change openstack_user_config.yml-- should I re-run setup-hosts and setup-infrastructure?02:06
*** thorst_afk has quit IRC02:06
cloudnullnomatics: yes02:16
cloudnullsetup hosts will create and setup all of the containers02:16
cloudnullsetup infra will deploy rabbit, galera, etc02:17
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/pike: Update paste, policy and rootwrap configurations 2017-08-25  https://review.openstack.org/49780702:26
*** dave-mccowan has quit IRC02:32
*** dxiri has joined #openstack-ansible02:47
*** dxiri has quit IRC02:52
*** masber has quit IRC02:53
openstackgerritMatthew Thode proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed  https://review.openstack.org/49865902:58
*** huxinhui_ has joined #openstack-ansible02:58
*** gouthamr has quit IRC02:59
*** thorst_afk has joined #openstack-ansible03:01
*** thorst_afk has quit IRC03:06
*** jafeha has quit IRC03:11
*** nomatics has quit IRC03:12
*** zerda3 has quit IRC03:18
*** hw_wutianwei has joined #openstack-ansible03:41
*** gkadam_ has joined #openstack-ansible03:41
*** dxiri has joined #openstack-ansible03:46
*** udesale has joined #openstack-ansible03:50
*** poopcat has quit IRC03:59
*** thorst_afk has joined #openstack-ansible04:02
*** thorst_afk has quit IRC04:07
*** masber has joined #openstack-ansible04:08
*** chyka has joined #openstack-ansible04:23
*** chyka has quit IRC04:27
*** dxiri has quit IRC04:40
*** dxiri has joined #openstack-ansible04:40
*** dxiri has quit IRC04:45
*** thorst_afk has joined #openstack-ansible05:03
*** thorst_afk has quit IRC05:08
openstackgerritMerged openstack/openstack-ansible-os_watcher stable/pike: Updated from global requirements  https://review.openstack.org/49817505:16
openstackgerritlidong proposed openstack/openstack-ansible-os_watcher master: Update links in bindep  https://review.openstack.org/49869105:41
*** thorst_afk has joined #openstack-ansible06:03
*** thorst_afk has quit IRC06:09
*** Oku_OS-away is now known as Oku_OS06:15
*** drifterza has joined #openstack-ansible06:18
*** sxc731 has joined #openstack-ansible06:21
*** jafeha has joined #openstack-ansible06:24
*** jvidal has joined #openstack-ansible06:29
*** pcaruana has joined #openstack-ansible06:39
*** vnogin has joined #openstack-ansible06:41
*** markus_z has joined #openstack-ansible06:45
*** andreas_s has joined #openstack-ansible06:54
*** eumel8_away is now known as eumel806:58
*** thorst_afk has joined #openstack-ansible07:05
*** coolkil has joined #openstack-ansible07:07
*** thorst_afk has quit IRC07:10
coolkilam i correct to asume that the jenkins check currently fails due to a glance error? (something with cirros image) or is my patch the problem? https://review.openstack.org/#/c/479844/07:15
*** vnogin has quit IRC07:15
*** sxc731 has quit IRC07:18
eumel8InvocationError07:22
eumel8could be07:22
eumel8coolkil: you can ask in the infra channel or retrigger jenkins if there temporary errors07:27
openstackgerritMerged openstack/openstack-ansible stable/ocata: Set serial to 100% for nova_compute  https://review.openstack.org/49818507:53
*** mbuil has joined #openstack-ansible07:54
*** drifterza has quit IRC07:57
openstackgerritChris Beukers proposed openstack/openstack-ansible-os_nova master: [WIP] adding nova-serialconsole support  https://review.openstack.org/47984407:58
Adri2000hello07:58
*** chyka has joined #openstack-ansible07:59
Adri2000is there a variable in OSA that says whether haproxy is deployed? would like to do something in a role "if the service is behind a reverseproxy"07:59
*** chyka has quit IRC08:03
*** thorst_afk has joined #openstack-ansible08:05
*** vnogin has joined #openstack-ansible08:10
*** thorst_afk has quit IRC08:10
*** sxc731 has joined #openstack-ansible08:14
*** vnogin has quit IRC08:14
*** vnogin has joined #openstack-ansible08:31
*** sc68cal has quit IRC08:33
*** sc68cal has joined #openstack-ansible08:34
*** vnogin has quit IRC08:52
*** vnogin has joined #openstack-ansible08:55
*** electrofelix has joined #openstack-ansible08:55
evrardjpgood morning08:55
odyssey4meAdri2000 you should add a var to the role to enable/disable it, then the group vars in the integrated repo (which knows the inventory) can enable/disable it based on the inventory information08:59
odyssey4meyou'll see that pattern for enabling/disabling the cinder-backup service, for instance08:59
evrardjpAdri2000: what are you trying to achieve? haproxy is deployed if you are running the haproxy playbooks and you have haproxy nodes defined in your inventory.09:02
evrardjpif you have none, then you can guess no.09:02
evrardjpif you want to do service per service, then yes odyssey4me's solution is good.09:03
evrardjpbut when you think about the architecture right now, all are behind a haproxy "reverse proxy" when you think about it.09:03
Adri2000evrardjp: for the enable_proxy_headers_parsing thing09:05
Adri2000I filed https://bugs.launchpad.net/openstack-ansible/+bug/171366309:05
openstackLaunchpad bug 1713663 in openstack-ansible "Set enable_proxy_headers_parsing = True when HAProxy is used" [Undecided,New]09:05
Adri2000but maybe enable_proxy_headers_parsing could be enabled in any case, even if no haproxy is deployed09:06
Adri2000if not, I need to check "are we behind a reverse proxy", and enable it only in this case09:06
evrardjpyes I've seen that bug09:06
*** thorst_afk has joined #openstack-ansible09:06
evrardjpI'd be ok to enable it, it's part of our default architecture09:07
evrardjpsomeone that wants to run differently wouldn't be hurt I guess?09:08
evrardjpBecause if you still parse, you'd get another result if you aren't behind a proxy?09:08
evrardjpelse we can change the headers haproxy have.09:08
Adri2000I think if you aren't behind a reverse proxy, there are no "proxy headers", so nothing to parse09:08
Adri2000maybe I should ask oslo people for confirmation09:09
Adri2000but it would make sense that enabling it doesn't hurt in any case09:09
*** thorst_afk has quit IRC09:11
*** qiliang27 has joined #openstack-ansible09:23
neithmgariepy: hello, I have question regarding trystu -> xenial update09:23
*** liangqi has joined #openstack-ansible09:24
neithmgariepy: I'm upgrading infra1, And regarding the etherpad I'm not sure if I must delete the infra1 from the rabbit cluster prior to play the setup-everything playbook against infra109:24
neithor maybe @logan- ?09:26
*** qiliang27 has quit IRC09:26
*** yifei has quit IRC09:37
*** vnogin has quit IRC09:48
*** udesale has quit IRC10:02
*** vnogin has joined #openstack-ansible10:08
evrardjpI am not sure which etherpad, but it should probably be docs in newton branch instead...10:14
*** jafeha_ has joined #openstack-ansible10:14
*** jafeha has quit IRC10:14
*** sxc731 has quit IRC10:15
*** stuartgr has joined #openstack-ansible10:38
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: Correct re-deploy hooks to allow unset variables  https://review.openstack.org/49875210:46
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Set serial to 100% for nova_compute  https://review.openstack.org/49875410:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/pike: Download LXC image with async via aria2  https://review.openstack.org/49875510:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/pike: Log aria2c output  https://review.openstack.org/49875610:56
DimGRhello i have been enjoying magnum for sometime now on stable/ocata but i wanted to upgrade magnum to their new version pike . In user variables i have these lines : http://paste.openstack.org/show/619742/ , i run repo-build and magnum install but instead of upgrading magnum it downgraded to 2.5.0 . Any ideas whats wrong?10:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure online migrations can run  https://review.openstack.org/49875810:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure online migrations can run  https://review.openstack.org/49875811:01
odyssey4meDimGR mixed version deployments is not really something that we can properly cater for in the current code base11:01
odyssey4meI'll be proposing some changes at the PTG to allow that functionality for Queens, but for now you need to do a wholesale upgrade.11:02
*** sxc731 has joined #openstack-ansible11:02
DimGRupgrade ocata to pike ?11:02
odyssey4meyep, all services11:02
odyssey4meexcept pike is not released yet11:02
DimGRi know i have in my plans to upgrade to pike later on11:03
odyssey4methat said, a mixed series deployment *might* be possible to make work... but it won't be stable because you have to ditch using constraints11:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder master: Ensure online migrations can run  https://review.openstack.org/49875911:03
DimGRi thought this line magnum_git_install_fragments: "venvwithindex=True&ignorerequirements=True" would make it easier to work but i guess not11:05
*** thorst_afk has joined #openstack-ansible11:07
*** yifei has joined #openstack-ansible11:09
*** thorst_afk has quit IRC11:12
*** sxc731 has quit IRC11:14
*** vnogin has quit IRC11:14
*** drifterza has joined #openstack-ansible11:23
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Revert "Flag service for restart if the venv changes"  https://review.openstack.org/49876411:26
*** liangqi has quit IRC11:29
*** vnogin has joined #openstack-ansible11:30
*** coolkil has quit IRC11:31
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/pike: Ensure online migrations can run  https://review.openstack.org/49876811:33
*** huxinhui_ has quit IRC11:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/pike: Ensure online migrations can run  https://review.openstack.org/49876911:34
*** chyka has joined #openstack-ansible11:35
*** udesale has joined #openstack-ansible11:36
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877011:37
*** sxc731 has joined #openstack-ansible11:38
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/newton: Ensure online migrations can run  https://review.openstack.org/49877111:38
*** chyka has quit IRC11:39
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877311:41
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/newton: Ensure online migrations can run  https://review.openstack.org/49877411:41
*** chhavi has joined #openstack-ansible11:48
openstackgerritMerged openstack/openstack-ansible-rsyslog_server stable/newton: Updated from OpenStack Ansible Tests  https://review.openstack.org/49804911:49
neithi'm upgrading from 14.04 to 16.04, playbooks fails on TASK [os_cinder : Attempt venv download] ***************************************11:54
neithfatal: [infra1]: FAILED! => {"failed": true, "msg": "An unhandled exception occurred while running the lookup plugin 'url'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Received HTTP error for http://192.168.207.9:8181/venvs/14.2.4/ubuntu-16.04-x86_64/cinder-14.2.4-x86_64.checksum : HTTP Error 404: Not Found"}11:54
neithIs there anything I should do to force to builds 16.04 venvs?11:55
openstackgerritMerged openstack/openstack-ansible-repo_server stable/newton: Updated from OpenStack Ansible Tests  https://review.openstack.org/49804711:55
openstackgerritMerged openstack/openstack-ansible-lxc_container_create stable/newton: Updated from OpenStack Ansible Tests  https://review.openstack.org/49784311:55
*** yifei has quit IRC11:57
openstackgerritMerged openstack/openstack-ansible-repo_build stable/newton: Updated from OpenStack Ansible Tests  https://review.openstack.org/49804611:57
odyssey4meneith they should be done, but you can also force them using https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L68 on the CLI - ie add '-e repo_build_venv_rebuild=yes'12:01
odyssey4meyou might need to include https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L62 as well12:02
neiththks12:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877712:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/newton: Ensure online migrations can run  https://review.openstack.org/49877812:04
evrardjpmhayden: serious bug to fix: https://review.openstack.org/#/q/topic:bug/171369812:04
evrardjpandymccr: ^12:04
*** a0x3e8 has joined #openstack-ansible12:06
*** dave-mccowan has joined #openstack-ansible12:06
*** thorst_afk has joined #openstack-ansible12:06
a0x3e8hello I have a problem with openstack deployment using ansible: when I run setup-infrastructure.yml -vv it fails because it can not clone the cinder repo from /var/www/repo/openstackgit/cinder to /tmp/... I copied the log to this address:  https://paste.ubuntu.com/25424443/12:10
a0x3e8this is first time I see this error about openstack repo. also running git status on the repository in /var/www/... gives me the message: git HEAD detached at < some hash >12:12
evrardjpproblem with designate dashboard that wasn't properly cloned a0x3e812:13
evrardjpcleanup your repo and try again12:13
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/ocata: Update paste, policy and rootwrap configurations 2017-08-25  https://review.openstack.org/49777812:14
eumel8+12:14
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877012:14
*** ArchiFleKs has joined #openstack-ansible12:15
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/newton: Updated from OpenStack Ansible Tests  https://review.openstack.org/49785712:15
a0x3e8evrardjp: thanks buddy.12:23
evrardjpa0x3e8: in your repo machine in /var/www/12:24
evrardjpif you need more details :)12:24
evrardjpI generally take the bazooka approach.12:25
a0x3e8evrardjp: one other thing. I am fairly new to ansible. some of the git clone tasks often fail and when I run the playbook again, this fixes the error. is this something usual? and is it sane to backup the repo container for the next time installation?12:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [DNM] Check what zuul-cloner is doing  https://review.openstack.org/49878712:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: [DNM] Check what zuul-cloner is doing  https://review.openstack.org/49878812:27
evrardjpa0x3e8: you'd still need to fetch your updated repo, so ... I think odyssey4me and I were thinking of improving the reliability of this in the future. It's just that sometimes git just burps when we do so many git clones at the same time (rate limiting and all that jazz triggering)12:28
a0x3e8evrardjp: I need to make a somehow offline repository for the installation for a place without any internet acces. so I need to have some stable repositories to be able to deploy the openstack. what can I do to achive this?12:30
evrardjpoh yes if you don't update your repos you could.12:32
a0x3e8evrardjp: ok. thanks for the help. you made my day.12:33
evrardjphaha12:34
evrardjpFYI for the next cycle we have a focus on improving this.12:34
evrardjpa0x3e8: there is also a guide for offline installs in our documentation12:35
a0x3e8evrardjp: I would be thankful! git is really a pain sometimes!12:35
evrardjpahah.12:35
a0x3e8I didnt see it.12:35
a0x3e8can you send me the url?12:35
*** markus_z has quit IRC12:36
*** hw_wutianwei has quit IRC12:36
neithI managed to progress, now it fails on :12:37
a0x3e8evrardjp: if the offline document is available now, please send me the url please.12:37
neithhttps://www.irccloud.com/pastebin/Pe8sRl3t/12:37
evrardjpneith: what are you running ?12:39
*** hw_wutianwei has joined #openstack-ansible12:39
evrardjpare you running multiple architectures?12:39
*** gkadam_ has quit IRC12:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877712:39
neithopenstack-ansible setup-infrastructure.yml12:39
evrardjpor multiple distros?12:39
neith14.04 and 16.0412:39
neithi'm trying to upgrade the control plane12:39
*** coolkil has joined #openstack-ansible12:39
neithi'm upgrading my first infra host12:39
evrardjpneith: which version of newton are you using?12:40
neithevrardjp: how do I know that12:41
neithI dont remembrer12:41
*** lucasxu has joined #openstack-ansible12:42
evrardjp[m]ahah. update to a more recent version ;)12:42
odyssey4meneith check the value of openstack_release in the group_vars12:42
odyssey4meand indicate the last SHA in the log log12:42
odyssey4mewell, the current SHA12:42
DimGRhow do you fix an error saying there are no hosts available ( when there are ) when trying to create an instance ? i had the same error in the past when i was on 15.1.0 but i did a minor upgrade few days ago to stable/ocata and my fix got overwritten and i can't remember what the fix was :) in nova-scheduler logs though i see that it successfully synced my compute hosts12:43
evrardjp[m]git describe ismaybe better12:43
neithevrardjp[m]: 14.2.412:43
neiththks guys12:43
odyssey4meDimGR it think that your hosts either don't have a running hypervisor, or those hosts do not have disk space, memory available or an available hypervisor that meets the specs12:43
evrardjp[m]there are more recent versions that may have fixed your issue12:44
*** yifei has joined #openstack-ansible12:44
neithevrardjp: I should checkout a newer tag?12:44
neithok anyone?12:44
odyssey4meI can't speak to what you did before, but sometimes based on your setup you may wish to customise the filter list - other times there is an actual problem12:44
evrardjp[m]yeah12:44
neiththe latest?12:44
odyssey4meneith 14.2.8 versuse 14.2.4 should contain some fixes to resolve repo build issues12:45
neithalright12:45
odyssey4meneith hang a sec - just trying to find the right things to reference12:46
odyssey4methis went in, but it looks like it wasn't in the last release12:46
odyssey4meoh, it's in 14.2.7 and 14.2.812:46
neithodyssey4me: i'll go with 14.2.8 then12:47
neiththks again12:48
neithI'd love to work for OSA more ;)12:48
a0x3e8DimGR: I had the "no host available" because neutron settings had an issue.12:50
DimGRtell me more12:50
*** woodard has quit IRC12:50
*** woodard has joined #openstack-ansible12:50
*** yifei has quit IRC12:52
*** yifei has joined #openstack-ansible12:53
openstackgerritChris Beukers proposed openstack/openstack-ansible-lxc_hosts master: Sync apt preferences during lxc host configuration  https://review.openstack.org/49880212:53
a0x3e8DimGR: my computing and storage node were fine. but I found an issue with neutron. infrastructure node was fine and could see all the nodes but neutron containers setting had problem. check the neutron containers network settings.12:53
a0x3e8DimGR: it is only if like my setup, your network and storage nodes are fine.12:55
*** ArchiFleKs has quit IRC12:56
*** fxpester has quit IRC12:58
*** ArchiFleKs has joined #openstack-ansible12:58
*** ArchiFleKs has quit IRC13:00
*** drifterza has quit IRC13:02
*** ArchiFleKs has joined #openstack-ansible13:02
*** esberglu has joined #openstack-ansible13:02
*** esberglu has quit IRC13:02
*** esberglu has joined #openstack-ansible13:03
mhaydenmorning folks13:05
mhaydenevrardjp[m]: oh no, what did i break now?13:05
eumel8morning13:05
*** bhujay has joined #openstack-ansible13:08
evrardjp[m]you didn't mhayden ;)13:08
evrardjp[m]breaking is the fastest interface for learning anyway...13:09
DimGRwhats the correct syntax to restart nova-conductor  in all hosts using openstack-ansible please13:11
evrardjpa0x3e8: https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-limited-connectivity.html13:19
*** dave-mccowan has quit IRC13:19
*** drifterza has joined #openstack-ansible13:20
bhujayansible nova_conductor -m service -a "name=nova-conductor state=restarted"13:21
bhujayhope that serves your purpose DimGR13:22
DimGRthanks bhujay13:22
*** drifterza has quit IRC13:28
*** udesale has quit IRC13:30
*** mrcc has joined #openstack-ansible13:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed  https://review.openstack.org/49865913:31
*** gouthamr has joined #openstack-ansible13:33
*** yifei has quit IRC13:35
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Ensure online migrations can run  https://review.openstack.org/49875913:40
*** dave-mccowan has joined #openstack-ansible13:41
*** yifei has joined #openstack-ansible13:44
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/ocata: Updated from OpenStack Ansible Tests  https://review.openstack.org/49788913:46
*** jafeha_ has quit IRC13:51
*** mpranjic has quit IRC13:54
*** yifei has quit IRC13:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed  https://review.openstack.org/49865913:54
openstackgerritMerged openstack/openstack-ansible-os_nova master: Ensure online migrations can run  https://review.openstack.org/49875813:58
*** dxiri has joined #openstack-ansible14:03
*** marst has joined #openstack-ansible14:03
*** coolkil has quit IRC14:03
*** japestinho has joined #openstack-ansible14:04
cloudnullmornings14:08
*** jafeha has joined #openstack-ansible14:08
eumel8morning14:08
neithhello14:13
*** hw_wutianwei has quit IRC14:14
*** hw_wutianwei has joined #openstack-ansible14:15
*** marst has quit IRC14:16
mhaydencloudnull: do you have a second to give me a quick gander on https://review.openstack.org/#/c/497975/ ?14:20
openstackgerritMerged openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed  https://review.openstack.org/49865914:21
* cloudnull gandering now14:21
openstackgerritMerged openstack/openstack-ansible-ops stable/pike: delete the leap tools  https://review.openstack.org/49860114:22
openstackgerritMerged openstack/openstack-ansible-ops stable/ocata: delete the leap tools  https://review.openstack.org/49860214:22
*** marst has joined #openstack-ansible14:23
mhaydencloudnull: thanks sir! :)14:23
*** marst_ has joined #openstack-ansible14:23
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_keystone stable/ocata: Add extra headers for Keystone  https://review.openstack.org/49533114:25
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_keystone stable/ocata: Remove Developer Tools package group  https://review.openstack.org/49627314:25
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/pike: Simplify the string check for offline db migrations  https://review.openstack.org/49534914:26
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: [TEST] Test dnf in host/containers  https://review.openstack.org/49537114:27
*** vikrant has joined #openstack-ansible14:27
*** marst has quit IRC14:27
cloudnullif folks have a min to give this a look https://review.openstack.org/#/c/497742 It'd be appreciated. It's a significant improvement in gate time and the time it takes to spin up local test instances. If the majority of folks don't think this change is worth it, I'll abandon it.14:28
cloudnullalso https://review.openstack.org/#/c/497721/14:28
cloudnullour lxc start order is wrong14:28
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/newton: Ensure online migrations can run  https://review.openstack.org/49877114:29
mhaydencloudnull: looking over that again14:29
mhaydencloudnull: that python within bash was making me a little cross-eyed :P but i get your point14:30
cloudnullhere docs :)14:31
*** weezS has joined #openstack-ansible14:31
* cloudnull is a fan of heredoc'ing things14:31
evrardjpdear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JR14:31
evrardjpobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen:14:31
evrardjpthe osa bug triage will start in 1h30’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage14:31
evrardjpThank you14:31
openstackgerritMerged openstack/openstack-ansible-ops master: Correct re-deploy hooks to allow unset variables  https://review.openstack.org/49875214:32
evrardjpcloudnull: I like the idea of running more things in parallel, I just don't think this approach is good enough: Apt lock issues when running more converged, ansible inconsistency... and bash .14:33
cloudnullthe ordering has been done to address the systems that run on hosts so apt lock issues should not be an issue14:34
cloudnullwhat about ansible inconsistency ?14:34
spotzcloudnull: I'm afrain to ask... heredocs?:)14:35
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/ocata: Updated from OpenStack Ansible Tests  https://review.openstack.org/49789714:35
cloudnullspotz: http://www.serverwatch.com/columns/article.php/3860446/Shell-Scripts-and-Here-Documents.htm14:35
evrardjpcloudnull: playbook includes should not be passed variables or conditionals14:35
cloudnullwhy?14:36
cloudnullis that something that ansible is saying now ?14:36
cloudnull if that's the case most of our playbooks are in trouble14:37
evrardjpnot most...14:37
evrardjpmaybe I misread14:38
cloudnullevery os-*14:38
*** mpranjic has joined #openstack-ansible14:38
evrardjpbut I think that https://github.com/openstack/openstack-ansible/tree/master/playbooks/common-playbooks could become problematic indeed14:38
cloudnullespecially if we go the JIT route14:38
evrardjpI don't see why os-* are wrong14:39
cloudnullhttps://github.com/openstack/openstack-ansible/blob/master/playbooks/os-keystone-install.yml#L16-L2014:39
evrardjpoh you mean because they are including the ?14:39
cloudnullthey all have something like this14:39
evrardjpoh yeah14:40
evrardjpyeah14:40
openstackgerritMerged openstack/openstack-ansible-os_nova stable/newton: Ensure online migrations can run  https://review.openstack.org/49877414:40
evrardjpI'll double check14:40
openstackgerritMerged openstack/ansible-hardening master: Fedora 26 support  https://review.openstack.org/49797514:41
*** mrcc has quit IRC14:42
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877314:42
openstackgerritMerged openstack/openstack-ansible-galera_server stable/pike: Remove duplicate package pinning variable  https://review.openstack.org/49816014:44
evrardjpcloudnull: double checked, your variables, being unlinked to inventory source, should work.14:46
cloudnullcool14:47
*** Donckers has joined #openstack-ansible14:49
mhaydencloudnull: left you some notes14:52
mhaydeni'm all in for the reordering (new order seems more efficient)14:52
*** eumel8 has quit IRC14:53
*** weezS has quit IRC14:53
*** sxc731 has quit IRC14:55
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877714:56
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/newton: Ensure online migrations can run  https://review.openstack.org/49877814:56
*** vnogin has quit IRC15:03
cloudnull++ I'll break out the re-ordering15:12
mhaydenyeah i'm 100% sold on the reordering... the python/bash mixture worries me only from a readability/maintainability standpoint15:12
mhaydenbut the code does work based on my tests in a VM15:12
*** Oku_OS is now known as Oku_OS-away15:13
evrardjpAdri2000: hey15:17
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run  https://review.openstack.org/49877015:18
*** sxc731 has joined #openstack-ansible15:18
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reorder playbooks for better efficiency  https://review.openstack.org/49884115:19
cloudnullmhayden: ^15:19
*** weezS has joined #openstack-ansible15:28
*** marc_ab has joined #openstack-ansible15:33
*** chyka has joined #openstack-ansible15:35
*** marc_ab has quit IRC15:39
openstackgerritMerged openstack/ansible-hardening master: Updated from global requirements  https://review.openstack.org/49517315:40
*** andreas_s has quit IRC15:43
*** vnogin has joined #openstack-ansible15:44
openstackgerritMajor Hayden proposed openstack/ansible-hardening stable/pike: Fedora 26 support  https://review.openstack.org/49884615:45
*** drifterza has joined #openstack-ansible15:46
openstackgerritMajor Hayden proposed openstack/ansible-hardening master: Add release note for F26 support  https://review.openstack.org/49884715:47
*** vnogin has quit IRC15:49
openstackgerritMerged openstack/openstack-ansible stable/newton: Remove global pin for ldappool  https://review.openstack.org/49855615:52
openstackgerritMerged openstack/openstack-ansible stable/ocata: Remove global pin for ldappool  https://review.openstack.org/47991315:52
*** marc_ab has joined #openstack-ansible15:56
evrardjpguys16:01
evrardjpit's that time of the day16:01
evrardjpBug triage cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darre16:01
evrardjpnc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen16:01
evrardjpHere is our bug list for today https://etherpad.openstack.org/p/osa-bugtriage16:01
evrardjp#startmeeting openstack_ansible_meeting16:01
*** thorst_afk has quit IRC16:01
openstackMeeting started Tue Aug 29 16:01:31 2017 UTC and is due to finish in 60 minutes.  The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot.16:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:01
cloudnullwoot!16:01
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:01
evrardjp#topic rollcall16:01
spotz\o/16:01
cloudnullpresente16:01
cloudnull:P16:01
evrardjpwow, I didn't know you were a transgender (in french)16:02
evrardjpanyway...16:02
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: [TEST] Test dnf in host/containers  https://review.openstack.org/49537116:03
evrardjp#topic this week's bugs16:03
evrardjp20 of them!16:03
evrardjplet's go go go16:03
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/171366316:03
openstackLaunchpad bug 1713663 in openstack-ansible "Set enable_proxy_headers_parsing = True when HAProxy is used" [Undecided,New]16:03
evrardjpAdri2000: submitted that bug16:04
evrardjpit sounds legit, and I agree that this should be something in oslo if possible16:04
evrardjphowever that bug in oslo is from 2016...16:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron stable/ocata: Correct the "dns_domain" option by default  https://review.openstack.org/49589616:04
evrardjpshould we implement a workaround?16:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron stable/ocata: Simplify the string check for offline db migrations  https://review.openstack.org/49461416:04
andymccrhmm16:04
*** thorst_afk has joined #openstack-ansible16:05
mhaydenwow, centos tempest tests take 25 minutes, only 7 for ubuntu16:06
mhaydeni wonder if somethin' broke in there16:06
andymccrim not too sure what the best approach is there.16:06
evrardjpmhayden: please, it's bug triage :p16:07
evrardjpandymccr: yes it's a nice bug.16:07
* mhayden ducks16:07
evrardjpAdri2000: do you have time to change that upstream in oslo?16:07
andymccrit makes sense with haproxy - but then i dont think we should check.16:07
evrardjpso you mean we should override it in all cases?16:08
evrardjpand let the deployer have an override to not do it, in some cases?16:08
andymccrim not sure - it makes sense with haproxy enabled, but i dnt think we should have an "haproxy_enabled" check or anything16:08
andymccrmaybe we could check if the public endpoint is https?16:08
andymccrnot sure if that makes sense though either]16:08
evrardjpwell it could work in this case16:09
evrardjpbut it's not necessary that this will be the solutions, it's just fixing in one case16:09
andymccrwell if https is setup does that not imply you either have haproxy or your own LB setup? since we only setup those https bits in the haproxy role16:09
odyssey4meI thought we already had a var for this?16:09
evrardjpfor oslo?16:10
* odyssey4me is hunting16:10
evrardjpyeah, but you could have the same kind of headers to parse if not http16:10
evrardjpif http16:10
odyssey4meopenstack_external_ssl16:10
odyssey4mewhich then gets used in group vars for each role which has it: nova_external_ssl16:11
evrardjpI don't know what oslo parses to be honest16:11
*** jvidal has quit IRC16:11
odyssey4mehttps://github.com/openstack/openstack-ansible-os_nova/blob/d2841072ef899de80b30a34d724aea3998ea9e1b/templates/nova.conf.j2#L287-L28916:11
andymccrso under what examples do we not want to pass headers?16:11
odyssey4meok, it seems that's a different var?16:12
andymccryeah16:12
odyssey4meanyway, I don't see why we can't do the same thing - but we have a group_var set which uses the inventory understanding to set it16:12
evrardjpfor me, like Adri2000 said, if we set these headers, it's for something.16:12
odyssey4mewhich can be overridden16:12
odyssey4meit's a way of doing a 'sensible default'16:13
odyssey4melike this: https://github.com/openstack/openstack-ansible/blob/master/group_vars/cinder_all.yml#L5016:13
evrardjphttps://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/http_proxy_to_wsgi.py#L56-L7616:13
evrardjpI think for the triage of this bug, we should ack it16:14
evrardjphow we fix it, is up to the committer indeed.16:14
evrardjpI think an oslo change would be advisable, but apparently I am the only one to think that :p16:14
evrardjpconfirmed and high?16:15
evrardjpor medium, because it "only" impacts designate?16:15
odyssey4mewell, there is a workaround - just use the config override16:15
evrardjpit's workaroundable by setting a conf override16:16
evrardjpahaha16:16
odyssey4meeasy enough to implement16:16
evrardjpyeah16:16
odyssey4meso yeah, medium16:16
evrardjpok next16:16
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171288916:17
openstackLaunchpad bug 1712889 in openstack-ansible "lbaasv2 ports not updated on liberty to mikata upgrade" [Undecided,New]16:17
evrardjpwon't fix, too old?16:17
evrardjpnext16:18
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171274116:18
openstackLaunchpad bug 1712741 in openstack-ansible "[lxc_container_create] sysctl-container.service: Failed at step CGROUP spawning /sbin/sysctl: No such device" [Undecided,New]16:18
evrardjpin process so I'll mark it in progress.16:19
evrardjpassign to markos16:19
evrardjpnobody said no, so I move on16:19
evrardjp#next https://bugs.launchpad.net/openstack-ansible/+bug/171261916:19
openstackLaunchpad bug 1712619 in openstack-ansible "neutron plugins : - dns in user_variables causes neutron to stop working" [Undecided,New]16:19
evrardjpDimGR: are you there?16:20
DimGRyes16:20
evrardjpIt's your bug, is that an instruction problem?16:20
evrardjpI am not sure right there16:20
evrardjpbecause of https://github.com/openstack/openstack-ansible-os_neutron/blob/master/defaults/main.yml#L252 ?16:21
DimGRthe thing is with ocata 15.1.0 if you enable dns plugin in neutron and rerun the neutron install role , the role will finish with no errors but neutron will be useless . nothing related to that will work , i tested from horizon and from client .  i did a minor upgrade to stable/ocata and everything is fine16:22
evrardjpis that due to the docs?16:23
DimGRi dont think this is a doc error  , i think its a neutron bug ?16:24
DimGRor should there be a warning saying - dns plugin is not for ocata 15.1.0 ?16:25
evrardjpAdri2000: are you there?16:25
evrardjpyou tested designate, so I guess you tested this16:25
DimGRcloudnull  can also confirm this evrardjp  we were looking at this together16:25
jmccroryare neutron services not starting? are there traceback messages or errors in logs that you could add to the bug report?16:26
evrardjpoh so, stable ocata is fine?16:27
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_tempest master: [TEST] Gate check  https://review.openstack.org/49885916:27
*** thorst_a_ has joined #openstack-ansible16:28
evrardjpok let's move on16:28
DimGRi will now jmccrory16:29
evrardjpif stable/ocata is fine16:29
DimGRstable ocata is fine evrardjp16:29
evrardjpok then it's a temp bug, so let's forget it16:29
DimGRshould i paste some log errors or not16:29
DimGRok16:29
evrardjpnah if it's fixed already it's fine :)16:29
evrardjpnext16:30
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171137616:30
openstackLaunchpad bug 1711376 in openstack-ansible "intermittent AIO error: Timeout (7s) waiting for privilege escalation prompt" [Undecided,New]16:30
evrardjpI will wait for Markos update, to know if that should fix it16:31
evrardjpok everyone?16:31
evrardjpnext16:31
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171134716:31
openstackLaunchpad bug 1711347 in openstack-ansible "Config file override mechanism broken" [Undecided,New]16:31
*** thorst_afk has quit IRC16:32
evrardjpwe discussed this last week16:32
evrardjphttp://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-22-16.03.log.html#l-19816:32
*** sxc731 has quit IRC16:33
openstackgerritMatt Thompson proposed openstack/openstack-ansible-ops master: [WIP] Use separate interfaces for lb traffic  https://review.openstack.org/49886216:33
evrardjpandymccr: what's your decision about that?16:33
evrardjpShould we revert python3, ripping it out?16:33
andymccrhmm yeah we spoke about that i think it might be best16:34
andymccrall we have right now is some bootstrap shenanigans16:34
andymccrand if its causing issues then we should bail16:34
evrardjpit reduces the importance of the bug16:34
*** drifterza has quit IRC16:34
evrardjpok16:34
andymccrbut im not too sure why thats actually happening aside from "its related to py3 in some way"16:34
evrardjpit makes sense to me to revert to python2 only, introduce tests for python3 in our plugins repo16:35
andymccragreed16:35
evrardjpthen going a little further with that later16:35
evrardjpok16:35
evrardjpandymccr: would you be ok at doing the revert?16:36
andymccrevrardjp: i will look into reverting that sure16:36
evrardjpok16:36
evrardjpI will evaluate the tests for the plugins repo then16:36
evrardjpwe can mark that into wishlist then16:36
evrardjpok?16:36
andymccrok cool16:37
evrardjpI'll mark in the bug that python3 is on our wishlist16:37
*** gkadam_ has joined #openstack-ansible16:37
odyssey4meif we change this, and only this, it should do the trick? https://github.com/openstack/openstack-ansible/blob/master/scripts/bootstrap-ansible.sh#L10216:38
andymccrjamesdenton: if we put a patch in re https://bugs.launchpad.net/openstack-ansible/+bug/1711347 - would you be able to test?16:38
openstackLaunchpad bug 1711347 in openstack-ansible "Config file override mechanism broken" [Undecided,New]16:38
andymccrand confirm16:38
evrardjpthat would be great.16:39
*** nomatics has joined #openstack-ansible16:39
evrardjpok let's continue then16:40
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171134116:40
openstackLaunchpad bug 1711341 in openstack-ansible "Client Error: Not Found for url" [Undecided,New]16:40
openstackgerritAndy McCrae proposed openstack/openstack-ansible stable/pike: Remove python3 usage in bootstrap-ansible.sh  https://review.openstack.org/49886316:41
nomaticsI changed /etc/openstack_deploy/env.d/cinder-volume.yml to is_metal: false-- however,  setup-openstack.yml is still trying trying to install cinder on the controller. Do I need to make additional changes?16:41
nomaticsMy storage settings in openstack_user_config are under storage-infra_hosts16:42
evrardjpI'll mark this as incomplete16:42
evrardjpIf we can't reproduce and the bug disappeared16:42
andymccrok ive not seent hat personally16:43
nomaticsDo i need to change it in /opt/openstack_deploy/playbooks/inventory/env.d/cinder.yml as well?16:43
odyssey4menomatics no16:43
evrardjpok let's move on16:44
odyssey4menomatics we're busy with bug triage right now, please wait until afterwards16:44
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171133516:44
openstackLaunchpad bug 1711335 in openstack-ansible "Playbook fails to create required directory" [Undecided,New]16:44
nomaticsthanks, i'll check back16:44
evrardjpconfirmed, low and low-hanging-fruit16:47
evrardjpok?16:47
*** kysse has quit IRC16:47
*** pcaruana has quit IRC16:48
*** kysse has joined #openstack-ansible16:49
evrardjpnext16:49
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171130916:49
openstackLaunchpad bug 1711309 in openstack-ansible "Add documentation for rolling upgrades" [Undecided,New]16:49
evrardjpdocs!16:49
evrardjpodyssey4me: again?16:49
*** weezS has quit IRC16:50
*** dave-mccowan has quit IRC16:50
evrardjpthat would be great if we discuss that a working session during ptg?16:50
evrardjpbecause it seems interesting to express what we did, but also improve our documentation coverage16:50
evrardjpin the meantime, I'd like to confirm, and set to medium or high16:51
*** thorst_a_ has quit IRC16:51
evrardjpwhat do you think andymccr?16:51
*** thorst_afk has joined #openstack-ansible16:52
*** sxc731 has joined #openstack-ansible16:52
andymccryeah it would be good to get docs on that if somebody has the time16:52
evrardjpspotz: ?16:53
andymccrwe have done quite some work on that, so its worthwhile16:53
evrardjpagreed.16:53
evrardjpWhat about doing that at the PTG?16:53
spotzevrardjp: Just put notes in I'll work on it around the dog show this weekend16:53
evrardjpas a part of a retrospective session?16:53
evrardjphaha ok16:53
evrardjpwhy not, but it's maybe more than a few notes in odyssey4me's brain16:54
spotzheheh16:54
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: migrate_openstack_vars.py: Correct folder name  https://review.openstack.org/49887116:54
evrardjpodyssey4me: would you rather draft notes in the bug for spotz to understand what's in your brain, or a work session?16:55
*** thorst_afk has quit IRC16:56
spotzhehe16:56
evrardjp(the former may be more efficient)16:56
odyssey4memaybe I should push up a first draft, then let spotz make it pretty16:56
evrardjpthat would work too.16:56
spotzthat'll work16:56
evrardjpI'll assign it to you then16:56
odyssey4meI haven't yet figured out what I think it should contain or look like and I need a little time to sit down and stare at it for a while.16:56
odyssey4meso yeah, assign to me16:56
odyssey4methanks spotz :)16:57
evrardjplast one for today I guess:16:57
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/171110816:57
openstackLaunchpad bug 1711108 in openstack-ansible "Ocata designate service role documentation 404" [Undecided,New]16:57
*** electrofelix has quit IRC16:57
evrardjpspotz: ?16:57
andymccrhmm16:57
odyssey4mehm, no patches to designate role for ocata... so it hasn't been republished after the move16:58
evrardjpcould you have a look at the docs wiring there?16:58
odyssey4meif we merge *any* patches to the roles it should republish16:58
andymccrthat applies to all roles16:58
spotzevrardjp: Yeah16:58
andymccrim not sure that is the correct link16:58
odyssey4meoh hang on16:58
odyssey4mehttps://docs.openstack.org/openstack-ansible-os_designate/ocata/16:58
*** zcourts_ has joined #openstack-ansible16:59
odyssey4methis is actually a redirect bug16:59
evrardjpdocs redirect bug indeed16:59
odyssey4mefor the manuals repo16:59
evrardjpok let's wrap up for today17:01
evrardjpthanks everyone!17:01
evrardjp#endmeeting17:01
openstackMeeting ended Tue Aug 29 17:01:14 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.html17:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.txt17:01
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.log.html17:01
*** zcourts has quit IRC17:03
*** thorst_afk has joined #openstack-ansible17:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Update documentation redirects  https://review.openstack.org/49888017:15
*** gkadam_ has quit IRC17:15
*** sxc731 has quit IRC17:16
*** mbuil has quit IRC17:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Enable verbose logging when fetching roles via git-clone  https://review.openstack.org/49878817:33
odyssey4meandymccr ^ we'll need that merged in order to diagnose what's going on with periodics17:33
andymccrlets get it in!17:34
*** Alex__ has quit IRC17:38
*** jwitko has joined #openstack-ansible17:42
*** jwitko has quit IRC17:44
*** vikrant has quit IRC17:50
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks  https://review.openstack.org/49889117:50
DimGRis there a release time frame for Pike?17:51
odyssey4meDimGR around two weeks after the upstream projects release17:51
odyssey4mehttps://releases.openstack.org/pike/schedule.html#p-release17:51
*** stuartgr has quit IRC17:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play  https://review.openstack.org/49889417:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play  https://review.openstack.org/49889418:00
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks  https://review.openstack.org/49889118:00
*** lucasxu has quit IRC18:01
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/pike: Ensure online migrations can run  https://review.openstack.org/49876818:04
*** galstrom_zzz is now known as galstrom18:04
*** poopcat has joined #openstack-ansible18:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks  https://review.openstack.org/49889118:05
*** jwitko has joined #openstack-ansible18:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play  https://review.openstack.org/49889418:06
*** poopcat has quit IRC18:10
*** poopcat has joined #openstack-ansible18:10
odyssey4meI'm out for the night - cheers all!18:10
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/pike: Download LXC image with async via aria2  https://review.openstack.org/49875518:15
*** sxc731 has joined #openstack-ansible18:18
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/pike: Log aria2c output  https://review.openstack.org/49875618:20
*** chhavi has quit IRC18:23
*** perniciouscaffei has quit IRC18:31
openstackgerritMatt Thompson proposed openstack/openstack-ansible-ops master: Use separate interfaces for lb traffic  https://review.openstack.org/49886218:42
*** bauruine has quit IRC18:44
*** galstrom is now known as galstrom_zzz18:45
*** bauruine has joined #openstack-ansible18:49
matttcloudnull: are you actively using the mnaio ?18:50
*** weezS has joined #openstack-ansible18:54
openstackgerritMatt Thompson proposed openstack/openstack-ansible-ops master: Bump compute RAM to 8192MB  https://review.openstack.org/49891719:05
openstackgerritMatt Thompson proposed openstack/openstack-ansible-ops master: Bump compute RAM to 8192MB  https://review.openstack.org/49891719:06
*** rstarmer has joined #openstack-ansible19:08
jamesdentonhey andymccr - yes, I can test a patch19:12
jamesdentonandymccr i will spin up a new environment and get back to you19:13
spotzthanks jamesdenton19:14
*** perniciouscaffei has joined #openstack-ansible19:21
openstackgerritMerged openstack/openstack-ansible stable/newton: Set serial to 100% for nova_compute  https://review.openstack.org/49875419:30
openstackgerritMerged openstack/openstack-ansible master: Fix to use "." to source script files  https://review.openstack.org/49854819:30
*** dave-mccowan has joined #openstack-ansible19:35
*** chyka has quit IRC19:38
*** galstrom_zzz is now known as galstrom19:41
*** rstarmer has quit IRC19:42
*** sxc731 has quit IRC19:43
openstackgerritweezer su proposed openstack/openstack-ansible-ops master: Use separate interfaces for lb traffic  https://review.openstack.org/49886219:46
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Run gate playbooks in parallel  https://review.openstack.org/49774219:49
*** jafeha has quit IRC19:50
*** rstarmer has joined #openstack-ansible19:53
*** japestinho has quit IRC19:54
cloudnullmhayden: ^19:58
cloudnullall broken out19:58
mhaydenORLY19:58
cloudnullevrardjp: no more vars19:58
cloudnullso everyone should technically be happy in terms of layout :)19:59
cloudnullnow we can just argue if it's a good thing to do or not19:59
*** perniciouscaffei has quit IRC20:17
*** zcourts_ has quit IRC20:19
*** zcourts has joined #openstack-ansible20:19
*** chyka has joined #openstack-ansible20:21
*** zcourts has quit IRC20:23
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Optimize CentOS Erlang installation  https://review.openstack.org/49637620:50
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Upgrade to RabbitMQ 3.6.11  https://review.openstack.org/49680120:50
taskerhttps://bugs.launchpad.net/openstack-ansible/+bug/169919121:01
openstackLaunchpad bug 1699191 in openstack-ansible "Keystone role fails if backend admin or internal uri protocol differs from frontend" [Medium,Confirmed]21:01
taskerI think I may have hit upon something like that. I had just finished using OSA to upgrade to Newton and the release notes said that the .. public endpoints. aww, crud.21:02
taskerI set _all_ of the endpoints to use https.21:02
taskerignore me. I probably just have to redploy my whole cluster tonight.21:03
*** gouthamr has quit IRC21:05
*** zcourts has joined #openstack-ansible21:11
taskernope! recovered by editing the keystone.endpoint table and removing the nasty, nasty 's' from the string.21:13
*** galstrom is now known as galstrom_zzz21:20
*** rstarmer has quit IRC21:20
*** rstarmer has joined #openstack-ansible21:21
*** rstarmer has quit IRC21:21
*** rstarmer has joined #openstack-ansible21:21
*** rstarmer has quit IRC21:22
*** rstarmer has joined #openstack-ansible21:22
*** thorst_afk has quit IRC21:22
*** rstarmer has quit IRC21:23
*** thorst_afk has joined #openstack-ansible21:23
*** rstarmer has joined #openstack-ansible21:24
*** rstarmer has quit IRC21:24
*** rstarmer has joined #openstack-ansible21:25
*** rstarmer has quit IRC21:25
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks  https://review.openstack.org/49889121:26
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Install specific version of Erlang from ESL  https://review.openstack.org/49895121:26
*** thorst_afk has quit IRC21:27
openstackgerritMerged openstack/openstack-ansible-os_swift stable/pike: Update vars and test tooling for Pike  https://review.openstack.org/49665721:29
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Pin erlang packages to version 19.3  https://review.openstack.org/49895221:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Optimize CentOS Erlang installation  https://review.openstack.org/49637621:33
taskerI can't communicate with nova (and a couple of other services) anymore. I figure if I can determine what's blocking nova, the others will be easy.21:33
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Upgrade to RabbitMQ 3.6.11  https://review.openstack.org/49680121:33
taskerhas anyone else had any problems with nova after the OSA newton upgrade from mitaka?21:33
tasker.. you don't suppose it's the old configs, do you? haproxy doesn't even read them anymore.21:34
taskermay as well remove them.21:34
taskerI keep getting SSL errors.21:36
openstackgerritMerged openstack/openstack-ansible-os_nova stable/pike: Ensure online migrations can run  https://review.openstack.org/49876921:38
*** esberglu has quit IRC21:43
*** esberglu has joined #openstack-ansible21:44
taskerbut poking the endpoint URL directly works just fine. so, haproxy..21:46
taskerplease, just one error that doesn't have something to do with haproxy.21:47
*** esberglu has quit IRC21:48
*** thorst_afk has joined #openstack-ansible21:49
*** Donckers has quit IRC21:49
*** Donckers has joined #openstack-ansible21:49
*** Donckers has quit IRC21:50
*** thorst_afk has quit IRC21:53
taskerSSL makes my life so damned difficult.21:54
*** esberglu has joined #openstack-ansible21:57
*** marst has joined #openstack-ansible21:58
*** marst_ has quit IRC22:01
*** esberglu has quit IRC22:01
*** esberglu has joined #openstack-ansible22:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Run gate playbooks in parallel  https://review.openstack.org/49774222:08
*** lbragstad has quit IRC22:20
*** esberglu has quit IRC22:27
*** esberglu has joined #openstack-ansible22:27
*** esberglu_ has joined #openstack-ansible22:28
*** esberglu has quit IRC22:31
*** esberglu_ has quit IRC22:35
nomaticsI changed /etc/openstack_deploy/env.d/cinder-volume.yml to is_metal: false-- however, setup-openstack.yml is still trying trying to install cinder services on the controller, which fails because the repo is blocked by priority. Do I need to make additional changes?22:37
openstackgerritMerged openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play  https://review.openstack.org/49889422:37
*** gouthamr has joined #openstack-ansible22:38
cloudnullif folks have a moment to help me pull these through it'd be greatly appreciated. https://review.openstack.org/#/c/498952/22:44
cloudnullhttps://review.openstack.org/#/c/498951/122:45
*** dxiri_ has joined #openstack-ansible22:45
cloudnullnomatics: which repo is blocked by priority ?22:45
*** dxiri has quit IRC22:45
nomaticsMariaDB22:46
nomaticsHappens during galera install yum packages22:46
cloudnullis there a pin or something thats being inherited from the host ?22:48
cloudnullnomatics: is that block being seen in your other containers ?22:52
nomaticsNo, it's a fresh install of centos7 with minimum done to get ansible-openstack usable22:52
nomaticsNo, it runs in the containers22:52
cloudnullthere's nothing cinder specific that I know of that would cause that issue22:52
cloudnullmhayden: ^22:52
nomaticsShould I just change the priority or is there more than likely something wrong with my config?22:53
nomaticsThe docs say I shouldnt' need anything on the hosts for storage w/ ceph, and I can use the storage-infra_hosts22:54
nomaticsHowever all the examples do have ceph under storage_hosts :/22:54
*** chyka has quit IRC22:58
*** chyka has joined #openstack-ansible22:59
openstackgerritMerged openstack/openstack-ansible master: Update documentation redirects  https://review.openstack.org/49888023:04
*** ianychoi has quit IRC23:17
*** ianychoi has joined #openstack-ansible23:17
*** marst has quit IRC23:24
openstackgerritMatthew Thode proposed openstack/openstack-ansible-ops master: Fix venv build in when mariadb is installed  https://review.openstack.org/49898723:47
*** rstarmer has joined #openstack-ansible23:47
*** weezS has quit IRC23:52

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