*** hwoarang has quit IRC | 00:06 | |
*** hwoarang has joined #openstack-ansible | 00:08 | |
*** macza has quit IRC | 00:09 | |
*** macza_ has joined #openstack-ansible | 00:09 | |
*** weezS has quit IRC | 00:10 | |
*** strattao has quit IRC | 00:24 | |
*** cshen has joined #openstack-ansible | 00:35 | |
*** cshen has quit IRC | 00:40 | |
*** cshen has joined #openstack-ansible | 01:08 | |
*** cshen has quit IRC | 01:12 | |
*** ianychoi has quit IRC | 01:20 | |
*** DanyC has joined #openstack-ansible | 01:34 | |
*** hwoarang has quit IRC | 01:36 | |
*** hwoarang has joined #openstack-ansible | 01:37 | |
*** DanyC has quit IRC | 01:39 | |
*** mma has joined #openstack-ansible | 01:52 | |
*** mma has quit IRC | 01:57 | |
*** vnogin has joined #openstack-ansible | 02:13 | |
jamesdenton | redkrieg finally had a chance to look at your config. I think if you set host_bind_override to enp4s0f0, get rid of the br-vlan-veth<->eth12 veth pair, and move enp4s0f0 out of br-vlan, you should be set. As it stands now, the veth pair and br-vlan are unnecessary L2 hops. The br-vlan bridge can stay, but won't really be necessary. The reason your previous config of [flat:br-vlan] didn't work, is because the system | 02:16 |
---|---|---|
jamesdenton | was trying to add the br-vlan bridge to the neutron brq-* bridge, which isn't allowed. | 02:16 |
*** vnogin has quit IRC | 02:17 | |
redkrieg | so, I can't use the interface name because my compute nodes will have a number of different interface names | 02:18 |
jamesdenton | in that case, you can do what you're doing now, or setup a series of host overides | 02:23 |
jamesdenton | but yes, that definitely makes things tricky to manage | 02:23 |
redkrieg | should I have to manually change the config file though? I would expect host_bind_override's value to be placed in that config file | 02:23 |
jamesdenton | host_bind_override should result in the label being mapped to the respective interface. Like "flat:eth12", "vlan:eth12", "physnet1:eth1", etc | 02:24 |
jamesdenton | ultimately, you need a consistent "label" (e.g. flat, vlan, physnet1) and can have inconsistent interfaces based on the machine | 02:25 |
jamesdenton | when you create the network with neutron CLI, you specify the label. The agent on the host does the rest based on the mapping | 02:25 |
*** mma has joined #openstack-ansible | 02:25 | |
jamesdenton | something like this can be done: http://paste.openstack.org/show/736940/ | 02:27 |
jamesdenton | notice the network_mappings value is different based on the host. same label, different interface | 02:28 |
redkrieg | I would expect br-vlan in this example to be eth12 based on the value of host_bind_override: http://paste.openstack.org/show/736942/ | 02:29 |
redkrieg | I'm not sure why it wouldn't be | 02:29 |
redkrieg | sorry, http://paste.openstack.org/show/736942/ | 02:30 |
*** mma has quit IRC | 02:30 | |
redkrieg | no idea what that first one is | 02:30 |
jamesdenton | i see what you're saying. And yes, I agree. What version again? | 02:30 |
redkrieg | http://paste.openstack.org/show/736943/ | 02:31 |
jamesdenton | k | 02:32 |
*** macza_ has quit IRC | 02:33 | |
*** macza has joined #openstack-ansible | 02:37 | |
jamesdenton | So what did you do to get it working? | 02:39 |
jamesdenton | manually change the file and restart the agent? | 02:39 |
redkrieg | yep | 02:40 |
*** macza has quit IRC | 02:41 | |
redkrieg | I set it to the value of host_bind_override | 02:42 |
jamesdenton | Here is the code for that logic: https://github.com/openstack/openstack-ansible-plugins/blob/d94217eb0d19acf3de7b82e0287e994a74a8b15a/library/provider_networks#L248-L257 | 02:43 |
jamesdenton | While you do have that network block defined in openstack_user_config.yml, it looks like it's being overridden by the neutron_provider_networks overide is user_variables | 02:45 |
jamesdenton | *override in | 02:45 |
jamesdenton | have these files been modified since you originally had the issue? Just want to make sure I'm looking at the same thing that was implemented at the time | 02:46 |
redkrieg | I'll paste the latest user_variables | 02:47 |
redkrieg | http://paste.openstack.org/show/736944/ | 02:49 |
jamesdenton | So based on that, i would expect to see the mapping in linuxbridge_agent.ini be "flat:br-provider", despite what you might have in openstack_user_config.yml. | 02:51 |
jamesdenton | there are playbooks (e.g. OVS) that will create that br-provider bridge and put the attach the network_interface to it. But in this case, the template would simply refer to that override here: https://github.com/openstack/openstack-ansible-os_neutron/blob/stable/rocky/templates/plugins/ml2/linuxbridge_agent.ini.j2#L7 | 02:54 |
jamesdenton | Are you in a position to re-run the playbook against a single host to see what happens? | 02:54 |
redkrieg | I can do that tomorrow | 03:03 |
jamesdenton | cool. i'd appreciate that. | 03:04 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: missing document start "---" https://review.openstack.org/614134 | 03:05 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: 'os' imported but unused https://review.openstack.org/616119 | 03:05 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/rocky: Enable git automatic thread count detection https://review.openstack.org/622522 | 03:12 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622536 | 03:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Use the distro package for libvirt-python https://review.openstack.org/624049 | 03:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_panko stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622520 | 03:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_cloudkitty stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622535 | 03:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_masakari stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622519 | 03:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622521 | 03:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_congress stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622532 | 03:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/624027 | 03:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622518 | 03:33 |
*** spatel has joined #openstack-ansible | 03:34 | |
*** spatel has quit IRC | 03:35 | |
openstackgerrit | Merged openstack/openstack-ansible master: [DOCS] Fix user guide to source admin openrc https://review.openstack.org/623576 | 03:46 |
*** udesale has joined #openstack-ansible | 03:48 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622516 | 03:52 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622517 | 03:52 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622515 | 03:52 |
*** gyee has quit IRC | 03:53 | |
*** jamesden_ has joined #openstack-ansible | 03:54 | |
*** jamesdenton has quit IRC | 03:55 | |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622505 | 03:56 |
*** markvoelker has joined #openstack-ansible | 03:57 | |
*** markvoelker has quit IRC | 04:02 | |
*** udesale has quit IRC | 04:08 | |
*** udesale has joined #openstack-ansible | 04:43 | |
*** cshen has joined #openstack-ansible | 04:45 | |
*** cshen has quit IRC | 04:50 | |
*** hwoarang has quit IRC | 05:10 | |
*** hwoarang has joined #openstack-ansible | 05:12 | |
*** chandan_kumar has joined #openstack-ansible | 05:21 | |
*** fnpanic has quit IRC | 05:47 | |
*** cshen has joined #openstack-ansible | 05:49 | |
*** cshen has quit IRC | 05:53 | |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Docs: Fix VLAN bridge interface in example setup https://review.openstack.org/623969 | 06:04 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Add bionic to Vagrantfile https://review.openstack.org/622502 | 06:07 |
*** hamzaachi has joined #openstack-ansible | 06:10 | |
*** macza has joined #openstack-ansible | 06:28 | |
*** ahosam has joined #openstack-ansible | 06:29 | |
*** macza has quit IRC | 06:32 | |
*** jmccrory has quit IRC | 06:34 | |
*** sdake has quit IRC | 06:35 | |
*** jmccrory has joined #openstack-ansible | 06:40 | |
*** sdake has joined #openstack-ansible | 06:40 | |
*** hamzaachi has quit IRC | 06:49 | |
*** mkuf_ has joined #openstack-ansible | 06:58 | |
*** mkuf has quit IRC | 07:03 | |
*** ahosam has quit IRC | 07:08 | |
*** cshen has joined #openstack-ansible | 07:21 | |
*** macza has joined #openstack-ansible | 07:30 | |
*** macza has quit IRC | 07:34 | |
*** mma has joined #openstack-ansible | 07:37 | |
*** fnpanic has joined #openstack-ansible | 07:37 | |
*** trident has quit IRC | 07:42 | |
*** ahosam has joined #openstack-ansible | 07:43 | |
*** trident has joined #openstack-ansible | 07:44 | |
*** ahosam has quit IRC | 07:49 | |
*** hamzaachi has joined #openstack-ansible | 07:50 | |
*** mkuf_ has quit IRC | 07:52 | |
*** mma has quit IRC | 07:53 | |
*** radeks has joined #openstack-ansible | 07:53 | |
*** mkuf_ has joined #openstack-ansible | 07:54 | |
*** oanson has quit IRC | 07:54 | |
*** aedc has joined #openstack-ansible | 07:54 | |
*** tosky has joined #openstack-ansible | 07:58 | |
evrardjp | o/ | 07:59 |
jrosser | Morning | 08:08 |
evrardjp | morning jrosser | 08:12 |
fnpanic | morning | 08:14 |
*** shardy has joined #openstack-ansible | 08:15 | |
evrardjp | morning fnpanic and others | 08:18 |
evrardjp | how are things? | 08:18 |
openstackgerrit | Merged openstack/openstack-ansible master: Only enable OVN VIPs when ml2.ovn plugin is used https://review.openstack.org/622473 | 08:20 |
jrosser | Busy, but good :) | 08:20 |
jrosser | fnpanic: did you sort out the issues you were having the other day? | 08:21 |
*** shardy has quit IRC | 08:28 | |
*** hwoarang has quit IRC | 08:28 | |
*** shardy has joined #openstack-ansible | 08:29 | |
*** hwoarang has joined #openstack-ansible | 08:30 | |
*** ahosam has joined #openstack-ansible | 08:32 | |
*** ahosam has quit IRC | 08:32 | |
*** priteau has joined #openstack-ansible | 08:39 | |
*** aedc has quit IRC | 08:42 | |
*** aedc has joined #openstack-ansible | 08:42 | |
*** hamzaachi has quit IRC | 08:46 | |
*** hamzaachi has joined #openstack-ansible | 08:46 | |
*** goldenfri has quit IRC | 08:54 | |
*** goldenfri has joined #openstack-ansible | 08:54 | |
*** ahosam has joined #openstack-ansible | 09:02 | |
*** eumel8 has joined #openstack-ansible | 09:05 | |
*** ahosam has quit IRC | 09:05 | |
*** hamzaachi_ has joined #openstack-ansible | 09:13 | |
*** hamzaachi_ has quit IRC | 09:13 | |
*** hamzaachi has quit IRC | 09:15 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/rocky: nspawn: correct task names https://review.openstack.org/622183 | 09:16 |
*** rgogunskiy has joined #openstack-ansible | 09:17 | |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Update lxc_hosts SHA for CentOS systemd fix https://review.openstack.org/624041 | 09:18 |
*** jhonni99 has quit IRC | 09:20 | |
*** DanyC has joined #openstack-ansible | 09:25 | |
*** hamzaachi has joined #openstack-ansible | 09:30 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: remove loop control when running include_role https://review.openstack.org/607814 | 09:32 |
*** rodolof has joined #openstack-ansible | 09:47 | |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622503 | 09:49 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Ensure that systemd-resolved is present in the Centos container https://review.openstack.org/624336 | 09:49 |
*** rodolof has quit IRC | 09:57 | |
*** rodolof has joined #openstack-ansible | 09:57 | |
odyssey4me | morning folks | 10:03 |
odyssey4me | jrosser should we perhaps make sure systemd-resolved is present for all distributios as a preventative measure? | 10:03 |
jrosser | odyssey4me: good idea, i'll fix that up | 10:04 |
jrosser | odyssey4me: that patch is a result of this http://logs.openstack.org/43/620343/1/check/openstack-ansible-functional-centos-7/d099dac/job-output.txt.gz#_2018-12-11_09_32_49_171157 | 10:04 |
odyssey4me | I'm guessing that suddenly the deps have changed in the packages, or the contents of the container have changed | 10:06 |
*** rodolof has quit IRC | 10:09 | |
*** rodolof has joined #openstack-ansible | 10:10 | |
jrosser | oddly, as far as i can see systemd-resolved is part of the systemd package itself on ubuntu | 10:12 |
jrosser | and appears similar for suse though the package search tool isnt very helpful there | 10:12 |
jrosser | can anyone with a suse box confirm that? | 10:13 |
*** aedc has quit IRC | 10:18 | |
*** priteau has quit IRC | 10:24 | |
*** electrofelix has joined #openstack-ansible | 10:28 | |
*** hamzaachi has quit IRC | 10:28 | |
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 | 10:28 |
*** hamzaachi has joined #openstack-ansible | 10:28 | |
odyssey4me | jrosser ok, if that's the case then perhaps just note it in the commit msg so that no-one else gets the same idea I had ;) | 10:29 |
odyssey4me | jrosser evrardjp could I get eyes on https://review.openstack.org/#/c/623250/ please | 10:30 |
evrardjp | odyssey4me: makes sense | 10:32 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Ensure that systemd-resolved is present in the Centos container https://review.openstack.org/624336 | 10:32 |
evrardjp | odyssey4me: did we remove the experimental jobs? | 10:33 |
odyssey4me | evrardjp nope, no need to - those should still work | 10:33 |
evrardjp | yes it looks like it | 10:36 |
noonedeadpunk | morning everyone | 10:42 |
*** gisak has joined #openstack-ansible | 10:50 | |
gisak | good day guys | 10:51 |
gisak | facing an issue with networking on my new openstack env, I managed to create external network, and a router | 10:51 |
gisak | but unfortunately, the external_gateway port status is down | 10:52 |
gisak | and floating IP's or dhcp agent's IP are unreachable.. | 10:52 |
noonedeadpunk | I have strange behavior of cinder-api service. I have 2 containers with cinder-api, and both of them has different service status - http://paste.openstack.org/show/736930/Has anyone has symptoms like that? | 10:53 |
noonedeadpunk | * http://paste.openstack.org/show/736930/ | 10:53 |
noonedeadpunk | the same staff is happening inside cinder-volume container | 10:56 |
*** udesale has quit IRC | 10:56 | |
noonedeadpunk | r/staff/stuff | 10:56 |
fnpanic | noonedeadpunk: which backend are you using for cinder? | 11:02 |
noonedeadpunk | ceph | 11:02 |
fnpanic | i guess maybe a problem of the cinder containers contacting the ceph cluster | 11:03 |
fnpanic | please verify that this is working | 11:03 |
noonedeadpunk | but it's operating normally. For some reason, containers on one host see only services, placed on it. And the other container see both of them | 11:03 |
noonedeadpunk | So, as you may see, even scheduler on another container is marked as down - not oncly cinder-volumes | 11:04 |
noonedeadpunk | And when I'm using openstack client, which connects through haproxy, I have 50% chance to get the correct status | 11:05 |
fnpanic | looks like a network issue from what i see here. | 11:05 |
fnpanic | check the config of switches and host | 11:06 |
fnpanic | LACP? | 11:06 |
fnpanic | bonding? | 11:06 |
noonedeadpunk | Shouldn't it retrieve data from rabbitmq? | 11:06 |
noonedeadpunk | yep, LACP on host is configured | 11:06 |
fnpanic | please verify everyting is setup properly | 11:06 |
noonedeadpunk | at least ping is ok.... http://paste.openstack.org/show/736974/ | 11:08 |
jrosser | it's quite important what haproxy view of things is - enabling the stats page or using hatop to check all the backends look up is useful | 11:12 |
noonedeadpunk | jrosser: haproxy says everything is up - I'm monitoring it's output:) | 11:17 |
noonedeadpunk | For me it seems, like rabbitmq related issue - as service list should be relying on it, but I'm not quite sure about that | 11:18 |
noonedeadpunk | I had a guess, that cinder needs rabbit_ha_queues to be enabled, but then everyone using OSA should have such problem. Ok, will try to debug this stuff by reading cinder code... probably, I'll see smth related... | 11:22 |
noonedeadpunk | Like https://docs.openstack.org/ha-guide/storage-ha-block.html#configure-block-storage-api-service | 11:22 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Fix "configure container (other services)" when statement https://review.openstack.org/622507 | 11:27 |
*** hamzaachi has quit IRC | 11:31 | |
*** rodolof has quit IRC | 11:35 | |
*** rodolof has joined #openstack-ansible | 11:35 | |
*** ahosam has joined #openstack-ansible | 11:57 | |
*** ahosam has quit IRC | 12:01 | |
*** macza has joined #openstack-ansible | 12:02 | |
*** macza has quit IRC | 12:06 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer stable/rocky: Use the distro package for libvirt-python https://review.openstack.org/624379 | 12:08 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer stable/rocky: Enable overriding the service setup host python interpreter https://review.openstack.org/622530 | 12:08 |
jrosser | noonedeadpunk: fwiw i get the same as this http://paste.openstack.org/show/736931/ - not my area of expertise though.... | 12:09 |
chandan_kumar | odyssey4me: jrosser anything more to add on this https://review.openstack.org/622999 will i enable the same for susu distro job also as temepstconf is already packaged there? | 12:21 |
noonedeadpunk | jrosser: I think, that the problem is, that my 2 hosts have different time, but I thought, that chrony is supposed to be configured... So I guess, that cinder-scheduler see that last message was too late, and mark service as down. | 12:21 |
*** macza has joined #openstack-ansible | 12:23 | |
*** mkuf has joined #openstack-ansible | 12:26 | |
*** fresta_ is now known as fresta | 12:27 | |
*** macza has quit IRC | 12:28 | |
jamesden_ | mornin' | 12:29 |
*** jamesden_ is now known as jamesdenton | 12:29 | |
admin0 | \o | 12:29 |
*** mkuf_ has quit IRC | 12:30 | |
noonedeadpunk | Any guess, why chrony has more that 1 min difference? http://paste.openstack.org/show/736979/ | 12:31 |
*** hamzaachi has joined #openstack-ansible | 12:31 | |
jamesdenton | not really my wheelhouse, but what does /etc/chrony.conf look like for each of those? | 12:34 |
odyssey4me | evrardjp jrosser what do you think of https://review.openstack.org/619526 ? | 12:34 |
jrosser | odyssey4me: i don't think i've ever used the logs in the log container for debugging a CI job | 12:35 |
odyssey4me | jrosser so the only reason I can think of to keep it is to exercise that code path, but honestly it's barely worth it IMO | 12:38 |
odyssey4me | The AIO is quite artificial, so I'm of the opinion that we should slim it down - and perhaps later introduce multi-node testing instead. | 12:39 |
*** rodolof has quit IRC | 12:41 | |
*** rodolof has joined #openstack-ansible | 12:41 | |
noonedeadpunk | jamesdenton: its the same and looks like this http://paste.openstack.org/show/736980/ | 12:43 |
*** ansmith has quit IRC | 12:45 | |
jrosser | odyssey4me: everything logs as DEBUG too so it's really loads of traffic | 12:47 |
openstackgerrit | Merged openstack/openstack-ansible master: Zuul: Simplify the integrated test playbooks https://review.openstack.org/623250 | 12:47 |
jrosser | i was looking at the rather out-of-date set of periodic jobs, perhaps these would be a good place to put a more full fat config | 12:48 |
odyssey4me | evrardjp jrosser mind also taking a peek at https://review.openstack.org/619732 ? | 12:51 |
jamesdenton | noonedeadpunk that ref time seems to be the last time it checked the source. You can force a sync with >> chronyc -a 'burst 4/4' | 12:52 |
jamesdenton | noonedeadpunk between my two nodes there was nearly a 9 min difference in that ref time, but the time reflected by the 'date' command was within 0.5 secs of each other | 12:52 |
*** dave-mccowan has joined #openstack-ansible | 12:53 | |
jamesdenton | noonedeadpunk "chronyc -a 'burst 4/4'; chronyc -a makestep" might be the trick. | 12:53 |
noonedeadpunk | jamesdenton yep, it did the trick! Thanks! | 12:54 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Zuul: Simplify the integrated test playbooks https://review.openstack.org/624385 | 12:54 |
noonedeadpunk | date had also more than 1 min difference. | 12:55 |
jamesdenton | Thank you, Oracle docs: https://docs.oracle.com/cd/E90981_01/E90982/html/chrony.html | 12:55 |
noonedeadpunk | Yeah. And it has fixed my problem with cinder status:) | 12:56 |
jamesdenton | oh, good deal! | 12:57 |
noonedeadpunk | The question is - why chrony hasn't synced the time itself... And maybe it's worth considering to use timedatectl, in terms of global movement to systemctl services? | 12:58 |
*** vnogin has joined #openstack-ansible | 12:59 | |
jrosser | odyssey4me: won't this still be "distro" and miss a bunch of tempest source related vars in playbooks/defaults/source_install.yml ? | 12:59 |
jrosser | https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-tempest-install.yml#L21 | 12:59 |
*** dave-mccowan has quit IRC | 13:01 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client master: tasks: python: Add support for python3 environments https://review.openstack.org/616608 | 13:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Refactor ceph server playbooks https://review.openstack.org/611146 | 13:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Refactor ceph server playbooks https://review.openstack.org/611146 | 13:09 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Remove unnecessary octavia scenario AIO bootstrap https://review.openstack.org/619792 | 13:14 |
evrardjp | jrosser: so? | 13:18 |
evrardjp | ogh | 13:18 |
evrardjp | oh* | 13:18 |
evrardjp | yeah it's maybe better to set fact ahead of time in this play for ubuntu instead | 13:18 |
odyssey4me | evrardjp jrosser well, hmm... I think the trouble is that install_method is set as an extra var - so nothing else will trump it | 13:19 |
evrardjp | set_fact | 13:19 |
jrosser | it just felt a bit ugly where some things would be using source_install.yml and others distro_install, felt like a trap waiting to get us later | 13:19 |
*** aedc has joined #openstack-ansible | 13:19 | |
evrardjp | set_fact trumps the included vars/ | 13:20 |
evrardjp | oh you meant extra | 13:20 |
evrardjp | garg | 13:20 |
odyssey4me | yep | 13:20 |
odyssey4me | I'm going to have to take a better look at all this and see what we can do. | 13:20 |
evrardjp | well at the same time it passed testing | 13:21 |
odyssey4me | I think most of those vars are unnecessary to set, so I think it can be simplified/removed. | 13:21 |
jrosser | yeah i don't have a specific thing it breaks, its just not totally nice | 13:21 |
evrardjp | simplification can help there | 13:21 |
odyssey4me | jrosser could you register your -1 on the patch so that I remember what the issue is. | 13:21 |
jrosser | sure | 13:21 |
odyssey4me | thanks - I'll revisit it some time soon | 13:23 |
*** macza has joined #openstack-ansible | 13:25 | |
jamesdenton | is there a magic command that will show me the inventory and "is_metal" status? | 13:28 |
odyssey4me | jamesdenton well, is_metal is effectively a host var I think - so just using the debug module and an ad-hoc ansible command may show it | 13:29 |
*** macza has quit IRC | 13:29 | |
jrosser | is there a release note for this? https://review.openstack.org/#/c/622216/ | 13:35 |
odyssey4me | mbuil_ ? | 13:35 |
jrosser | theres suggestion in the comments that there is but i'm having a hard time finding it | 13:36 |
jamesdenton | thanks odyssey4me | 13:36 |
odyssey4me | jrosser hmm, I see where a reno would be good | 13:37 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Ensure AIO container_tech/install_method vars are namespaced https://review.openstack.org/620278 | 13:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Implement documentation changes for translations https://review.openstack.org/620279 | 13:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: [docs] Clean up the AIO user story https://review.openstack.org/620280 | 13:41 |
*** vnogin has quit IRC | 13:43 | |
jrosser | mnaser evrardjp can you take a look at this? https://review.openstack.org/#/c/624336/ | 13:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/rocky: Switch to using public endpoint for URIs https://review.openstack.org/619355 | 13:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Fix permissions on /var/lib/glance/cache https://review.openstack.org/619343 | 13:55 |
*** ansmith has joined #openstack-ansible | 13:55 | |
evrardjp | jrosser: makes sense to me. I will not +W though, waiting for mnaser | 13:55 |
jrosser | ta | 13:56 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Implement AIO changes to allow test usage by roles https://review.openstack.org/622513 | 13:57 |
pabelanger | evrardjp: Is there plan to propose an update to stable/rocky git sha1 sometime this week for roles? | 14:02 |
evrardjp | pabelanger: it was on the agenda of last friday, I am a little late as you can see. | 14:04 |
evrardjp | I will do that now | 14:05 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/rocky: Disable cinder api apache config in distro install https://review.openstack.org/616978 | 14:05 |
*** macza has joined #openstack-ansible | 14:06 | |
*** mkuf_ has joined #openstack-ansible | 14:06 | |
*** mkuf has quit IRC | 14:09 | |
*** macza has quit IRC | 14:10 | |
*** mkuf has joined #openstack-ansible | 14:14 | |
jrosser | odyssey4me: that failed job with lxc cache prep did not complete was happening a whole bunch a week or so ago | 14:17 |
*** goldenfri has quit IRC | 14:17 | |
*** mkuf_ has quit IRC | 14:17 | |
Miouge | It would appreciate to get reviews on those 2 backport for Queens and Pike: https://review.openstack.org/#/q/f8187bda2cb7bdc306e09f369ecbed15fba1e041 | 14:18 |
Miouge | s/It/I :) | 14:18 |
odyssey4me | cores - it'd be good to get this in so that I can backport it - it affects anyone using LDAP: https://review.openstack.org/620574 | 14:18 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Update all SHAs for 18.1.2 https://review.openstack.org/624407 | 14:19 |
*** rodolof has quit IRC | 14:19 | |
*** rodolof has joined #openstack-ansible | 14:19 | |
odyssey4me | evrardjp any chance that you could rebase that sha bump on top of https://review.openstack.org/624043 ? | 14:20 |
evrardjp | will do when my x meetings are over :) | 14:21 |
evrardjp | because brain power required | 14:21 |
evrardjp | hahah | 14:21 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/rocky: Add support for NFS https://review.openstack.org/613285 | 14:22 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Increase Galera self-signed SSL CA expiration https://review.openstack.org/624234 | 14:22 |
pabelanger | evrardjp: +1, thanks! | 14:22 |
odyssey4me | evrardjp it will require a rebase after that one merges anyway, which will happen soon-ish | 14:23 |
jrosser | also today is the first day for a week+ that we've been able to merge any volume of patches | 14:24 |
jrosser | so might just need some looking at what needs to be in a release | 14:24 |
evrardjp | odyssey4me: yeah that was my understanding when I so the votes :) | 14:24 |
evrardjp | saw* | 14:25 |
odyssey4me | jrosser fair statement, although I think https://review.openstack.org/624043 should cover most bases | 14:25 |
odyssey4me | it updates all the AIO installed roles :p | 14:25 |
admin0 | heat does not work in 18.1.0 in my test stack ( new one) and says: Unable to connect to AMQP server on 172.29.239.110:5671 after None tries: (0, 0): (403) ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN | 14:25 |
openstackgerrit | Dmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: gnocchi_resources override fixed https://review.openstack.org/622956 | 14:25 |
admin0 | how do I force heat user/pass creation on rabbithq | 14:26 |
odyssey4me | admin0 just run the playbook again - but make sure that you have the secrets correctly populated | 14:26 |
*** aedc has quit IRC | 14:27 | |
admin0 | the secrets are there .. i reran the playbook ..even deleted the rabbitmq container | 14:27 |
openstackgerrit | Chandan Kumar proposed openstack/openstack-ansible-os_tempest master: Added support for running tempestconf from rpm https://review.openstack.org/622999 | 14:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Update messaging notification configuration https://review.openstack.org/604117 | 14:28 |
admin0 | odyssey4me, secrets has heat_service_password and heat_stack_domain_admin_password | 14:29 |
admin0 | also heat_auth_enc_key, container_mysql and heat_oslomsg_rpc | 14:29 |
openstackgerrit | Dmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: gnocchi_resources override fixed https://review.openstack.org/622956 | 14:30 |
openstackgerrit | Dmitriy Rabotjagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Add ability to override meters.yaml and event_defenitions.yaml https://review.openstack.org/623239 | 14:30 |
odyssey4me | admin0 the rabbtmq passwords are the oslomsg vars | 14:30 |
admin0 | yes and those are correct int he config as well | 14:31 |
admin0 | heat.conf | 14:31 |
odyssey4me | admin0 check if these tasks ran successfully: https://github.com/openstack/openstack-ansible-os_heat/blob/stable/rocky/tasks/mq_setup.yml | 14:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/rocky: Drop identity_uri usage in keystone_authtoken https://review.openstack.org/619270 | 14:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/queens: Drop identity_uri usage in keystone_authtoken https://review.openstack.org/619271 | 14:33 |
admin0 | rerunning the rabbit install playbook with logging to a file .. will grep and check after this | 14:33 |
admin0 | will do the same for heat | 14:33 |
odyssey4me | admin0 the rabbitmq install play only installs rabbit, it doesn't do any of the users - the service plays do that | 14:33 |
*** udesale has joined #openstack-ansible | 14:33 | |
admin0 | loggin both :) just in case i may catch any errror | 14:34 |
odyssey4me | admin0 also, there is already a log file by default in https://github.com/openstack/openstack-ansible/blob/master/scripts/openstack-ansible.rc#L19 | 14:34 |
admin0 | TASK [os_heat : Add RPC Qdrouterd user] - has no OK | 14:35 |
admin0 | just blank | 14:35 |
odyssey4me | admin0 yes, because you're not using qrouterd - you're using rabbitmq | 14:36 |
admin0 | TASK [os_heat : Add Notify RabbitMQ user] - also blank | 14:36 |
admin0 | no OK .. nothing | 14:36 |
*** rodolof has quit IRC | 14:37 | |
odyssey4me | admin0 that'll only be actioned if it's different to the rpc user/password | 14:37 |
odyssey4me | which is not the case here, you're using the default | 14:37 |
*** rodolof has joined #openstack-ansible | 14:37 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: Update all SHAs for 17.1.6 https://review.openstack.org/624414 | 14:38 |
*** rodolof has quit IRC | 14:38 | |
*** rodolof has joined #openstack-ansible | 14:38 | |
admin0 | odyssey4me, so if i change the user_pass to 1 bit something else in user_secrets, that should re-add and re-create the files and users | 14:39 |
rjgibson | Following up on my cinder problem from yesterday... I had some leftover config in env.d/cinder.yml which specified cinder_scheduler_container in container_skel | 14:39 |
odyssey4me | admin0 no, the user/pass are always created every time | 14:39 |
odyssey4me | admin0 as long as that task runs, it should show changed when running the heat role - if it only shows ok, then I'd be surprised, because most user/pass tasks aren't idempotent | 14:40 |
*** cshen has quit IRC | 14:41 | |
admin0 | well, the issue is it does not even show OK | 14:41 |
admin0 | the config has the correct pass | 14:41 |
admin0 | but rabbitmq somehow does not have that user/pass setup correctly | 14:41 |
odyssey4me | admin0 what does the task result show ? | 14:41 |
admin0 | https://pastebin.com/vZWzEXPD | 14:41 |
odyssey4me | admin0 it's showing changed | 14:42 |
odyssey4me | only two tasks are running - one to create the vhost, and one to create the user and set the password - that's how it's supposed to work | 14:42 |
admin0 | hmm.. how to fix this then .. that rabbit denies the user | 14:43 |
odyssey4me | admin0 try using the user/password through the cli or something to verify it - is this a new env which had passwords previously? if so, check if the old one works? | 14:43 |
admin0 | this is a brand new env | 14:44 |
*** kopecmartin has joined #openstack-ansible | 14:45 | |
*** aedc has joined #openstack-ansible | 14:46 | |
odyssey4me | well then I dunno, you'll have to try it via CLI to verify whether it's a user/pass issue or some other connectivity issue | 14:46 |
*** jawad_axd has joined #openstack-ansible | 14:46 | |
admin0 | odyssey4me, i changed the user_secret by hand, reran the heat playbook and found something .. http://paste.openstack.org/show/737020/ - maybe it can say something | 14:49 |
odyssey4me | admin0 what does it tell you? | 14:50 |
admin0 | i am trying out to figure out which of the conditional set it to faluse | 14:51 |
admin0 | lots of OR (|) in there | 14:51 |
*** jawad_axd has quit IRC | 14:51 | |
odyssey4me | admin0 you're not reading it right - it's running against two hosts, only one should actually run it | 14:51 |
odyssey4me | because the rabbitmq user can only be created in rabbitmq once, otherwise there'd be a race condition | 14:52 |
odyssey4me | so if you read it carefully, it's not running on the first host - but is on the second | 14:52 |
odyssey4me | so it is doing the right thing | 14:52 |
*** jawad_axd has joined #openstack-ansible | 14:52 | |
odyssey4me | admin0 as suggested before, use the rabbitmq cli to see whether the user is there and the password is right - that helps to diagnose whether that is actually the issue or whether it's a connectivity one | 14:54 |
admin0 | i think i have a runaway container :D | 14:55 |
odyssey4me | huh? | 14:55 |
*** jawad_ax_ has joined #openstack-ansible | 14:56 | |
*** jawad_axd has quit IRC | 14:56 | |
*** jawad_ax_ has quit IRC | 15:00 | |
*** markvoelker has joined #openstack-ansible | 15:00 | |
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:01 |
jamesdenton | QQ: I just performed a P->Q upgrade, expecting to see the behavior outlined in the release notes here: "Neutron connectivity agents will now be deployed on baremetal within the “network_hosts” defined within the openstack_user_config.yml". But that didn't occur. I do have network_hosts defined as my (single) infra node, but no indication that agents were deployed on baremetal | 15:17 |
*** oanson has joined #openstack-ansible | 15:17 | |
*** mkuf has quit IRC | 15:22 | |
neith | Hello, I am facing an issue where it seems like instances randomly freeze while connected over ssh. I'm trying to determine if its a network problem related to ssh transport or a real freeze on the instance side. How would you test to eliminate the suspicion regarding ssh. Our setup is an openstack deployed with osa/queens using linux bridge. | 15:22 |
*** rodolof has quit IRC | 15:27 | |
*** rodolof has joined #openstack-ansible | 15:27 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: MNAIO: Fix warning for guestfish workaround task https://review.openstack.org/620599 | 15:28 |
*** mkuf has joined #openstack-ansible | 15:28 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: MNAIO: If there is no secondary data disk, use the root disk https://review.openstack.org/620600 | 15:30 |
jamesdenton | neith it's locking up while using it? Any consistency (i.e. is it after some idle period) or can you be actively using it and it just stops responding? | 15:30 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Use libeatmydata during LXC cache prep https://review.openstack.org/621509 | 15:33 |
*** ivve has joined #openstack-ansible | 15:37 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.24 https://review.openstack.org/624427 | 15:38 |
noonedeadpunk | jamesdenton: so you don't have /openstack/venvs/neutron-17-*/ on your network node? | 15:41 |
*** weezS has joined #openstack-ansible | 15:41 | |
jamesdenton | no | 15:41 |
noonedeadpunk | And don't you have somewhere is_metal: false for network_containers? | 15:46 |
noonedeadpunk | *neutron_agents_container | 15:46 |
noonedeadpunk | As for queens is_metal: true https://github.com/openstack/openstack-ansible/blob/stable/queens/inventory/env.d/neutron.yml#L56-L71 | 15:47 |
noonedeadpunk | Folks, can you kindly review these 2 patches? https://review.openstack.org/#/q/topic:template_overrides+(status:open+OR+status:merged) | 15:49 |
jamesdenton | noonedeadpunk i confirmed the env.d skel has is_metal: true. I am not sure if I should expect changes to the inventory or not | 15:49 |
noonedeadpunk | I think, that inventory is like a war - it never changes:) | 15:50 |
noonedeadpunk | So I had to change inventory manually, once I some record in it is already present. | 15:51 |
jamesdenton | i might try greenfield queens deploy and compare. | 15:51 |
cjloader | can I get some eyes on the designate spec https://review.openstack.org/#/c/556586/ | 15:51 |
cjloader | mnaser: you mentioned to bug you at the ptg | 15:52 |
admin0 | odyssey4me, fixed finally .. had to remove the heat completely from inventory and ips, have it create new one, change passwords and finally working | 15:53 |
admin0 | jamesdenton, doesn't pci passthrough whitelist need the pci address https://docs.openstack.org/nova/pike/admin/pci-passthrough.html -- while the ansible way we did only passes the devname and not the address ? | 15:55 |
*** markvoelker has quit IRC | 15:55 | |
jamesdenton | admin0 https://docs.openstack.org/nova/pike/configuration/config.html and check passthrough_whitelist¶ | 15:56 |
*** markvoelker has joined #openstack-ansible | 15:56 | |
jamesdenton | https://docs.openstack.org/nova/pike/configuration/config.html#pci.passthrough_whitelist | 15:56 |
admin0 | https://docs.openstack.org/nova/pike/admin/pci-passthrough.html -- we have 2 docs that say different | 15:57 |
admin0 | is there a way to test if this is working ? | 15:57 |
neith | jamesdenton its locking while using it yes, and I did not see any pattern | 15:57 |
neith | jamesdenton: its like a fsfreeze | 15:58 |
jamesdenton | admin0 well it does say, For more information about the syntax of passthrough_whitelist, refer to Configuration Options ;D | 15:58 |
admin0 | yeah . i think it can be said any way | 15:58 |
admin0 | config file accepts any way i think | 15:58 |
admin0 | "Alternatively the [pci] passthrough_whitelist parameter also supports whitelisting by:" -- | 15:58 |
admin0 | read this :) | 15:58 |
admin0 | i meant to say i read that .. and not read this to you | 16:00 |
*** aedc has quit IRC | 16:01 | |
*** markvoelker has quit IRC | 16:01 | |
admin0 | past tense of read is read :D | 16:01 |
*** aedc has joined #openstack-ansible | 16:01 | |
*** cshen has joined #openstack-ansible | 16:01 | |
evrardjp | o/ | 16:02 |
admin0 | \o | 16:02 |
redkrieg | jamesdenton: finished a playbook run with flat:eth12 in network_mappings. everything is correct now. I don't know why that config was set up that way, I borrowed config examples from all over the place :( | 16:03 |
redkrieg | thanks again for your help | 16:04 |
jamesdenton | ok, so host_bind_override worked then? good deal | 16:04 |
evrardjp | is there a meeting today? | 16:05 |
cjloader | thx odyssey4me for the review | 16:05 |
neith | jamesdenton: the only thing I noticed is that the duration of the freeze varies from a few seonds to 30sec | 16:06 |
neith | jamesdenton: I should try to tcpdump on the tap device of an instance to see if network flow is suspended, what do you think? | 16:07 |
jamesdenton | not a bad idea. is it restoring on its own? | 16:08 |
jamesdenton | Check virsh to see if instance is becoming paused | 16:08 |
neith | jamesdenton: yes its restoring on its own | 16:09 |
*** jawad_axd has joined #openstack-ansible | 16:11 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Ensure that LDAP config is deployed on all keystone hosts https://review.openstack.org/620574 | 16:11 |
*** udesale has quit IRC | 16:14 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/rocky: Ensure that LDAP config is deployed on all keystone hosts https://review.openstack.org/624430 | 16:14 |
*** jawad_axd has quit IRC | 16:15 | |
*** rodolof has quit IRC | 16:15 | |
*** rodolof has joined #openstack-ansible | 16:16 | |
mgariepy | admin0, https://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L648-L659 | 16:17 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/queens: Ensure that LDAP config is deployed on all keystone hosts https://review.openstack.org/624433 | 16:19 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/pike: Ensure that LDAP config is deployed on all keystone hosts https://review.openstack.org/624434 | 16:19 |
mgariepy | admin0, I do it like: the devname is there i guess only for network devices. | 16:20 |
mgariepy | nova_pci_passthrough_whitelist: '[{"vendor_id": "10de", "product_id": "1b02"}]' | 16:21 |
mgariepy | then i set an alias for the devices and use that in the flavors | 16:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone stable/ocata: Ensure that LDAP config is deployed on all keystone hosts https://review.openstack.org/624436 | 16:21 |
*** rodolof has quit IRC | 16:23 | |
*** rodolof has joined #openstack-ansible | 16:24 | |
*** rodolof has quit IRC | 16:44 | |
*** rodolof has joined #openstack-ansible | 16:44 | |
*** macza has joined #openstack-ansible | 16:49 | |
ArchiFleKs | Hi, I'm trying to deploy on AIO with scenario aio_nspawn and it failed at http://paste.openstack.org/show/737036/ It tries t connect to 172.29.236.100, but I have no bidge created automatically, I have only 'mv-*' | 16:53 |
ArchiFleKs | cloudnull: I have no interface created with this IP | 16:56 |
*** aedc has quit IRC | 17:06 | |
*** hamzaachi has quit IRC | 17:07 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Update all SHAs for 18.1.2 https://review.openstack.org/624407 | 17:15 |
*** kopecmartin is now known as kopecmartin|off | 17:16 | |
*** aedc has joined #openstack-ansible | 17:20 | |
*** gyee has joined #openstack-ansible | 17:22 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible master: Add qdrouterd role for rpc messaging backend deployment https://review.openstack.org/624184 | 17:27 |
*** vakuznet has joined #openstack-ansible | 17:30 | |
*** DanyC has quit IRC | 17:32 | |
*** DanyC has joined #openstack-ansible | 17:32 | |
*** rodolof has quit IRC | 17:33 | |
*** rodolof has joined #openstack-ansible | 17:33 | |
*** DanyC has quit IRC | 17:34 | |
*** hamzaachi has joined #openstack-ansible | 17:50 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server stable/rocky: Fix Galera self-signed SSL functionality https://review.openstack.org/615971 | 17:52 |
*** gyee has quit IRC | 17:56 | |
*** rodolof has quit IRC | 17:58 | |
*** rodolof has joined #openstack-ansible | 17:59 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/rocky: Cleanup nova distro package install lists https://review.openstack.org/616985 | 18:02 |
nsmeds | morning/evening guys. Question about something - I saw that a change was merged from master into stable/rocky ( https://review.openstack.org/#/c/615971/ ), which is sweet. Will it also be merged into stable/queens? | 18:12 |
openstackgerrit | Antony Messerli proposed openstack/openstack-ansible-ops master: Better handling for resuming leapfrog upgrade https://review.openstack.org/624455 | 18:16 |
*** Adri2000 has quit IRC | 18:43 | |
gisak | guys can you help me with external network issue on my new openstack env | 18:44 |
gisak | fighting this one from 1 week so far, cant understand why gateway is unreachable ... | 18:44 |
gisak | the port status from public-network is Down for some reason | 18:46 |
gisak | but binding VIF type is : bridge (ok as I understand), still unreachable network anyways (( | 18:47 |
gisak | http://paste.openstack.org/show/737043/ | 18:48 |
*** Adri2000 has joined #openstack-ansible | 18:48 | |
*** gisak has quit IRC | 18:54 | |
jrosser | Well, I’d probably be starting on the network node / controller with all the neutron logs | 18:57 |
jrosser | Looking for error messages, there’s usually something, or at the worse a stack trace if something had gone really horribly wrong | 18:58 |
jrosser | Then start poking in the relevant network namespace to ping the instance and your external gateway ip | 18:59 |
mgariepy | nsmeds, you can cherry pick the change to queens branch | 19:08 |
nsmeds | mgariepy: ok, cool. time to learn something new again (i'll give it a shot in a bit) | 19:09 |
jonher | nsmeds: just click cherry pick on the link you sent and select the stable/queens branch and you're good :) | 19:10 |
*** cshen has quit IRC | 19:12 | |
*** cshen has joined #openstack-ansible | 19:13 | |
nsmeds | that'd have been too easy - need to deal with merge conflict | 19:13 |
jonher | oh :) | 19:15 |
*** cshen has quit IRC | 19:17 | |
*** electrofelix has quit IRC | 19:26 | |
*** lbragstad has quit IRC | 19:30 | |
mgariepy | haha :D | 19:30 |
*** lbragstad has joined #openstack-ansible | 19:31 | |
*** jawad_axd has joined #openstack-ansible | 19:35 | |
*** shardy has quit IRC | 19:37 | |
*** cshen has joined #openstack-ansible | 19:38 | |
mgariepy | nsmeds, if you need help let us know. | 19:39 |
nsmeds | just struggling with something else right now, but I'll give it a shot today - useful to learn | 19:40 |
nsmeds | appreciate it | 19:40 |
mgariepy | ok | 19:40 |
*** jawad_axd has quit IRC | 19:40 | |
mgariepy | basicaly you git clone the repo, checkout stable/queens, cherry-pick the wanted patch, resolv the conflict and then submit for review | 19:41 |
*** ansmith has quit IRC | 19:41 | |
nsmeds | :thumbsup" | 19:41 |
*** ansmith has joined #openstack-ansible | 19:41 | |
*** cshen has quit IRC | 19:43 | |
*** bouncy has quit IRC | 19:46 | |
*** macza has quit IRC | 19:51 | |
*** macza has joined #openstack-ansible | 19:53 | |
*** cshen has joined #openstack-ansible | 19:53 | |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Document how to use the utility container for service setup https://review.openstack.org/624043 | 20:02 |
openstackgerrit | Niko Smeds proposed openstack/openstack-ansible-galera_server stable/queens: Fix Galera self-signed SSL functionality https://review.openstack.org/624482 | 20:17 |
nsmeds | maybe? | 20:17 |
nsmeds | except I didn't make a branch for it... derp. Does it matter? was following https://docs.openstack.org/project-team-guide/stable-branches.html#proposing-fixes | 20:20 |
*** DanyC has joined #openstack-ansible | 20:20 | |
jrosser | you can fix that by editing the topic in gerrit ui | 20:33 |
*** jawad_axd has joined #openstack-ansible | 20:38 | |
nsmeds | done | 20:41 |
*** jawad_axd has quit IRC | 20:42 | |
admin0 | jamesdenton, what was the git for the fail-mode again :) | 20:50 |
admin0 | i forgot to bookmark where i cherry-picked it from | 20:50 |
*** jawad_axd has joined #openstack-ansible | 20:58 | |
*** ThiagoCMC has joined #openstack-ansible | 21:00 | |
*** rodolof has quit IRC | 21:01 | |
*** rodolof has joined #openstack-ansible | 21:01 | |
*** jawad_axd has quit IRC | 21:03 | |
*** cshen has quit IRC | 21:08 | |
*** ansmith has quit IRC | 21:10 | |
*** aedc has quit IRC | 21:22 | |
*** aedc has joined #openstack-ansible | 21:22 | |
*** markvoelker has joined #openstack-ansible | 21:45 | |
*** cshen has joined #openstack-ansible | 21:45 | |
*** markvoelker has quit IRC | 21:49 | |
*** DanyC has quit IRC | 21:52 | |
*** jawad_axd has joined #openstack-ansible | 22:00 | |
*** jawad_axd has quit IRC | 22:04 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/rocky: nspawn: correct task names https://review.openstack.org/622183 | 22:11 |
*** radeks has quit IRC | 22:18 | |
*** markvoelker has joined #openstack-ansible | 22:24 | |
jonher | admin0: what's the review URL for the cherry picked version? | 22:25 |
admin0 | jonher, https://review.openstack.org/#/c/613286/1/tasks/providers/ovs_config.yml | 22:26 |
jonher | admin0: this? https://review.openstack.org/#/c/611874/ | 22:30 |
admin0 | yep | 22:31 |
*** rjgibson has quit IRC | 22:45 | |
*** aedc has quit IRC | 22:54 | |
*** jawad_axd has joined #openstack-ansible | 23:23 | |
*** jawad_axd has quit IRC | 23:27 | |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Update playbook to newer syntax. https://review.openstack.org/620569 | 23:30 |
*** vakuznet has quit IRC | 23:37 | |
*** jawad_axd has joined #openstack-ansible | 23:44 | |
*** jawad_axd has quit IRC | 23:49 | |
*** rodolof has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!