Monday, 2020-08-24

*** tosky has quit IRC00:00
chenhawhi jrosser and noonedeadpunk. thanks for the advice the other day. i end up redo the whole setup again. Running playbook setup-host.yml and setup-infrastructure.yml went smoothly on the first run. however, when come to setup-openstack.yml playbook, there are errors when setup Glance. here is the error, http://paste.openstack.org/show/797073/. hopefully you can shed some light on this issue.01:04
*** cshen has joined #openstack-ansible01:09
*** cshen has quit IRC01:13
*** jamesdenton has quit IRC01:46
*** jamesden_ has joined #openstack-ansible01:47
*** cshen has joined #openstack-ansible03:09
*** cshen has quit IRC03:14
*** miloa has joined #openstack-ansible04:02
openstackgerritSatish Patel proposed openstack/openstack-ansible-repo_server master: Add Centos-8 support  https://review.opendev.org/74761304:15
*** evrardjp has quit IRC04:46
*** evrardjp has joined #openstack-ansible04:48
*** cshen has joined #openstack-ansible05:09
*** cshen has quit IRC05:13
*** raukadah is now known as chandankumar05:45
*** chenhaw has quit IRC06:04
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts stable/ussuri: Increase default value of net.ipv4.igmp_max_memberships  https://review.opendev.org/74762006:07
*** miloa has quit IRC06:11
*** jhesketh_ has quit IRC06:39
*** jhesketh has joined #openstack-ansible06:41
*** chenhaw has joined #openstack-ansible06:55
*** sshnaidm|afk is now known as sshnaidm07:03
*** andrewbonney has joined #openstack-ansible07:11
masterpeIt looks like it is unable to mount /var/lib/glance/images07:16
*** tosky has joined #openstack-ansible07:20
*** cshen has joined #openstack-ansible07:25
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Add haproxy_ssl_all_vips variable  https://review.opendev.org/74713707:37
*** akahat|rover is now known as akahat|lunch07:58
*** yolanda has quit IRC08:03
*** pcaruana has joined #openstack-ansible08:27
*** jbadiapa has joined #openstack-ansible08:44
*** cshen_ has joined #openstack-ansible08:46
*** cshen has quit IRC08:49
openstackgerritMerged openstack/openstack-ansible-os_heat master: Use the utility host for db setup tasks  https://review.opendev.org/74720009:02
*** cshen_ has quit IRC09:26
*** cshen has joined #openstack-ansible09:30
admin0\o09:36
admin0if i want to add a local storage hypervisor in an all ceph cluster, what is the best overrride for nova to switch between local storage vs ceph ?09:37
jrosseradmin0: i did this by splitting the compute nodes into two ansible groups09:46
jrosserin the group that i wanted to use ceph with i set nova_libvirt_images_rbd_pool: ephemeral-vms09:46
jrosserwhen that is unset you can use local storage09:47
admin0if i have some overrides in user_variables, do I need to repeat them in the host_variables also .. or can i just use this single nova_libvirt_images_rbd_pool in the host/group override ?09:48
admin0jrosser, thanks ..09:49
admin0jrosser, the nova channel pointed me to https://github.com/openstack/nova/blob/0d062ac7b6acc769117e77c3094b32a84411fe83/nova/conf/libvirt.py#L899-L916  -- ( i had asked in both, just in case)09:51
jrosseroverrides in user_variables will take precedence over anything you put i group_vars/host_vars09:51
jrosserso you can't really put anything in user_<blah>.yml which you want to divide across host groups09:51
jrosseruser_variables are global and will always win in terms of precedence09:52
admin0jrosser, i meant if in user_variables, i have nova overrides where i have done say ratio 1:8, and then i create a local-storage group, can i just put the nova overdide for local storage in this group, or i have to repeat the ratios again ?09:52
jrosserit won't work like that09:53
jrosserbecasue the value you put in user_variables will always apply everywhere09:53
jrosserfor something that you want to vary in different groups you need to take it out of user_variables and repeat it in as many group_vars files as you need with the settings replicated where necessary09:54
admin0got it09:54
jrossernova_libvirt_images_rbd_pool is a variable in its own right, rather than a config override for nova.conf09:55
admin0te override is for ratios09:55
jrosserthere is other logic driven by that, like installing the ceph client09:55
admin0well, this goes under libvirt in nova.conf, while the other ovrrides go under default09:56
admin0so if the host/group override does not touch [default] in nova, will it be applied ?09:56
jrosserthere is a variable for this nova_cpu_allocation_ratio09:56
jrossersorry i'm getting confused, by overrides i understand you to mean nova_nova_conf_overrides: ?09:57
admin0jrosser, .this example https://gist.github.com/a1git/867a9e872ef49ba2ae9430b980eb159a09:58
admin0do I need to repeat the DEFAULT from the user_variable also to the local_disk_hosts.yml file ? that was the question09:58
jrosseryou need to define the whole of nova_nova_conf_overrides for each compute node entirely09:58
admin0ok09:59
jrosseryou cannot have it at the same time in user_variable and a group_vars09:59
admin0so even if they target diff sections , they won't be merged :)09:59
jrossercorrect09:59
admin0is that an ansible thing ?09:59
jrosseransible can do dictionary merging, but it's considered very unusual10:00
admin0if i want only 1 host to be non-ceph among 2 dozens, is there a quick way to unset nova_libvirt_images_rbd_pool: vms from just 1 or 2 host10:02
*** itandops has joined #openstack-ansible10:08
*** akahat|lunch is now known as akahat|rover10:27
admin0jrosser, how many groups can a hypervisor be a part of ?  because i am using routed networking, they are already a part of a group10:29
jrosseryou can make as many groups as you like10:33
jrosserunfortunately i dont think you can specifically unset a variable for a specific host, which doesnt really help you much10:34
jrosserthe best thing to do probably is make compute_with_ceph and compute_local_disks or something10:34
*** dave-mccowan has joined #openstack-ansible10:44
*** rh-jelabarre has joined #openstack-ansible10:53
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/train: Add Paramaters to httpd.conf template  https://review.opendev.org/74696411:19
*** cshen_ has joined #openstack-ansible11:29
*** cshen has quit IRC11:32
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/ussuri: Make has_offline_migrations output predictable  https://review.opendev.org/74673811:37
openstackgerritMerged openstack/openstack-ansible stable/train: Bump SHAs for stable/train  https://review.opendev.org/74758511:38
openstackgerritMerged openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein  https://review.opendev.org/74758411:38
openstackgerritMerged openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/74758311:38
openstackgerritMerged openstack/openstack-ansible stable/train: Remove nova_api_placement from inventory  https://review.opendev.org/74710711:38
*** spatel has joined #openstack-ansible12:56
*** mmethot_ has quit IRC12:57
spateljrosser: morning12:57
*** mmethot_ has joined #openstack-ansible12:57
*** mmethot has joined #openstack-ansible13:00
*** mmethot_ has quit IRC13:01
*** cshen_ has quit IRC13:11
*** owalsh has quit IRC13:15
*** owalsh has joined #openstack-ansible13:16
*** KeithMnemonic has joined #openstack-ansible13:24
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Disable ceilometer distro jobs  https://review.opendev.org/74703213:44
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467313:49
*** cshen has joined #openstack-ansible13:54
openstackgerritMerged openstack/openstack-ansible-os_octavia stable/ussuri: Updated from OpenStack Ansible Tests  https://review.opendev.org/74630213:55
*** spatel has quit IRC13:56
*** spatel has joined #openstack-ansible14:02
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/ussuri: Increase default value of net.ipv4.igmp_max_memberships  https://review.opendev.org/74762014:11
*** d34dh0r53 has joined #openstack-ansible14:12
*** chandankumar is now known as raukadah14:52
*** kberger_ has joined #openstack-ansible14:57
*** cloudnull7 has joined #openstack-ansible15:02
*** KeithMnemonic has quit IRC15:03
*** cloudnull has quit IRC15:03
*** cloudnull7 is now known as cloudnull15:03
*** waxfire7 has joined #openstack-ansible15:08
*** waxfire has quit IRC15:09
*** waxfire7 is now known as waxfire15:09
*** chenhaw has quit IRC15:11
*** chenhaw has joined #openstack-ansible15:11
*** gyee has joined #openstack-ansible15:20
*** spatel has quit IRC15:22
*** d34dh0r53 has quit IRC15:22
*** masterpe has quit IRC15:22
*** ebbex has quit IRC15:22
*** gundalow has quit IRC15:22
*** andrewbonney has quit IRC15:22
*** cyberpear has quit IRC15:22
*** mwhahaha has quit IRC15:22
*** mnaser has quit IRC15:22
*** nicolasbock has quit IRC15:22
*** guilhermesp has quit IRC15:22
*** sum12 has quit IRC15:22
*** d34dh0r53 has joined #openstack-ansible15:27
*** masterpe has joined #openstack-ansible15:30
*** mwhahaha has joined #openstack-ansible15:31
itandopsHi folks, I deployed openstack with 2 infra nodes, after loosing one infra node, ceph can not start correctly http://paste.openstack.org/show/797092/15:33
itandopsnova can't start instances since they all use block devices in ceph15:33
*** ebbex has joined #openstack-ansible15:33
*** gundalow has joined #openstack-ansible15:33
itandopssomeone could help to solve this please ?15:34
*** andrewbonney has joined #openstack-ansible15:34
*** nicolasbock has joined #openstack-ansible15:34
*** cyberpear has joined #openstack-ansible15:34
*** mnaser has joined #openstack-ansible15:34
*** guilhermesp has joined #openstack-ansible15:34
*** sum12 has joined #openstack-ansible15:34
itandopsnoonedeadpunk,jrosser, admin0: any suggestion ?15:52
*** npalladium has joined #openstack-ansible16:01
*** cshen has quit IRC16:07
jrosseritandops: mon state "probing" means it is looking for the other mons according to the ceph documentation16:08
openstackgerritMerged openstack/openstack-ansible-os_designate stable/ussuri: Updated from OpenStack Ansible Tests  https://review.opendev.org/74629016:23
*** spatel has joined #openstack-ansible16:36
*** cshen has joined #openstack-ansible16:40
*** tosky has quit IRC16:49
admin0my deployment is failing in Ensure newest key is used for credential in Keystone16:53
itandopsjrosser: I'm thinking about commenting entries of infra2 into openstack_user_config and run ceph-install.yml to run ceph with one mons as in All in One deployment16:54
admin0my controllers crashed, so the db was restored16:58
admin0so question is how can i re-run the setup-openstack on a system where the db is already setup16:58
*** jbadiapa has quit IRC17:00
*** andrewbonney has quit IRC17:08
openstackgerritamolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup.  https://review.opendev.org/72070517:21
*** cshen has quit IRC17:25
openstackgerritMerged openstack/openstack-ansible stable/ussuri: Remove nova_api_placement from inventory  https://review.opendev.org/74710617:26
npalladiumHeya! I'm trying to install Swift as a part of my Openstack setup and I'm running into an error in the swift_rings_post_distribution_check.yml task. The gist of the error seems to be `'ansible.vars.hostvars.HostVarsVars object' has no attribute 'builder_md5sum'` and therefore that particular part of the task is failing. Does any have any idea why this would happen? Or could someone please help me mitigate this?17:34
*** cshen has joined #openstack-ansible17:51
*** cshen has quit IRC17:56
*** pcaruana has quit IRC17:58
*** cshen has joined #openstack-ansible18:05
*** pcaruana has joined #openstack-ansible18:11
*** cshen has quit IRC18:59
*** pcaruana has quit IRC19:02
*** pcaruana has joined #openstack-ansible19:15
openstackgerritMerged openstack/openstack-ansible master: Allow usage of haproxy_ssl_all_vips for services  https://review.opendev.org/74713819:34
*** cshen has joined #openstack-ansible19:34
*** cshen has quit IRC19:39
*** npalladium has quit IRC19:50
*** cshen has joined #openstack-ansible20:00
*** jamesden_ has quit IRC20:02
*** cshen has quit IRC20:05
*** jamesdenton has joined #openstack-ansible20:09
*** cshen has joined #openstack-ansible22:01
*** cshen has quit IRC22:06
*** d34dh0r53 has quit IRC22:14
*** kberger_ has quit IRC22:51

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