| *** waxfire has quit IRC | 00:00 | |
| *** waxfire has joined #openstack-ansible | 00:00 | |
| *** cshen has joined #openstack-ansible | 00:40 | |
| *** cshen has quit IRC | 00:45 | |
| *** maharg101 has joined #openstack-ansible | 01:42 | |
| *** maharg101 has quit IRC | 01:48 | |
| *** cshen has joined #openstack-ansible | 01:54 | |
| *** cshen has quit IRC | 01:59 | |
| *** cshen has joined #openstack-ansible | 03:11 | |
| *** cshen has quit IRC | 03:16 | |
| *** maharg101 has joined #openstack-ansible | 03:43 | |
| *** maharg101 has quit IRC | 03:48 | |
| *** macz_ has joined #openstack-ansible | 03:53 | |
| *** macz_ has quit IRC | 03:58 | |
| *** nicolasbock has quit IRC | 04:29 | |
| *** gouthamr has quit IRC | 04:30 | |
| *** gouthamr has joined #openstack-ansible | 04:30 | |
| *** nicolasbock has joined #openstack-ansible | 04:30 | |
| *** evrardjp has quit IRC | 04:33 | |
| *** evrardjp has joined #openstack-ansible | 04:33 | |
| *** cshen has joined #openstack-ansible | 05:01 | |
| *** cshen has quit IRC | 05:06 | |
| *** cshen has joined #openstack-ansible | 07:02 | |
| *** cshen has quit IRC | 07:07 | |
| *** maharg101 has joined #openstack-ansible | 07:11 | |
| *** cshen has joined #openstack-ansible | 07:30 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/755225 | 07:42 |
|---|---|---|
| *** lumix1991 has joined #openstack-ansible | 07:53 | |
| *** watersj has quit IRC | 08:01 | |
| *** ianychoi_ has joined #openstack-ansible | 08:23 | |
| *** ianychoi has quit IRC | 08:26 | |
| *** lumix1991 has quit IRC | 09:01 | |
| *** nicolasbock has quit IRC | 09:33 | |
| *** nicolasbock has joined #openstack-ansible | 09:34 | |
| *** cshen has quit IRC | 09:36 | |
| *** andrea15 has joined #openstack-ansible | 09:41 | |
| *** waxfire1 has joined #openstack-ansible | 10:04 | |
| *** tosky has joined #openstack-ansible | 10:07 | |
| *** waxfire has quit IRC | 10:08 | |
| *** waxfire1 is now known as waxfire | 10:08 | |
| *** cshen has joined #openstack-ansible | 10:08 | |
| *** cshen has quit IRC | 10:12 | |
| *** MickyMan77 has quit IRC | 10:26 | |
| *** maharg101 has quit IRC | 10:26 | |
| *** lumix1991 has joined #openstack-ansible | 10:54 | |
| *** lumix1991 has quit IRC | 11:20 | |
| recyclehero | guys hope u are enjoying ur weekend but here we have fridays as weekends I need u cuz of my insecurities and lack of knowledege. | 11:22 |
| recyclehero | I have overcomed my 1 nic problem. I decided I will go with 1 nic and make it 3 on infra hosts with 'macvlan mode private' | 11:24 |
| recyclehero | then I will have 1 more nic for provider network | 11:25 |
| recyclehero | I am getting ready to deploy | 11:25 |
| recyclehero | I will sketch the network topology on paper later on | 11:25 |
| recyclehero | watersj suggested moving ansible groups to the same network(br-storage, br-mgmt) | 11:27 |
| recyclehero | but I will keep them seperated and provide all the necessary bridges and later when I find the system under load I will replace the macvlan with actual interfaces|bond|vlans | 11:28 |
| recyclehero | can U please help me on this: what the rational behind this table? DuckDuckGo | 11:29 |
| recyclehero | wrong paste | 11:29 |
| recyclehero | https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network | 11:29 |
| recyclehero | I mean when to configure with static ips | 11:30 |
| *** maharg101 has joined #openstack-ansible | 11:33 | |
| *** cshen has joined #openstack-ansible | 11:34 | |
| *** maharg101 has quit IRC | 11:38 | |
| *** lumix1991 has joined #openstack-ansible | 11:40 | |
| *** maharg101 has joined #openstack-ansible | 11:41 | |
| recyclehero | also I would like to know about lxcbr0 which is called independent bridge(nat) on https://wiki.debian.org/LXC/SimpleBridge | 11:42 |
| jrosser | recyclehero: i can tell you straight away that macvlan/private is not going to work | 12:04 |
| jrosser | https://hicu.be/bridge-vs-macvlan | 12:05 |
| jrosser | your containers need to be able to contact the host which is the biggest and most fundamental problem with that | 12:05 |
| *** macz_ has joined #openstack-ansible | 12:11 | |
| *** lumix1991 has quit IRC | 12:12 | |
| *** macz_ has quit IRC | 12:16 | |
| recyclehero | jrosser: I read that link before deciding, I thought I've figured that out | 12:20 |
| jrosser | you see that traffic that exists the host and re-enters is dropped? | 12:21 |
| jrosser | *exits | 12:21 |
| recyclehero | I thought if it wants to communicate within the host container it can do so in the bridge which is implented on the bridge | 12:22 |
| recyclehero | so it doesnt exits the host | 12:22 |
| jrosser | but thats macvlan/bridge mode right? | 12:23 |
| jrosser | not private | 12:23 |
| recyclehero | can u think of an example of the communication so we can think that out | 12:23 |
| recyclehero | like which service wants to talk with which | 12:23 |
| jrosser | haproxy runs on the host | 12:23 |
| jrosser | your services are in containers | 12:23 |
| jrosser | cinder volume is on the host | 12:24 |
| jrosser | db/rabbit is in containers | 12:24 |
| jrosser | lots and lots :) | 12:24 |
| recyclehero | ok cinder volume with rabbit | 12:24 |
| jrosser | haproxy with database | 12:24 |
| jrosser | i can give loads of examples | 12:25 |
| recyclehero | my next qustion was how I can get rid of haproxy for now, and I wanted to use nfs so cinder was in a container | 12:25 |
| jrosser | you can't get rid of haproxy really | 12:26 |
| recyclehero | but lets figure the problem out | 12:26 |
| jrosser | if you want to do that then really OSA is not for you | 12:26 |
| recyclehero | I wanted to use one infar host for the moment and one compute | 12:26 |
| recyclehero | I cant? | 12:26 |
| jrosser | the loadbalancer is a central part of the architecture even for a non-HA deployment | 12:27 |
| recyclehero | got it okay | 12:27 |
| recyclehero | lets get back to the macvlan | 12:27 |
| recyclehero | jrosser: give me a specefic example so I can work that out | 12:28 |
| jrosser | i have no experience with getting macvlan to work | 12:29 |
| jrosser | OSA did a large amount of work with macvlan when we looked at nswpan instead of lxc | 12:29 |
| jrosser | and in the end nothing useful really resulted, other than lots of time spent trying to make it work | 12:29 |
| jrosser | if you really really want to stick with unmanaged switches and a single interface you might be better to look at virtualising the mgmt/storage interfaces using linux vxlan instead | 12:31 |
| jrosser | this is a reasonable explanation https://vincent.bernat.ch/en/blog/2017-vxlan-linux | 12:31 |
| recyclehero | I have been reading lots of RFC in these couple of days give me one example that you think it wont work/get dropped with macvlan and I will check it out | 12:33 |
| jrosser | you said specifically macvlan/pricvate mode | 12:33 |
| recyclehero | ok I will stick with that | 12:34 |
| jrosser | that won't allow traffic to re-enter the same host without support for 802.1Qbg in your switch which is certain to be missing | 12:34 |
| recyclehero | port aggregation, I saw that and I reasoned private would work | 12:35 |
| recyclehero | please give me the example :D | 12:35 |
| jrosser | example of what? | 12:35 |
| recyclehero | connection that u think get dropped | 12:35 |
| jrosser | haproxy on the host tries to connect to cinder-api in the cinder container, on infra node | 12:35 |
| * jrosser heads back to the weekend :) | 12:36 | |
| *** maharg101 has quit IRC | 12:38 | |
| *** lumix1991 has joined #openstack-ansible | 13:01 | |
| *** maharg101 has joined #openstack-ansible | 13:07 | |
| *** lumix1991 has quit IRC | 13:12 | |
| *** maharg101 has quit IRC | 13:12 | |
| *** recyclehero has quit IRC | 13:27 | |
| *** recyclehero has joined #openstack-ansible | 13:29 | |
| *** cshen has quit IRC | 13:41 | |
| *** cshen has joined #openstack-ansible | 13:43 | |
| *** cshen has quit IRC | 13:47 | |
| *** cshen has joined #openstack-ansible | 14:07 | |
| *** cshen has quit IRC | 14:11 | |
| *** cshen has joined #openstack-ansible | 14:12 | |
| *** recyclehero has quit IRC | 14:55 | |
| *** recyclehero has joined #openstack-ansible | 14:57 | |
| *** ianychoi__ has joined #openstack-ansible | 15:03 | |
| *** ianychoi_ has quit IRC | 15:06 | |
| *** maharg101 has joined #openstack-ansible | 15:08 | |
| *** maharg101 has quit IRC | 15:13 | |
| *** maharg101 has joined #openstack-ansible | 15:30 | |
| *** cshen has quit IRC | 15:50 | |
| *** cshen has joined #openstack-ansible | 16:18 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/755973 | 16:18 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Bump SHAs for stable/train https://review.opendev.org/755974 | 16:18 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/ussuri: Bump SHAs for stable/ussuri https://review.opendev.org/755975 | 16:18 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/755976 | 16:19 |
| *** cshen has quit IRC | 16:22 | |
| *** maharg101 has quit IRC | 17:04 | |
| *** tosky has quit IRC | 17:09 | |
| *** maharg101 has joined #openstack-ansible | 17:37 | |
| *** maharg101 has quit IRC | 17:42 | |
| *** mindthecap has joined #openstack-ansible | 18:08 | |
| *** cshen has joined #openstack-ansible | 18:18 | |
| *** cshen has quit IRC | 18:23 | |
| *** spatel has joined #openstack-ansible | 19:03 | |
| *** spatel has quit IRC | 19:06 | |
| masterpe | I try to follow https://docs.openstack.org/openstack-ansible/train/admin/upgrades/major-upgrades.html to upgrade from Stein to Train. But in this upgrade ceph will upgrade from Mimic to Nautilus. But in the document I do not see how to do this with these playbooks? | 19:07 |
| *** macz_ has joined #openstack-ansible | 19:24 | |
| *** macz_ has quit IRC | 19:28 | |
| *** cshen has joined #openstack-ansible | 19:32 | |
| *** maharg101 has joined #openstack-ansible | 19:38 | |
| *** maharg101 has quit IRC | 19:43 | |
| *** cshen has quit IRC | 19:46 | |
| *** tosky has joined #openstack-ansible | 19:49 | |
| masterpe | I think I need to use the -e 'rolling_update=true' variable | 19:49 |
| *** macz_ has joined #openstack-ansible | 20:00 | |
| recyclehero | when I see something on the terminal when running playbooks | 20:00 |
| recyclehero | where I should expect to find the actual task | 20:00 |
| recyclehero | lxc_hosts : Wait for base image download | 20:00 |
| recyclehero | I rgrep -i "Wait for base image download" in the /opt/openstack-ansible but I cant find this | 20:01 |
| *** macz_ has quit IRC | 20:04 | |
| recyclehero | it gets included and was in /etc/ansible/.... | 20:34 |
| *** andrea15 has quit IRC | 21:00 | |
| masterpe | Yes | 21:07 |
| *** cshen has joined #openstack-ansible | 21:42 | |
| *** cshen has quit IRC | 21:46 | |
| *** MickyMan77 has joined #openstack-ansible | 22:41 | |
| *** MickyMan77 has quit IRC | 22:49 | |
| *** tosky has quit IRC | 23:18 | |
| *** MickyMan77 has joined #openstack-ansible | 23:18 | |
| *** MickyMan77 has quit IRC | 23:27 | |
| *** maharg101 has joined #openstack-ansible | 23:39 | |
| *** cshen has joined #openstack-ansible | 23:42 | |
| *** maharg101 has quit IRC | 23:45 | |
| *** cshen has quit IRC | 23:47 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!