Wednesday, 2019-10-16

*** goldyfruit_ has joined #openstack-ansible00:05
*** nicolasbock has joined #openstack-ansible00:16
*** markvoelker has joined #openstack-ansible00:16
tmartinsIs it possible to get rid of lxcbr0 and the internal NAT and plug LXC container's directly in a Linux Bridge at the host? Much like eth1 -> br-mgmt... I would like "eth0 -> br-infra".00:20
*** schwicht has quit IRC00:25
*** markvoelker has quit IRC00:27
*** markvoelker has joined #openstack-ansible00:36
*** gyee has quit IRC00:45
*** markvoelker has quit IRC00:46
*** weifan has quit IRC00:50
*** schwicht has joined #openstack-ansible00:51
*** weifan has joined #openstack-ansible01:03
*** weifan has quit IRC01:19
*** weifan has joined #openstack-ansible01:20
*** weifan has quit IRC01:24
*** weifan has joined #openstack-ansible01:43
*** spsurya has joined #openstack-ansible01:59
*** weifan has quit IRC02:08
*** markvoelker has joined #openstack-ansible02:47
*** markvoelker has quit IRC02:51
*** elduderino80 has joined #openstack-ansible02:55
*** jeffreylebowski8 has joined #openstack-ansible02:56
*** dave-mccowan has quit IRC02:56
*** jeffreylebowski8 has left #openstack-ansible02:57
*** elduderino80 has quit IRC02:58
*** elduderino80 has joined #openstack-ansible02:58
*** nicolasbock has quit IRC03:01
*** elduderino80 has quit IRC03:25
*** weifan has joined #openstack-ansible04:04
*** weifan has quit IRC04:12
*** raukadah is now known as chandankumar04:29
*** pcaruana has joined #openstack-ansible04:37
*** weifan has joined #openstack-ansible04:58
*** weifan has quit IRC05:03
*** weifan has joined #openstack-ansible05:05
*** weifan has quit IRC05:13
*** pcaruana has quit IRC05:14
*** int_0x21 has joined #openstack-ansible05:26
int_0x21Hi im strugling a bit with openstack-ansible, i do not understand how to do the inventory, when i do inventory/dynamic_inventory.py i dont understand how to get that to /etc/openstack_deploy/inventory.ini05:27
int_0x21So when i do openstack-ansible setup-hosts.yml i only get skipping: no hosts matched05:27
int_0x21Is it something i have not understood ?05:27
*** udesale has joined #openstack-ansible05:44
*** DanyC has joined #openstack-ansible05:45
int_0x21I figured it out, it was me that was stupid. I had wrong indentation in the config files05:51
jrossertmartins: yes, that is possible, you can create an environment without lxcbr0 if you want05:53
jrossertmartins: but why would you need to do that?05:54
*** jawad_axd has joined #openstack-ansible05:59
*** DanyC has quit IRC06:01
*** pcaruana has joined #openstack-ansible06:13
*** prometheanfire has quit IRC06:27
*** prometheanfire has joined #openstack-ansible06:28
*** cshen has joined #openstack-ansible06:55
*** cshen has quit IRC07:00
*** tosky has joined #openstack-ansible07:17
*** ivve has joined #openstack-ansible07:19
*** cshen has joined #openstack-ansible07:22
*** trident has quit IRC07:27
*** lkoranda has joined #openstack-ansible07:30
*** trident has joined #openstack-ansible07:31
*** rgogunskiy has joined #openstack-ansible07:55
ionion rocky, is there a way to use mix setup, with ubuntu 16 and ubuntu 18?07:56
ionii know on stein, the building of venv are on the compute node directly07:57
*** DanyC has joined #openstack-ansible08:00
*** DanyC has quit IRC08:04
*** DanyC has joined #openstack-ansible08:04
*** DanyC has quit IRC08:05
ionibut on rocky, still tries to download venv from the repo build container08:06
*** DanyC has joined #openstack-ansible08:11
*** rpittau|afk is now known as rpittau08:12
*** DanyC has quit IRC08:12
*** DanyC has joined #openstack-ansible08:14
noonedeadpunkmornings08:29
noonedeadpunkioni: yep, you can use mixed setup for rocky as well08:29
ioninoonedeadpunk, without having a controller on ubuntu 1808:29
ionii tried with controllers on ubuntu 16 and one compute node with 1808:29
ionisetup nova failed to download venv08:30
noonedeadpunkbut you'll need to run repo_build role with the first node on ubuntu 18 as well08:30
noonedeadpunkI can't instantly recall exact steps, but I had such environment08:30
ioniyes, i wanted to avoid having a new controller on ubuntu 1808:30
ionistein has other building strategy08:31
noonedeadpunkrocky is the release of migration from ubuntu 16 to 18, so yes, you absolutely should be able to do that08:31
noonedeadpunkActually I think that repo_build should check available distros among gathered facts. But you may set repo_build_os_distro_version to be sure that venvs will be build for the correct version https://opendev.org/openstack/openstack-ansible-repo_build/src/branch/master/defaults/main.yml#L4108:34
jrosseri think even on stein you need a bionic repo server08:56
jrosserbecasue there is a lot of C compiling done as part of the wheel builds so that needs to be in the same environment, or dynamic library linking will quite likley go wrong08:57
*** starborn has joined #openstack-ansible09:08
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target  https://review.opendev.org/68879509:18
noonedeadpunkjrosser: I thought that we don't use repo_build role since stein at all...09:20
jrosserno we don't09:20
jrosserbut the wheel build all happens on the repo server, when you have one09:20
jrosservia the python_venv_build role09:21
noonedeadpunkyeah, but it can be build locally as well...09:21
noonedeadpunkor on the deploy host09:21
noonedeadpunkbut yeah, basically you're right09:21
jrosseri guess it's all rooted here https://github.com/openstack/ansible-role-python_venv_build/blob/fb243ea7583a1d64c2ecbc51c841c6a2eedabbf9/defaults/main.yml#L12109:27
noonedeadpunkI'd say https://github.com/openstack/ansible-role-python_venv_build/blob/fb243ea7583a1d64c2ecbc51c841c6a2eedabbf9/vars/main.yml#L6509:30
int_0x21Is there a way to do a purge and restart the deployment ?09:34
noonedeadpunknot really09:34
noonedeadpunkofc you can drop lxc containers via playbook09:34
int_0x21That would probably be good :P i think i screwed up somewhere , how is that done ?09:35
noonedeadpunkopenstack-ansible /opt/openstack_deploy/playbooks/containers-lxc-destroy.yml --limit cinder_api (for instance)09:38
noonedeadpunkif you want do destroy all containers you can run without limit09:39
noonedeadpunkbut this won't affect deploy host09:39
noonedeadpunkand stuff deployed on bare metal09:40
int_0x21Ah nice thank you09:40
int_0x21If the current try dosnt work i will try that09:40
int_0x21I thought i had the deployment to only install on bare metal and not use containers buuuuut that didnt happen :P09:41
noonedeadpunkalso you may probably want to drop stored facts in /etc/ansible/facts.d/openstack_ansible.fact on controllers and compute nodes09:42
int_0x21ah09:42
int_0x21That folder is actualy empty09:43
int_0x21not entierly sure when that gets populated but probably not at the point where i gotten to09:43
noonedeadpunkyeah, ok, just worth doble-checking:)09:43
zbri need a bit of feedback regarding on how pytest-molecule would test ansible roles, https://github.com/pycontribs/pytest-molecule/issues/45 (short poll)09:44
int_0x21Yea good hint, its always not understand why something gets the same over and over again09:44
int_0x21and then its some little tiny part somewhere else09:44
int_0x21Spent over 4 houers yesterday on a faulty inline in user yaml09:44
int_0x21And i thought it was the inventory that i just didnt understand how to do :P09:45
int_0x21failing on the same place again10:08
int_0x21TASK [python_venv_build : Upgrade pip/setuptools/wheel to the versions we want]10:08
int_0x21seems like the internal vip dosnt start10:09
int_0x21HTTPConnectionPool(host='10.0.21.99', port=8181): Max retries exceeded with url: /os-releases/20.0.0.0b2.dev25/ubuntu-18.04-x86_6410:09
*** starborn has quit IRC10:18
noonedeadpunkis keepalived running?10:19
int_0x21Not entierly sure10:20
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/stein: Bump heat service sha  https://review.opendev.org/68889410:23
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers  https://review.opendev.org/68889510:24
int_0x21added keepalived_use_latest_stable: True to variables now10:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers  https://review.opendev.org/68889510:25
jrosserint_0x21: do you have a good reason to do that? :)10:25
jrosserjust to check, you are deploying master, is that what you want?10:26
int_0x21Im not entierly sure, im having some trouble getting this to work and having some trouble understanding whats needed to get things to work10:26
int_0x21im doing the infrastructure step10:27
int_0x21And it failes constatly on the same step but im having a hard time understanding why that service dosnt work10:27
jrosserok, so deploying master, going straight for a metal deployment rather than the stock containers one......10:29
jrosserthis is probably making things harder10:29
int_0x21Maybe im missunderstanding the configuration10:30
jrosserint_0x21: can you describe a bit what you want to acheive?10:30
jrosseris this just an AIO or multnode10:30
jrosser*multinode10:30
int_0x21multi10:30
int_0x211 deployument host 7 other hosts10:30
*** kopecmartin|off is now known as kopecmartin10:31
jrosserhave you got an AIO working properly first?10:33
int_0x21No havnt tried that10:33
jrosseri would do that, maybe just in a VM if you can, then you have a simple reference which you can use to compare against your multinode deploy10:34
int_0x21openstack-ansible setup-hosts.yml this step works fine10:34
int_0x21Its when im doing this openstack-ansible setup-infrastructure.yml10:34
int_0x21I get this error "HTTPConnectionPool(host='10.0.21.99', port=8181): Max retries exceeded with url: /os-releases/20.0.0.0b2.dev25/ubuntu-18.04-x86_64"10:34
int_0x21at TASK [python_venv_build : Upgrade pip/setuptools/wheel to the versions we want]10:35
noonedeadpunkarg.... don't like latex and pdf stuff....10:36
noonedeadpunkfor latex "_" is a special symbol which needs to be escaped...10:37
jrosserint_0x21: the standard way to debug this stuff is to use curl on the backend service that haproxy would connect to, usually the repo server for port 818110:40
jrosserthen you try the same curl via the loadbalancer virtual ip10:40
jrosserand start to narrow down which bit is not working10:40
int_0x21Ah yea didnt think about trying to repo host on port 8181 will do that once this step is done10:41
jrosserand on a multnode (multi-controller specifically) you may need to configure the actual interfaces you are using on your specific hardware to bind keepalived to10:41
jrosserOSA lets you do pretty much anything you like with the host networking, which means some things like which specific interface is used for keepalived must be in the config10:43
int_0x21OSA ?10:43
jrosseropenstack-ansible10:43
int_0x21Ah :P10:44
*** DanyC has quit IRC10:47
int_0x21haproxy_keepalived_external_interface: br-mgmt have this in10:47
*** DanyC has joined #openstack-ansible10:48
int_0x21internal to :P10:49
*** markvoelker has joined #openstack-ansible10:50
*** markvoelker has quit IRC10:56
*** nicolasbock has joined #openstack-ansible10:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target  https://review.opendev.org/68879510:58
int_0x21yea i can curl repo host but not the vip10:59
*** lkoranda has quit IRC11:01
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: PDF Documentation Build tox target  https://review.opendev.org/68879811:14
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: PDF Documentation Build tox target  https://review.opendev.org/68880011:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target  https://review.opendev.org/68880611:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target  https://review.opendev.org/68881011:17
jrosserint_0x21: find out what keepalived is happy / not happy about11:18
jrosserassuming you have multiple controller nodes11:18
int_0x21Yea im starting to think i know what is happening11:19
int_0x21Not entierly sure why ansible sets it like this but i think i must have missed something11:19
int_0x21  virtual_ipaddress {11:19
int_0x21    10.0.21.0/24 dev br-mgmt11:19
int_0x2111:19
int_0x21That dosnt look like right :P from keepalived.conf11:20
jrosseri have this in my user_variables http://paste.openstack.org/show/784091/11:21
int_0x21Yea going to try and put a /32 there instead mine has a subnet with 24 there11:22
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target  https://review.opendev.org/68879511:25
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: PDF Documentation Build tox target  https://review.opendev.org/68879811:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: PDF Documentation Build tox target  https://review.opendev.org/68880011:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target  https://review.opendev.org/68880611:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target  https://review.opendev.org/68881011:27
int_0x21I think this might work, now just a bit of time wating for the deployment to roll through :P11:28
noonedeadpunkfolks, can you kimdly re-vote on https://review.opendev.org/#/c/679101/ ?11:31
*** DanyC has quit IRC11:39
*** hwoarang has quit IRC11:44
*** markvoelker has joined #openstack-ansible11:44
*** hwoarang has joined #openstack-ansible11:45
*** schwicht has quit IRC11:49
*** dave-mccowan has joined #openstack-ansible11:50
*** markvoelker has quit IRC11:55
*** asettle has joined #openstack-ansible11:55
int_0x21Got further now :P thanks for the keepalived tip11:58
int_0x21and thanks for the config file jroseer11:58
int_0x21Anyone recognise this  ?11:59
int_0x21fatal: [vst-lab2_utility_container-65597175]: FAILED! => {"changed": true, "cmd": "openstack complete > /etc/bash_completion.d/openstack_client", "delta": "0:00:00.004896", "end": "2019-10-16 11:57:48.222588", "msg": "non-zero return code", "rc": 127, "start": "2019-10-16 11:57:48.217692", "stderr": "/bin/bash: openstack: command not found", "stderr_lines": ["/bin/bash: openstack: command not found"], "stdout": "",11:59
int_0x21"stdout_lines": []}11:59
*** ivve has quit IRC12:03
*** starborn has joined #openstack-ansible12:04
*** schwicht has joined #openstack-ansible12:06
jrosserint_0x21: root@haproxy1-utility-container-ec8755d0:~# which openstack12:09
jrosser/usr/local/bin/openstack12:09
*** markvoelker has joined #openstack-ansible12:10
int_0x21It was from the infrastructre part inside on of the lxc but im doing a bit of a refresh now, il give it some hammering, just wondered if anyone at once recognised it12:11
*** DanyC has joined #openstack-ansible12:11
jrosserthe openstack executable should be there12:13
jrosserthe error is fairly clear that it can't find it12:14
int_0x21Yea i just assumed that the deployment would have taken care of that :P12:14
*** DanyC has quit IRC12:16
*** DanyC has joined #openstack-ansible12:17
*** schwicht has quit IRC12:17
*** strobelight has joined #openstack-ansible12:18
*** ivve has joined #openstack-ansible12:18
*** schwicht has joined #openstack-ansible12:18
*** strobelight has quit IRC12:23
jrosserint_0x21: you are right, it should take care of that12:27
int_0x21Cleaned everything up and trying again, removed all ealier lxc containers maybe something got confused somewhere12:29
int_0x21So il know if that solved it in 30 minutes or so :P12:30
jrosserint_0x21: did anything fail prior to that message about openstack missing command?12:34
jrosserbecause that is run as an ansible hander here https://github.com/openstack/openstack-ansible/blob/master/playbooks/utility-install.yml#L28-L3512:34
jrosserit will run at the end of the play12:34
jrosserwhich may be directly after something else failed, meaning that the cli tools were not yet installed12:35
int_0x21Yea, doing openstack-ansible setup-hosts.yml from a more clean slate now takes a while but at least my earlier errors wont be the cause of it12:36
int_0x21I "might" have missed to reserve some ip:s that belong to a switch12:37
int_0x21Hopefully that is the root of it12:38
*** CeeMac has quit IRC12:41
*** schwicht has quit IRC12:42
mensisHello, when i run "setup-openstack" playbook it gets stuck at python_venv_build task and when i inspect it on the debug mode it seems like SSH connection broken. Here is the link; http://paste.openstack.org/show/784094/     What would you suggest?12:42
jrosserchecking that you can manually ssh to infra1 from the deploy host is a first step12:46
jrosseransible just builds off standard ssh behaviour12:47
*** strobelight has joined #openstack-ansible12:53
*** strobelight_ has joined #openstack-ansible13:02
*** strobelight is now known as Guest6350313:02
*** strobelight_ is now known as strobelight13:03
*** Guest63503 has quit IRC13:05
*** strobelight has quit IRC13:10
*** strobelight has joined #openstack-ansible13:11
*** starborn has quit IRC13:12
int_0x21Got alot further now13:25
int_0x21fatal: [vst-lab2_ceph-mon_container-fdd4cf5e]: FAILED! => {"msg": "template error while templating string: no filter named 'ips_in_ranges'. String: {{ _monitor_addresses | default([]) + [{ 'name': item, 'addr': hostvars[item]['ansible_all_ipv4_addresses'] | ips_in_ranges(hostvars[item]['monitor_address_block'].split(',')) | first }] }}"}13:25
*** DanyC_ has joined #openstack-ansible13:26
*** DanyC has quit IRC13:26
*** udesale has quit IRC13:37
*** udesale has joined #openstack-ansible13:37
*** markvoelker has quit IRC13:46
*** jawad_axd has quit IRC13:51
*** strobelight_ has joined #openstack-ansible13:54
*** strobelight is now known as Guest4907813:54
*** strobelight_ is now known as strobelight13:55
*** markvoelker has joined #openstack-ansible13:56
*** Guest49078 has quit IRC13:58
*** jawad_axd has joined #openstack-ansible14:05
*** selvakumarnms has joined #openstack-ansible14:06
selvakumarnmsHi14:06
selvakumarnmsI have question regarding the teardown scripts in openstack-ansible14:06
selvakumarnmscan you please help me in this regard?14:07
*** strobelight_ has joined #openstack-ansible14:20
*** strobelight is now known as Guest3362814:20
*** strobelight_ is now known as strobelight14:21
*** Guest33628 has quit IRC14:24
*** DanyC_ has quit IRC14:25
*** DanyC has joined #openstack-ansible14:26
*** DanyC has quit IRC14:27
*** DanyC has joined #openstack-ansible14:27
int_0x21Im getting a error template error while templating string: no filter named 'ips_in_ranges' when doing openstack-ansible setup-infrastructure.yml14:27
int_0x21However /etc/ansible/roles/ceph-ansible/plugins/filter/ipaddrs_in_ranges.py is availible14:28
*** DanyC_ has joined #openstack-ansible14:29
*** DanyC has quit IRC14:29
*** spatel has joined #openstack-ansible14:30
jrosserint_0x21: just in a meeting can look later14:32
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_glance master: Drop duplicated keys  https://review.opendev.org/68894414:32
int_0x21jrosser, thanks14:34
noonedeadpunkselvakumarnms not sure that we can help without the question itself:)14:35
*** chandankumar is now known as raukadah14:35
selvakumarnms@noonedeadpunk14:35
selvakumarnmsI have question regarding the teardown scripts in openstack-ansible14:36
selvakumarnmsis there any playbook available to cleanup all packages before re-install?14:36
selvakumarnmsalso I have question regarding stable/stein release works well for openstack-ansible.14:36
noonedeadpunkOh, I see. No, unfortunatelly we don't have anything for full clean-up14:36
sshnaidm|ptocloudnull, mnaser, odyssey4me and others, can you review please? https://github.com/ansible/ansible/pull/6353814:37
noonedeadpunkWe have a playbook for dropping containers only, but it won't remove lxc and installed packages14:37
selvakumarnmsI have issues regarding ./keystone-manage --debug db_sync  keystone14:37
selvakumarnmsit returns 114:37
selvakumarnmscan I refer any sample inventories for the multi node setup for centos node14:38
selvakumarnmsyour help is greatly appreciated14:38
jrosserint_0x21: in the meantime can you put in paste.openstack.org a bit more of the output from the failed run14:39
jrossernote you can run the individual playbooks14:39
selvakumarnmsthanks jrosser for offering helpo14:40
jrosserlook inside the setup-*.yml ones for a hint there14:40
selvakumarnmsI will re-run again and paste there14:40
Nick_AWe'14:42
Nick_Aoops14:42
int_0x21jrosser, http://paste.openstack.org/show/784104/ and yea just found out i could do that playbook so i didnt have to wait :P14:43
*** spatel has quit IRC14:45
*** jawad_axd has quit IRC14:48
Nick_AIs there a way to run setup playbooks against a specific host rather than an entire region? We have a new network configuration we want to apply to a couple new hosts without modifying existing ones.14:50
*** neolee has joined #openstack-ansible14:50
neoleehello guys14:51
neoleei was trying the kolla-ansible deployment and got stuck with this14:51
neoleeTASK [baremetal : Install pip] **************************************************************************************************************************************************************************************************************14:51
neoleetemplate error while templating string: no test named 'version'. String: {{ not (ansible_distribution == 'Ubuntu' and\n        ansible_distribution_major_version is version(18, 'ge'))\n   and\n   not (ansible_distribution == 'Debian' and\n        ansible_distribution_major_version is version(10, 'ge')) }}\n\nThe error appears to have been in14:51
neolee'/usr/share/kolla-ansible/ansible/roles/baremetal/tasks/install.yml': line 104, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Install pip\n  ^ here\n"}14:51
neoleeany idea??14:51
*** markvoelker has quit IRC14:54
*** markvoelker has joined #openstack-ansible14:54
noonedeadpunkneolee: try reach #openstack-kolla as we're a bit another project (not related to kolla)15:00
*** ivve has quit IRC15:05
jrosserint_0x21: so i asked you earlier if you were really sure you wanted to be deploying master15:09
int_0x21Ahh you meen master branch15:10
int_0x21My brain was a bit ... yea15:10
int_0x21i did try with 19.0.2 and 19.0.4 and got other errors but that was before i did a clean ofc15:10
int_0x21So im guessing there is no fix for this without removing everything again and going down to 19.0.4 ?15:11
*** trident has quit IRC15:13
int_0x21Il try that i guess :P15:15
jrosserwell i'm just trying to understand what the ceph-ansible people have actually done15:15
openstackgerritMerged openstack/openstack-ansible master: Add unified linters check  https://review.opendev.org/67910115:16
int_0x21Aparently about 14 days ago they change ipaddr to ips_in_ranges15:16
Nick_AI found https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks/ansible-modules.html but it sounds like it won't set up everything on controller that's required for a new compute?15:16
*** trident has joined #openstack-ansible15:17
noonedeadpunkNick_A: you can just provide --limit flag15:21
noonedeadpunkfor example openstack-ansible /opt/openstack_deploy/playbooks/os-nova-install.yml --limit new-compute.hostname.com15:22
noonedeadpunkor openstack-ansible /opt/openstack_deploy/playbooks/setup-everything.yml --limit new-compute.hostname.com15:22
*** cshen has quit IRC15:23
redkriegnoonedeadpunk: when we've tried to set up a new host like that it seems to get the packages installed but it didn't work correctly until the playbook was run against the controller/service containers as well.  last time around I didn't have enough time to troubleshoot what was missing though, I just ran playbooks everywhere and called it a day.  guess I'll need to do some extra testing15:24
redkriegthat method does work fine for making changes to an existing hypervisor though15:24
noonedeadpunkredkrieg: so you'll need run some staff against everything (like nova key against all compute node for live migration to work)15:25
int_0x21jrosser, checking out 19.0.4 now and seeing if it works better15:25
noonedeadpunkbut basic stuff should work fine running that manner15:25
redkriegis there an opposite to limit where you can exclude certain hosts?15:26
jrosserint_0x21: i'm still looking at it15:26
jrosserint_0x21: but this is your problem https://github.com/ceph/ceph-ansible/commit/5fea830414e7eb4cf6f1d0008834e2c4b205b13115:26
jrosserand becasue you've deployed master the versions of all the dependant things also point to master15:26
jrosserand have pulled in some fairly breaking changes they made to ceph-ansible15:27
noonedeadpunkredkrieg:  --limit 'all:!bad_host'15:27
int_0x21Yea that looks like it :P im figuring if i get this version up and running i can upgrade later15:28
*** gyee has joined #openstack-ansible15:28
redkriegnoonedeadpunk: thanks, that should do it for us.  comma separated?  'all:!badhost1,!badhost2'  ?15:28
noonedeadpunkactually don't remember, but you may use some simple playbook to test it out15:28
int_0x21As i understood it it needs to be ceph-ansible 4 to get it to ceph nautilus but i might have read it, however for this first test shot i dont need that version i just need proof of concept atm and iron out the other steps :P15:29
redkriegthanks15:29
jrosserint_0x21: yes thats right you need ceph-ansible 4.015:30
jrosserbut they seem to constantly commit stuff to the stable-4.0 branch of ceph-ansible which breaks things15:30
jrosserimportant thing is that if you deploy from an OSA tagged version then all of the dependacies are well defined and fixed by their git SHA15:31
jrosserthat is not the case if you checkout master15:31
int_0x21Cleaned all the lxc:s away and doing a setup-host from 19.0.4 branch now15:34
int_0x21Not getting the same issues now that i got before i had cleaned everything15:35
int_0x21Later on i guess i can do a upgrade15:35
neoleethanks noonedeadpunk15:35
spotzmaster is the work in progress so unless you need the latest for some reason it's recommended you use a tagged version fpr the reason jrosser gave15:37
*** jawad_axd has joined #openstack-ansible15:47
*** jawad_axd has quit IRC15:52
*** spatel has joined #openstack-ansible15:54
spatelMorning folks.. :)15:54
spatelafter longtime i got sometime to hop on15:54
*** rgogunskiy has quit IRC16:00
jamesdentonhello there16:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use parallel git clone  https://review.opendev.org/58837216:05
*** macz has joined #openstack-ansible16:14
ThiagoCMCHeeey James!   :-D16:14
*** spatel has quit IRC16:15
jamesdentonhi ThiagoCMC!16:23
ThiagoCMC^_^16:23
*** neolee has quit IRC16:24
*** jawad_axd has joined #openstack-ansible16:24
*** jbadiapa has quit IRC16:27
*** jbadiapa has joined #openstack-ansible16:35
*** markvoelker has quit IRC16:39
*** udesale has quit IRC16:40
*** markvoelker has joined #openstack-ansible16:49
*** rpittau is now known as rpittau|afk16:50
*** DanyC_ has quit IRC16:50
*** DanyC has joined #openstack-ansible16:51
*** markvoelker has quit IRC17:01
*** goldyfruit has joined #openstack-ansible17:03
*** goldyfruit_ has quit IRC17:05
*** DanyC has quit IRC17:09
*** markvoelker has joined #openstack-ansible17:13
*** markvoelker has quit IRC17:13
*** markvoelker has joined #openstack-ansible17:14
*** weifan has joined #openstack-ansible17:19
*** elduderino80 has joined #openstack-ansible17:27
*** spatel has joined #openstack-ansible17:56
spateljamesdenton: glad to see you!!!17:56
spateljamesdenton: look like you are here in stealth mode..17:57
*** spsurya has quit IRC17:58
*** kopecmartin is now known as kopecmartin|off18:24
jamesdentonyes spatel i'm sneaky like that18:31
spatel++18:31
*** weifan has quit IRC19:04
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-galera_client master: Switch to opensuse-15 nodeset  https://review.opendev.org/68901019:19
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-lxc_container_create master: Switch to opensuse-15 nodeset  https://review.opendev.org/68901119:20
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-lxc_hosts master: Switch to opensuse-15 nodeset  https://review.opendev.org/68901219:21
*** jawad_axd has quit IRC19:30
*** tosky has quit IRC19:30
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_octavia master: Remove broken experimental job  https://review.opendev.org/68901619:36
*** lbragsta_ has joined #openstack-ansible19:48
redkriegdoes anyone know if vxlan based private lans in a linuxbridge neutron setup send traffic through the controller/network node or does it only rely on that for dhcp/gateway?19:54
*** ThiagoCMC has quit IRC19:56
*** markvoelker has quit IRC19:58
*** markvoelker has joined #openstack-ansible19:58
jrosserredkrieg: east/west traffic between virtual machines does not go via the controller/network node20:08
redkriegjrosser: thanks!20:08
jrosserjust the same as with vlan, anything needing a router will go via the network node20:08
*** spatel has quit IRC20:09
*** pcaruana has quit IRC20:28
*** ThiagoCMC has joined #openstack-ansible20:33
openstackgerritMerged openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target  https://review.opendev.org/68880620:39
openstackgerritMerged openstack/ansible-config_template master: PDF Documentation Build tox target  https://review.opendev.org/68875320:53
*** DanyC has joined #openstack-ansible20:58
openstackgerritMerged openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target  https://review.opendev.org/68879520:59
*** DanyC has quit IRC21:31
*** DanyC has joined #openstack-ansible21:33
*** DanyC has quit IRC21:56
openstackgerritMerged openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers  https://review.opendev.org/68889522:01
*** jamesdenton has quit IRC22:13
*** jamesden_ has joined #openstack-ansible22:13
*** markvoelker has quit IRC22:14
*** lbragsta_ has quit IRC22:26
*** nicolasbock1 has joined #openstack-ansible22:55
*** macz has quit IRC22:56
*** nicolasbock has quit IRC22:56
*** nicolasbock1 is now known as nicolasbock22:56
*** gyee has quit IRC23:16
*** lbragsta_ has joined #openstack-ansible23:34
*** lbragsta_ has quit IRC23:45

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!