Monday, 2020-05-25

*** cshen has joined #openstack-ansible00:12
*** cshen has quit IRC00:17
*** jawad_axd has joined #openstack-ansible01:18
*** jawad_axd has quit IRC01:23
*** prometheanfire has quit IRC01:29
*** prometheanfire has joined #openstack-ansible01:30
*** d34dh0r53 has quit IRC01:32
*** NewJorg has quit IRC01:59
*** cshen has joined #openstack-ansible03:43
*** cshen has quit IRC04:19
*** cshen has joined #openstack-ansible04:20
*** cshen has quit IRC04:25
*** cshen has joined #openstack-ansible04:26
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** threestrands has joined #openstack-ansible04:38
*** NewJorg has joined #openstack-ansible06:06
*** miloa has joined #openstack-ansible06:16
masterpe:)06:16
masterpeWe use prometheus to collect the data from openstack and the servers.06:17
masterpeand then use grafana as dashboard06:18
*** jawad_axd has joined #openstack-ansible06:18
masterpeWhat is the best way to remove ceilometer?06:24
*** tosky has joined #openstack-ansible06:30
*** udesale has joined #openstack-ansible06:40
*** cshen has quit IRC06:57
*** cshen has joined #openstack-ansible07:03
*** jhesketh has quit IRC07:03
*** jhesketh has joined #openstack-ansible07:05
*** rpittau|afk is now known as rpittau07:21
*** jbadiapa has joined #openstack-ansible07:23
*** jhesketh has quit IRC07:25
*** jhesketh has joined #openstack-ansible07:25
*** d34dh0r53 has joined #openstack-ansible07:34
*** sshnaidm|off is now known as sshnaidm07:37
*** arxcruz|off is now known as arxcruzz07:37
*** arxcruzz is now known as arxcruz07:37
*** dpaclt has joined #openstack-ansible07:48
dpacltHi All ,I am trying to incorporate ceph-rados in openstack using ansible,Already ceph cluster is incorporated and is working ... Defined as specified in https://docs.openstack.org/openstack-ansible/latest/user/ceph/swift.html,but getting Unauthorized (HTTP 401) error Unauthorized (HTTP 401)07:48
*** yolanda has joined #openstack-ansible07:49
*** gkadam has joined #openstack-ansible08:03
*** gkadam has quit IRC08:03
*** cshen_ has joined #openstack-ansible08:43
*** cshen has quit IRC08:44
*** dpaclt has quit IRC09:28
masterpeI'm doing an upgrade from rocky to stein. but erlang was on 22.3.1 and rabbitmq on 3.7.7-1 those two where not compatible09:46
masterpeTo fix this I had to downgrade erlang, I have done this by first rebuild rabbitmq containter 1 and when that was done. I rebuild the other two.09:48
*** jhesketh has quit IRC09:48
*** jhesketh has joined #openstack-ansible09:49
*** dpaclt has joined #openstack-ansible09:52
*** NewJorg has quit IRC10:07
*** NewJorg has joined #openstack-ansible10:09
*** rpittau is now known as rpittau|bbl10:12
*** cshen_ has quit IRC10:29
*** cshen has joined #openstack-ansible10:58
*** cshen has quit IRC11:03
*** udesale_ has joined #openstack-ansible11:06
*** cshen has joined #openstack-ansible11:08
*** udesale has quit IRC11:09
*** threestrands has quit IRC11:11
*** ianychoi has joined #openstack-ansible11:50
noonedeadpunkdpaclt: do you have "{{ radosgw_admin_user }}" created in keystone? Like can you auth with these credentials manually?11:54
dpacltnoonedeadpunk its fixed :)  thanks for responding12:00
*** mwhahaha has quit IRC12:07
*** mwhahaha has joined #openstack-ansible12:10
*** rpittau|bbl is now known as rpittau12:11
*** cshen has quit IRC12:12
*** cshen has joined #openstack-ansible12:16
*** itandops has joined #openstack-ansible12:28
dpacltHi All,I did add manila configurations to user_config and user_variables and reran hosts,infra and openstack playbook...But it broke my keystone "/openstack/venvs/keystone-20.0.2/bin/keystone-manage", "db_sync", "--check"], "delta": "0:02:13.626994", "end": "2020-05-25 11:49:20.727677", "failed_when_result": true, "msg": "non-zero return code",12:54
dpaclt"rc": 1, "start": "2020-05-25 11:47:07.100683", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}12:54
dpaclthttp://paste.openstack.org/show/793950/12:55
noonedeadpunkthat is strange.... Like I'm not aware about the way to break keystone like that...13:01
noonedeadpunkAlso empty stderr to not uncover possible issue13:02
noonedeadpunkbut you use federation iirc?13:02
noonedeadpunkMaybe it's somehow related...13:03
dpaclti didnt change anything in keystone ...13:13
dpaclt@nohttps://serverfault.com/questions/989696/openstack-keystone-db-sync-check-return-exit-code-113:14
snadgei haven't changed the default nova scheduling configuration from an aio setup, and its stuffing every single instance onto one node13:14
snadgethe documentation for the scheduler and the filter is pretty epic, and I kind of just want to load them all up with an even number of instances, like a round robin thing nothing too special13:15
noonedeadpunksnadge: not 100% sure but probably you should look at weights https://docs.openstack.org/nova/latest/user/filter-scheduler.html#weights13:23
noonedeadpunkbut I think it generally should be selecting nodes based on cpu and ram availability13:25
snadgethats what i thought it would do by default.. and im not even sure where I should begin.. just remove all the filter drivers maybe13:26
noonedeadpunkI think then you will just fail creating instance :p13:26
snadgei haven't really configured any of them, and don't know how. by weight seems logical.. i dont even really care what it does tbh13:26
snadgeas long as it doesn't just simply overload a single node, when theres 6 other ones sitting there empty13:26
snadgethat seems like an unreasonable default behaviour :P13:27
noonedeadpunkif you nodes are equal in terms of resources, it shouldn't do that way iirc...13:27
snadgethey're not exactly equal, but they are close enough, some have slightly more cpus and ram etc13:27
snadgeim wondering if its because i need to actually specify how many cpus and how much ram each node has, even though it should autodetect that?13:28
snadgeor maybe i can just simply leave one filter enabled13:28
snadgea round robin type thing13:29
dpacltnoonedeadpunk keepalive service was running but it was not working and hence lb ip was not pinging ..so i restarted the keepalive service ,lb ip pinged ,now able to run the playbook .. weird errors!!!13:29
dpacltBut its fixed now :)13:29
noonedeadpunkit's really weird as keepellived used to be pretty reliable in case of proper networking13:29
dpaclt:(13:30
dpaclti have 3 physical controllers one 10G physical interface on each of it and created vlans for the subnet and defined it13:31
noonedeadpunksnadge: like you can see if resorurces are detected correxctly with `openstack hypervisor show`13:33
noonedeadpunkI think I saw such behavior of resources distribution one day but didn't dig into this too much13:33
noonedeadpunkbut generally with default filters it should have weights enabled and create instances based on them...13:34
noonedeadpunkto keep resource provisioning kinda equal13:34
snadgethats what i thought it should do too, they hypervisor can see all the nodes from what i can gather13:35
snadgei just dont know how to make it show me how exactly it makes the scheduling decision13:36
*** aedc has joined #openstack-ansible13:44
*** rpittau is now known as rpittau|brb13:56
mgariepyby default the scheduling with filter the nodes based on the request (like ram, cpu etc..) then select a random one based on the 5 best host.14:03
mgariepyor something like that.14:03
*** yolanda has quit IRC14:05
*** cshen has quit IRC14:18
*** yolanda has joined #openstack-ansible14:19
*** cshen has joined #openstack-ansible14:24
*** rpittau|brb is now known as rpittau14:30
*** yolanda has quit IRC14:36
*** yolanda has joined #openstack-ansible14:37
*** yolanda has quit IRC14:53
*** NewJorg has quit IRC15:01
*** cshen has quit IRC15:02
*** also_stingrayza has joined #openstack-ansible15:03
*** yolanda has joined #openstack-ansible15:06
*** stingrayza has quit IRC15:06
*** hamzy has quit IRC15:06
*** NewJorg has joined #openstack-ansible15:08
*** yolanda has quit IRC15:19
*** dpaclt has quit IRC15:20
*** itandops has quit IRC15:22
*** itandops has joined #openstack-ansible15:22
*** cshen has joined #openstack-ansible15:29
*** fghaas has joined #openstack-ansible15:35
*** yolanda has joined #openstack-ansible15:38
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ceph release to octopus  https://review.opendev.org/72933115:46
*** dpaclt has joined #openstack-ansible15:48
*** cshen has quit IRC15:59
*** miloa has quit IRC16:03
*** cshen has joined #openstack-ansible16:07
*** jbadiapa has quit IRC16:10
*** udesale_ has quit IRC16:14
mgariepyjrosser, ubuntu 20.04 will it be for U release or only for V ?16:15
*** rpittau is now known as rpittau|afk16:48
*** mgariepy has quit IRC16:49
*** stingrayza has joined #openstack-ansible16:51
*** also_stingrayza has quit IRC16:54
*** cshen has quit IRC17:00
*** mgariepy has joined #openstack-ansible17:03
*** mgariepy has quit IRC17:42
*** mgariepy has joined #openstack-ansible17:43
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ceph release to octopus  https://review.opendev.org/72933117:56
noonedeadpunkmgariepy: if you're around, can you vote on https://review.opendev.org/#/c/709455/ and https://review.opendev.org/#/c/709460/ ?17:58
*** mgariepy has quit IRC17:58
*** dpaclt has quit IRC18:14
*** mgariepy has joined #openstack-ansible18:17
*** itandops has quit IRC18:48
*** yolanda has quit IRC18:49
*** cshen has joined #openstack-ansible18:57
*** itandops has joined #openstack-ansible19:00
*** cshen has quit IRC19:01
*** amalrajgenocidex has joined #openstack-ansible19:48
amalrajgenocidexI deployed manila ceph using openstack-ansible but  it's showing error "Manila.exception.ManilaException: Ceph client libraries not found". I tried installing them manually but no change in error.19:49
amalrajgenocidexAny suggestions19:49
amalrajgenocidexManila-share service is not starting due to this error19:51
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ceph release to octopus  https://review.opendev.org/72933119:56
noonedeadpunkamalrajgenocidex: I think you need to link ceph libraries inside manila venv. dpaclt has the same issue right now19:57
noonedeadpunkon master this block is doing that https://opendev.org/openstack/openstack-ansible-ceph_client/src/branch/master/tasks/ceph_install_python_libs.yml#L45-L10619:58
openstackgerritMerged openstack/ansible-hardening master: Add Centos-8 support  https://review.opendev.org/70946020:07
*** fghaas has quit IRC20:10
amalrajgenocidexOk. Thanks noonedeadpunk20:23
openstackgerritMerged openstack/openstack-ansible-tests stable/train: Ensure correct branch is used for neutron repos during functional tests  https://review.opendev.org/73033020:56
*** cshen has joined #openstack-ansible20:58
*** cshen has quit IRC21:02
*** jamesdenton has quit IRC21:02
*** jamesdenton has joined #openstack-ansible21:04
*** idlemind has quit IRC21:14
*** idlemind has joined #openstack-ansible21:15
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: CentOS 8 support  https://review.opendev.org/70945521:20
openstackgerritMerged openstack/openstack-ansible-galera_server master: Combine galera client role into galera_server  https://review.opendev.org/72590321:27
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: Cleanup after repo_build and pip_install retirement  https://review.opendev.org/72740121:51
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Set centos-7 distro jobs as non-voting  https://review.opendev.org/72964821:54
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ceph release to octopus  https://review.opendev.org/72933121:56
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Cleanup after repo_build and pip_install retirement  https://review.opendev.org/72738721:59
*** mathlin_ has quit IRC22:06
*** mathlin has joined #openstack-ansible22:08
*** amalrajgenocidex has quit IRC22:10
openstackgerritMerged openstack/openstack-ansible stable/train: Include openstack_services.yml as vars file for Gnocchi role  https://review.opendev.org/73029422:36
openstackgerritMerged openstack/openstack-ansible stable/stein: Include openstack_services.yml as vars file for Gnocchi role  https://review.opendev.org/73029522:36
*** cshen has joined #openstack-ansible22:58
*** cshen has quit IRC23:02
*** tosky has quit IRC23:18
*** itandops has quit IRC23:21
*** itandops has joined #openstack-ansible23:22

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