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.html | 00:02 |
Alex__ | any pointers on 14.04 -> 16.04 upgrade process (as it fits in with openstack-ansible)? | 00:02 |
*** tasker has joined #openstack-ansible | 00:04 | |
prometheanfire | that's what's being discussed at the ptg | 00:05 |
prometheanfire | I think | 00:05 |
prometheanfire | it's in 2 weeks, dev conf | 00:06 |
tasker | with respect to https://bugs.launchpad.net/openstack-ansible/+bug/1647503, where do I set the "horizon_external_ssl" variable? | 00:08 |
openstack | Launchpad bug 1647503 in openstack-ansible "horizon_external_ssl: false causes horizon endpoint to fail with redirect error" [Medium,Confirmed] | 00:08 |
tasker | nevermind -- as I typed that, I found it. | 00:10 |
Alex__ | prometheanfire: thanks! | 00:12 |
*** yifei has joined #openstack-ansible | 00:12 | |
tasker | ok. 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 80 | 00:20 |
Alex__ | are you mid upgrade as well? =) | 00:20 |
tasker | yes! | 00:20 |
tasker | . ) | 00:20 |
Alex__ | that would probably be it.. will fix itself once os-horizon playbook is run | 00:20 |
tasker | ok. that's good news. | 00:21 |
tasker | not optimal, but good. | 00:21 |
tasker | thanks, Alex__! | 00:21 |
Alex__ | no worries. just hit that a few hours ago. =) | 00:21 |
*** weezS has quit IRC | 00:21 | |
tasker | did you leave "horizon_external_ssl" as 'false' or '{{ openstack_external_ssl }}' (which the latter is 'true') | 00:22 |
*** perniciouscaffei has quit IRC | 00: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 |
tasker | oh! 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 http | 00: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 http | 00:24 |
Alex__ | once new horizon is deployed, they accept http and don't 301 it to https | 00:24 |
*** nomatics has joined #openstack-ansible | 00:30 | |
nomatics | Task install qgelera yum packages is failing for me -- can't find MariaDB-client because it is excluded due to priority | 00:31 |
nomatics | The 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 |
openstack | Launchpad bug 1632609 in openstack-ansible "During upgrare M->N old haproxy configurations from conf.d are not purged" [Low,Confirmed] | 00:32 |
tasker | thanks Alex__. I'll take care of that. | 00:34 |
*** dxiri has quit IRC | 00:40 | |
*** dxiri has joined #openstack-ansible | 00:41 | |
*** dxiri has quit IRC | 00:45 | |
*** thorst_afk has joined #openstack-ansible | 00:51 | |
*** thorst_afk has quit IRC | 00:59 | |
*** masber has quit IRC | 01:01 | |
*** masber has joined #openstack-ansible | 01:02 | |
*** gouthamr_ has joined #openstack-ansible | 01:05 | |
*** gouthamr has quit IRC | 01:07 | |
tasker | when 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 IRC | 01:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Update paste, policy and rootwrap configurations 2017-08-15 https://review.openstack.org/493801 | 01:12 |
tasker | no package installed via the package-manager is claiming that file (or its parent directories) | 01:14 |
tasker | maybe this? https://bugs.launchpad.net/openstack-ansible/+bug/1659962 | 01:18 |
openstack | Launchpad bug 1659962 in openstack-ansible "repo install fails when limiting to one controller node" [Undecided,Fix released] - Assigned to Gnanasekar Velu (gnanasekarkas) | 01:18 |
tasker | but that mentions that it was fixed in 14.1.0 and I'm running 14.2.7 | 01:18 |
tasker | .. no; that's something else. | 01:19 |
tasker | well, the "repo_server" role checks-out the 14.2.7 tag on "openstack-ansible-repo_server" which does know about the fix. | 01:22 |
tasker | sigh. | 01:22 |
tasker | looking deeper, that has absoultely nothing to do with "repo_build_prepare" | 01:25 |
*** gouthamr_ is now known as gouthamr | 01:27 | |
*** perniciouscaffei has joined #openstack-ansible | 01:31 | |
tasker | what is "ansible_local" and where is it generated? | 01:32 |
tasker | in "/etc/ansible/roles/repo_build/tasks/main.yml", line:35, task "refresh local facts", which, according to terminal output, is not happening. | 01:34 |
tasker | because it happens _after_ repo_build_prepare? | 01:35 |
nomatics | Should 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/ocata | 01:35 |
openstack | Launchpad bug 1628720 in openstack-ansible "Upgrade M-N fails installing galera packages" [Undecided,Incomplete] - Assigned to Michael Gugino (gugino-michael) | 01:35 |
tasker | looks like moving the tasks into a different order allowed the playbook to go farther -- I now have a different error. | 01:44 |
nomatics | Ok 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 |
nomatics | Can i change the priority on the host or do I probably have a configuration setting wrong? | 01:55 |
*** thorst_afk has joined #openstack-ansible | 02:00 | |
cloudnull | 5evenings | 02:03 |
nomatics | Looks like you can use the api containers when using ceph, so having a separate storage_host is probably wrong. | 02:04 |
prometheanfire | cloudnull: something like that | 02:05 |
nomatics | General 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 IRC | 02:06 | |
cloudnull | nomatics: yes | 02:16 |
cloudnull | setup hosts will create and setup all of the containers | 02:16 |
cloudnull | setup infra will deploy rabbit, galera, etc | 02:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/pike: Update paste, policy and rootwrap configurations 2017-08-25 https://review.openstack.org/497807 | 02:26 |
*** dave-mccowan has quit IRC | 02:32 | |
*** dxiri has joined #openstack-ansible | 02:47 | |
*** dxiri has quit IRC | 02:52 | |
*** masber has quit IRC | 02:53 | |
openstackgerrit | Matthew Thode proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed https://review.openstack.org/498659 | 02:58 |
*** huxinhui_ has joined #openstack-ansible | 02:58 | |
*** gouthamr has quit IRC | 02:59 | |
*** thorst_afk has joined #openstack-ansible | 03:01 | |
*** thorst_afk has quit IRC | 03:06 | |
*** jafeha has quit IRC | 03:11 | |
*** nomatics has quit IRC | 03:12 | |
*** zerda3 has quit IRC | 03:18 | |
*** hw_wutianwei has joined #openstack-ansible | 03:41 | |
*** gkadam_ has joined #openstack-ansible | 03:41 | |
*** dxiri has joined #openstack-ansible | 03:46 | |
*** udesale has joined #openstack-ansible | 03:50 | |
*** poopcat has quit IRC | 03:59 | |
*** thorst_afk has joined #openstack-ansible | 04:02 | |
*** thorst_afk has quit IRC | 04:07 | |
*** masber has joined #openstack-ansible | 04:08 | |
*** chyka has joined #openstack-ansible | 04:23 | |
*** chyka has quit IRC | 04:27 | |
*** dxiri has quit IRC | 04:40 | |
*** dxiri has joined #openstack-ansible | 04:40 | |
*** dxiri has quit IRC | 04:45 | |
*** thorst_afk has joined #openstack-ansible | 05:03 | |
*** thorst_afk has quit IRC | 05:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_watcher stable/pike: Updated from global requirements https://review.openstack.org/498175 | 05:16 |
openstackgerrit | lidong proposed openstack/openstack-ansible-os_watcher master: Update links in bindep https://review.openstack.org/498691 | 05:41 |
*** thorst_afk has joined #openstack-ansible | 06:03 | |
*** thorst_afk has quit IRC | 06:09 | |
*** Oku_OS-away is now known as Oku_OS | 06:15 | |
*** drifterza has joined #openstack-ansible | 06:18 | |
*** sxc731 has joined #openstack-ansible | 06:21 | |
*** jafeha has joined #openstack-ansible | 06:24 | |
*** jvidal has joined #openstack-ansible | 06:29 | |
*** pcaruana has joined #openstack-ansible | 06:39 | |
*** vnogin has joined #openstack-ansible | 06:41 | |
*** markus_z has joined #openstack-ansible | 06:45 | |
*** andreas_s has joined #openstack-ansible | 06:54 | |
*** eumel8_away is now known as eumel8 | 06:58 | |
*** thorst_afk has joined #openstack-ansible | 07:05 | |
*** coolkil has joined #openstack-ansible | 07:07 | |
*** thorst_afk has quit IRC | 07:10 | |
coolkil | am 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 IRC | 07:15 | |
*** sxc731 has quit IRC | 07:18 | |
eumel8 | InvocationError | 07:22 |
eumel8 | could be | 07:22 |
eumel8 | coolkil: you can ask in the infra channel or retrigger jenkins if there temporary errors | 07:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Set serial to 100% for nova_compute https://review.openstack.org/498185 | 07:53 |
*** mbuil has joined #openstack-ansible | 07:54 | |
*** drifterza has quit IRC | 07:57 | |
openstackgerrit | Chris Beukers proposed openstack/openstack-ansible-os_nova master: [WIP] adding nova-serialconsole support https://review.openstack.org/479844 | 07:58 |
Adri2000 | hello | 07:58 |
*** chyka has joined #openstack-ansible | 07:59 | |
Adri2000 | is 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 IRC | 08:03 | |
*** thorst_afk has joined #openstack-ansible | 08:05 | |
*** vnogin has joined #openstack-ansible | 08:10 | |
*** thorst_afk has quit IRC | 08:10 | |
*** sxc731 has joined #openstack-ansible | 08:14 | |
*** vnogin has quit IRC | 08:14 | |
*** vnogin has joined #openstack-ansible | 08:31 | |
*** sc68cal has quit IRC | 08:33 | |
*** sc68cal has joined #openstack-ansible | 08:34 | |
*** vnogin has quit IRC | 08:52 | |
*** vnogin has joined #openstack-ansible | 08:55 | |
*** electrofelix has joined #openstack-ansible | 08:55 | |
evrardjp | good morning | 08:55 |
odyssey4me | Adri2000 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 information | 08:59 |
odyssey4me | you'll see that pattern for enabling/disabling the cinder-backup service, for instance | 08:59 |
evrardjp | Adri2000: 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 |
evrardjp | if you have none, then you can guess no. | 09:02 |
evrardjp | if you want to do service per service, then yes odyssey4me's solution is good. | 09:03 |
evrardjp | but when you think about the architecture right now, all are behind a haproxy "reverse proxy" when you think about it. | 09:03 |
Adri2000 | evrardjp: for the enable_proxy_headers_parsing thing | 09:05 |
Adri2000 | I filed https://bugs.launchpad.net/openstack-ansible/+bug/1713663 | 09:05 |
openstack | Launchpad bug 1713663 in openstack-ansible "Set enable_proxy_headers_parsing = True when HAProxy is used" [Undecided,New] | 09:05 |
Adri2000 | but maybe enable_proxy_headers_parsing could be enabled in any case, even if no haproxy is deployed | 09:06 |
Adri2000 | if not, I need to check "are we behind a reverse proxy", and enable it only in this case | 09:06 |
evrardjp | yes I've seen that bug | 09:06 |
*** thorst_afk has joined #openstack-ansible | 09:06 | |
evrardjp | I'd be ok to enable it, it's part of our default architecture | 09:07 |
evrardjp | someone that wants to run differently wouldn't be hurt I guess? | 09:08 |
evrardjp | Because if you still parse, you'd get another result if you aren't behind a proxy? | 09:08 |
evrardjp | else we can change the headers haproxy have. | 09:08 |
Adri2000 | I think if you aren't behind a reverse proxy, there are no "proxy headers", so nothing to parse | 09:08 |
Adri2000 | maybe I should ask oslo people for confirmation | 09:09 |
Adri2000 | but it would make sense that enabling it doesn't hurt in any case | 09:09 |
*** thorst_afk has quit IRC | 09:11 | |
*** qiliang27 has joined #openstack-ansible | 09:23 | |
neith | mgariepy: hello, I have question regarding trystu -> xenial update | 09:23 |
*** liangqi has joined #openstack-ansible | 09:24 | |
neith | mgariepy: 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 infra1 | 09:24 |
neith | or maybe @logan- ? | 09:26 |
*** qiliang27 has quit IRC | 09:26 | |
*** yifei has quit IRC | 09:37 | |
*** vnogin has quit IRC | 09:48 | |
*** udesale has quit IRC | 10:02 | |
*** vnogin has joined #openstack-ansible | 10:08 | |
evrardjp | I am not sure which etherpad, but it should probably be docs in newton branch instead... | 10:14 |
*** jafeha_ has joined #openstack-ansible | 10:14 | |
*** jafeha has quit IRC | 10:14 | |
*** sxc731 has quit IRC | 10:15 | |
*** stuartgr has joined #openstack-ansible | 10:38 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: Correct re-deploy hooks to allow unset variables https://review.openstack.org/498752 | 10:46 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Set serial to 100% for nova_compute https://review.openstack.org/498754 | 10:52 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/pike: Download LXC image with async via aria2 https://review.openstack.org/498755 | 10:55 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/pike: Log aria2c output https://review.openstack.org/498756 | 10:56 |
DimGR | hello 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 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure online migrations can run https://review.openstack.org/498758 | 10:59 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure online migrations can run https://review.openstack.org/498758 | 11:01 |
odyssey4me | DimGR mixed version deployments is not really something that we can properly cater for in the current code base | 11:01 |
odyssey4me | I'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-ansible | 11:02 | |
DimGR | upgrade ocata to pike ? | 11:02 |
odyssey4me | yep, all services | 11:02 |
odyssey4me | except pike is not released yet | 11:02 |
DimGR | i know i have in my plans to upgrade to pike later on | 11:03 |
odyssey4me | that said, a mixed series deployment *might* be possible to make work... but it won't be stable because you have to ditch using constraints | 11:03 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder master: Ensure online migrations can run https://review.openstack.org/498759 | 11:03 |
DimGR | i thought this line magnum_git_install_fragments: "venvwithindex=True&ignorerequirements=True" would make it easier to work but i guess not | 11:05 |
*** thorst_afk has joined #openstack-ansible | 11:07 | |
*** yifei has joined #openstack-ansible | 11:09 | |
*** thorst_afk has quit IRC | 11:12 | |
*** sxc731 has quit IRC | 11:14 | |
*** vnogin has quit IRC | 11:14 | |
*** drifterza has joined #openstack-ansible | 11:23 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Revert "Flag service for restart if the venv changes" https://review.openstack.org/498764 | 11:26 |
*** liangqi has quit IRC | 11:29 | |
*** vnogin has joined #openstack-ansible | 11:30 | |
*** coolkil has quit IRC | 11:31 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/pike: Ensure online migrations can run https://review.openstack.org/498768 | 11:33 |
*** huxinhui_ has quit IRC | 11:33 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/pike: Ensure online migrations can run https://review.openstack.org/498769 | 11:34 |
*** chyka has joined #openstack-ansible | 11:35 | |
*** udesale has joined #openstack-ansible | 11:36 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run https://review.openstack.org/498770 | 11:37 |
*** sxc731 has joined #openstack-ansible | 11:38 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder stable/newton: Ensure online migrations can run https://review.openstack.org/498771 | 11:38 |
*** chyka has quit IRC | 11:39 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/ocata: Ensure online migrations can run https://review.openstack.org/498773 | 11:41 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/newton: Ensure online migrations can run https://review.openstack.org/498774 | 11:41 |
*** chhavi has joined #openstack-ansible | 11:48 | |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_server stable/newton: Updated from OpenStack Ansible Tests https://review.openstack.org/498049 | 11:49 |
neith | i'm upgrading from 14.04 to 16.04, playbooks fails on TASK [os_cinder : Attempt venv download] *************************************** | 11:54 |
neith | fatal: [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 |
neith | Is there anything I should do to force to builds 16.04 venvs? | 11:55 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/newton: Updated from OpenStack Ansible Tests https://review.openstack.org/498047 | 11:55 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create stable/newton: Updated from OpenStack Ansible Tests https://review.openstack.org/497843 | 11:55 |
*** yifei has quit IRC | 11:57 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_build stable/newton: Updated from OpenStack Ansible Tests https://review.openstack.org/498046 | 11:57 |
odyssey4me | neith 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 |
odyssey4me | you might need to include https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L62 as well | 12:02 |
neith | thks | 12:02 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run https://review.openstack.org/498777 | 12:02 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone stable/newton: Ensure online migrations can run https://review.openstack.org/498778 | 12:04 |
evrardjp | mhayden: serious bug to fix: https://review.openstack.org/#/q/topic:bug/1713698 | 12:04 |
evrardjp | andymccr: ^ | 12:04 |
*** a0x3e8 has joined #openstack-ansible | 12:06 | |
*** dave-mccowan has joined #openstack-ansible | 12:06 | |
*** thorst_afk has joined #openstack-ansible | 12:06 | |
a0x3e8 | hello 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 |
a0x3e8 | this 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 |
evrardjp | problem with designate dashboard that wasn't properly cloned a0x3e8 | 12:13 |
evrardjp | cleanup your repo and try again | 12:13 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/ocata: Update paste, policy and rootwrap configurations 2017-08-25 https://review.openstack.org/497778 | 12:14 |
eumel8 | + | 12:14 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run https://review.openstack.org/498770 | 12:14 |
*** ArchiFleKs has joined #openstack-ansible | 12:15 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/newton: Updated from OpenStack Ansible Tests https://review.openstack.org/497857 | 12:15 |
a0x3e8 | evrardjp: thanks buddy. | 12:23 |
evrardjp | a0x3e8: in your repo machine in /var/www/ | 12:24 |
evrardjp | if you need more details :) | 12:24 |
evrardjp | I generally take the bazooka approach. | 12:25 |
a0x3e8 | evrardjp: 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 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [DNM] Check what zuul-cloner is doing https://review.openstack.org/498787 | 12:27 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: [DNM] Check what zuul-cloner is doing https://review.openstack.org/498788 | 12:27 |
evrardjp | a0x3e8: 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 |
a0x3e8 | evrardjp: 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 |
evrardjp | oh yes if you don't update your repos you could. | 12:32 |
a0x3e8 | evrardjp: ok. thanks for the help. you made my day. | 12:33 |
evrardjp | haha | 12:34 |
evrardjp | FYI for the next cycle we have a focus on improving this. | 12:34 |
evrardjp | a0x3e8: there is also a guide for offline installs in our documentation | 12:35 |
a0x3e8 | evrardjp: I would be thankful! git is really a pain sometimes! | 12:35 |
evrardjp | ahah. | 12:35 |
a0x3e8 | I didnt see it. | 12:35 |
a0x3e8 | can you send me the url? | 12:35 |
*** markus_z has quit IRC | 12:36 | |
*** hw_wutianwei has quit IRC | 12:36 | |
neith | I managed to progress, now it fails on : | 12:37 |
a0x3e8 | evrardjp: if the offline document is available now, please send me the url please. | 12:37 |
neith | https://www.irccloud.com/pastebin/Pe8sRl3t/ | 12:37 |
evrardjp | neith: what are you running ? | 12:39 |
*** hw_wutianwei has joined #openstack-ansible | 12:39 | |
evrardjp | are you running multiple architectures? | 12:39 |
*** gkadam_ has quit IRC | 12:39 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run https://review.openstack.org/498777 | 12:39 |
neith | openstack-ansible setup-infrastructure.yml | 12:39 |
evrardjp | or multiple distros? | 12:39 |
neith | 14.04 and 16.04 | 12:39 |
neith | i'm trying to upgrade the control plane | 12:39 |
*** coolkil has joined #openstack-ansible | 12:39 | |
neith | i'm upgrading my first infra host | 12:39 |
evrardjp | neith: which version of newton are you using? | 12:40 |
neith | evrardjp: how do I know that | 12:41 |
neith | I dont remembrer | 12:41 |
*** lucasxu has joined #openstack-ansible | 12:42 | |
evrardjp[m] | ahah. update to a more recent version ;) | 12:42 |
odyssey4me | neith check the value of openstack_release in the group_vars | 12:42 |
odyssey4me | and indicate the last SHA in the log log | 12:42 |
odyssey4me | well, the current SHA | 12:42 |
DimGR | how 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 hosts | 12:43 |
evrardjp[m] | git describe ismaybe better | 12:43 |
neith | evrardjp[m]: 14.2.4 | 12:43 |
neith | thks guys | 12:43 |
odyssey4me | DimGR 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 specs | 12:43 |
evrardjp[m] | there are more recent versions that may have fixed your issue | 12:44 |
*** yifei has joined #openstack-ansible | 12:44 | |
neith | evrardjp: I should checkout a newer tag? | 12:44 |
neith | ok anyone? | 12:44 |
odyssey4me | I 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 problem | 12:44 |
evrardjp[m] | yeah | 12:44 |
neith | the latest? | 12:44 |
odyssey4me | neith 14.2.8 versuse 14.2.4 should contain some fixes to resolve repo build issues | 12:45 |
neith | alright | 12:45 |
odyssey4me | neith hang a sec - just trying to find the right things to reference | 12:46 |
odyssey4me | this went in, but it looks like it wasn't in the last release | 12:46 |
odyssey4me | oh, it's in 14.2.7 and 14.2.8 | 12:46 |
neith | odyssey4me: i'll go with 14.2.8 then | 12:47 |
neith | thks again | 12:48 |
neith | I'd love to work for OSA more ;) | 12:48 |
a0x3e8 | DimGR: I had the "no host available" because neutron settings had an issue. | 12:50 |
DimGR | tell me more | 12:50 |
*** woodard has quit IRC | 12:50 | |
*** woodard has joined #openstack-ansible | 12:50 | |
*** yifei has quit IRC | 12:52 | |
*** yifei has joined #openstack-ansible | 12:53 | |
openstackgerrit | Chris Beukers proposed openstack/openstack-ansible-lxc_hosts master: Sync apt preferences during lxc host configuration https://review.openstack.org/498802 | 12:53 |
a0x3e8 | DimGR: 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 |
a0x3e8 | DimGR: it is only if like my setup, your network and storage nodes are fine. | 12:55 |
*** ArchiFleKs has quit IRC | 12:56 | |
*** fxpester has quit IRC | 12:58 | |
*** ArchiFleKs has joined #openstack-ansible | 12:58 | |
*** ArchiFleKs has quit IRC | 13:00 | |
*** drifterza has quit IRC | 13:02 | |
*** ArchiFleKs has joined #openstack-ansible | 13:02 | |
*** esberglu has joined #openstack-ansible | 13:02 | |
*** esberglu has quit IRC | 13:02 | |
*** esberglu has joined #openstack-ansible | 13:03 | |
mhayden | morning folks | 13:05 |
mhayden | evrardjp[m]: oh no, what did i break now? | 13:05 |
eumel8 | morning | 13:05 |
*** bhujay has joined #openstack-ansible | 13:08 | |
evrardjp[m] | you didn't mhayden ;) | 13:08 |
evrardjp[m] | breaking is the fastest interface for learning anyway... | 13:09 |
DimGR | whats the correct syntax to restart nova-conductor in all hosts using openstack-ansible please | 13:11 |
evrardjp | a0x3e8: https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-limited-connectivity.html | 13:19 |
*** dave-mccowan has quit IRC | 13:19 | |
*** drifterza has joined #openstack-ansible | 13:20 | |
bhujay | ansible nova_conductor -m service -a "name=nova-conductor state=restarted" | 13:21 |
bhujay | hope that serves your purpose DimGR | 13:22 |
DimGR | thanks bhujay | 13:22 |
*** drifterza has quit IRC | 13:28 | |
*** udesale has quit IRC | 13:30 | |
*** mrcc has joined #openstack-ansible | 13:30 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed https://review.openstack.org/498659 | 13:31 |
*** gouthamr has joined #openstack-ansible | 13:33 | |
*** yifei has quit IRC | 13:35 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Ensure online migrations can run https://review.openstack.org/498759 | 13:40 |
*** dave-mccowan has joined #openstack-ansible | 13:41 | |
*** yifei has joined #openstack-ansible | 13:44 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/ocata: Updated from OpenStack Ansible Tests https://review.openstack.org/497889 | 13:46 |
*** jafeha_ has quit IRC | 13:51 | |
*** mpranjic has quit IRC | 13:54 | |
*** yifei has quit IRC | 13:54 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed https://review.openstack.org/498659 | 13:54 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Ensure online migrations can run https://review.openstack.org/498758 | 13:58 |
*** dxiri has joined #openstack-ansible | 14:03 | |
*** marst has joined #openstack-ansible | 14:03 | |
*** coolkil has quit IRC | 14:03 | |
*** japestinho has joined #openstack-ansible | 14:04 | |
cloudnull | mornings | 14:08 |
*** jafeha has joined #openstack-ansible | 14:08 | |
eumel8 | morning | 14:08 |
neith | hello | 14:13 |
*** hw_wutianwei has quit IRC | 14:14 | |
*** hw_wutianwei has joined #openstack-ansible | 14:15 | |
*** marst has quit IRC | 14:16 | |
mhayden | cloudnull: do you have a second to give me a quick gander on https://review.openstack.org/#/c/497975/ ? | 14:20 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: allow libmariadbclient-dev to be installed https://review.openstack.org/498659 | 14:21 |
* cloudnull gandering now | 14:21 | |
openstackgerrit | Merged openstack/openstack-ansible-ops stable/pike: delete the leap tools https://review.openstack.org/498601 | 14:22 |
openstackgerrit | Merged openstack/openstack-ansible-ops stable/ocata: delete the leap tools https://review.openstack.org/498602 | 14:22 |
*** marst has joined #openstack-ansible | 14:23 | |
mhayden | cloudnull: thanks sir! :) | 14:23 |
*** marst_ has joined #openstack-ansible | 14:23 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_keystone stable/ocata: Add extra headers for Keystone https://review.openstack.org/495331 | 14:25 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_keystone stable/ocata: Remove Developer Tools package group https://review.openstack.org/496273 | 14:25 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/pike: Simplify the string check for offline db migrations https://review.openstack.org/495349 | 14:26 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-tests master: [TEST] Test dnf in host/containers https://review.openstack.org/495371 | 14:27 |
*** vikrant has joined #openstack-ansible | 14:27 | |
*** marst has quit IRC | 14:27 | |
cloudnull | if 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 |
cloudnull | also https://review.openstack.org/#/c/497721/ | 14:28 |
cloudnull | our lxc start order is wrong | 14:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/newton: Ensure online migrations can run https://review.openstack.org/498771 | 14:29 |
mhayden | cloudnull: looking over that again | 14:29 |
mhayden | cloudnull: that python within bash was making me a little cross-eyed :P but i get your point | 14:30 |
cloudnull | here docs :) | 14:31 |
*** weezS has joined #openstack-ansible | 14:31 | |
* cloudnull is a fan of heredoc'ing things | 14:31 | |
evrardjp | dear 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, JR | 14:31 |
evrardjp | obinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen: | 14:31 |
evrardjp | the osa bug triage will start in 1h30’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage | 14:31 |
evrardjp | Thank you | 14:31 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Correct re-deploy hooks to allow unset variables https://review.openstack.org/498752 | 14:32 |
evrardjp | cloudnull: 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 |
cloudnull | the ordering has been done to address the systems that run on hosts so apt lock issues should not be an issue | 14:34 |
cloudnull | what about ansible inconsistency ? | 14:34 |
spotz | cloudnull: I'm afrain to ask... heredocs?:) | 14:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/ocata: Updated from OpenStack Ansible Tests https://review.openstack.org/497897 | 14:35 |
cloudnull | spotz: http://www.serverwatch.com/columns/article.php/3860446/Shell-Scripts-and-Here-Documents.htm | 14:35 |
evrardjp | cloudnull: playbook includes should not be passed variables or conditionals | 14:35 |
cloudnull | why? | 14:36 |
cloudnull | is that something that ansible is saying now ? | 14:36 |
cloudnull | if that's the case most of our playbooks are in trouble | 14:37 |
evrardjp | not most... | 14:37 |
evrardjp | maybe I misread | 14:38 |
cloudnull | every os-* | 14:38 |
*** mpranjic has joined #openstack-ansible | 14:38 | |
evrardjp | but I think that https://github.com/openstack/openstack-ansible/tree/master/playbooks/common-playbooks could become problematic indeed | 14:38 |
cloudnull | especially if we go the JIT route | 14:38 |
evrardjp | I don't see why os-* are wrong | 14:39 |
cloudnull | https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-keystone-install.yml#L16-L20 | 14:39 |
evrardjp | oh you mean because they are including the ? | 14:39 |
cloudnull | they all have something like this | 14:39 |
evrardjp | oh yeah | 14:40 |
evrardjp | yeah | 14:40 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/newton: Ensure online migrations can run https://review.openstack.org/498774 | 14:40 |
evrardjp | I'll double check | 14:40 |
openstackgerrit | Merged openstack/ansible-hardening master: Fedora 26 support https://review.openstack.org/497975 | 14:41 |
*** mrcc has quit IRC | 14:42 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/ocata: Ensure online migrations can run https://review.openstack.org/498773 | 14:42 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server stable/pike: Remove duplicate package pinning variable https://review.openstack.org/498160 | 14:44 |
evrardjp | cloudnull: double checked, your variables, being unlinked to inventory source, should work. | 14:46 |
cloudnull | cool | 14:47 |
*** Donckers has joined #openstack-ansible | 14:49 | |
mhayden | cloudnull: left you some notes | 14:52 |
mhayden | i'm all in for the reordering (new order seems more efficient) | 14:52 |
*** eumel8 has quit IRC | 14:53 | |
*** weezS has quit IRC | 14:53 | |
*** sxc731 has quit IRC | 14:55 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/ocata: Ensure online migrations can run https://review.openstack.org/498777 | 14:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/newton: Ensure online migrations can run https://review.openstack.org/498778 | 14:56 |
*** vnogin has quit IRC | 15:03 | |
cloudnull | ++ I'll break out the re-ordering | 15:12 |
mhayden | yeah i'm 100% sold on the reordering... the python/bash mixture worries me only from a readability/maintainability standpoint | 15:12 |
mhayden | but the code does work based on my tests in a VM | 15:12 |
*** Oku_OS is now known as Oku_OS-away | 15:13 | |
evrardjp | Adri2000: hey | 15:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/ocata: Ensure online migrations can run https://review.openstack.org/498770 | 15:18 |
*** sxc731 has joined #openstack-ansible | 15:18 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reorder playbooks for better efficiency https://review.openstack.org/498841 | 15:19 |
cloudnull | mhayden: ^ | 15:19 |
*** weezS has joined #openstack-ansible | 15:28 | |
*** marc_ab has joined #openstack-ansible | 15:33 | |
*** chyka has joined #openstack-ansible | 15:35 | |
*** marc_ab has quit IRC | 15:39 | |
openstackgerrit | Merged openstack/ansible-hardening master: Updated from global requirements https://review.openstack.org/495173 | 15:40 |
*** andreas_s has quit IRC | 15:43 | |
*** vnogin has joined #openstack-ansible | 15:44 | |
openstackgerrit | Major Hayden proposed openstack/ansible-hardening stable/pike: Fedora 26 support https://review.openstack.org/498846 | 15:45 |
*** drifterza has joined #openstack-ansible | 15:46 | |
openstackgerrit | Major Hayden proposed openstack/ansible-hardening master: Add release note for F26 support https://review.openstack.org/498847 | 15:47 |
*** vnogin has quit IRC | 15:49 | |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Remove global pin for ldappool https://review.openstack.org/498556 | 15:52 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Remove global pin for ldappool https://review.openstack.org/479913 | 15:52 |
*** marc_ab has joined #openstack-ansible | 15:56 | |
evrardjp | guys | 16:01 |
evrardjp | it's that time of the day | 16:01 |
evrardjp | Bug 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, darre | 16:01 |
evrardjp | nc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen | 16:01 |
evrardjp | Here is our bug list for today https://etherpad.openstack.org/p/osa-bugtriage | 16:01 |
evrardjp | #startmeeting openstack_ansible_meeting | 16:01 |
*** thorst_afk has quit IRC | 16:01 | |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
cloudnull | woot! | 16:01 |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:01 |
evrardjp | #topic rollcall | 16:01 |
spotz | \o/ | 16:01 |
cloudnull | presente | 16:01 |
cloudnull | :P | 16:01 |
evrardjp | wow, I didn't know you were a transgender (in french) | 16:02 |
evrardjp | anyway... | 16:02 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-tests master: [TEST] Test dnf in host/containers https://review.openstack.org/495371 | 16:03 |
evrardjp | #topic this week's bugs | 16:03 |
evrardjp | 20 of them! | 16:03 |
evrardjp | let's go go go | 16:03 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1713663 | 16:03 |
openstack | Launchpad bug 1713663 in openstack-ansible "Set enable_proxy_headers_parsing = True when HAProxy is used" [Undecided,New] | 16:03 |
evrardjp | Adri2000: submitted that bug | 16:04 |
evrardjp | it sounds legit, and I agree that this should be something in oslo if possible | 16:04 |
evrardjp | however that bug in oslo is from 2016... | 16:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron stable/ocata: Correct the "dns_domain" option by default https://review.openstack.org/495896 | 16:04 |
evrardjp | should we implement a workaround? | 16:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron stable/ocata: Simplify the string check for offline db migrations https://review.openstack.org/494614 | 16:04 |
andymccr | hmm | 16:04 |
*** thorst_afk has joined #openstack-ansible | 16:05 | |
mhayden | wow, centos tempest tests take 25 minutes, only 7 for ubuntu | 16:06 |
mhayden | i wonder if somethin' broke in there | 16:06 |
andymccr | im not too sure what the best approach is there. | 16:06 |
evrardjp | mhayden: please, it's bug triage :p | 16:07 |
evrardjp | andymccr: yes it's a nice bug. | 16:07 |
* mhayden ducks | 16:07 | |
evrardjp | Adri2000: do you have time to change that upstream in oslo? | 16:07 |
andymccr | it makes sense with haproxy - but then i dont think we should check. | 16:07 |
evrardjp | so you mean we should override it in all cases? | 16:08 |
evrardjp | and let the deployer have an override to not do it, in some cases? | 16:08 |
andymccr | im not sure - it makes sense with haproxy enabled, but i dnt think we should have an "haproxy_enabled" check or anything | 16:08 |
andymccr | maybe we could check if the public endpoint is https? | 16:08 |
andymccr | not sure if that makes sense though either] | 16:08 |
evrardjp | well it could work in this case | 16:09 |
evrardjp | but it's not necessary that this will be the solutions, it's just fixing in one case | 16:09 |
andymccr | well 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 role | 16:09 |
odyssey4me | I thought we already had a var for this? | 16:09 |
evrardjp | for oslo? | 16:10 |
* odyssey4me is hunting | 16:10 | |
evrardjp | yeah, but you could have the same kind of headers to parse if not http | 16:10 |
evrardjp | if http | 16:10 |
odyssey4me | openstack_external_ssl | 16:10 |
odyssey4me | which then gets used in group vars for each role which has it: nova_external_ssl | 16:11 |
evrardjp | I don't know what oslo parses to be honest | 16:11 |
*** jvidal has quit IRC | 16:11 | |
odyssey4me | https://github.com/openstack/openstack-ansible-os_nova/blob/d2841072ef899de80b30a34d724aea3998ea9e1b/templates/nova.conf.j2#L287-L289 | 16:11 |
andymccr | so under what examples do we not want to pass headers? | 16:11 |
odyssey4me | ok, it seems that's a different var? | 16:12 |
andymccr | yeah | 16:12 |
odyssey4me | anyway, 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 it | 16:12 |
evrardjp | for me, like Adri2000 said, if we set these headers, it's for something. | 16:12 |
odyssey4me | which can be overridden | 16:12 |
odyssey4me | it's a way of doing a 'sensible default' | 16:13 |
odyssey4me | like this: https://github.com/openstack/openstack-ansible/blob/master/group_vars/cinder_all.yml#L50 | 16:13 |
evrardjp | https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/http_proxy_to_wsgi.py#L56-L76 | 16:13 |
evrardjp | I think for the triage of this bug, we should ack it | 16:14 |
evrardjp | how we fix it, is up to the committer indeed. | 16:14 |
evrardjp | I think an oslo change would be advisable, but apparently I am the only one to think that :p | 16:14 |
evrardjp | confirmed and high? | 16:15 |
evrardjp | or medium, because it "only" impacts designate? | 16:15 |
odyssey4me | well, there is a workaround - just use the config override | 16:15 |
evrardjp | it's workaroundable by setting a conf override | 16:16 |
evrardjp | ahaha | 16:16 |
odyssey4me | easy enough to implement | 16:16 |
evrardjp | yeah | 16:16 |
odyssey4me | so yeah, medium | 16:16 |
evrardjp | ok next | 16:16 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1712889 | 16:17 |
openstack | Launchpad bug 1712889 in openstack-ansible "lbaasv2 ports not updated on liberty to mikata upgrade" [Undecided,New] | 16:17 |
evrardjp | won't fix, too old? | 16:17 |
evrardjp | next | 16:18 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1712741 | 16:18 |
openstack | Launchpad 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 |
evrardjp | in process so I'll mark it in progress. | 16:19 |
evrardjp | assign to markos | 16:19 |
evrardjp | nobody said no, so I move on | 16:19 |
evrardjp | #next https://bugs.launchpad.net/openstack-ansible/+bug/1712619 | 16:19 |
openstack | Launchpad bug 1712619 in openstack-ansible "neutron plugins : - dns in user_variables causes neutron to stop working" [Undecided,New] | 16:19 |
evrardjp | DimGR: are you there? | 16:20 |
DimGR | yes | 16:20 |
evrardjp | It's your bug, is that an instruction problem? | 16:20 |
evrardjp | I am not sure right there | 16:20 |
evrardjp | because of https://github.com/openstack/openstack-ansible-os_neutron/blob/master/defaults/main.yml#L252 ? | 16:21 |
DimGR | the 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 fine | 16:22 |
evrardjp | is that due to the docs? | 16:23 |
DimGR | i dont think this is a doc error , i think its a neutron bug ? | 16:24 |
DimGR | or should there be a warning saying - dns plugin is not for ocata 15.1.0 ? | 16:25 |
evrardjp | Adri2000: are you there? | 16:25 |
evrardjp | you tested designate, so I guess you tested this | 16:25 |
DimGR | cloudnull can also confirm this evrardjp we were looking at this together | 16:25 |
jmccrory | are neutron services not starting? are there traceback messages or errors in logs that you could add to the bug report? | 16:26 |
evrardjp | oh so, stable ocata is fine? | 16:27 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_tempest master: [TEST] Gate check https://review.openstack.org/498859 | 16:27 |
*** thorst_a_ has joined #openstack-ansible | 16:28 | |
evrardjp | ok let's move on | 16:28 |
DimGR | i will now jmccrory | 16:29 |
evrardjp | if stable/ocata is fine | 16:29 |
DimGR | stable ocata is fine evrardjp | 16:29 |
evrardjp | ok then it's a temp bug, so let's forget it | 16:29 |
DimGR | should i paste some log errors or not | 16:29 |
DimGR | ok | 16:29 |
evrardjp | nah if it's fixed already it's fine :) | 16:29 |
evrardjp | next | 16:30 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711376 | 16:30 |
openstack | Launchpad bug 1711376 in openstack-ansible "intermittent AIO error: Timeout (7s) waiting for privilege escalation prompt" [Undecided,New] | 16:30 |
evrardjp | I will wait for Markos update, to know if that should fix it | 16:31 |
evrardjp | ok everyone? | 16:31 |
evrardjp | next | 16:31 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711347 | 16:31 |
openstack | Launchpad bug 1711347 in openstack-ansible "Config file override mechanism broken" [Undecided,New] | 16:31 |
*** thorst_afk has quit IRC | 16:32 | |
evrardjp | we discussed this last week | 16:32 |
evrardjp | http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-22-16.03.log.html#l-198 | 16:32 |
*** sxc731 has quit IRC | 16:33 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-ops master: [WIP] Use separate interfaces for lb traffic https://review.openstack.org/498862 | 16:33 |
evrardjp | andymccr: what's your decision about that? | 16:33 |
evrardjp | Should we revert python3, ripping it out? | 16:33 |
andymccr | hmm yeah we spoke about that i think it might be best | 16:34 |
andymccr | all we have right now is some bootstrap shenanigans | 16:34 |
andymccr | and if its causing issues then we should bail | 16:34 |
evrardjp | it reduces the importance of the bug | 16:34 |
*** drifterza has quit IRC | 16:34 | |
evrardjp | ok | 16:34 |
andymccr | but im not too sure why thats actually happening aside from "its related to py3 in some way" | 16:34 |
evrardjp | it makes sense to me to revert to python2 only, introduce tests for python3 in our plugins repo | 16:35 |
andymccr | agreed | 16:35 |
evrardjp | then going a little further with that later | 16:35 |
evrardjp | ok | 16:35 |
evrardjp | andymccr: would you be ok at doing the revert? | 16:36 |
andymccr | evrardjp: i will look into reverting that sure | 16:36 |
evrardjp | ok | 16:36 |
evrardjp | I will evaluate the tests for the plugins repo then | 16:36 |
evrardjp | we can mark that into wishlist then | 16:36 |
evrardjp | ok? | 16:36 |
andymccr | ok cool | 16:37 |
evrardjp | I'll mark in the bug that python3 is on our wishlist | 16:37 |
*** gkadam_ has joined #openstack-ansible | 16:37 | |
odyssey4me | if we change this, and only this, it should do the trick? https://github.com/openstack/openstack-ansible/blob/master/scripts/bootstrap-ansible.sh#L102 | 16:38 |
andymccr | jamesdenton: if we put a patch in re https://bugs.launchpad.net/openstack-ansible/+bug/1711347 - would you be able to test? | 16:38 |
openstack | Launchpad bug 1711347 in openstack-ansible "Config file override mechanism broken" [Undecided,New] | 16:38 |
andymccr | and confirm | 16:38 |
evrardjp | that would be great. | 16:39 |
*** nomatics has joined #openstack-ansible | 16:39 | |
evrardjp | ok let's continue then | 16:40 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711341 | 16:40 |
openstack | Launchpad bug 1711341 in openstack-ansible "Client Error: Not Found for url" [Undecided,New] | 16:40 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible stable/pike: Remove python3 usage in bootstrap-ansible.sh https://review.openstack.org/498863 | 16:41 |
nomatics | I 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 |
nomatics | My storage settings in openstack_user_config are under storage-infra_hosts | 16:42 |
evrardjp | I'll mark this as incomplete | 16:42 |
evrardjp | If we can't reproduce and the bug disappeared | 16:42 |
andymccr | ok ive not seent hat personally | 16:43 |
nomatics | Do i need to change it in /opt/openstack_deploy/playbooks/inventory/env.d/cinder.yml as well? | 16:43 |
odyssey4me | nomatics no | 16:43 |
evrardjp | ok let's move on | 16:44 |
odyssey4me | nomatics we're busy with bug triage right now, please wait until afterwards | 16:44 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711335 | 16:44 |
openstack | Launchpad bug 1711335 in openstack-ansible "Playbook fails to create required directory" [Undecided,New] | 16:44 |
nomatics | thanks, i'll check back | 16:44 |
evrardjp | confirmed, low and low-hanging-fruit | 16:47 |
evrardjp | ok? | 16:47 |
*** kysse has quit IRC | 16:47 | |
*** pcaruana has quit IRC | 16:48 | |
*** kysse has joined #openstack-ansible | 16:49 | |
evrardjp | next | 16:49 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711309 | 16:49 |
openstack | Launchpad bug 1711309 in openstack-ansible "Add documentation for rolling upgrades" [Undecided,New] | 16:49 |
evrardjp | docs! | 16:49 |
evrardjp | odyssey4me: again? | 16:49 |
*** weezS has quit IRC | 16:50 | |
*** dave-mccowan has quit IRC | 16:50 | |
evrardjp | that would be great if we discuss that a working session during ptg? | 16:50 |
evrardjp | because it seems interesting to express what we did, but also improve our documentation coverage | 16:50 |
evrardjp | in the meantime, I'd like to confirm, and set to medium or high | 16:51 |
*** thorst_a_ has quit IRC | 16:51 | |
evrardjp | what do you think andymccr? | 16:51 |
*** thorst_afk has joined #openstack-ansible | 16:52 | |
*** sxc731 has joined #openstack-ansible | 16:52 | |
andymccr | yeah it would be good to get docs on that if somebody has the time | 16:52 |
evrardjp | spotz: ? | 16:53 |
andymccr | we have done quite some work on that, so its worthwhile | 16:53 |
evrardjp | agreed. | 16:53 |
evrardjp | What about doing that at the PTG? | 16:53 |
spotz | evrardjp: Just put notes in I'll work on it around the dog show this weekend | 16:53 |
evrardjp | as a part of a retrospective session? | 16:53 |
evrardjp | haha ok | 16:53 |
evrardjp | why not, but it's maybe more than a few notes in odyssey4me's brain | 16:54 |
spotz | heheh | 16:54 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: migrate_openstack_vars.py: Correct folder name https://review.openstack.org/498871 | 16:54 |
evrardjp | odyssey4me: 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 IRC | 16:56 | |
spotz | hehe | 16:56 |
evrardjp | (the former may be more efficient) | 16:56 |
odyssey4me | maybe I should push up a first draft, then let spotz make it pretty | 16:56 |
evrardjp | that would work too. | 16:56 |
spotz | that'll work | 16:56 |
evrardjp | I'll assign it to you then | 16:56 |
odyssey4me | I 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 |
odyssey4me | so yeah, assign to me | 16:56 |
odyssey4me | thanks spotz :) | 16:57 |
evrardjp | last one for today I guess: | 16:57 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1711108 | 16:57 |
openstack | Launchpad bug 1711108 in openstack-ansible "Ocata designate service role documentation 404" [Undecided,New] | 16:57 |
*** electrofelix has quit IRC | 16:57 | |
evrardjp | spotz: ? | 16:57 |
andymccr | hmm | 16:57 |
odyssey4me | hm, no patches to designate role for ocata... so it hasn't been republished after the move | 16:58 |
evrardjp | could you have a look at the docs wiring there? | 16:58 |
odyssey4me | if we merge *any* patches to the roles it should republish | 16:58 |
andymccr | that applies to all roles | 16:58 |
spotz | evrardjp: Yeah | 16:58 |
andymccr | im not sure that is the correct link | 16:58 |
odyssey4me | oh hang on | 16:58 |
odyssey4me | https://docs.openstack.org/openstack-ansible-os_designate/ocata/ | 16:58 |
*** zcourts_ has joined #openstack-ansible | 16:59 | |
odyssey4me | this is actually a redirect bug | 16:59 |
evrardjp | docs redirect bug indeed | 16:59 |
odyssey4me | for the manuals repo | 16:59 |
evrardjp | ok let's wrap up for today | 17:01 |
evrardjp | thanks everyone! | 17:01 |
evrardjp | #endmeeting | 17:01 |
openstack | Meeting ended Tue Aug 29 17:01:14 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.html | 17:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.txt | 17:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-08-29-16.01.log.html | 17:01 |
*** zcourts has quit IRC | 17:03 | |
*** thorst_afk has joined #openstack-ansible | 17:04 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Update documentation redirects https://review.openstack.org/498880 | 17:15 |
*** gkadam_ has quit IRC | 17:15 | |
*** sxc731 has quit IRC | 17:16 | |
*** mbuil has quit IRC | 17:22 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Enable verbose logging when fetching roles via git-clone https://review.openstack.org/498788 | 17:33 |
odyssey4me | andymccr ^ we'll need that merged in order to diagnose what's going on with periodics | 17:33 |
andymccr | lets get it in! | 17:34 |
*** Alex__ has quit IRC | 17:38 | |
*** jwitko has joined #openstack-ansible | 17:42 | |
*** jwitko has quit IRC | 17:44 | |
*** vikrant has quit IRC | 17:50 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks https://review.openstack.org/498891 | 17:50 |
DimGR | is there a release time frame for Pike? | 17:51 |
odyssey4me | DimGR around two weeks after the upstream projects release | 17:51 |
odyssey4me | https://releases.openstack.org/pike/schedule.html#p-release | 17:51 |
*** stuartgr has quit IRC | 17:56 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play https://review.openstack.org/498894 | 17:59 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play https://review.openstack.org/498894 | 18:00 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks https://review.openstack.org/498891 | 18:00 |
*** lucasxu has quit IRC | 18:01 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/pike: Ensure online migrations can run https://review.openstack.org/498768 | 18:04 |
*** galstrom_zzz is now known as galstrom | 18:04 | |
*** poopcat has joined #openstack-ansible | 18:04 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks https://review.openstack.org/498891 | 18:05 |
*** jwitko has joined #openstack-ansible | 18:05 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play https://review.openstack.org/498894 | 18:06 |
*** poopcat has quit IRC | 18:10 | |
*** poopcat has joined #openstack-ansible | 18:10 | |
odyssey4me | I'm out for the night - cheers all! | 18:10 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/pike: Download LXC image with async via aria2 https://review.openstack.org/498755 | 18:15 |
*** sxc731 has joined #openstack-ansible | 18:18 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/pike: Log aria2c output https://review.openstack.org/498756 | 18:20 |
*** chhavi has quit IRC | 18:23 | |
*** perniciouscaffei has quit IRC | 18:31 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-ops master: Use separate interfaces for lb traffic https://review.openstack.org/498862 | 18:42 |
*** bauruine has quit IRC | 18:44 | |
*** galstrom is now known as galstrom_zzz | 18:45 | |
*** bauruine has joined #openstack-ansible | 18:49 | |
mattt | cloudnull: are you actively using the mnaio ? | 18:50 |
*** weezS has joined #openstack-ansible | 18:54 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-ops master: Bump compute RAM to 8192MB https://review.openstack.org/498917 | 19:05 |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-ops master: Bump compute RAM to 8192MB https://review.openstack.org/498917 | 19:06 |
*** rstarmer has joined #openstack-ansible | 19:08 | |
jamesdenton | hey andymccr - yes, I can test a patch | 19:12 |
jamesdenton | andymccr i will spin up a new environment and get back to you | 19:13 |
spotz | thanks jamesdenton | 19:14 |
*** perniciouscaffei has joined #openstack-ansible | 19:21 | |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Set serial to 100% for nova_compute https://review.openstack.org/498754 | 19:30 |
openstackgerrit | Merged openstack/openstack-ansible master: Fix to use "." to source script files https://review.openstack.org/498548 | 19:30 |
*** dave-mccowan has joined #openstack-ansible | 19:35 | |
*** chyka has quit IRC | 19:38 | |
*** galstrom_zzz is now known as galstrom | 19:41 | |
*** rstarmer has quit IRC | 19:42 | |
*** sxc731 has quit IRC | 19:43 | |
openstackgerrit | weezer su proposed openstack/openstack-ansible-ops master: Use separate interfaces for lb traffic https://review.openstack.org/498862 | 19:46 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Run gate playbooks in parallel https://review.openstack.org/497742 | 19:49 |
*** jafeha has quit IRC | 19:50 | |
*** rstarmer has joined #openstack-ansible | 19:53 | |
*** japestinho has quit IRC | 19:54 | |
cloudnull | mhayden: ^ | 19:58 |
cloudnull | all broken out | 19:58 |
mhayden | ORLY | 19:58 |
cloudnull | evrardjp: no more vars | 19:58 |
cloudnull | so everyone should technically be happy in terms of layout :) | 19:59 |
cloudnull | now we can just argue if it's a good thing to do or not | 19:59 |
*** perniciouscaffei has quit IRC | 20:17 | |
*** zcourts_ has quit IRC | 20:19 | |
*** zcourts has joined #openstack-ansible | 20:19 | |
*** chyka has joined #openstack-ansible | 20:21 | |
*** zcourts has quit IRC | 20:23 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Optimize CentOS Erlang installation https://review.openstack.org/496376 | 20:50 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Upgrade to RabbitMQ 3.6.11 https://review.openstack.org/496801 | 20:50 |
tasker | https://bugs.launchpad.net/openstack-ansible/+bug/1699191 | 21:01 |
openstack | Launchpad bug 1699191 in openstack-ansible "Keystone role fails if backend admin or internal uri protocol differs from frontend" [Medium,Confirmed] | 21:01 |
tasker | I 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 |
tasker | I set _all_ of the endpoints to use https. | 21:02 |
tasker | ignore me. I probably just have to redploy my whole cluster tonight. | 21:03 |
*** gouthamr has quit IRC | 21:05 | |
*** zcourts has joined #openstack-ansible | 21:11 | |
tasker | nope! recovered by editing the keystone.endpoint table and removing the nasty, nasty 's' from the string. | 21:13 |
*** galstrom is now known as galstrom_zzz | 21:20 | |
*** rstarmer has quit IRC | 21:20 | |
*** rstarmer has joined #openstack-ansible | 21:21 | |
*** rstarmer has quit IRC | 21:21 | |
*** rstarmer has joined #openstack-ansible | 21:21 | |
*** rstarmer has quit IRC | 21:22 | |
*** rstarmer has joined #openstack-ansible | 21:22 | |
*** thorst_afk has quit IRC | 21:22 | |
*** rstarmer has quit IRC | 21:23 | |
*** thorst_afk has joined #openstack-ansible | 21:23 | |
*** rstarmer has joined #openstack-ansible | 21:24 | |
*** rstarmer has quit IRC | 21:24 | |
*** rstarmer has joined #openstack-ansible | 21:25 | |
*** rstarmer has quit IRC | 21:25 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/newton: Remove online_data_migrations-related tasks https://review.openstack.org/498891 | 21:26 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Install specific version of Erlang from ESL https://review.openstack.org/498951 | 21:26 |
*** thorst_afk has quit IRC | 21:27 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/pike: Update vars and test tooling for Pike https://review.openstack.org/496657 | 21:29 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Pin erlang packages to version 19.3 https://review.openstack.org/498952 | 21:30 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Optimize CentOS Erlang installation https://review.openstack.org/496376 | 21:33 |
tasker | I 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 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Upgrade to RabbitMQ 3.6.11 https://review.openstack.org/496801 | 21:33 |
tasker | has 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 |
tasker | may as well remove them. | 21:34 |
tasker | I keep getting SSL errors. | 21:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/pike: Ensure online migrations can run https://review.openstack.org/498769 | 21:38 |
*** esberglu has quit IRC | 21:43 | |
*** esberglu has joined #openstack-ansible | 21:44 | |
tasker | but poking the endpoint URL directly works just fine. so, haproxy.. | 21:46 |
tasker | please, just one error that doesn't have something to do with haproxy. | 21:47 |
*** esberglu has quit IRC | 21:48 | |
*** thorst_afk has joined #openstack-ansible | 21:49 | |
*** Donckers has quit IRC | 21:49 | |
*** Donckers has joined #openstack-ansible | 21:49 | |
*** Donckers has quit IRC | 21:50 | |
*** thorst_afk has quit IRC | 21:53 | |
tasker | SSL makes my life so damned difficult. | 21:54 |
*** esberglu has joined #openstack-ansible | 21:57 | |
*** marst has joined #openstack-ansible | 21:58 | |
*** marst_ has quit IRC | 22:01 | |
*** esberglu has quit IRC | 22:01 | |
*** esberglu has joined #openstack-ansible | 22:07 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Run gate playbooks in parallel https://review.openstack.org/497742 | 22:08 |
*** lbragstad has quit IRC | 22:20 | |
*** esberglu has quit IRC | 22:27 | |
*** esberglu has joined #openstack-ansible | 22:27 | |
*** esberglu_ has joined #openstack-ansible | 22:28 | |
*** esberglu has quit IRC | 22:31 | |
*** esberglu_ has quit IRC | 22:35 | |
nomatics | I 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 |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Remove cinder online_data_migrations-related play https://review.openstack.org/498894 | 22:37 |
*** gouthamr has joined #openstack-ansible | 22:38 | |
cloudnull | if folks have a moment to help me pull these through it'd be greatly appreciated. https://review.openstack.org/#/c/498952/ | 22:44 |
cloudnull | https://review.openstack.org/#/c/498951/1 | 22:45 |
*** dxiri_ has joined #openstack-ansible | 22:45 | |
cloudnull | nomatics: which repo is blocked by priority ? | 22:45 |
*** dxiri has quit IRC | 22:45 | |
nomatics | MariaDB | 22:46 |
nomatics | Happens during galera install yum packages | 22:46 |
cloudnull | is there a pin or something thats being inherited from the host ? | 22:48 |
cloudnull | nomatics: is that block being seen in your other containers ? | 22:52 |
nomatics | No, it's a fresh install of centos7 with minimum done to get ansible-openstack usable | 22:52 |
nomatics | No, it runs in the containers | 22:52 |
cloudnull | there's nothing cinder specific that I know of that would cause that issue | 22:52 |
cloudnull | mhayden: ^ | 22:52 |
nomatics | Should I just change the priority or is there more than likely something wrong with my config? | 22:53 |
nomatics | The docs say I shouldnt' need anything on the hosts for storage w/ ceph, and I can use the storage-infra_hosts | 22:54 |
nomatics | However all the examples do have ceph under storage_hosts :/ | 22:54 |
*** chyka has quit IRC | 22:58 | |
*** chyka has joined #openstack-ansible | 22:59 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update documentation redirects https://review.openstack.org/498880 | 23:04 |
*** ianychoi has quit IRC | 23:17 | |
*** ianychoi has joined #openstack-ansible | 23:17 | |
*** marst has quit IRC | 23:24 | |
openstackgerrit | Matthew Thode proposed openstack/openstack-ansible-ops master: Fix venv build in when mariadb is installed https://review.openstack.org/498987 | 23:47 |
*** rstarmer has joined #openstack-ansible | 23:47 | |
*** weezS has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!