Friday, 2019-11-22

*** DanyC has quit IRC00:03
*** goldyfruit_ has quit IRC00:09
*** spatel has joined #openstack-ansible00:41
*** macz has joined #openstack-ansible00:44
*** gyee has quit IRC00:46
*** tosky has quit IRC00:56
*** openstackstatus has joined #openstack-ansible01:02
*** ChanServ sets mode: +v openstackstatus01:02
*** macz has quit IRC01:23
*** macz has joined #openstack-ansible01:31
*** openstackgerrit has joined #openstack-ansible01:35
openstackgerritMerged openstack/openstack-ansible master: Add ceph-ansible filter plugins path to openstack-ansible.rc  https://review.opendev.org/69292101:35
*** macz has quit IRC02:09
*** spatel has quit IRC02:37
snadgeTASK [os_keystone : Wait for services to be up]03:04
snadgethis makes me just want to cry03:04
snadge"msg": "Status code was -1 and not [300]: Request failed: <urlopen error [Errno 111] Connection refused>",03:04
snadgeif i attach to infra1_keystone_container .. i can connect to the url, which happens to be http://172.29.236.100:500003:05
snadgeso connection refused makes absolutely no sense at all.. is it the python uri method? is it ansible-httpget .. i have no idea03:06
snadgeim guessing it has something to do with this stupid proxy environment I have to use.. but, im not seeing a hit in the proxy logs03:08
snadgeno.. its running that task on localhost which is the deployment host.. wtf03:22
*** macz has joined #openstack-ansible03:30
*** macz has quit IRC03:34
*** udesale has joined #openstack-ansible03:41
snadgekeystone_service_setup_host: "{{ groups['utility_all'][0] }}"04:05
snadgethat seems to have fixed that.. but now on TASK [os_keystone : Add service project] .. im getting FAILED! => {"attempts": 5, "changed": false, "msg": "openstacksdk is required for this module"}05:30
snadgeit really bothers me being in Australian time zone ;)05:48
*** macz has joined #openstack-ansible05:53
*** macz has quit IRC05:58
*** zbr has joined #openstack-ansible06:07
*** zbr|ooo has quit IRC06:08
*** raukadah is now known as chkumar|rover06:37
*** shyamb has joined #openstack-ansible07:11
*** isakgicu has joined #openstack-ansible07:13
isakgicuhi, any ideas of this error; http://paste.openstack.org/show/786486/ ?07:14
*** macz has joined #openstack-ansible07:25
*** macz has quit IRC07:29
jrossersnadge: there is an openstack_service_setup_host that you should use to make all of that happen on the utility container07:30
jrosserfor all the services07:31
*** shyamb has quit IRC07:38
jrossersnadge: the resaon that the service setup host can be delegated is usually if there is not direct tcp connectivity between the deploy host and the cloud environment, for example an ssh bastion in the way07:48
jrosserotherwise you should not need to do that, i suspect that points to something else underlying07:49
jrossernoonedeadpunk: hrrm https://zuul.opendev.org/t/openstack/build/9b8ab08f795b48bf8ab86bc287a55278/log/job-output.txt#3823-383107:59
jrosserthats from here https://review.opendev.org/#/c/695563/08:00
*** shyamb has joined #openstack-ansible08:09
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/rocky: Remove references to writable LDAP from documentation  https://review.opendev.org/69540508:09
*** jawad_axd has joined #openstack-ansible08:11
*** tosky has joined #openstack-ansible08:15
*** pcaruana has joined #openstack-ansible08:21
openstackgerritMerged openstack/ansible-hardening stable/rocky: Splits STIG yum add/removes  https://review.opendev.org/69541008:34
*** DanyC has joined #openstack-ansible08:43
*** DanyC has quit IRC08:45
*** DanyC has joined #openstack-ansible08:47
*** shyamb has quit IRC08:57
*** DanyC has quit IRC08:57
*** rpittau|afk is now known as rpittau08:58
*** DanyC has joined #openstack-ansible08:59
*** DanyC has quit IRC09:00
*** DanyC has joined #openstack-ansible09:01
isakgicuguys, one question: where can I find this task in playbooks?09:02
isakgicuTASK [os_nova : Run nova-status upgrade check to validate a healthy configuration]09:02
isakgicuI used grep to find it in openstsack-ansible directory and couldn't find it09:02
*** shyamb has joined #openstack-ansible09:04
isakgicuoh, found it09:05
isakgicuits /etc/ansible/roles/os_nova/tasks/nova_db_post_setup.yml09:06
*** cshen has joined #openstack-ansible09:06
isakgicuso my playbook fails here: "{{ _db_nova_bin }}/nova-manage cell_v2 discover_hosts{{ (debug | bool) | ternary(' --verbose', '') }}{{ (nova_virt_type == 'ironic') | ternary(' --by-service', '') }}"09:06
isakgicuI'm confused, why my environment tries to validate with nova_virt_type == 'ironic'09:07
isakgicuis it default ?09:08
isakgicustrange, in my /etc/openstack_deploy/user_variables.yml - nova_virt_type is set to kvm09:12
*** Zheyley_ has joined #openstack-ansible09:18
*** sshnaidm is now known as sshnaidm|off09:21
*** shyamb has quit IRC09:39
*** shyamb has joined #openstack-ansible09:44
*** shyamb has quit IRC09:44
*** shyamb has joined #openstack-ansible09:45
*** macz has joined #openstack-ansible09:45
*** macz has quit IRC09:50
*** shyamb has quit IRC09:54
isakgicuok found the problem: http://paste.openstack.org/show/786537/09:58
isakgicuand this article: https://ask.openstack.org/en/question/122313/on-stein-nova-status-upgrade-check-check-failed/09:59
isakgicuso its a common problem ?09:59
isakgicuno fixes yet or ?09:59
snadgejrosser: yes.. my deployment environment can only get to the management network.. not any of the others.. this is by design, basicall10:02
snadgebut i dont know why os_keystone : Add service project is failing10:03
snadge"openstacksdk is required for this module" doesn't sound like a networking problem10:04
*** shyamb has joined #openstack-ansible10:14
jrossersnadge: ok, well the loadbalancer vip internal and also the container mgmt ip should be directly reachable?10:23
jrosseras far as I know both the deployment host and the utility container should have openstacksdk10:24
jrosserI’m assuming that by management network you mean “br-mgmt”, rather than some other OOB network you have for accessin g the bare metal?10:25
jrosserisakgicu: you are deploying train release candidate?10:30
isakgicuyes10:30
jrosserdo you have an AIO to compare against?10:31
isakgicuno..10:31
jrosserwhen things go wierd that’s usually my first thing to do, because the AIO is what we use for all testing10:32
jrosserand maybe there’s an error in your environment, or maybe we have an actual bug to address, but it’s hard to pin down without a vm it more info10:33
jrosser*bit10:33
jrosseryou are just trying a single controller?10:34
isakgicuyes10:34
isakgicu1network 1controller 1compute for the beginning10:34
jrosserI think that’s a fairly unusual config, so I’d defiantly be trying to have an AIO alongside that to compare against10:35
jrosser8G 8cpu 69g disk VM is all you need for that10:35
jrosser*60G10:35
* jrosser typing on a phone :)10:35
isakgicuno problem, thnx anyways10:36
jrosserin your case there won’t be a keepalived, I think10:36
jrosserbecause of only one controller10:36
isakgicuyep10:37
isakgicuI have an such cloud already running for more than 1 year10:37
isakgicuwith rocky release10:37
isakgicudidnt meet such problems with his deployment10:37
jrosseryou have a message about placement api not found too?10:37
jrosserbecause placement changes a lot in train for OSA10:38
isakgicugoogling I understood that the problem I have is in placement api10:41
isakgicuare there any major changes in placement API which I should consider deploying OSA10:42
isakgicuare there any major changes in placement API which I should consider deploying OSA?10:42
jrosserisakgicu: osa train release is the one where the extracted placement service was first deployed10:47
jrosserso there are new containers10:47
jrossernew api endpoints on the haproxy10:48
isakgicuhmm .. but i dont see new containers10:48
jrosserthis is a fresh deploy, not an upgrade?10:49
isakgicuyes, its fresh10:49
isakgicuthese are my containers: http://paste.openstack.org/show/786540/10:49
jrosserthis defines them https://github.com/openstack/openstack-ansible/blob/master/inventory/env.d/placement.yml10:50
jrosserhmm - I have to head out now but this is definitely something to investigate10:51
jrossertools/inventory-manage is useful here to see what groups and hosts/containers are defined10:52
isakgicuvery interesting .... why ansible does not create this container ...10:56
isakgicumaybe I have to define it in openstack_user_config.yml or user_variables.yml ?10:57
*** shyamb has quit IRC11:02
isakgicuyeah .. I had to put it in openstack_user_config.yml ..11:04
isakgiculets see how now will run playbooks11:04
isakgicuthnx jrosser11:04
*** yolanda__ has joined #openstack-ansible11:08
*** yolanda has quit IRC11:09
*** udesale has quit IRC11:10
*** yolanda__ has quit IRC11:33
*** luksky has joined #openstack-ansible11:34
*** yolanda has joined #openstack-ansible11:46
*** yolanda has quit IRC11:52
*** yolanda has joined #openstack-ansible12:05
*** nicolasbock has joined #openstack-ansible12:26
openstackgerritMerged openstack/openstack-ansible stable/stein: Adding missing tag for dynamic-address-fact task  https://review.opendev.org/69530512:44
noonedeadpunkjrosser: yeah, it's thing I've said about on meeting as well12:51
jrossernoonedeadpunk: does that mean that we are broken on train branch for merging horizon role patches?12:52
jrossernoonedeadpunk: also did you see the trouble isakgicu had with placement missing, I wonder if we are missing something from the example user config12:53
noonedeadpunkjrosser: right now horizon is broken, yes. Dunno how safe it's to backport https://opendev.org/openstack/openstack-ansible/commit/c5d030ead13963d1917bdfdcef4d6e78a384ae28 into sten...12:54
noonedeadpunkI've missed isakgicu stroy tbh12:54
*** macz has joined #openstack-ansible12:55
noonedeadpunkSo he failed as he doesn't have placement deployed (or runned)12:57
noonedeadpunkjrosser: yeah, I guess we should update docs for sure, as I think we're missing not only this part12:58
*** macz has quit IRC12:59
openstackgerritMerged openstack/openstack-ansible-galera_client master: Fix a type in yml file  https://review.opendev.org/69494713:07
mensisjrosser: I wanted to ask that did u build ELK Stack on container or on the host?13:17
*** goldyfruit_ has joined #openstack-ansible13:20
jrosserin containers, using normal OSA lxc hosts13:25
jrosserlog1,2,313:25
isakgicuregarding documentation agree, it is really outdated, there are a lot of things to update and others to add13:26
jrosserisakgicu: if you are able to take some notes in an ether pad or somewhere we can fix things up13:33
mensisjrosser: i am trying to install ELK Stack to 3 new nodes (reserved for just ELK Stack). When i run lxc-containers-create, it throws error such as "lxc-ls command not found". Should i add the 3 new nodes to openstack_user_config file and run setup-hosts etc.?13:41
*** jawad_axd has quit IRC13:42
*** jawad_axd has joined #openstack-ansible13:43
mensisI mean do i need to install some packages to the new nodes?13:43
*** jawad_axd has quit IRC13:48
jrossermensis: yes you should treat them like any other infra node14:08
isakgicusure jrosser, gonna do it when will get some free time14:18
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Change rabbitmq_package_state logic  https://review.opendev.org/69522314:29
*** jawad_axd has joined #openstack-ansible14:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon stable/train: Set metal upgrade jobs to non-voting  https://review.opendev.org/69569814:39
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon stable/train: Debian mod_wsgi python versions  https://review.opendev.org/69556314:39
*** jawad_axd has quit IRC14:40
mensisjrosser: i added new nodes to openstack_user_config file and then run setup-hosts playbook with limit to "elk_all" group. I get this error; http://paste.openstack.org/show/786573/    Any suggestions?14:47
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: Add ceph-ansible filter plugins path to openstack-ansible.rc  https://review.opendev.org/69570314:57
jrossermensis: there is a quite good log for lxc which may help there15:03
jrosseryou need to have the network bridges availble just like an infra node too15:03
jrossertime to go get the kids from school, but we are planning to do an upgrade of our ELK stuff in the lab to 7.4.0 next week to see if we get the same memory issues15:04
*** jawad_axd has joined #openstack-ansible15:21
admin0hi all .. how to address/solve too many heartbeats missed issue ?15:33
jrosseradmin0: is it this? https://opendev.org/openstack/nova/commit/a694952eacfe3a2dac34957cf95d5529eb89d4b215:41
*** kmadac_ has joined #openstack-ansible15:42
*** kmadac has quit IRC15:45
admin0jrosser, mine is on the neutron-dhcp-agent15:46
*** cshen has quit IRC15:50
admin0i have around 17k messages in Ready state on neutron notificaitons.info -- any ideas why they are not being cleared ( nothin in unack ) ..  and what process is supposed to clear them15:53
admin0as per the neutron guys .. that neutron and nova notificaiton.info is used by designate_sink .. need help from our resident osa designate guru :D16:03
*** jbadiapa has joined #openstack-ansible16:03
*** luksky has quit IRC16:04
openstackgerritMerged openstack/openstack-ansible-os_nova master: Readd some QEMU distro packages  https://review.opendev.org/69480716:07
*** jawad_axd has quit IRC16:08
*** gyee has joined #openstack-ansible16:09
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Fix typos in yml files  https://review.opendev.org/69328116:17
*** macz has joined #openstack-ansible16:28
openstackgerritMerged openstack/openstack-ansible-os_nova master: Disable unused console services  https://review.opendev.org/69516916:29
*** chkumar|rover is now known as raukadah16:31
*** yolanda has quit IRC16:50
*** rpittau is now known as rpittau|afk17:01
*** isakgicu has quit IRC17:01
*** Zheyley_ has quit IRC17:15
*** DanyC has quit IRC17:20
*** DanyC has joined #openstack-ansible17:23
*** Guest24639 has joined #openstack-ansible17:32
*** Guest24639 is now known as mgagne_17:34
*** DanyC has quit IRC17:42
*** mwe1 has quit IRC17:52
*** mgariepy has quit IRC18:07
*** DanyC has joined #openstack-ansible18:10
*** mgariepy has joined #openstack-ansible18:10
*** DanyC has quit IRC18:14
*** nicolasbock has quit IRC18:26
*** irclogbot_1 has quit IRC18:27
*** nicolasbock has joined #openstack-ansible18:27
*** irclogbot_3 has joined #openstack-ansible18:30
*** nyloc has quit IRC19:37
*** yolanda has joined #openstack-ansible20:10
*** jcosmao has joined #openstack-ansible20:12
*** jcosmao has left #openstack-ansible20:12
*** jcosmao has joined #openstack-ansible20:13
*** luksky has joined #openstack-ansible20:32
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_designate stable/train: Remove deprecated packages from centos installs  https://review.opendev.org/69522720:42
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_designate master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69430320:44
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Add zun service to tempest  https://review.opendev.org/69240620:47
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Add zun service to tempest  https://review.opendev.org/69240620:47
*** mgagne_ is now known as mgagne21:13
*** DanyC has joined #openstack-ansible21:25
*** DanyC has quit IRC21:35
*** DanyC has joined #openstack-ansible21:35
*** spatel has joined #openstack-ansible21:38
*** spatel has quit IRC21:39
*** spatel has joined #openstack-ansible22:08
*** spatel has quit IRC22:13
*** spatel has joined #openstack-ansible22:15
*** jcosmao has left #openstack-ansible22:16
*** kopecmartin is now known as kopecmartin|off22:18
*** DanyC has quit IRC22:26
*** KeithMnemonic has quit IRC22:44
*** spatel has quit IRC22:58
*** luksky has quit IRC23:04
*** jbadiapa has quit IRC23:42
*** tosky has quit IRC23:45

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