Monday, 2020-05-11

*** cshen has joined #openstack-ansible00:04
*** cshen has quit IRC00:09
openstackgerritMerged openstack/openstack-ansible master: Fix horizon_image_upload_mode naming  https://review.opendev.org/72511800:28
*** cshen has joined #openstack-ansible02:05
*** cshen has quit IRC02:09
*** schwicht has quit IRC02:16
openstackgerritMerged openstack/openstack-ansible-repo_server stable/train: Remove git deamon functionality  https://review.opendev.org/72527302:20
openstackgerritMerged openstack/openstack-ansible-repo_server stable/train: Remove apt-cacher-ng cleanup tasks  https://review.opendev.org/72527402:22
*** cshen has joined #openstack-ansible04:05
*** cshen has quit IRC04:10
*** evrardjp has quit IRC04:36
*** evrardjp has joined #openstack-ansible04:36
*** cshen has joined #openstack-ansible04:49
*** udesale has joined #openstack-ansible05:15
*** yolanda has joined #openstack-ansible06:18
*** spikysnow has joined #openstack-ansible06:37
spikysnowHello, can someone help me?, im having trouble when running openstack-ansible setup-openstack.yml https://www.irccloud.com/pastebin/nwaes0Uv/06:48
*** tinwood is now known as tinwood-afk07:06
*** pcaruana has joined #openstack-ansible07:12
*** NewJorg has quit IRC07:31
*** tosky has joined #openstack-ansible07:34
*** rpittau|afk is now known as rpittau07:36
*** gillesMo has joined #openstack-ansible07:36
spikysnowOn the that task Create fennet keys for keystone error, I added systemd-devel, it passed07:43
gillesMoHello. I had problems with gnocchi deployment and thought it was because I was in a mix-OS version (Ubuntu 16 and 18). But now, I have finished my migration, and gnocchi still does not want to work (Rocky version). There's a problem with ujson python module. I saw some posts abot it, but no bug and no resolution or workaround in OpenStack-Ansible...07:45
spikysnowHello gillesMo, can u provide the error? I just started in openstack-ansible but maybe I could help you07:46
*** NewJorg has joined #openstack-ansible07:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/72657308:04
*** pcaruana has quit IRC08:05
*** tinwood-afk is now known as tinwood08:05
*** arxcruz has quit IRC08:10
*** arxcruz has joined #openstack-ansible08:10
*** kukacz_ has joined #openstack-ansible08:11
jrossernoonedeadpunk: what do you think of this? http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014790.html08:12
jrosseri am wondering if "nameless" constraints are actually very important for how python_venv_build is working08:13
*** Miouge- has joined #openstack-ansible08:15
*** mloza has quit IRC08:15
*** itsjg has quit IRC08:15
*** kukacz has quit IRC08:15
*** Miouge has quit IRC08:15
*** itsjg has joined #openstack-ansible08:21
jrosserspikysnow: can you give us some more information? I'm guessing this is a centos setup?08:22
spikysnowyes its on centos, what information do u need jrosser?08:23
jrosserwhere did you have to add systemd-devel?08:23
spikysnowI added systemd-devel on the target host which contain the keystone container08:23
jrosserbut not *inside* the container?08:24
spikysnowoh sorry inside container08:24
spikysnowi added it on keystone container08:24
spikysnowI added it because when I tried to pip install -r requirements.txt it got error further explanation, I posted on stackoverflow too08:25
spikysnowhttps://stackoverflow.com/questions/61723930/openstack-ansible-setup-openstack-yml-error-on-task-os-keystone-create-fernet08:25
spikysnowI dont know if adding that is the correct solution08:27
*** pcaruana has joined #openstack-ansible08:27
*** django_ has quit IRC08:27
jrosseri think you need to be careful using pip like that, you've not use the constraints / global-constraints files08:27
jrosserin general we would never do that, use the ansible playbooks (and the related python_venv_build ansible role) to manage the contents of the virtualenvs08:28
*** quassel has joined #openstack-ansible08:28
jrosserwhat needs understanding is why our CI jobs on centos can pass running the same tasks08:29
spikysnowohh, it is configured on ansible role? (im new on all this stuff sorry for the question)08:29
jrosseri would not expect you to need systemd-devel on the keystone container08:29
jrosserall of the python wheels are built on the repository container which have a dev toolchain present to allow all that to happen08:30
*** pcaruana has quit IRC08:30
spikysnowwhat needs understanding is why our CI jobs on centos can pass running the same tasks ( oh why after adding systemd-devel it can pass that create fernet keys for ketstone failed task?08:30
*** pcaruana has joined #openstack-ansible08:30
jrosseryou needed systemd-devel because the manual pip command tried to compile python libraries08:30
spikysnowI see, is missing keystone-manage file because the related python_venv_build ansible role u mentioned?08:31
jrosseri have no idea :)08:31
jrosserthe best thing to do, is when that task failed, to enter the container and run the same command manually08:32
spikysnowohh okk xD, I get many new info thanks08:32
jrosserthere is usually a --debug on them which can tell you actually what was missin08:32
spikysnow--debug that means like openstack-ansible setup-openstack.yml -vvvv?08:33
jrosserno, on the keystone-manage command08:34
jrosser /openstack/venvs/keystone-20.0.0.0rc2.dev17/bin/keystone-manage --debug <the-other-flags>08:34
spikysnowohh I got working on an error too TASK [os_keystone : Check current state of Keystone DB], Ill try that --debug08:35
jrosserthere is also a 20.1.0 tagged release08:35
spikysnowif changing on 20.1.0 do i need to redo all the steps from zero?08:36
jrosserit depends what you are doing, if this is a deployment you want to keep, or a lab you are re-deploying several times08:37
spikysnow>>the best thing to do, is when that task failed, to enter the container and run the same command manually<<08:37
spikysnowwhat if it says the keystone-manage file is missing?, My debug was to run the failed command and see what it says08:37
jrosserif the keystone-manage file is missing then most probably some previous ansible task has failed08:39
spikysnowI just started trying to install it, I wonder if changing 20.1.0 have a procedure rather than starting from beginning like fresh installation08:39
spikysnowWhen keystone manage missing file task failed, on the summary the failed count only 108:39
jrosserimho you should delete the keystone container and re-create it as a minimum, becasue of running the pip command08:40
spikysnowre-create it as a minimum? ( do you mean after deleting the container then run setup-openstack.yml again? )08:41
gillesMoHello. I had problems with gnocchi deployment and thought it was because I was in a mix-OS version (Ubuntu 16 and 18). But now, I have finished my migration, and gnocchi still does not want to work (Rocky version). There's a problem with ujson python module. I saw some posts abot it, but no bug and no resolution or workaround in OpenStack-Ansible...08:42
jrosserspikysnow: the documentation for deleting and recreating containers is here https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#destroy-and-recreate-containers08:43
spikysnowohh thank youu08:43
gillesMospikysnow: excuse-me for the delay... Concerning my gnochi install pb. The error is : ImportError: /openstack/venvs/gnocchi-18.1.20/lib/python2.7/site-packages/ujson.so: undefined symbol: Buffer_AppendShortHexUnchecked in apache-error log08:44
spikysnowso that recreate as minimum meaning it recreate by following the ansible script? (which maybe the keystone manage file will be missing again )08:45
*** spikysnow has left #openstack-ansible08:45
*** spikysnow has joined #openstack-ansible08:48
spikysnowsorry I accidentally leaved this channel08:48
spikysnowleft*08:48
spikysnowI will try recreating the keystone container08:49
noonedeadpunkjrosser: hm. that is good question. iirc we don't urls inside contraints files, but we provide these files as url I guess?08:49
noonedeadpunknot subscribed to these topics, so didn't see that ml08:50
jrossernoonedeadpunk: if you have a containers deploy jump in the repo container, look in /var/www/os-releases/<blah>08:50
jrosserwe have files like glance-20.0.0.0rc2.dev17-source-constraints.txt, with "git+https://opendev.org/openstack/glance@6e3ced8251cd6e273aa73f553a24fc475b219db5#egg=glance"08:51
jrosserso as far as i can see we are totally doing the thing they talk about on the ML08:52
noonedeadpunkoh, yeah, indeed08:52
jrosseralso thats how we document being able to override the ansible version with a fork08:53
noonedeadpunkYeah, really we do provide them this way in every role, but didn't think we do have it in source files(08:53
noonedeadpunkyeah...08:53
noonedeadpunkI think we should reply them....08:53
jrosseryes - i just wanted to check with you becasue the wording is a bit confusing08:54
noonedeadpunkYeah. I just thought that we're limiting to providing that as argument https://opendev.org/openstack/openstack-ansible-os_glance/src/branch/master/defaults/main.yml#L38 but it's not limited to it, you're right08:56
noonedeadpunkalso reading through gihub issue08:56
spikysnowHello jrosser, I have recreated the container, after that run setup-openstack again?08:59
jrosserthe first example here is of the ansiver version override08:59
jrosserspikysnow: look inside the various setup_*.yml playbooks09:00
jrosserthey just call others, so you can be a bit more specific, like just run the keystone one09:00
spikysnowokk got it, I'll try that. Thank you jrosser09:01
noonedeadpunkjrosser: so you're replying to ML or should I reply to github https://github.com/pypa/pip/issues/8210 ?09:01
jrossercan you reply to the github, i'll think about something for the ML, got a bunch of meetings though this morning09:05
jrosserwe have the role defaults that construct the constraint, and entry points for both ansible and ARA to come from a URL rather than python module09:06
jrossernoonedeadpunk: one reason i'm uncertain about this is the ML says there is no use of this, but codesearch says otherwise http://codesearch.openstack.org/?q=%23egg%3D&i=nope&files=&repos=09:09
jrosserthats why i'm not sure i've understood the question properly09:09
noonedeadpunkactually their dnm also failed so... https://review.opendev.org/#/c/726186/109:09
noonedeadpunkbut there they use it in requirements....09:10
noonedeadpunkmostly09:10
noonedeadpunkbut we do use in contraints...09:11
noonedeadpunkdon't sure I really understand difference there while using that format... Lacking knowledge a bit(09:12
noonedeadpunkLike maybe we also can use source-constraints as a requirement but not as contraint....09:13
*** fghaas has joined #openstack-ansible09:14
*** sshnaidm|off is now known as sshnaidm09:15
*** itandops has joined #openstack-ansible09:15
*** gshippey has joined #openstack-ansible09:19
*** itandops has quit IRC09:20
*** jbadiapa has joined #openstack-ansible09:48
openstackgerritMerged openstack/openstack-ansible-ops master: logstash: add cisco ios/nexus syslog parsing to pipeline  https://review.opendev.org/72589909:53
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: Ansible 'version' is a test not a filter.  https://review.opendev.org/72664509:57
*** itandops has joined #openstack-ansible10:01
*** rpittau is now known as rpittau|bbl10:15
jrossernoonedeadpunk: could you give this a push? https://review.opendev.org/#/c/72589810:44
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: Update openstackdocstheme to 2.0.0  https://review.opendev.org/72677410:54
kleiniWithin my productive cloud deployment I have some hosts, that should be dedicated to a single team. What is the best approach to exclude these hosts from "normal" scheduling and allow that team to schedule instance spawning to these dedicated hosts?10:57
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Cleanup py27 support  https://review.opendev.org/72363511:06
openstackgerritMerged openstack/ansible-hardening stable/stein: Remove CI for fedora-latest  https://review.opendev.org/72589811:13
openstackgerritMerged openstack/ansible-hardening stable/stein: Remove duplicated Zuul config file  https://review.opendev.org/72406711:13
*** watersj has quit IRC11:25
ChosSimbaOneHi Everyone. So I we are looking to test out murano, am I in for a bad time if i try to deploy the os_murano on a queens installation?11:50
*** rpittau|bbl is now known as rpittau11:58
*** rh-jelabarre has joined #openstack-ansible12:00
openstackgerritamolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup.  https://review.opendev.org/72070512:33
*** ansmith_ has quit IRC13:05
*** ansmith has joined #openstack-ansible13:06
*** udesale_ has joined #openstack-ansible13:06
*** udesale has quit IRC13:09
*** schwicht has joined #openstack-ansible13:17
*** owalsh has quit IRC13:30
*** owalsh has joined #openstack-ansible13:31
*** mmethot_ has quit IRC13:32
*** mmethot has joined #openstack-ansible13:37
*** itandops has quit IRC13:49
*** itandops has joined #openstack-ansible14:02
*** nurdie has joined #openstack-ansible14:03
*** jhesketh has quit IRC14:35
*** itandops has quit IRC14:36
*** pcaruana has quit IRC14:38
*** dpaclt has joined #openstack-ansible14:53
*** itandops has joined #openstack-ansible14:53
*** aedc has joined #openstack-ansible14:54
*** sshnaidm is now known as sshnaidm|afk14:57
*** aedc_ has joined #openstack-ansible15:02
*** aedc has quit IRC15:02
-openstackstatus- NOTICE: Our CI mirrors in OVH BHS1 and GRA1 regions were offline between 12:55 and 14:35 UTC, any failures there due to unreachable mirrors can safely be rechecked15:07
*** aedc_ has quit IRC15:12
*** aedc has joined #openstack-ansible15:15
*** cshen has quit IRC15:16
*** amalrajgenocidex has joined #openstack-ansible15:16
*** cshen has joined #openstack-ansible15:19
amalrajgenocidexHi, I was setting up openstack-ansible and finished deployment successfully.  I'm doing a 3 controller node HA setup. However, my project/tenant network is not working. I created a project network and it created a dhcp  in each controllers(total 3). However, I'm unable to ping the dhcp ip created in one controller to the dhcp IP of the second. Can15:25
amalrajgenocidexanyone help. I'm attaching only the relevant parts of my conf below15:25
amalrajgenocidex I'm doing a 3 controller node HA setup.15:25
amalrajgenocidexhttp://paste.openstack.org/show/793389/15:26
amalrajgenocidexCan anyone please check the above pastebin and check if their is any errors in configuration15:27
*** d34dh0r53 has quit IRC15:57
*** cshen has quit IRC15:57
*** pcaruana has joined #openstack-ansible15:59
*** d34dh0r53 has joined #openstack-ansible15:59
openstackgerritMerged openstack/openstack-ansible-os_nova master: Add ignore_msrs=1  https://review.opendev.org/72588016:04
*** gyee has joined #openstack-ansible16:04
amalrajgenocidexAny help?16:05
*** rpittau is now known as rpittau|afk16:09
*** ianychoi_ is now known as ianychoi16:09
openstackgerritMerged openstack/openstack-ansible-os_swift stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69037316:23
*** cshen has joined #openstack-ansible16:25
*** cshen has quit IRC16:30
*** udesale_ has quit IRC16:34
*** evrardjp has quit IRC16:36
*** evrardjp has joined #openstack-ansible16:36
*** watersj has joined #openstack-ansible16:46
watersjwhat is the significance of the hexadecimal suffix on the contrainers?16:57
*** sshnaidm|afk is now known as sshnaidm17:12
*** nurdie_ has joined #openstack-ansible17:27
*** nurdie has quit IRC17:28
*** dpaclt has quit IRC17:40
*** cshen has joined #openstack-ansible17:41
*** cshen has quit IRC17:46
*** jbadiapa has quit IRC18:08
*** watersj has quit IRC18:39
*** spatel has joined #openstack-ansible18:47
*** viks____ has quit IRC18:55
*** cshen has joined #openstack-ansible19:17
*** cshen has quit IRC19:22
*** watersj has joined #openstack-ansible19:23
*** gshippey has quit IRC19:28
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/train: Correct os_user_role parameter from group_name to group  https://review.opendev.org/71513819:33
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_ceilometer master: Get ceilometer_lib_dir in more reliable way  https://review.opendev.org/72515819:39
*** cshen has joined #openstack-ansible20:01
*** cshen has quit IRC20:05
*** fghaas has quit IRC20:29
*** cshen has joined #openstack-ansible20:33
*** cshen has quit IRC20:38
openstackgerritMerged openstack/openstack-ansible stable/train: ceph: run handlers after common  https://review.opendev.org/71378420:54
openstackgerritMerged openstack/openstack-ansible master: Use btrfs-progs instead of btrfs-tools  https://review.opendev.org/72358420:55
*** watersj has quit IRC21:20
openstackgerritMerged openstack/openstack-ansible-os_tempest stable/train: Make upgrade jobs voting  https://review.opendev.org/72407721:40
*** spatel has quit IRC21:45
openstackgerritMerged openstack/openstack-ansible-os_placement stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69037021:54
*** mgariepy has joined #openstack-ansible22:00
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/train: Federated openid support using auth_mod_openidc  https://review.opendev.org/71075822:00
*** sshnaidm is now known as sshnaidm|afk22:11
*** KeithMnemonic has joined #openstack-ansible22:14
*** fresta_ has joined #openstack-ansible22:18
*** fresta has quit IRC22:19
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/train: Make upgrade jobs voting  https://review.opendev.org/72436422:26
*** cshen has joined #openstack-ansible22:34
openstackgerritMerged openstack/openstack-ansible-os_swift stable/train: Revert deleted config section in Swift config files  https://review.opendev.org/72327322:37
*** cshen has quit IRC22:39
openstackgerritMerged openstack/openstack-ansible-os_heat stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69035922:39
*** tosky has quit IRC22:57
*** sshnaidm|afk has quit IRC23:14
*** sshnaidm has joined #openstack-ansible23:15
*** sshnaidm is now known as sshnaidm|afk23:16
*** cshen has joined #openstack-ansible23:18
*** cshen has quit IRC23:23
*** itandops has quit IRC23:24
*** amalrajgenocidex has quit IRC23:36

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