*** rodolof has quit IRC | 00:07 | |
*** hwoarang has quit IRC | 00:17 | |
*** hwoarang has joined #openstack-ansible | 00:19 | |
*** cshen has quit IRC | 00:35 | |
*** dave-mccowan has joined #openstack-ansible | 00:58 | |
*** markvoelker has quit IRC | 01:21 | |
*** markvoelker has joined #openstack-ansible | 01:22 | |
openstackgerrit | Kaio Kassiano Moura Oliveira proposed openstack/openstack-ansible stable/queens: Docs: Fix VLAN bridge interface in example setup https://review.openstack.org/623969 | 01:23 |
---|---|---|
*** markvoelker has quit IRC | 01:26 | |
*** cshen has joined #openstack-ansible | 01:31 | |
*** chason has joined #openstack-ansible | 01:35 | |
*** cshen has quit IRC | 01:35 | |
*** lbragstad has quit IRC | 02:13 | |
*** lbragstad has joined #openstack-ansible | 02:16 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update ansible to 2.7.4 https://review.openstack.org/621530 | 03:33 |
*** lbragstad has quit IRC | 03:38 | |
*** udesale has joined #openstack-ansible | 03:40 | |
*** hwoarang has quit IRC | 04:34 | |
*** hwoarang has joined #openstack-ansible | 04:36 | |
*** dave-mccowan has quit IRC | 04:53 | |
*** chkumar|off is now known as chandan_kumar | 04:54 | |
*** cshen has joined #openstack-ansible | 06:00 | |
*** cshen has quit IRC | 06:04 | |
*** jbadiapa has joined #openstack-ansible | 06:08 | |
*** cshen has joined #openstack-ansible | 06:16 | |
*** cshen has quit IRC | 06:21 | |
openstackgerrit | Chandan Kumar proposed openstack/openstack-ansible-os_tempest master: Generate tempestconf sample profile for named args https://review.openstack.org/623187 | 06:30 |
openstackgerrit | Chandan Kumar proposed openstack/openstack-ansible-os_tempest master: Use --profile feature for generating tempest.conf https://review.openstack.org/623413 | 06:32 |
*** cshen has joined #openstack-ansible | 07:21 | |
*** udesale has quit IRC | 07:24 | |
admin0 | \o | 07:25 |
*** mma has joined #openstack-ansible | 07:28 | |
*** cshen has quit IRC | 07:47 | |
*** cshen has joined #openstack-ansible | 07:47 | |
*** rodolof has joined #openstack-ansible | 07:49 | |
*** ahosam has joined #openstack-ansible | 07:49 | |
*** gkadam has joined #openstack-ansible | 07:52 | |
*** hamzaachi has joined #openstack-ansible | 07:54 | |
*** hamzaachi has quit IRC | 08:08 | |
evrardjp_ | hello | 08:10 |
*** trident has quit IRC | 08:10 | |
*** evrardjp_ is now known as evrardjp | 08:11 | |
*** trident has joined #openstack-ansible | 08:13 | |
*** shardy has joined #openstack-ansible | 08:14 | |
jrosser | Morning | 08:16 |
admin0 | \o | 08:20 |
*** fnpanic has joined #openstack-ansible | 08:29 | |
fnpanic | hi | 08:29 |
*** fresta_ has joined #openstack-ansible | 08:30 | |
*** jonher_ has joined #openstack-ansible | 08:30 | |
fnpanic | Where can i find the docs how unbound is configured or is it just used as dnsserver for containers and then forwards to the configured DNS server of the host? | 08:31 |
*** jonher has quit IRC | 08:31 | |
*** jonher_ is now known as jonher | 08:31 | |
*** fresta has quit IRC | 08:31 | |
*** tosky has joined #openstack-ansible | 08:45 | |
*** aedc has joined #openstack-ansible | 08:47 | |
*** udesale has joined #openstack-ansible | 08:49 | |
*** radeks has joined #openstack-ansible | 08:57 | |
fnpanic | what is the recommended way of adding files to lxc containers in OSA? | 09:03 |
fnpanic | for example CA root certs | 09:03 |
fnpanic | so that they are presitant | 09:04 |
jrosser | fnpanic: if you want to add extra packages to the container base image you can do that here https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/defaults/main.yml#L183 | 09:06 |
jrosser | alternatively you can grab extra files off the host here https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/defaults/main.yml#L154 | 09:07 |
fnpanic | ok the second one looks good. can it be limited to containers e.g. keystone? | 09:14 |
*** DanyC has joined #openstack-ansible | 09:14 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Add retries for utility container distro package installs https://review.openstack.org/624024 | 09:15 |
fnpanic | jrosser: i guess this will be run on first creating ot the containers. | 09:15 |
jrosser | fnpanic: you can use /etc/openstack_deploy/group_vars/.... and host_vars to be very specific about where it applies | 09:16 |
fnpanic | thanks! | 09:16 |
jrosser | that is used when creating the container image iirc | 09:16 |
fnpanic | ok so to modify the files i need to destroy the container? | 09:16 |
fnpanic | doing this with a seperate ansible playbook though ssh would work but i guess i will run into trouble at some point | 09:17 |
jrosser | if you want something that is truly persistent and there from the moment each container is created, then you'd want to install these into the container image | 09:17 |
jrosser | if they are relevant to particular services you may be able to do something more subtle, but depends exactly what you need to acheive | 09:18 |
jrosser | and yes, you could use an ansible ad-hoc command to install stuff after the fact as a band-aid | 09:18 |
fnpanic | i need to achieve to inculde a root cert | 09:18 |
fnpanic | band-aid :-) | 09:19 |
*** DanyC has quit IRC | 09:19 | |
francois | good morning! | 09:19 |
fnpanic | that is it what i wanted to avoid, the pacient will die at some point when i do not treat him right ;-) | 09:19 |
francois | fnpanic: I'm using some additionnal playbooks which are run with openstack-ansible from the deployment machine to do that | 09:20 |
fnpanic | is there then a way to run a playbook after for example running the playbooks to configure / install a serivce` | 09:20 |
fnpanic | ? | 09:20 |
francois | no sure if it's the recommended way but works quite will | 09:20 |
francois | well | 09:21 |
fnpanic | ok so you just run them after you have done a reconfigure for example? | 09:21 |
*** eumel8 has joined #openstack-ansible | 09:21 | |
francois | fnpanic: yes | 09:23 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/624027 | 09:24 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ironic stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/624028 | 09:24 |
fnpanic | thanks! | 09:25 |
jrosser | so i think i saw centos7.6 images running in ovh, that might fix last weeks trouble | 09:26 |
jrosser | there are still timeouts though | 09:26 |
*** DanyC has joined #openstack-ansible | 09:29 | |
jonher | Easy +2 https://review.openstack.org/617567/ | 09:30 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Update doc to use chrony instead of ntp https://review.openstack.org/622281 | 09:42 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Update doc to use chrony instead of ntp https://review.openstack.org/622274 | 09:42 |
*** ahosam has quit IRC | 09:43 | |
*** mma has quit IRC | 09:45 | |
*** mma has joined #openstack-ansible | 09:46 | |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Update doc to use chrony instead of ntp https://review.openstack.org/622285 | 09:47 |
*** electrofelix has joined #openstack-ansible | 09:49 | |
*** mma has quit IRC | 09:53 | |
*** aedc has quit IRC | 09:57 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Update lxc_hosts SHA for CentOS systemd fix https://review.openstack.org/624041 | 10:03 |
odyssey4me | o/ | 10:10 |
odyssey4me | man thanks to jrosser for managing somehow to keep up with reviews! | 10:10 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Document how to use the utility container for service setup https://review.openstack.org/624043 | 10:15 |
*** udesale has quit IRC | 10:18 | |
odyssey4me | *many | 10:20 |
*** mma has joined #openstack-ansible | 10:25 | |
odyssey4me | jrosser if you have a minute, I'd like https://review.openstack.org/#/c/623250/ reviewed - it'll help progress the work to use the integrated repo for role tests | 10:26 |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP: Better tempest black and whitelist management https://review.openstack.org/621605 | 10:27 |
*** priteau has joined #openstack-ansible | 10:28 | |
*** mma has quit IRC | 10:30 | |
*** aedc has joined #openstack-ansible | 10:48 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Use the distro package for libvirt-python https://review.openstack.org/624049 | 10:56 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Use the distro package for libvirt-python https://review.openstack.org/624049 | 10:57 |
*** mma has joined #openstack-ansible | 11:01 | |
*** mma has quit IRC | 11:05 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622523 | 11:06 |
*** mma has joined #openstack-ansible | 11:06 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Document how to use the utility container for service setup https://review.openstack.org/624043 | 11:07 |
odyssey4me | pabelanger I think you'll be keen on https://review.openstack.org/624043 merging. | 11:08 |
*** ahosam has joined #openstack-ansible | 11:08 | |
jrosser | odyssey4me: do we need https://review.openstack.org/#/c/624041/ to merge before it's worth trying to get rocky stuff through? | 11:10 |
odyssey4me | jrosser yeah, I think so - otherwise centos will continue to fail | 11:10 |
jrosser | ok np, i'll keep an eye on it | 11:11 |
odyssey4me | thanks :) | 11:11 |
chandan_kumar | odyssey4me: hello | 11:11 |
odyssey4me | o/ chandan_kumar | 11:11 |
*** mma has quit IRC | 11:11 | |
chandan_kumar | odyssey4me: I have a query related to depends-on testing in osa | 11:11 |
*** udesale has joined #openstack-ansible | 11:11 | |
odyssey4me | chandan_kumar sure | 11:11 |
*** sum12 has quit IRC | 11:13 | |
*** mma has joined #openstack-ansible | 11:13 | |
*** sum12 has joined #openstack-ansible | 11:13 | |
chandan_kumar | odyssey4me: suppose we put a patch upstream on openstack/neutron and then we fix something on os_neutron and added depends-on with openstack/neutron patch on os_neutron, does on distro job where neutron is installed from packages picks the above openstack/neutorn changes in ci? | 11:14 |
odyssey4me | chandan_kumar no, the distro jobs install from packages only - so the fix will have to be merged already | 11:15 |
odyssey4me | merged, and packaged | 11:15 |
chandan_kumar | odyssey4me: oh, so there is no way to test simulateously | 11:15 |
odyssey4me | chandan_kumar not for the distro builds, no - but the source builds will run the test | 11:16 |
chandan_kumar | odyssey4me: in tripleo ci job, we have something https://github.com/openstack/tripleo-quickstart-extras/tree/master/roles/build-test-packages | 11:16 |
odyssey4me | chandan_kumar yeah, we do not build packages - nor do we want to at this point | 11:16 |
jrosser | centos mirrors are sad again http://mirror.dfw.rax.openstack.org:8080/rdo/centos7/ce/73/ce73fdfae2f5af0f5599708c84c44b6911595ce7_9b470851/openstack-keystone-14.1.0-0.20181207140511.b25a655.el7.noarch.rpm < 404 | 11:17 |
chandan_kumar | odyssey4me: this question came from this 3 changes https://review.openstack.org/622999 https://review.openstack.org/623187 https://review.openstack.org/623413 that's why i asked :-) | 11:17 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Zuul: Simplify the integrated test playbooks https://review.openstack.org/623250 | 11:19 |
*** ahosam has quit IRC | 11:20 | |
*** ahosam has joined #openstack-ansible | 11:20 | |
odyssey4me | chandan_kumar ok, so you're waiting for a tempestconf change to hit the centos repositories? | 11:21 |
chandan_kumar | odyssey4me: if we merge this change first https://review.openstack.org/622999 then https://review.openstack.org/623187 and https://review.openstack.org/623413 will break distor job as it depends on https://review.openstack.org/621567 (tempestconf changes, as it takes times to get promoted through rdo) | 11:23 |
chandan_kumar | odyssey4me: yes | 11:23 |
odyssey4me | chandan_kumar I'd suggest holding the patches back with -w until the package is ready then. | 11:24 |
chandan_kumar | odyssey4me: sure | 11:25 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/rocky: remove useless comments https://review.openstack.org/622304 | 11:27 |
*** ArchiFleKs has joined #openstack-ansible | 11:29 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Add ability to symlink host python packages into venv https://review.openstack.org/624058 | 11:32 |
openstackgerrit | Merged openstack/openstack-ansible master: netstat does not exist in all systems https://review.openstack.org/623967 | 11:48 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Use the distro package for libvirt-python https://review.openstack.org/624049 | 11:50 |
*** aedc has quit IRC | 11:54 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Use python_venv_build role for package symlinking https://review.openstack.org/624062 | 11:56 |
kaiokmo | morningz | 12:10 |
nowster | Has anyone else seen this error during the tempest tests? | 12:11 |
nowster | 2018-12-10 12:09:31,111 32949 ERROR [tempest.lib.common.utils.linux.remote_client] (TestServerBasicOps:test_server_basic_ops) Executing command on 172.29.249.126 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; blkid | grep -i config-2' failed, exit status: 1, stderr: | 12:11 |
nowster | (ie. no block device with name of config-2) | 12:11 |
noonedeadpunk | folks, can you kindly check these 2 patches? https://review.openstack.org/#/q/topic:template_overrides+(status:open+OR+status:merged) | 12:15 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Update doc to use chrony instead of ntp https://review.openstack.org/622205 | 12:21 |
jamesdenton | mornin | 12:30 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/rocky: Add variable for the ssh service and ensure its enabled https://review.openstack.org/621130 | 12:42 |
*** tosky has quit IRC | 12:47 | |
*** aedc has joined #openstack-ansible | 12:50 | |
*** ahosam has quit IRC | 13:02 | |
canori01 | Anyone have an example on how to override is_metal on per host basis by any chance? | 13:15 |
pabelanger | odyssey4me: +1, thanks! | 13:19 |
pabelanger | odyssey4me: also keen on updating sha1 for roles on stable/rocky | 13:19 |
*** priteau has quit IRC | 13:23 | |
*** priteau has joined #openstack-ansible | 13:50 | |
*** rjgibson has quit IRC | 13:56 | |
*** aedc has quit IRC | 13:58 | |
*** aedc has joined #openstack-ansible | 14:06 | |
*** mma has quit IRC | 14:08 | |
*** mma has joined #openstack-ansible | 14:09 | |
jrosser | we could do with another review on this https://review.openstack.org/#/c/624041/ | 14:16 |
*** openstackstatus has joined #openstack-ansible | 14:17 | |
*** ChanServ sets mode: +v openstackstatus | 14:17 | |
*** lbragstad has joined #openstack-ansible | 14:17 | |
*** gkadam has quit IRC | 14:24 | |
*** chandan_kumar is now known as chkumar|off | 14:25 | |
*** aspiers has quit IRC | 14:26 | |
noonedeadpunk | it seems, that on 18.1.0 rabbitmq-install.yml with rabbitmq_upgrade=true fails, as it stops all rabbitmq, and only then tries to apply policies. | 14:27 |
noonedeadpunk | Is it known/already fixed issue? | 14:28 |
noonedeadpunk | It's play output http://paste.openstack.org/show/736902/ | 14:29 |
openstackgerrit | weizj proposed openstack/openstack-ansible-os_swift stable/rocky: Use a common python build/install role https://review.openstack.org/624096 | 14:31 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Add support for dns_domain_ports api extension https://review.openstack.org/624097 | 14:33 |
jrosser | noonedeadpunk: i think that mnaser came across that https://review.openstack.org/#/c/620378/ | 14:34 |
jrosser | ^ needs reviews :/ | 14:35 |
noonedeadpunk | +1 | 14:36 |
*** hamzaachi has joined #openstack-ansible | 14:48 | |
*** strattao has joined #openstack-ansible | 14:49 | |
*** rjgibson has joined #openstack-ansible | 14:53 | |
*** aspiers has joined #openstack-ansible | 14:54 | |
*** KeithMnemonic has joined #openstack-ansible | 14:54 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Document how to use the utility container for service setup https://review.openstack.org/624043 | 15:02 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Remove unnecessary octavia scenario AIO bootstrap https://review.openstack.org/619792 | 15:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Ensure AIO container_tech/install_method vars are namespaced https://review.openstack.org/620278 | 15:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Implement documentation changes for translations https://review.openstack.org/620279 | 15:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: [docs] Clean up the AIO user story https://review.openstack.org/620280 | 15:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Implement AIO changes to allow test usage by roles https://review.openstack.org/622513 | 15:04 |
*** strattao has quit IRC | 15:06 | |
*** priteau has quit IRC | 15:10 | |
*** KeithMnemonic has quit IRC | 15:10 | |
fnpanic | hi | 15:23 |
fnpanic | how does the unbound dns work? when it is deployed it will serve as dns cache for the containers and picks up DNS servers from the hosts? | 15:24 |
*** rodolof has quit IRC | 15:35 | |
*** rodolof has joined #openstack-ansible | 15:35 | |
*** weezS has joined #openstack-ansible | 15:40 | |
*** cshen_ has joined #openstack-ansible | 15:43 | |
*** cshen has quit IRC | 15:43 | |
*** cshen_ has quit IRC | 15:48 | |
redkrieg | jamesdenton: sorry I left after getting things functional on Friday and didn't get this to you then. Here's my config that works after manually changing the mapping in the neutron linuxbridge config: http://paste.openstack.org/show/736907/ | 15:56 |
jamesdenton | thx redkrieg. I'm about to step out for a bit but will check it out when i get back | 15:57 |
*** macza has joined #openstack-ansible | 16:08 | |
*** hamzaachi has quit IRC | 16:25 | |
*** chkumar|off has quit IRC | 16:32 | |
*** openstackgerrit has quit IRC | 16:35 | |
*** strattao has joined #openstack-ansible | 16:45 | |
*** gyee has joined #openstack-ansible | 16:47 | |
*** mma has quit IRC | 16:56 | |
*** mma has joined #openstack-ansible | 16:56 | |
*** mma has quit IRC | 16:57 | |
*** mma has joined #openstack-ansible | 16:58 | |
*** udesale has quit IRC | 16:58 | |
*** sum12 has quit IRC | 17:01 | |
*** rodolof has quit IRC | 17:02 | |
*** sum12 has joined #openstack-ansible | 17:02 | |
*** rodolof has joined #openstack-ansible | 17:02 | |
*** spatel has joined #openstack-ansible | 17:04 | |
*** mma has quit IRC | 17:04 | |
*** mma has joined #openstack-ansible | 17:09 | |
*** mma has quit IRC | 17:11 | |
*** rodolof has quit IRC | 17:14 | |
*** rodolof has joined #openstack-ansible | 17:15 | |
*** eumel8 has quit IRC | 17:15 | |
*** rodolof has quit IRC | 17:32 | |
*** rodolof has joined #openstack-ansible | 17:33 | |
*** aedc has quit IRC | 17:40 | |
*** strattao has quit IRC | 17:41 | |
*** cshen has joined #openstack-ansible | 17:48 | |
*** ThiagoCMC has quit IRC | 17:53 | |
*** hamzaachi has joined #openstack-ansible | 18:01 | |
*** aedc has joined #openstack-ansible | 18:01 | |
*** cshen has quit IRC | 18:22 | |
*** cshen has joined #openstack-ansible | 18:29 | |
*** cshen has quit IRC | 18:34 | |
*** cshen has joined #openstack-ansible | 18:42 | |
*** DanyC has quit IRC | 18:43 | |
*** DanyC has joined #openstack-ansible | 18:43 | |
rjgibson | quit | 18:44 |
rjgibson | quit | 18:44 |
*** rjgibson has quit IRC | 18:44 | |
*** mmercer has joined #openstack-ansible | 18:44 | |
*** rjgibson has joined #openstack-ansible | 18:46 | |
*** cshen has quit IRC | 18:47 | |
*** DanyC has quit IRC | 18:47 | |
rjgibson | Hi. Upgraded from Pike to Queens and now can't create volumes. I ran the cleanup-cinder.yml file to remove the cinder-scheduler container. Is there supposed to be a cinder-scheduler daemon running in the cinder-api-container? The only cinder processes running in that container are uwsgi? | 18:53 |
*** DanyC has joined #openstack-ansible | 19:02 | |
*** cshen has joined #openstack-ansible | 19:03 | |
*** DanyC has quit IRC | 19:06 | |
*** cshen has quit IRC | 19:10 | |
*** electrofelix has quit IRC | 19:11 | |
*** mma has joined #openstack-ansible | 19:11 | |
*** cshen has joined #openstack-ansible | 19:12 | |
*** mma has quit IRC | 19:16 | |
*** strattao has joined #openstack-ansible | 19:25 | |
*** cshen has quit IRC | 19:25 | |
*** cshen has joined #openstack-ansible | 19:26 | |
*** cshen has quit IRC | 19:31 | |
*** hamzaachi has quit IRC | 19:45 | |
*** hamzaachi has joined #openstack-ansible | 19:46 | |
*** hamzaachi has quit IRC | 19:46 | |
*** hamzaachi has joined #openstack-ansible | 19:47 | |
*** hamzaachi has quit IRC | 19:49 | |
*** rodolof has quit IRC | 19:49 | |
*** hamzaachi has joined #openstack-ansible | 19:49 | |
*** hamzaachi has quit IRC | 19:50 | |
*** hamzaachi has joined #openstack-ansible | 19:51 | |
*** hamzaachi has quit IRC | 19:52 | |
*** cshen has joined #openstack-ansible | 19:52 | |
*** hamzaachi has joined #openstack-ansible | 19:53 | |
*** hamzaachi has quit IRC | 19:53 | |
*** hamzaachi has joined #openstack-ansible | 19:54 | |
*** hamzaachi has quit IRC | 19:55 | |
*** hamzaachi has joined #openstack-ansible | 19:55 | |
*** hamzaachi has quit IRC | 19:56 | |
*** cshen has quit IRC | 19:56 | |
*** hamzaachi has joined #openstack-ansible | 19:56 | |
*** hamzaachi has quit IRC | 19:58 | |
*** openstackgerrit has joined #openstack-ansible | 19:58 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible master: Add qdrouterd role for rpc messaging backend deployment https://review.openstack.org/624184 | 19:58 |
*** hamzaachi has joined #openstack-ansible | 19:58 | |
*** hamzaachi has quit IRC | 20:00 | |
*** hamzaachi has joined #openstack-ansible | 20:00 | |
*** hamzaachi has quit IRC | 20:01 | |
*** hamzaachi has joined #openstack-ansible | 20:01 | |
*** hamzaachi has quit IRC | 20:03 | |
*** hamzaachi has joined #openstack-ansible | 20:03 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible master: Add qdrouterd role for rpc messaging backend deployment https://review.openstack.org/624184 | 20:03 |
*** hamzaachi has quit IRC | 20:04 | |
*** hamzaachi has joined #openstack-ansible | 20:04 | |
*** hamzaachi has quit IRC | 20:06 | |
*** hamzaachi has joined #openstack-ansible | 20:06 | |
*** hamzaachi has quit IRC | 20:07 | |
*** hamzaachi has joined #openstack-ansible | 20:07 | |
*** hamzaachi has quit IRC | 20:09 | |
*** hamzaachi has joined #openstack-ansible | 20:10 | |
*** hamzaachi has quit IRC | 20:11 | |
*** hamzaachi has joined #openstack-ansible | 20:11 | |
rjgibson | Is there anyone around that can help with a cinder problem? | 20:11 |
*** cshen has joined #openstack-ansible | 20:11 | |
noonedeadpunk | I have some cinder issue as well, so I'm not sure, that I'm right person that may answer your question:) | 20:14 |
noonedeadpunk | actually yes, cinder-scheduler is supposed to be installed inside cinder-api container | 20:15 |
jonher | Do you get cinder services running if you check?: openstack volume service list | 20:15 |
rjgibson | noonedeadpunk: Thanks for the response. I'm confused about the consolidation of cinder-scheduler into the cinder-api container. The container doesn't seem to have scheduler. | 20:15 |
rjgibson | jonher: "openstack volume service list" shows only "cinder-volume" for each of the three controller nodes. | 20:17 |
*** strattao has quit IRC | 20:17 | |
noonedeadpunk | rjgibson: make sure, that you have group cinder_scheduler defined in your openstack_onventory.json. Service list is defined here https://github.com/openstack/openstack-ansible-os_cinder/blob/stable/queens/defaults/main.yml#L285-L289 | 20:17 |
rjgibson | noonedeadpunk: yes, it's in the inventory | 20:18 |
noonedeadpunk | so services will be deployed only on the hosts (containers) which are part of this group | 20:19 |
rjgibson | The hosts in that group refer to the cinder_scheduler_container, which no longer exists. It was removed by the "${UPGRADE_PLAYBOOKS}/cleanup-cinder.yml" playbook. | 20:20 |
noonedeadpunk | rjgibson: so you need either to change group manually to smth like cinder_api, or remove cinder_scheduler from the inventory, than generate it via dynamic_inventory.py | 20:21 |
*** fungi has joined #openstack-ansible | 20:22 | |
*** corvus has joined #openstack-ansible | 20:22 | |
rjgibson | When I ran the cleanup playbooks the inventory didn't get cleaned up. Am I supposed to regenerate the dynamic inventory after the upgrade? | 20:23 |
noonedeadpunk | jonher: If you're ready to help with cinder, probably you can spend several minutes to listen to my problem as well?:) | 20:23 |
jonher | Not sure I'm the right person to, but go ahead :) | 20:23 |
noonedeadpunk | rjgibson just do not fully re-generate it, as you will loose Ip addresses, container names will change as well. But this playbook won't re-generate the invenotry, I think | 20:25 |
rjgibson | noonedeadpunk Is there a safe way to fix the inventory, or do I have to manually edit it? | 20:25 |
jrosser | rjgibson: scripts/inventory_manage.py is what you want | 20:27 |
*** spotz has joined #openstack-ansible | 20:28 | |
rjgibson | noonedeadpunk One more Q: Does your cinder-api container have a scheduler daemon running in it? | 20:28 |
noonedeadpunk | rjgibson: yep, shedlure is inside api container | 20:29 |
noonedeadpunk | jonher So the problem is the following: I have 2 cinder-volumes and 2 cinder-api containers. And both API containers have different "cinder-manage service list" statuses http://paste.openstack.org/show/736930/ | 20:29 |
rjgibson | noonedeadpunk It's missing in mine. I think it was created in the cinder-scheduler container, which the clenup-cinder.yml playbook removed. | 20:30 |
rjgibson | noonedeadpunk Looks like I need to fix my inventory so that it gets created in the cinder-api container. | 20:30 |
noonedeadpunk | So it seems to me, like one of cinder api's can not get info from rabbit for some reason. I've tried to drop rabbitmq and create it from scratch, as well as cinder-api containers | 20:30 |
jonher | That's strange for sure | 20:31 |
noonedeadpunk | rjgibson: yep, it seems so. As jrosser said, scripts/inventory_manage.py might be usefull fro this | 20:31 |
jrosser | i would use inventory_manage to delete the things you dont waht | 20:31 |
jrosser | *want | 20:31 |
jrosser | then run the dynamic_inventory.py script to check that things stay deleted as you want | 20:32 |
noonedeadpunk | jonher: moreover, I think, I have the same thing with neutron as well | 20:32 |
jrosser | look at the json output to be sure | 20:32 |
jrosser | if you've not correctly removed things / rearranged your host/container layout then they'll just come back | 20:33 |
noonedeadpunk | so, when I use openstack client, it depends on haproxy, which result I'll retrieve (from which API server). | 20:33 |
rjgibson | noonedeadpunk, jrosser: Thanks. Curious, though. I followed the upgrade guide and it didn't say anything about editing the inventory. Wondering why everyone isn't getting bit by this. Did I miss something? | 20:33 |
jrosser | rjgibson: do you think there is something wrong/missing here? https://docs.openstack.org/openstack-ansible/queens/admin/upgrades/major-upgrades.html | 20:36 |
noonedeadpunk | so, if it's regarding rabbitmq, the only thing look a bit strange for me, but I'm not an expert in rabbit http://paste.openstack.org/show/736931/ | 20:37 |
*** ahosam has joined #openstack-ansible | 20:37 | |
noonedeadpunk | Isn't HA policy should be available for every vhost, or if it's enable for / it will be spread to all vhosts? | 20:37 |
*** ahosam has quit IRC | 20:38 | |
*** ahosam has joined #openstack-ansible | 20:38 | |
noonedeadpunk | I've tried to enable rabbit_ha_queues for cinder-api, but without any result (probably because of missing policy, but I'm not sure) | 20:39 |
rjgibson | jrosser: That's the upgrade guide I followed, and I did run "openstack-ansible --tags haproxy_server-config haproxy-install.yml | 20:43 |
rjgibson | " after the cleanup-* playbooks. | 20:43 |
*** mma has joined #openstack-ansible | 20:44 | |
rjgibson | It looks like I need to manually fix my inventory to install cinder-scheduler into the cinder-api container. | 20:45 |
rjgibson | Either I missed something, or the upgrade guide should mention that. | 20:45 |
*** mma has quit IRC | 20:49 | |
*** hamzaachi has quit IRC | 20:49 | |
*** hamzaachi has joined #openstack-ansible | 20:49 | |
*** cshen has quit IRC | 20:51 | |
*** strattao has joined #openstack-ansible | 20:51 | |
*** hamzaachi has quit IRC | 20:51 | |
*** hamzaachi has joined #openstack-ansible | 20:51 | |
*** hamzaachi has quit IRC | 20:53 | |
noonedeadpunk | rjgibson staff that docs missing something happens. If you feel, that it really misses smth, you may fill in a bug https://bugs.launchpad.net/openstack-ansible and we'll try to get it fixed :) | 20:53 |
*** hamzaachi has joined #openstack-ansible | 20:53 | |
noonedeadpunk | r/staff/stuff/ | 20:53 |
*** hamzaachi has quit IRC | 20:55 | |
*** hamzaachi has joined #openstack-ansible | 20:56 | |
rjgibson | noonedeadpunk: np, will file a bug. just suprised that this hasn't tripped up lots of people. perhaps they don't run the cleanup process. | 20:56 |
*** hamzaachi has quit IRC | 20:57 | |
*** hamzaachi has joined #openstack-ansible | 20:57 | |
jrosser | if you followed the guide and ended up broken certainly file a bug, there should at least be pointers to major things like services moving around. there may also be stuff in the release notes i guess | 20:57 |
rjgibson | noonedeadpunk, jrosser: Thanks for the help! Time for me to perform some inventory surgery. | 20:58 |
*** DanyC has joined #openstack-ansible | 20:58 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Add watcher dashboard into horizon https://review.openstack.org/603156 | 21:03 |
*** rodolof has joined #openstack-ansible | 21:06 | |
*** harry_huang_ has quit IRC | 21:06 | |
*** DanyC has quit IRC | 21:08 | |
*** DanyC has joined #openstack-ansible | 21:09 | |
*** cshen has joined #openstack-ansible | 21:15 | |
*** mma has joined #openstack-ansible | 21:17 | |
*** cshen has quit IRC | 21:20 | |
*** mma has quit IRC | 21:22 | |
jrosser | mnaser: what do you think of this? looks like another 7.5->7.6 issue http://logs.openstack.org/43/620343/1/check/openstack-ansible-functional-centos-7/3b2d68b/job-output.txt.gz#_2018-12-10_20_57_57_821994 | 21:26 |
*** cshen has joined #openstack-ansible | 21:28 | |
*** radeks has quit IRC | 21:36 | |
*** hamzaachi has quit IRC | 21:36 | |
*** rodolof has quit IRC | 21:36 | |
*** rodolof has joined #openstack-ansible | 21:37 | |
openstackgerrit | Niko Smeds proposed openstack/openstack-ansible-galera_server master: Increase Galera self-signed SSL CA expiration https://review.openstack.org/624234 | 22:53 |
*** rodolof has quit IRC | 23:10 | |
*** cshen has quit IRC | 23:11 | |
*** spatel has quit IRC | 23:17 | |
*** mma has joined #openstack-ansible | 23:19 | |
*** mma has quit IRC | 23:24 | |
*** ahosam has quit IRC | 23:26 | |
*** shardy has quit IRC | 23:29 | |
mnaser | hi folks | 23:30 |
* mnaser is in a plane | 23:30 | |
mnaser | let me see that log file | 23:30 |
mnaser | jrosser: hmm might not be | 23:31 |
mnaser | "The networkd commands are executed within the container but using the host" | 23:31 |
mnaser | so i guess our cache prep doesnt install systemd-networkd and systemd-resolvd in centos-7 | 23:31 |
mnaser | so i will have to make a patch for that | 23:31 |
*** aedc has quit IRC | 23:35 | |
*** DanyC has quit IRC | 23:37 | |
*** mma has joined #openstack-ansible | 23:52 | |
*** mma has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!