Monday, 2019-08-19

*** rcernin has joined #openstack-lbaas00:02
*** yamamoto has joined #openstack-lbaas00:39
*** yamamoto has quit IRC01:11
*** yamamoto has joined #openstack-lbaas01:11
*** redrobot has quit IRC02:23
*** Guest90568 has joined #openstack-lbaas02:29
*** Guest90568 is now known as redrobot02:32
*** gthiemonge has quit IRC02:43
*** gthiemon1e has joined #openstack-lbaas02:43
*** ramishra has joined #openstack-lbaas02:45
*** ricolin has joined #openstack-lbaas03:10
*** ajay33 has joined #openstack-lbaas03:40
*** ricolin has quit IRC03:44
*** yamamoto has quit IRC04:15
*** yamamoto has joined #openstack-lbaas04:15
*** trident has quit IRC05:06
*** trident has joined #openstack-lbaas05:15
*** ricolin has joined #openstack-lbaas05:16
*** trident has quit IRC05:21
*** trident has joined #openstack-lbaas05:27
*** numans has quit IRC06:06
*** yamamoto has quit IRC06:15
*** yamamoto has joined #openstack-lbaas06:34
*** threestrands has quit IRC06:34
*** threestrands has joined #openstack-lbaas06:35
*** maciejjozefczyk has joined #openstack-lbaas06:36
*** gcheresh_ has joined #openstack-lbaas07:02
*** gcheresh has joined #openstack-lbaas07:10
*** gcheresh_ has quit IRC07:10
*** ccamposr has joined #openstack-lbaas07:12
*** rcernin has quit IRC07:17
*** threestrands has quit IRC07:19
*** lemko has joined #openstack-lbaas07:21
*** rpittau|afk is now known as rpittau07:35
*** takamatsu has joined #openstack-lbaas07:37
*** ivve has joined #openstack-lbaas07:45
*** trident has quit IRC08:11
*** tkajinam has quit IRC08:18
*** trident has joined #openstack-lbaas08:19
*** ccamposr__ has joined #openstack-lbaas08:31
*** ccamposr has quit IRC08:34
*** yamamoto has quit IRC09:21
*** yamamoto has joined #openstack-lbaas09:23
*** yamamoto has quit IRC09:24
*** yamamoto has joined #openstack-lbaas09:31
*** tesseract has joined #openstack-lbaas11:15
*** bzhao__ has quit IRC11:16
*** salmankhan has joined #openstack-lbaas11:37
*** yamamoto has quit IRC11:43
*** lemko has quit IRC12:00
*** henriqueof has joined #openstack-lbaas12:01
*** yamamoto has joined #openstack-lbaas12:04
*** yamamoto has quit IRC12:05
*** yamamoto has joined #openstack-lbaas12:06
*** yamamoto has quit IRC12:24
*** yamamoto has joined #openstack-lbaas12:30
*** numans has joined #openstack-lbaas12:34
*** yamamoto has quit IRC12:35
*** yamamoto has joined #openstack-lbaas12:53
*** spatel has joined #openstack-lbaas13:28
*** spatel has quit IRC13:33
dulekFolks, anyone ever saw this: https://object-storage-ca-ymq-1.vexxhost.net/v1/86bbbcfa8ad043109d2d7af530225c72/logs_81/676681/2/check/kuryr-kubernetes-tempest-daemon-octavia/f5a8edd/controller/logs/screen-o-cw.txt.gz ?14:12
dulekWe're suffering that on the stable/rocky.14:13
johnsomdulek What version of Rocky are you running?14:16
dulekjohnsom: It's in the gate, so I guess that's just HEAD of stable/rocky?14:17
dulekjohnsom: Seeing it here: https://review.opendev.org/#/c/676681/14:17
dulekAll the gates with Octavia are on FAILURE.14:17
cgoncalvesdulek, your job is checking out octavia master code14:18
dulekcgoncalves: Whoa, good thinking then. I'll double check that and get back to you.14:19
dulekThanks!14:19
cgoncalvescheck https://object-storage-ca-ymq-1.vexxhost.net/v1/86bbbcfa8ad043109d2d7af530225c72/logs_81/676681/2/check/kuryr-kubernetes-tempest-daemon-octavia/f5a8edd/controller/logs/devstacklog.txt.gz14:19
cgoncalvesalso, you're downloading master amphora image14:20
cgoncalveshttps://github.com/openstack/kuryr-kubernetes/blob/stable/rocky/playbooks/get_amphora_tarball.yaml14:20
johnsomAt least the one job I'm looking at is Rocky: /usr/local/bin/octavia-worker version 3.1.2.dev814:20
johnsomThat would be a problem however...14:21
dulekcgoncalves: Ah, you mean Amphora. Okay, that totally makes sense. Thanks again!14:21
*** KeithMnemonic has joined #openstack-lbaas14:25
*** ccamposr has joined #openstack-lbaas15:05
*** ccamposr__ has quit IRC15:08
*** ivve has quit IRC15:33
ajay33hello all,15:41
ajay33I have exported the environment variable (DIB_REPOREF_amphora_agent) and created the amp image.15:41
ajay33Then, I had created a VM using openstack server create using above amp image and also, I had assigned a keypair to this VM.15:41
ajay33but when I try to login to this amp image using keypair, it still prompt me for the password.15:41
ajay33However the same keypair is working fine for cirros VM....15:42
*** gcheresh has quit IRC15:44
johnsomajay33 The SSH key for the VM is handled by nova and cloud-init. We don't do anything with it in our code or image configuration.15:44
ajay33@johnsom , Ok Thanks15:45
johnsomIf you do an "openstack server show" does it have the key_name filled in?15:45
ajay33yes, Its showing the keypair name15:46
johnsomYou can check the nova boot log (console log) to see that cloud-init pulled it in.15:46
ajay33ok @johnsom , Thanks15:47
johnsomajay33 Oh, I have an idea. Our images are set to exclusively use config drive. Maybe it booted in a way that didn't have the config drive present?15:47
johnsomFrom the README:15:49
johnsomhttps://www.irccloud.com/pastebin/UXRpmVQG/15:49
johnsomSo, when booting by hand make sure you add --config-drive True15:52
ajay33where i should add this --config-drive parameter?15:53
johnsomIf you cloud doesn't have config drive enabled by default, you need to add it when you boot the VM. so "openstack server create --config-drive True ...."15:56
ajay33@johnsom Thanks I will check this option16:00
ajay33One more question, When I create a loadbalancer and if it goes to ERROR state then amphore VM also gets terminated/destroyed.16:01
ajay33Is there is any option to restrict this termination of amp VM ?16:02
johnsomYes, we automatically clean up any resources. Yes, you can disable *ALL* error recovery, including the resource cleanup with the "disable_revert" configuration option: https://docs.openstack.org/octavia/latest/configuration/configref.html#task_flow.disable_revert But you really don't want to run that in a production environment as it disables all error handling.16:03
*** rpittau is now known as rpittau|afk16:07
*** Vorrtex has joined #openstack-lbaas16:08
*** henriqueof has quit IRC16:09
ajay33@johnsom Ok16:10
ajay33Actually I want to create amp image compatible for stein controller.16:10
ajay33For this I had exported the "DIB_REPOREF_amphora_agent=stable/stein".16:10
ajay33But when amp image is created and if i go to /opt directory of amphore and check git branch, it shows the master.16:10
ajay33To confirm this, I want to restrict this resource termination16:10
johnsomMake sure you don't have an existing image in the build directory. Sometimes diskimage-builder will not create a new image if one exists.16:11
ajay33I am getting the amp image in below directory :16:14
ajay33/home/vagrant/finalImage/octavia/diskimage-create/.amp_tox_test16:14
ajay33you are refering this directory as build directory?16:14
johnsomIt's the directory you run the command from16:14
ajay33ok @johnsom , I will create a new directory and checkout the octavia code again. (just to create fresh environment for amp image)16:20
ajay33Thanks for your help !!16:20
*** tesseract has quit IRC16:35
*** ramishra has quit IRC16:42
*** salmankhan has quit IRC17:16
*** henriqueof has joined #openstack-lbaas17:17
*** ricolin has quit IRC17:31
*** ccamposr__ has joined #openstack-lbaas17:59
*** ccamposr has quit IRC18:01
*** Vorrtex has quit IRC18:15
openstackgerritSwaminathan Vasudevan proposed openstack/octavia master: Update osutil support for SUSE distro  https://review.opendev.org/54181118:33
*** strigazi has quit IRC18:37
*** strigazi has joined #openstack-lbaas18:38
*** ivve has joined #openstack-lbaas19:09
*** ajay33 has quit IRC19:53
*** maciejjozefczyk has quit IRC21:03
*** trident has quit IRC22:03
*** trident has joined #openstack-lbaas22:11
*** ivve has quit IRC22:34
*** KeithMnemonic has quit IRC22:49
*** rcernin has joined #openstack-lbaas22:57
*** KeithMnemonic has joined #openstack-lbaas23:14
*** tkajinam has joined #openstack-lbaas23:27

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