Tuesday, 2021-03-30

*** gyee has quit IRC00:05
*** jamesdenton has quit IRC00:08
*** jamesden_ has joined #openstack-ansible00:08
*** tosky has quit IRC00:10
*** macz_ has joined #openstack-ansible00:16
*** gyee has joined #openstack-ansible00:19
*** macz_ has quit IRC00:21
*** macz_ has joined #openstack-ansible00:57
*** macz_ has quit IRC01:02
*** jamesden_ has quit IRC01:17
*** jamesdenton has joined #openstack-ansible01:17
*** jamesdenton has quit IRC01:26
*** jamesden_ has joined #openstack-ansible01:26
*** jamesden_ has quit IRC02:00
*** jamesdenton has joined #openstack-ansible02:01
*** prometheanfire has quit IRC02:11
*** evrardjp has quit IRC02:33
*** evrardjp has joined #openstack-ansible02:33
*** jamesdenton has quit IRC03:01
*** jamesdenton has joined #openstack-ansible03:01
*** gyee has quit IRC04:12
*** rh-jlabarre has quit IRC04:15
*** jamesdenton has quit IRC04:21
*** jamesdenton has joined #openstack-ansible04:22
*** macz_ has joined #openstack-ansible04:48
*** macz_ has quit IRC04:52
*** miloa has joined #openstack-ansible05:20
*** miloa has quit IRC05:22
*** klamath_atx has quit IRC05:34
*** Guest84754 is now known as poopcat05:38
*** cloudnull has quit IRC05:54
snadgeive added a couple of compute nodes after the fact, and im trying to figure out why one of the compute's management interfaces conflicts with the management ip of the neutron container06:02
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: DNM - test  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/78378406:02
snadgei remember following a guide which shows you how to add compute nodes to an existing cluster.. and the ansible facts folder shows compute6 ip being the same as the one in for the neutron container in openstack_hostnames_ips.yml06:04
*** klamath_atx has joined #openstack-ansible06:07
*** klamath_atx has quit IRC06:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/78357706:37
noonedeadpunksnadge: for containers ansible picks IP automatically from provided cidr_networks, except used_ips space, which is also defined in openstack_user_config.yml06:39
noonedeadpunkso I think you should just set compute addresses inside of the06:40
noonedeadpunkused_ips space06:40
noonedeadpunkas dynamic inventory does not really check if you have used it anywhere else or not06:41
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Use the version of setuptools specified in upper-constraints  https://review.opendev.org/c/openstack/openstack-ansible/+/78372006:41
*** cloudnull has joined #openstack-ansible06:42
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Use the version of setuptools specified in upper-constraints  https://review.opendev.org/c/openstack/openstack-ansible/+/78372006:42
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/78357706:43
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Test dashboard only for horizon scenario  https://review.opendev.org/c/openstack/openstack-ansible/+/78237606:45
*** macz_ has joined #openstack-ansible06:49
snadgenoonedeadpunk, that sounds like a good idea yes, i was thinking something along those lines thanks06:49
*** macz_ has quit IRC06:53
*** yasemind has joined #openstack-ansible06:54
*** yasemind has quit IRC07:04
jrossernoonedeadpunk: is the 400 lines / uri module thing only a problem on bionic?07:13
jrosseri was testing on osx / focal and it seemed to return 500+ lines07:13
noonedeadpunkI think not. All except focal was failing07:13
jrossermaybe i mean python3.8 is good, 3.6 is not07:13
noonedeadpunkand focal was not actually affected because that module is built-in for 3.8 anyway07:14
jrosseri was looking at urllib examples and some need to call read() in a while loop to get all the chunks07:15
jrosserbut uri module does not do that07:15
jrosserbut at the same time feels like different behaviour 3.6 <> 3.807:15
*** yasemind has joined #openstack-ansible07:22
*** luksky has joined #openstack-ansible07:25
*** jamesdenton has quit IRC07:25
*** jamesdenton has joined #openstack-ansible07:26
*** rpittau|afk is now known as rpittau07:29
jrosserwell now i am really confused about what is happening http://paste.openstack.org/show/804025/07:31
noonedeadpunkum07:32
noonedeadpunkactually, I think we can really do better. I realizied that ansible has assemble module, which we can use to combine constraints07:33
noonedeadpunkinside python_venv_build07:33
noonedeadpunkthe only concern right now, is that we do build constraints in 2 places. so trying to somehow reuse code and make it more agnostic to where it should be executed07:34
jrosseri guess i'd like to be able to understand/replicate the truncating of the u-c data, which i don't seem to be able to do at all07:39
*** fresta_ has joined #openstack-ansible07:45
*** fresta has quit IRC07:47
*** brad[] has quit IRC07:47
*** brad[] has joined #openstack-ansible07:48
*** tosky has joined #openstack-ansible08:11
*** rohit02 has joined #openstack-ansible08:12
*** arxcruz has quit IRC08:14
*** arxcruz has joined #openstack-ansible08:18
jrossernoonedeadpunk: for os_neutron looks like very many of the u-c lines are removed here https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/neutron_install.yml#L6508:32
jrosser569 lines downloaded, 393 remain after the reject filter08:33
noonedeadpunkum...08:33
noonedeadpunkit's pretty specific...08:33
jrosserhttp://paste.openstack.org/show/804029/08:34
jrosserwell the regex is just totally wrong08:44
jrosserit's 'any char in [...]'08:44
noonedeadpunkbecause of the `[]`08:44
noonedeadpunkdoh08:44
jrosseryup08:44
jrosser'^ceilometer=*' is also not quite right08:45
jrosseras that also removes ceilometermiddleware===2.1.008:46
noonedeadpunk`^ceilometer==.*` should not match it?08:51
jrosseri think we just dont need the *08:52
noonedeadpunkbtw regex_search group selection seems broken nowadays in ansible :(08:52
jrosser'starts with ceilometer=' would be just ^ceilometer=08:53
* jrosser sanity checks with http://xenon.stanford.edu/~xusch/regexp/08:54
* noonedeadpunk prefers https://regex101.com08:54
jrossershiny08:55
jrossercan't beieve how wrong i got that08:55
*** tobberydberg has quit IRC08:58
jrosserthere are a few to fix https://codesearch.opendev.org/?q=%5C%3D%5C*%5C%5D%5C%27%5C)&i=nope&files=&excludeFiles=&repos=08:58
*** tobberydberg has joined #openstack-ansible09:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Fix u-c filter regex  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/78381109:11
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_ceilometer master: Fix u-c filter regex  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/78381209:13
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_horizon master: Fix u-c filter regex  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/78381309:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Fix u-c filter regex  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/78381409:16
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_zun master: Fix u-c filter regex  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/78381809:20
noonedeadpunkso, I made smth like http://paste.openstack.org/show/804034/ but started super strugling with integration of import_task....09:22
noonedeadpunkpartially because of the https://opendev.org/openstack/ansible-role-python_venv_build/src/branch/master/tasks/python_venv_install.yml#L119-L122 and mostly because of the registering var that should trigger action upon change...09:24
noonedeadpunkie https://opendev.org/openstack/ansible-role-python_venv_build/src/branch/master/tasks/python_venv_install.yml#L16709:24
noonedeadpunkmaybe this worth moving to handlers... but it's triggering handler on their own...09:24
noonedeadpunkso I'm kind of about to give up and just filter in roles like we do now...09:25
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build master: [DNM] Filter constraints on the side of venv_build  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/78382509:39
noonedeadpunkwill push it just in case will want to return back to it one day...09:39
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: Set default qemu settings for RBD  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/78382910:14
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/c/openstack/openstack-ansible/+/78357710:21
*** dirk1 has joined #openstack-ansible10:34
*** dirk1 is now known as dirk10:39
*** macz_ has joined #openstack-ansible10:51
*** macz_ has quit IRC10:55
*** fanfi has quit IRC11:13
*** djhankb has quit IRC11:19
*** djhankb has joined #openstack-ansible11:21
*** openstackgerrit has quit IRC11:21
*** jamesdenton has quit IRC11:29
*** jamesdenton has joined #openstack-ansible11:30
*** rohit02 has quit IRC11:32
*** rohit02 has joined #openstack-ansible11:32
*** jamesdenton has quit IRC11:42
*** jamesdenton has joined #openstack-ansible11:43
*** rh-jlabarre has joined #openstack-ansible11:55
*** rh-jlabarre has quit IRC11:55
*** rh-jlabarre has joined #openstack-ansible11:56
*** lkoranda has joined #openstack-ansible12:02
*** MrClayPole has quit IRC12:29
*** MrClayPole has joined #openstack-ansible12:32
*** djhankb has quit IRC12:34
*** djhankb has joined #openstack-ansible12:34
*** yasemind has quit IRC12:36
*** macz_ has joined #openstack-ansible12:51
*** macz_ has quit IRC12:56
*** dpawlik6 is now known as dpawlik12:58
*** jamesdenton has quit IRC13:00
*** jamesdenton has joined #openstack-ansible13:00
*** spatel_ has joined #openstack-ansible13:01
*** spatel_ is now known as spatel13:01
*** spotz has joined #openstack-ansible13:30
*** lkoranda has quit IRC13:30
*** yasemind has joined #openstack-ansible13:34
*** lkoranda has joined #openstack-ansible13:56
spatelfinally my openstack OVN working great!!!14:07
*** jamesdenton has quit IRC14:09
*** jamesdenton has joined #openstack-ansible14:10
*** macz_ has joined #openstack-ansible14:10
noonedeadpunkoh, rly? have you already did some performance tests?14:14
noonedeadpunkand do you have IPv6? How you handle them in OVN without BGP?14:14
spatelnoonedeadpunk just setup basic multi-node deployment - https://satishdotpatel.github.io//openstack-ansible-ovn-deployment/14:15
*** macz_ has quit IRC14:15
spatelNext setup is to use DPDK or SR-IOV to test performance of VMs14:16
noonedeadpunkyeah, interesting thing is to compare with ovs...14:16
noonedeadpunkas eventually ovn atm is full of trade offs and not sure how it worth it14:16
spatelovn looks great so far it has all built in function14:17
spatelwe don't need network node / RabbitMQ  etc..14:18
spatelno Linux namespace / no HA router etc..14:18
spatelOVN is pretty much OVS :)14:18
spatelOVN is just control plane but behind then wall its OVS dealing with packets14:19
noonedeadpunkyes, but without IPv6 as well)14:24
noonedeadpunkas well as w/o some cool QoS features14:24
noonedeadpunkhttps://docs.openstack.org/neutron/latest/ovn/gaps.html14:24
jrosserspatel: you don't really show external networks there though?14:25
jrosserright and we also just roll out lots of ipv6 stuff so the missing bgp parts are sad14:25
spateljrosser i am working on that scenario, my current blog document is very basic VLAN base provider14:25
jrossersure14:26
noonedeadpunkI kind of again stuck in terms of wtf with upgrade jobs on bump. (with CERTIFICATE_VERIFY_FAILED on rabbit for conductor)14:26
spateljrosser next step is to deploy 3 node controller and verify ovsdb clustering14:26
noonedeadpunkas we have in nova.conf `transport_url = rabbit://nova:password@172.29.236.100:5672//nova?ssl=0`14:26
jrosserspatel: i am wondering if that is still TODO14:26
noonedeadpunkso it should not establish SSL...14:26
spateljrosser official document saying ovsdb clustering supported on latest version of openvswitch14:27
noonedeadpunkAnd eventually this task ends up with ok https://review.opendev.org/c/openstack/openstack-ansible/+/782996/4/scripts/upgrade-utilities/deploy-config-changes.yml14:28
noonedeadpunkfeels liek time for aio14:28
spatelis it TODO from osa side ?14:28
*** rohit02 has quit IRC14:36
*** tosky has quit IRC14:39
*** tosky has joined #openstack-ansible14:39
*** macz_ has joined #openstack-ansible14:43
*** macz_ has joined #openstack-ansible14:44
*** jamesdenton has quit IRC14:47
*** jamesden_ has joined #openstack-ansible14:47
*** fanfi has joined #openstack-ansible14:49
noonedeadpunkfeel free to implement it :P14:55
*** gshippey has joined #openstack-ansible14:57
*** yasemind has quit IRC15:16
spatel:)15:19
spatelnoonedeadpunk quick question, one of my patch merged to master but i want to make small change on that merged patch so what options i have?15:19
spateldo i need to create new patch and go through CI-CD or there is a alternative ?15:20
jrosserspatel: you need to make a new patch15:30
spatelthat is what i thought15:30
*** rpittau is now known as rpittau|afk15:33
*** tosky has quit IRC15:36
*** gyee has joined #openstack-ansible15:50
noonedeadpunk#startmeeting openstack_ansible_meeting16:00
openstackMeeting started Tue Mar 30 16:00:01 2021 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:00
noonedeadpunko/16:00
noonedeadpunk#topic rollcall16:00
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)"16:00
jrossero/ hello16:01
noonedeadpunk#topic bug triage16:03
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)"16:04
noonedeadpunkLet's start from https://bugs.launchpad.net/openstack-ansible/+bug/1921354/16:04
openstackLaunchpad bug 1921354 in openstack-ansible "Value Error for Multiple Swift Services" [High,In progress] - Assigned to Dmitriy Rabotyagov (noonedeadpunk)16:04
jrossererrr16:05
noonedeadpunkok, according to the last comment, I think he just pulled instead of cherry-picked16:05
jrosserbut also the last task is 'install python packages into the venv' but we still see the src url to install git+https://opendev.org/openstack/swift@26a20516005b1eca162da7f1d203c413e27c6104#egg=swift16:07
jrosserthats wrong16:07
noonedeadpunkyeah, that's from master16:07
noonedeadpunkbtw, there's another topic from the same user in ML16:09
noonedeadpunkhttp://lists.openstack.org/pipermail/openstack-discuss/2021-March/021144.html16:09
noonedeadpunkthere're quite a lot mails atm...16:09
noonedeadpunkhttp://lists.openstack.org/pipermail/openstack-discuss/2021-March/021386.html that's by far the last one....16:10
noonedeadpunkok, let's go forward16:15
noonedeadpunkhttps://bugs.launchpad.net/openstack-ansible/+bug/192186116:15
openstackLaunchpad bug 1921861 in openstack-ansible "Add table encryption support?" [Undecided,New]16:15
noonedeadpunkthat;'s really interesting, and looks pretty valid16:15
noonedeadpunkwhat do you think?16:16
jrosseri just tried to reply to the lxc/dnsmasq mail and deleted it instead :(16:16
noonedeadpunkI think I missed that one as ususal:(16:16
jrosseroh actually i think he fixed it16:17
jrosseri need to improve my mail filter, i'm missing a lot of these16:18
jrosseryes so the db encryption stuff looks good - would probably want some value from user_secrets to be used as the key16:20
noonedeadpunkyeah16:22
noonedeadpunkI miss so _much_ stuff16:22
noonedeadpunkbut my biggest issue are gerrit email and have no idea how to filter out zuul there... but oftopic16:22
jrosserthough it's a bit odd though, encryption-at-rest with the decryption key also stored on the node?16:22
jrosserfrom: <review@openstack.org>16:23
noonedeadpunkBut I mean it would filter both zuul and comments the same way. It's just sender name that differs, not email16:24
noonedeadpunkhm, yeah, I guess key should be on the deploy host?16:25
jrosserfile_key_management_filekey = FILE:/etc/mysql/encryption/.keyfile.key16:25
jrosser^ that just can't be right16:25
jrosserbut it then leads on to what you do to restart the service16:26
jrosser(we've been messing with vault today, all this crypto chicken/egg stuff is fresh in my mind)16:26
noonedeadpunkwell, according to doc, vault is not supported there yet, only file, aws and Eperi?16:27
noonedeadpunkso not huge amout of options16:28
noonedeadpunkWell, I think that he should fire up a patch, and we will be able to comment it then?16:28
jrosseryes thats probably best16:29
jrossermaybe need a good explanation of the use case16:30
jrosserbecasue if someone steals your server they have the db and the key16:30
jrosserbut perhpas the risk is some adjacent process getting compromised and being able to read the disk16:30
noonedeadpunkwell, I think if we have that set, and AWS key storage is an option, it would be better16:30
noonedeadpunkwould require to insall extra plugin though16:31
jrossertimezone shift means i need to be out for a bit now16:32
noonedeadpunkok16:32
jrosserhttps://etherpad.opendev.org/p/osa-wallaby still relevant for what needs pushing forward16:32
jrosseri looked at some of the policy patches and there were some handlers not all the same, didnt know if that was intended16:33
noonedeadpunk#topic office hours16:33
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:33
* jrosser has to go16:33
noonedeadpunktrove is also unblocked16:34
noonedeadpunkbut it has so much to adjust...16:34
noonedeadpunkToday I pushed some patches to add support of image tags to collections and openstacksdk16:34
noonedeadpunkbecause what we have in octavia is not cool regarding image upload https://opendev.org/openstack/openstack-ansible-os_octavia/src/branch/master/tasks/octavia_amp_image.yml16:35
noonedeadpunkAlso we need to merge https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/782963 for V16:36
noonedeadpunkAnd vote for https://review.opendev.org/c/openstack/openstack-ansible/+/783720 would be awesome, since it fixes fuctional jobs16:51
noonedeadpunkthat I just learned, used not only in osa, but also for sahara, and they're voting16:52
noonedeadpunkhttps://zuul.opendev.org/t/openstack/build/fe2c21b0087b4d81b9d5503f23984f6b16:52
noonedeadpunk#endmeeting17:00
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/osa-review-board-v3"17:00
openstackMeeting ended Tue Mar 30 17:00:36 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-03-30-16.00.html17:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-03-30-16.00.txt17:00
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-03-30-16.00.log.html17:00
*** tosky has joined #openstack-ansible17:03
*** jamesden_ has quit IRC17:59
*** jamesdenton has joined #openstack-ansible18:00
*** spatel has quit IRC18:04
*** spy is now known as antonym18:10
*** spatel_ has joined #openstack-ansible18:18
*** spatel_ is now known as spatel18:18
*** lkoranda has quit IRC18:53
*** lkoranda has joined #openstack-ansible18:54
*** lkoranda has quit IRC18:55
fanfihi, is there somebody who have experience with galera restore ?19:12
jonhernot on OSA but in general yes, there is a good docs article for galera restore so depends on what you need: https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#galera-cluster-recovery19:16
jrosserfanfi: there is reasonable documentation here for mariabackup restore https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/19:16
jrosserdepends on what exactly is meant with 'restore'19:16
fanfiafter full recovery glera cluster i need to restore data19:18
fanfiand i have mysql dump19:18
*** spatel has quit IRC20:02
*** spatel_ has joined #openstack-ansible20:03
*** spatel_ is now known as spatel20:03
*** mriosfer has joined #openstack-ansible20:17
mriosferHi, Im testing openstack-ansible victoria release, but im getting this error in lxc containers https://pastebin.com/4MYyNG0F20:19
mriosferlooks like unracheable but ansible -m ping all  show success from all containers20:20
mriosfertesting in Vmware Workstations with Ubuntu 20.0.420:20
*** spatel has quit IRC20:22
*** spatel_ has joined #openstack-ansible20:22
*** spatel_ is now known as spatel20:22
jrossermriosfer: usually running in VMware goes wrong because it does some mac/ip security stuff which you need to turn off, certainly for esxi20:44
jrosserthere are multiple Mac/ip per VM so they all need to be allowed20:45
mriosferwhat you recommend? VirtualBox?20:45
mriosferHyper-V?20:45
jrosserwhatever you use needs “port security” or whatever equivalent turning off20:46
mriosferim testing for lab never installed openstack with ansible , since today i deployed as vanilla20:46
jrosseroh well actually “Could not resolve hostname infra1: Temporary failure in name resolution”20:48
jrosserthat’s your issue20:48
mriosferyes but, from openstack-deployer... ansible -m ping all i get all success20:49
mriosfer"openstack-deployer" for me a stand alone vm where i launch ansible to controllers20:50
jrosserfrom the deploy vm can you “ping infra1”20:50
mriosfernop20:51
mriosferping: infra1: Temporary failure in name resolution20:51
mriosfershoul i add to etc host?20:52
jrosserright, so ansible -m ping actually checks that it can ssh to everything in the inventory, not the same as icmp ping20:52
mriosferomg20:53
jrosserif you look in /etc/hosts on infra1 I think you should find entries have been placed by openstack-ansible for all the hosts in the deployment20:53
mriosferim reading the "OpenStack Cloud Computing Cookbook - Fourth Edition" for learn about openstack-ansible and it dont mention about it20:53
jrosserquickest thing might be to copy the relevant lines out from there to the deploy host20:54
mriosfertrue.../etc/hosts... is fully populated in infra120:54
mriosferwelll we do that and try to re-run again20:55
mriosferlooks like now working ! free beer for you jrosser21:03
jrossermriosfer: i think that for a production deployment there may be an assumption that at least the bare metal hosts are resolvable somehow from the deploy host21:03
jrosserthat can be either though DNS or /etc/hosts21:04
mriosferyes but now in production im in queens centos 721:04
mriosferim testing victoria container... with this ansible21:04
mriosfermaking my handnotes to day0 :(21:05
jrosseroh well i mean "production" vs AIO build really21:05
jrosserthis will be interesting for you, on master branch we have this patch https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/77386821:05
jrosserwhich applies the same management of /etc/hosts also to the deploy host, and also reference to a bug in ansible which causes related trouble21:06
mriosfergood!21:08
mriosferI wasted like 2 days before come here looking for the solution21:08
mriosferi was thinking as you said about vmware21:08
jrosserthe usual trouble with vmware is that the whole deploy works21:08
mriosferand looks like im "stupid" and didnt think about host deployment must resolve too the container21:09
jrosserbut then containers from one host to another cannot communicate21:09
jrosserbecasue it does not recognise the mac from the extra interfaces21:09
mriosfermmm21:09
jrosserbut sounds like you do not have that problem21:09
mriosfermay i move to virtualbox? or hyper-v?21:09
mriosferfor my lab envirioment21:09
jrosserjust check that from containers on one host you can ping containers on another, mgmt addresses21:10
jrossersimple check that the networking is good between the VM you have21:10
mriosferyes i can ping! :D21:11
jrossercool :)21:11
mriosferthanks for your help now i can continue with the next playbooks! :)21:14
jrosserno worries! there are folk around here quite often sort of EU timezone, just ask :)21:15
*** jamesdenton has quit IRC21:28
*** jamesdenton has joined #openstack-ansible21:28
*** spatel has quit IRC22:04
*** dpawlik has quit IRC22:37
*** Jeffrey4l has quit IRC22:42
*** openstackstatus has quit IRC22:42
*** dpawlik0 has joined #openstack-ansible22:42
*** LowKey[A] has joined #openstack-ansible22:42
*** openstack has joined #openstack-ansible22:45
*** ChanServ sets mode: +o openstack22:45
*** antonym has joined #openstack-ansible23:09
*** luksky has quit IRC23:10
*** macz_ has quit IRC23:12
*** tosky has quit IRC23:14
*** macz_ has joined #openstack-ansible23:35
*** macz_ has quit IRC23:40

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!