*** cshen has joined #openstack-ansible | 00:04 | |
*** cshen has quit IRC | 00:09 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix horizon_image_upload_mode naming https://review.opendev.org/725118 | 00:28 |
---|---|---|
*** cshen has joined #openstack-ansible | 02:05 | |
*** cshen has quit IRC | 02:09 | |
*** schwicht has quit IRC | 02:16 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/train: Remove git deamon functionality https://review.opendev.org/725273 | 02:20 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/train: Remove apt-cacher-ng cleanup tasks https://review.opendev.org/725274 | 02:22 |
*** cshen has joined #openstack-ansible | 04:05 | |
*** cshen has quit IRC | 04:10 | |
*** evrardjp has quit IRC | 04:36 | |
*** evrardjp has joined #openstack-ansible | 04:36 | |
*** cshen has joined #openstack-ansible | 04:49 | |
*** udesale has joined #openstack-ansible | 05:15 | |
*** yolanda has joined #openstack-ansible | 06:18 | |
*** spikysnow has joined #openstack-ansible | 06:37 | |
spikysnow | Hello, 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-afk | 07:06 | |
*** pcaruana has joined #openstack-ansible | 07:12 | |
*** NewJorg has quit IRC | 07:31 | |
*** tosky has joined #openstack-ansible | 07:34 | |
*** rpittau|afk is now known as rpittau | 07:36 | |
*** gillesMo has joined #openstack-ansible | 07:36 | |
spikysnow | On the that task Create fennet keys for keystone error, I added systemd-devel, it passed | 07:43 |
gillesMo | Hello. 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 |
spikysnow | Hello gillesMo, can u provide the error? I just started in openstack-ansible but maybe I could help you | 07:46 |
*** NewJorg has joined #openstack-ansible | 07:57 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/726573 | 08:04 |
*** pcaruana has quit IRC | 08:05 | |
*** tinwood-afk is now known as tinwood | 08:05 | |
*** arxcruz has quit IRC | 08:10 | |
*** arxcruz has joined #openstack-ansible | 08:10 | |
*** kukacz_ has joined #openstack-ansible | 08:11 | |
jrosser | noonedeadpunk: what do you think of this? http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014790.html | 08:12 |
jrosser | i am wondering if "nameless" constraints are actually very important for how python_venv_build is working | 08:13 |
*** Miouge- has joined #openstack-ansible | 08:15 | |
*** mloza has quit IRC | 08:15 | |
*** itsjg has quit IRC | 08:15 | |
*** kukacz has quit IRC | 08:15 | |
*** Miouge has quit IRC | 08:15 | |
*** itsjg has joined #openstack-ansible | 08:21 | |
jrosser | spikysnow: can you give us some more information? I'm guessing this is a centos setup? | 08:22 |
spikysnow | yes its on centos, what information do u need jrosser? | 08:23 |
jrosser | where did you have to add systemd-devel? | 08:23 |
spikysnow | I added systemd-devel on the target host which contain the keystone container | 08:23 |
jrosser | but not *inside* the container? | 08:24 |
spikysnow | oh sorry inside container | 08:24 |
spikysnow | i added it on keystone container | 08:24 |
spikysnow | I added it because when I tried to pip install -r requirements.txt it got error further explanation, I posted on stackoverflow too | 08:25 |
spikysnow | https://stackoverflow.com/questions/61723930/openstack-ansible-setup-openstack-yml-error-on-task-os-keystone-create-fernet | 08:25 |
spikysnow | I dont know if adding that is the correct solution | 08:27 |
*** pcaruana has joined #openstack-ansible | 08:27 | |
*** django_ has quit IRC | 08:27 | |
jrosser | i think you need to be careful using pip like that, you've not use the constraints / global-constraints files | 08:27 |
jrosser | in general we would never do that, use the ansible playbooks (and the related python_venv_build ansible role) to manage the contents of the virtualenvs | 08:28 |
*** quassel has joined #openstack-ansible | 08:28 | |
jrosser | what needs understanding is why our CI jobs on centos can pass running the same tasks | 08:29 |
spikysnow | ohh, it is configured on ansible role? (im new on all this stuff sorry for the question) | 08:29 |
jrosser | i would not expect you to need systemd-devel on the keystone container | 08:29 |
jrosser | all of the python wheels are built on the repository container which have a dev toolchain present to allow all that to happen | 08:30 |
*** pcaruana has quit IRC | 08:30 | |
spikysnow | what 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-ansible | 08:30 | |
jrosser | you needed systemd-devel because the manual pip command tried to compile python libraries | 08:30 |
spikysnow | I see, is missing keystone-manage file because the related python_venv_build ansible role u mentioned? | 08:31 |
jrosser | i have no idea :) | 08:31 |
jrosser | the best thing to do, is when that task failed, to enter the container and run the same command manually | 08:32 |
spikysnow | ohh okk xD, I get many new info thanks | 08:32 |
jrosser | there is usually a --debug on them which can tell you actually what was missin | 08:32 |
spikysnow | --debug that means like openstack-ansible setup-openstack.yml -vvvv? | 08:33 |
jrosser | no, on the keystone-manage command | 08:34 |
jrosser | /openstack/venvs/keystone-20.0.0.0rc2.dev17/bin/keystone-manage --debug <the-other-flags> | 08:34 |
spikysnow | ohh I got working on an error too TASK [os_keystone : Check current state of Keystone DB], Ill try that --debug | 08:35 |
jrosser | there is also a 20.1.0 tagged release | 08:35 |
spikysnow | if changing on 20.1.0 do i need to redo all the steps from zero? | 08:36 |
jrosser | it depends what you are doing, if this is a deployment you want to keep, or a lab you are re-deploying several times | 08:37 |
spikysnow | >>the best thing to do, is when that task failed, to enter the container and run the same command manually<< | 08:37 |
spikysnow | what if it says the keystone-manage file is missing?, My debug was to run the failed command and see what it says | 08:37 |
jrosser | if the keystone-manage file is missing then most probably some previous ansible task has failed | 08:39 |
spikysnow | I just started trying to install it, I wonder if changing 20.1.0 have a procedure rather than starting from beginning like fresh installation | 08:39 |
spikysnow | When keystone manage missing file task failed, on the summary the failed count only 1 | 08:39 |
jrosser | imho you should delete the keystone container and re-create it as a minimum, becasue of running the pip command | 08:40 |
spikysnow | re-create it as a minimum? ( do you mean after deleting the container then run setup-openstack.yml again? ) | 08:41 |
gillesMo | Hello. 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 |
jrosser | spikysnow: the documentation for deleting and recreating containers is here https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#destroy-and-recreate-containers | 08:43 |
spikysnow | ohh thank youu | 08:43 |
gillesMo | spikysnow: 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 log | 08:44 |
spikysnow | so 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-ansible | 08:45 | |
*** spikysnow has joined #openstack-ansible | 08:48 | |
spikysnow | sorry I accidentally leaved this channel | 08:48 |
spikysnow | left* | 08:48 |
spikysnow | I will try recreating the keystone container | 08:49 |
noonedeadpunk | jrosser: hm. that is good question. iirc we don't urls inside contraints files, but we provide these files as url I guess? | 08:49 |
noonedeadpunk | not subscribed to these topics, so didn't see that ml | 08:50 |
jrosser | noonedeadpunk: if you have a containers deploy jump in the repo container, look in /var/www/os-releases/<blah> | 08:50 |
jrosser | we have files like glance-20.0.0.0rc2.dev17-source-constraints.txt, with "git+https://opendev.org/openstack/glance@6e3ced8251cd6e273aa73f553a24fc475b219db5#egg=glance" | 08:51 |
jrosser | so as far as i can see we are totally doing the thing they talk about on the ML | 08:52 |
noonedeadpunk | oh, yeah, indeed | 08:52 |
jrosser | also thats how we document being able to override the ansible version with a fork | 08:53 |
noonedeadpunk | Yeah, really we do provide them this way in every role, but didn't think we do have it in source files( | 08:53 |
noonedeadpunk | yeah... | 08:53 |
noonedeadpunk | I think we should reply them.... | 08:53 |
jrosser | yes - i just wanted to check with you becasue the wording is a bit confusing | 08:54 |
noonedeadpunk | Yeah. 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 right | 08:56 |
noonedeadpunk | also reading through gihub issue | 08:56 |
spikysnow | Hello jrosser, I have recreated the container, after that run setup-openstack again? | 08:59 |
jrosser | the first example here is of the ansiver version override | 08:59 |
jrosser | spikysnow: look inside the various setup_*.yml playbooks | 09:00 |
jrosser | they just call others, so you can be a bit more specific, like just run the keystone one | 09:00 |
spikysnow | okk got it, I'll try that. Thank you jrosser | 09:01 |
noonedeadpunk | jrosser: so you're replying to ML or should I reply to github https://github.com/pypa/pip/issues/8210 ? | 09:01 |
jrosser | can you reply to the github, i'll think about something for the ML, got a bunch of meetings though this morning | 09:05 |
jrosser | we have the role defaults that construct the constraint, and entry points for both ansible and ARA to come from a URL rather than python module | 09:06 |
jrosser | noonedeadpunk: 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 |
jrosser | thats why i'm not sure i've understood the question properly | 09:09 |
noonedeadpunk | actually their dnm also failed so... https://review.opendev.org/#/c/726186/1 | 09:09 |
noonedeadpunk | but there they use it in requirements.... | 09:10 |
noonedeadpunk | mostly | 09:10 |
noonedeadpunk | but we do use in contraints... | 09:11 |
noonedeadpunk | don't sure I really understand difference there while using that format... Lacking knowledge a bit( | 09:12 |
noonedeadpunk | Like maybe we also can use source-constraints as a requirement but not as contraint.... | 09:13 |
*** fghaas has joined #openstack-ansible | 09:14 | |
*** sshnaidm|off is now known as sshnaidm | 09:15 | |
*** itandops has joined #openstack-ansible | 09:15 | |
*** gshippey has joined #openstack-ansible | 09:19 | |
*** itandops has quit IRC | 09:20 | |
*** jbadiapa has joined #openstack-ansible | 09:48 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: logstash: add cisco ios/nexus syslog parsing to pipeline https://review.opendev.org/725899 | 09:53 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Ansible 'version' is a test not a filter. https://review.opendev.org/726645 | 09:57 |
*** itandops has joined #openstack-ansible | 10:01 | |
*** rpittau is now known as rpittau|bbl | 10:15 | |
jrosser | noonedeadpunk: could you give this a push? https://review.opendev.org/#/c/725898 | 10:44 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-tests master: Update openstackdocstheme to 2.0.0 https://review.opendev.org/726774 | 10:54 |
kleini | Within 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 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Cleanup py27 support https://review.opendev.org/723635 | 11:06 |
openstackgerrit | Merged openstack/ansible-hardening stable/stein: Remove CI for fedora-latest https://review.opendev.org/725898 | 11:13 |
openstackgerrit | Merged openstack/ansible-hardening stable/stein: Remove duplicated Zuul config file https://review.opendev.org/724067 | 11:13 |
*** watersj has quit IRC | 11:25 | |
ChosSimbaOne | Hi 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 rpittau | 11:58 | |
*** rh-jelabarre has joined #openstack-ansible | 12:00 | |
openstackgerrit | amolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup. https://review.opendev.org/720705 | 12:33 |
*** ansmith_ has quit IRC | 13:05 | |
*** ansmith has joined #openstack-ansible | 13:06 | |
*** udesale_ has joined #openstack-ansible | 13:06 | |
*** udesale has quit IRC | 13:09 | |
*** schwicht has joined #openstack-ansible | 13:17 | |
*** owalsh has quit IRC | 13:30 | |
*** owalsh has joined #openstack-ansible | 13:31 | |
*** mmethot_ has quit IRC | 13:32 | |
*** mmethot has joined #openstack-ansible | 13:37 | |
*** itandops has quit IRC | 13:49 | |
*** itandops has joined #openstack-ansible | 14:02 | |
*** nurdie has joined #openstack-ansible | 14:03 | |
*** jhesketh has quit IRC | 14:35 | |
*** itandops has quit IRC | 14:36 | |
*** pcaruana has quit IRC | 14:38 | |
*** dpaclt has joined #openstack-ansible | 14:53 | |
*** itandops has joined #openstack-ansible | 14:53 | |
*** aedc has joined #openstack-ansible | 14:54 | |
*** sshnaidm is now known as sshnaidm|afk | 14:57 | |
*** aedc_ has joined #openstack-ansible | 15:02 | |
*** aedc has quit IRC | 15: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 rechecked | 15:07 | |
*** aedc_ has quit IRC | 15:12 | |
*** aedc has joined #openstack-ansible | 15:15 | |
*** cshen has quit IRC | 15:16 | |
*** amalrajgenocidex has joined #openstack-ansible | 15:16 | |
*** cshen has joined #openstack-ansible | 15:19 | |
amalrajgenocidex | Hi, 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. Can | 15:25 |
amalrajgenocidex | anyone help. I'm attaching only the relevant parts of my conf below | 15:25 |
amalrajgenocidex | I'm doing a 3 controller node HA setup. | 15:25 |
amalrajgenocidex | http://paste.openstack.org/show/793389/ | 15:26 |
amalrajgenocidex | Can anyone please check the above pastebin and check if their is any errors in configuration | 15:27 |
*** d34dh0r53 has quit IRC | 15:57 | |
*** cshen has quit IRC | 15:57 | |
*** pcaruana has joined #openstack-ansible | 15:59 | |
*** d34dh0r53 has joined #openstack-ansible | 15:59 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Add ignore_msrs=1 https://review.opendev.org/725880 | 16:04 |
*** gyee has joined #openstack-ansible | 16:04 | |
amalrajgenocidex | Any help? | 16:05 |
*** rpittau is now known as rpittau|afk | 16:09 | |
*** ianychoi_ is now known as ianychoi | 16:09 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/train: Updated from OpenStack Ansible Tests https://review.opendev.org/690373 | 16:23 |
*** cshen has joined #openstack-ansible | 16:25 | |
*** cshen has quit IRC | 16:30 | |
*** udesale_ has quit IRC | 16:34 | |
*** evrardjp has quit IRC | 16:36 | |
*** evrardjp has joined #openstack-ansible | 16:36 | |
*** watersj has joined #openstack-ansible | 16:46 | |
watersj | what is the significance of the hexadecimal suffix on the contrainers? | 16:57 |
*** sshnaidm|afk is now known as sshnaidm | 17:12 | |
*** nurdie_ has joined #openstack-ansible | 17:27 | |
*** nurdie has quit IRC | 17:28 | |
*** dpaclt has quit IRC | 17:40 | |
*** cshen has joined #openstack-ansible | 17:41 | |
*** cshen has quit IRC | 17:46 | |
*** jbadiapa has quit IRC | 18:08 | |
*** watersj has quit IRC | 18:39 | |
*** spatel has joined #openstack-ansible | 18:47 | |
*** viks____ has quit IRC | 18:55 | |
*** cshen has joined #openstack-ansible | 19:17 | |
*** cshen has quit IRC | 19:22 | |
*** watersj has joined #openstack-ansible | 19:23 | |
*** gshippey has quit IRC | 19:28 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/train: Correct os_user_role parameter from group_name to group https://review.opendev.org/715138 | 19:33 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_ceilometer master: Get ceilometer_lib_dir in more reliable way https://review.opendev.org/725158 | 19:39 |
*** cshen has joined #openstack-ansible | 20:01 | |
*** cshen has quit IRC | 20:05 | |
*** fghaas has quit IRC | 20:29 | |
*** cshen has joined #openstack-ansible | 20:33 | |
*** cshen has quit IRC | 20:38 | |
openstackgerrit | Merged openstack/openstack-ansible stable/train: ceph: run handlers after common https://review.opendev.org/713784 | 20:54 |
openstackgerrit | Merged openstack/openstack-ansible master: Use btrfs-progs instead of btrfs-tools https://review.opendev.org/723584 | 20:55 |
*** watersj has quit IRC | 21:20 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/train: Make upgrade jobs voting https://review.opendev.org/724077 | 21:40 |
*** spatel has quit IRC | 21:45 | |
openstackgerrit | Merged openstack/openstack-ansible-os_placement stable/train: Updated from OpenStack Ansible Tests https://review.opendev.org/690370 | 21:54 |
*** mgariepy has joined #openstack-ansible | 22:00 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/train: Federated openid support using auth_mod_openidc https://review.opendev.org/710758 | 22:00 |
*** sshnaidm is now known as sshnaidm|afk | 22:11 | |
*** KeithMnemonic has joined #openstack-ansible | 22:14 | |
*** fresta_ has joined #openstack-ansible | 22:18 | |
*** fresta has quit IRC | 22:19 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server stable/train: Make upgrade jobs voting https://review.opendev.org/724364 | 22:26 |
*** cshen has joined #openstack-ansible | 22:34 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/train: Revert deleted config section in Swift config files https://review.opendev.org/723273 | 22:37 |
*** cshen has quit IRC | 22:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/train: Updated from OpenStack Ansible Tests https://review.opendev.org/690359 | 22:39 |
*** tosky has quit IRC | 22:57 | |
*** sshnaidm|afk has quit IRC | 23:14 | |
*** sshnaidm has joined #openstack-ansible | 23:15 | |
*** sshnaidm is now known as sshnaidm|afk | 23:16 | |
*** cshen has joined #openstack-ansible | 23:18 | |
*** cshen has quit IRC | 23:23 | |
*** itandops has quit IRC | 23:24 | |
*** amalrajgenocidex has quit IRC | 23:36 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!