*** maharg101 has quit IRC | 00:03 | |
*** brinzhang_ has joined #openstack-kolla | 00:07 | |
*** brinzhang0 has quit IRC | 00:10 | |
*** strobert has quit IRC | 00:12 | |
*** strobert has joined #openstack-kolla | 00:13 | |
*** LinPeiWen has joined #openstack-kolla | 00:35 | |
*** hongbin has quit IRC | 00:56 | |
*** hongbin has joined #openstack-kolla | 00:57 | |
*** zzzeek has quit IRC | 01:30 | |
*** zzzeek has joined #openstack-kolla | 01:34 | |
*** maharg101 has joined #openstack-kolla | 01:59 | |
*** maharg101 has quit IRC | 02:06 | |
*** zzzeek has quit IRC | 02:47 | |
*** zzzeek has joined #openstack-kolla | 02:49 | |
*** JamesBenson has joined #openstack-kolla | 02:50 | |
*** wuchunyang has joined #openstack-kolla | 03:19 | |
*** wuchunyang has quit IRC | 04:01 | |
*** shyamb has joined #openstack-kolla | 04:03 | |
*** maharg101 has joined #openstack-kolla | 04:03 | |
*** maharg101 has quit IRC | 04:08 | |
*** skramaja has joined #openstack-kolla | 04:17 | |
*** shyamb has quit IRC | 04:18 | |
*** hongbin has quit IRC | 04:30 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-kolla | 04:33 | |
*** also_stingrayza has joined #openstack-kolla | 04:35 | |
*** hongbin has joined #openstack-kolla | 04:35 | |
*** hongbin has quit IRC | 04:37 | |
*** stingrayza has quit IRC | 04:39 | |
*** hongbin has joined #openstack-kolla | 04:40 | |
*** hongbin has quit IRC | 04:42 | |
*** hongbin has joined #openstack-kolla | 04:45 | |
*** shyamb has joined #openstack-kolla | 04:46 | |
*** hongbin has quit IRC | 04:47 | |
*** hongbin has joined #openstack-kolla | 04:50 | |
*** hongbin has quit IRC | 04:52 | |
*** JamesBenson has quit IRC | 04:55 | |
*** hongbin has joined #openstack-kolla | 04:55 | |
*** JamesBenson has joined #openstack-kolla | 04:57 | |
*** hongbin has quit IRC | 04:57 | |
*** hongbin has joined #openstack-kolla | 05:00 | |
*** brinzhang0 has joined #openstack-kolla | 05:02 | |
*** JamesBenson has quit IRC | 05:02 | |
*** hongbin has quit IRC | 05:04 | |
*** brinzhang_ has quit IRC | 05:05 | |
*** shyam89 has joined #openstack-kolla | 05:05 | |
*** shyamb has quit IRC | 05:08 | |
*** abdysn has joined #openstack-kolla | 05:11 | |
*** suryasingh has joined #openstack-kolla | 05:30 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Fix default mode in haproxy_single_service_split https://review.opendev.org/753954 | 05:31 |
---|---|---|
openstackgerrit | Merged openstack/kolla-ansible stable/train: Fix default mode in haproxy_single_service_split https://review.opendev.org/753955 | 05:31 |
*** JamesBenson has joined #openstack-kolla | 05:53 | |
*** JamesBenson has quit IRC | 05:57 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Fix default mode in haproxy_single_service_split https://review.opendev.org/753956 | 06:03 |
*** maharg101 has joined #openstack-kolla | 06:04 | |
*** maharg101 has quit IRC | 06:09 | |
*** wuchunyang has joined #openstack-kolla | 06:17 | |
*** cah_link has joined #openstack-kolla | 06:25 | |
*** shyam89 has quit IRC | 06:26 | |
recyclehero | morning | 06:28 |
recyclehero | I was wondering if the docker images get updated in a daily basis cuz my docker registry is mading external connections like always | 06:29 |
recyclehero | while it has all the images it tries to fetch from remote registry | 06:29 |
recyclehero | I see thi list with curl -X GET http://localhost:4000/v2/_catalog | 06:29 |
hrw | recyclehero: official images are daily updated | 06:30 |
recyclehero | hrw: do u know how can I manage to use what I got already? | 06:33 |
hrw | recyclehero: k-a globals.yml has place for registry information | 06:38 |
hrw | you can set it to use your registry | 06:38 |
hrw | just do not use 'localhost' if you deploy to other machines | 06:38 |
recyclehero | hrw: its already using my registry but I think its getting the newer images | 06:39 |
recyclehero | I have put docker-registry in globals.yml | 06:39 |
recyclehero | I will go checkout the docker kolla_docker.py to see how its making the request | 06:40 |
recyclehero | s | 06:40 |
hrw | recyclehero: I use own namespace/tag in images so local registry has different names than official one | 06:40 |
hrw | like 'hrw/debian-source-kolla-toolbox:200915' or similar | 06:40 |
hrw | that way images used to install have to be fetched from registry as they do not exist elsewhere | 06:41 |
*** shyamb has joined #openstack-kolla | 06:42 | |
recyclehero | hrw: how do u instruct it to look for ur tag and also I dont know how to play with docker registry to change the images name | 06:43 |
recyclehero | in the code kolla_docker.py I saw return full_image, 'latest' | 06:43 |
recyclehero | in def parse_image(self): | 06:44 |
recyclehero | maybe if I omit latest | 06:44 |
hrw | recyclehero: I built own images | 06:44 |
recyclehero | hrw: what do u think? | 06:44 |
recyclehero | I also see yoctozepto name in the file | 06:44 |
hrw | I think that I need more coffee | 06:44 |
yoctozepto | recyclehero: I've got a popular name | 06:45 |
recyclehero | hrw: aha, you dont even use a remote registry. its all yours | 06:45 |
recyclehero | yoctozepto: what do you think if I omit latest from this it will use what I got in my 'pull trough cache' docker registry | 06:46 |
recyclehero | ? | 06:46 |
yoctozepto | recyclehero: it always needs a tag | 06:48 |
yoctozepto | recyclehero: what's your registry setup? passthrough proxy? | 06:48 |
recyclehero | yes | 06:49 |
recyclehero | yoctozepto: I just added "REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io", | 06:50 |
yoctozepto | recyclehero: then you just observe the expected behaviour: https://docs.docker.com/registry/recipes/mirror/#what-if-the-content-changes-on-the-hub | 06:51 |
yoctozepto | ideally, for production, you should set up your own registry | 06:51 |
yoctozepto | personally, I recommend harbor | 06:52 |
yoctozepto | and build images yourself | 06:52 |
yoctozepto | or at the very very minimum fetch them from hub and push them to your registry | 06:52 |
yoctozepto | otherwise you can't control what they are | 06:52 |
yoctozepto | * fetch=pull | 06:53 |
recyclehero | yoctozepto: i download max at 200kB/s let me hack kolla_docker.py | 06:53 |
recyclehero | yoctozepto: yes the registry is doing the normal beheaviour | 06:53 |
recyclehero | but in parse_image function it add the tag latest if it has no tag | 06:54 |
yoctozepto | recyclehero: because it must have some tag | 06:54 |
yoctozepto | 'latest' could be called 'daisy' - it does not matter | 06:55 |
recyclehero | I understand, but is there a tag I can replace the code for the moment to use what i have got | 06:55 |
recyclehero | good enough I will go checkout what are tags in my registry | 06:56 |
yoctozepto | recyclehero: they all change daily | 06:56 |
yoctozepto | recyclehero: you could hack the passthrough registry to avoids its refresh behaviour | 06:56 |
yoctozepto | but that's it | 06:56 |
recyclehero | yoctozepto: its perfect but is it possible? | 06:57 |
osmanlicilegi | morning | 06:57 |
yoctozepto | recyclehero: I would assume so | 06:58 |
*** maharg101 has joined #openstack-kolla | 07:10 | |
*** bengates has joined #openstack-kolla | 07:11 | |
recyclehero | the image build are automatic dailt builds right? its not like there is updates happening every day | 07:11 |
*** nikparasyr has joined #openstack-kolla | 07:12 | |
*** shyamb has quit IRC | 07:14 | |
yoctozepto | recyclehero: yes, but they usually differ nowadays | 07:22 |
yoctozepto | as in some new changes always creep in | 07:22 |
yoctozepto | obviously pretty small ones | 07:23 |
*** shyamb has joined #openstack-kolla | 07:23 | |
*** shyam89 has joined #openstack-kolla | 07:26 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: Switch default docker storage driver to overlay2 https://review.opendev.org/658815 | 07:26 |
*** shyamb has quit IRC | 07:29 | |
*** shyam89 has quit IRC | 07:31 | |
*** gfidente|afk is now known as gfidente | 07:40 | |
*** jbadiapa has joined #openstack-kolla | 07:49 | |
*** JamesBenson has joined #openstack-kolla | 07:53 | |
*** JamesBenson has quit IRC | 07:59 | |
*** shyamb has joined #openstack-kolla | 08:02 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754928 | 08:21 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754929 | 08:21 |
mgoddard | morning | 08:21 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754931 | 08:23 |
*** born2bake has joined #openstack-kolla | 08:24 | |
*** also_stingrayza is now known as stingrayza | 08:31 | |
*** priteau has joined #openstack-kolla | 08:45 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Implement automatic deploy of octavia https://review.opendev.org/740180 | 08:50 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: octavia: generate certificates automatically https://review.opendev.org/754280 | 08:50 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: CI: octavia: create and test a load balancer https://review.opendev.org/754285 | 08:50 |
*** e0ne has joined #openstack-kolla | 08:51 | |
*** bengates has quit IRC | 08:58 | |
*** bengates has joined #openstack-kolla | 08:59 | |
*** mushrushu has quit IRC | 09:05 | |
mnasiadka | morning | 09:07 |
*** timss has quit IRC | 09:08 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: docs: Add skeleton for scenario docs https://review.opendev.org/748582 | 09:08 |
*** mushrushu has joined #openstack-kolla | 09:09 | |
*** k_mouza has joined #openstack-kolla | 09:10 | |
*** timss has joined #openstack-kolla | 09:17 | |
*** shyamb has quit IRC | 09:45 | |
*** JamesBenson has joined #openstack-kolla | 09:55 | |
*** Abdallahyas has joined #openstack-kolla | 09:55 | |
*** JamesBenson has quit IRC | 09:59 | |
*** abdysn has quit IRC | 09:59 | |
*** k_mouza has quit IRC | 10:02 | |
*** k_mouza has joined #openstack-kolla | 10:03 | |
*** wuchunyang has quit IRC | 10:10 | |
openstackgerrit | Merged openstack/kolla master: masakari: Add crm_mon to masakarimonitors sudoers https://review.opendev.org/744225 | 10:40 |
*** shyamb has joined #openstack-kolla | 10:43 | |
*** prernadembla05 has joined #openstack-kolla | 10:48 | |
*** shyam89 has joined #openstack-kolla | 10:51 | |
*** shyamb has quit IRC | 10:53 | |
*** k_mouza has quit IRC | 10:54 | |
*** k_mouza has joined #openstack-kolla | 10:54 | |
*** k_mouza has quit IRC | 10:59 | |
*** k_mouza has joined #openstack-kolla | 11:00 | |
*** JamesBenson has joined #openstack-kolla | 11:09 | |
*** shyam89 has quit IRC | 11:12 | |
*** abdysn has joined #openstack-kolla | 11:15 | |
*** Abdallahyas has quit IRC | 11:18 | |
*** shyamb has joined #openstack-kolla | 11:22 | |
recyclehero | guys I deployed successfully oncemore without being able to lunch an instance | 11:29 |
recyclehero | in the host /var/log/kolla/libvirt | 11:30 |
openstackgerrit | Merged openstack/kolla-ansible master: Support TLS encryption of RabbitMQ client-server traffic https://review.opendev.org/728448 | 11:31 |
openstackgerrit | Merged openstack/kolla-ansible master: Add release note and upgrade docs for Ubuntu Focal 20.04 https://review.opendev.org/754389 | 11:31 |
recyclehero | the error error: dnsmasqCapsRefreshInternal:733 : cannon check dnsmasq binary /usr/bin/dnsmasq: no such file or ... | 11:31 |
recyclehero | catches my attention | 11:31 |
recyclehero | is could be the root of my problem? | 11:31 |
recyclehero | dnsmasq image is not working for debian-source? | 11:32 |
*** hjensas_ has joined #openstack-kolla | 11:40 | |
*** hjensas has quit IRC | 11:43 | |
*** shyamb has quit IRC | 11:49 | |
*** Tengu has quit IRC | 11:53 | |
*** Tengu has joined #openstack-kolla | 11:55 | |
*** shyamb has joined #openstack-kolla | 11:58 | |
*** k_mouza has quit IRC | 11:58 | |
*** shyam89 has joined #openstack-kolla | 12:03 | |
*** shyamb has quit IRC | 12:06 | |
*** kevko has joined #openstack-kolla | 12:06 | |
kevko | yoctozepto: hi, did you check my last patchset ? is it ok now ? or not ? | 12:06 |
kevko | yoctozepto: i will just need to rebase ..but want to know if now logic is OK | 12:07 |
recyclehero | kevko: yoctozepto: guys you make this project you work for NASA please help a poor guy have his compute | 12:11 |
recyclehero | hrw: you said you make your own images. I see why now I guess | 12:14 |
recyclehero | dnsmasq binary should be in libvirt container? | 12:14 |
kevko | what ? :D | 12:15 |
recyclehero | referring to NSAA Rackspace story. :D | 12:16 |
recyclehero | I am wondering why I cant lunch instances | 12:16 |
*** hjensas_ is now known as hjensas | 12:18 | |
recyclehero | I catched the error of nova-compute I will paste it. please have a look at it | 12:19 |
*** k_mouza has joined #openstack-kolla | 12:19 | |
*** k_mouza has quit IRC | 12:24 | |
hrw | recyclehero: I develop kolla. so I do own builds to check changes | 12:27 |
recyclehero | hrw: could my problem be debian realted ? | 12:28 |
recyclehero | https://file.io/esjcTyoE6h4x | 12:28 |
recyclehero | this is nova compute log after tring to lunch 1 instance | 12:29 |
*** shyam89 has quit IRC | 12:29 | |
*** shyam89 has joined #openstack-kolla | 12:29 | |
recyclehero | hrw: you mean you write docker files mostly? | 12:30 |
*** shyam89 has quit IRC | 12:30 | |
*** shyam89 has joined #openstack-kolla | 12:31 | |
recyclehero | https://file.io/sdbHzID70O5m | 12:32 |
*** shyam89 has quit IRC | 12:34 | |
*** shyam89 has joined #openstack-kolla | 12:34 | |
*** kevko has quit IRC | 12:43 | |
*** shyam89 has quit IRC | 12:46 | |
*** k_mouza has joined #openstack-kolla | 12:52 | |
*** Luzi has joined #openstack-kolla | 12:55 | |
*** shyamb has joined #openstack-kolla | 12:56 | |
*** shyamb has quit IRC | 12:57 | |
*** shyamb has joined #openstack-kolla | 12:57 | |
*** shyamb has quit IRC | 12:59 | |
*** shyamb has joined #openstack-kolla | 12:59 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe-config-dev master: DNM: Test iPXE deployment https://review.opendev.org/754996 | 13:00 |
mgoddard | priteau: I think the current kayobe upgrade CI failures are related to ironic, now requiring [http]deploy_url. Possibly iPXE is broken since ussuri also | 13:01 |
mgoddard | testing ^ | 13:01 |
*** shyamb has quit IRC | 13:04 | |
*** shyamb has joined #openstack-kolla | 13:05 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: WIP: Update ironic configuration https://review.opendev.org/754997 | 13:05 |
*** shyamb has quit IRC | 13:07 | |
*** shyamb has joined #openstack-kolla | 13:08 | |
*** priteau has quit IRC | 13:10 | |
recyclehero | hrw: could it says I should have 8gb memory maybe thats it? but we now thats not it, right? | 13:10 |
recyclehero | i watch -n 5 free when I try to lunch | 13:11 |
recyclehero | I have 6Gb btw | 13:11 |
*** shyamb has quit IRC | 13:15 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Debug ironic drivers https://review.opendev.org/755000 | 13:21 |
openstackgerrit | zhoulinhui proposed openstack/kolla-ansible master: Bump the remained minimum Ansible version to 2.9 https://review.opendev.org/755002 | 13:30 |
*** wuchunyang has joined #openstack-kolla | 13:31 | |
recyclehero | adding a seprate compute node see if it solver the problem | 13:33 |
recyclehero | I hate kolla now,. I hope I can love it later | 13:33 |
*** also_stingrayza has joined #openstack-kolla | 13:33 | |
*** TrevorV has joined #openstack-kolla | 13:35 | |
*** stingrayza has quit IRC | 13:37 | |
openstackgerrit | zhoulinhui proposed openstack/kolla-ansible master: Remove kolla-cli from cleanup-host script https://review.opendev.org/755007 | 13:38 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Disable ironic in the overcloud by default https://review.opendev.org/755008 | 13:39 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Disable ironic in the overcloud by default https://review.opendev.org/755008 | 13:41 |
*** e0ne_ has joined #openstack-kolla | 13:44 | |
*** e0ne has quit IRC | 13:44 | |
openstackgerrit | zhoulinhui proposed openstack/kolla-ansible master: Remove kolla-cli from vagrant https://review.opendev.org/755010 | 13:45 |
recyclehero | Though I only used python virtual env for my laptop(target host) I saw virtual env paths in the deployed opesntack containers | 13:46 |
recyclehero | before adding another host I want to change this one host to virtual host and redeploy | 13:47 |
recyclehero | is it possbie? | 13:47 |
recyclehero | I think I have to work with this and only varialbes: ansible_python_interpreter, virtualenv, virtualenv_site_packages | 13:48 |
openstackgerrit | zhoulinhui proposed openstack/kolla master: Remove kolla-cli stuff from kolla https://review.opendev.org/755013 | 13:48 |
recyclehero | correct? what is virtuaenv_site_packages? and where should it be places? | 13:48 |
recyclehero | d | 13:48 |
recyclehero | https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html | 13:51 |
recyclehero | this talks about ansbiel_python_interpreter but not | 13:51 |
recyclehero | virtualenv and virtual_site_packages | 13:51 |
openstackgerrit | zhoulinhui proposed openstack/kolla master: Clean up heat-all dockerfile https://review.opendev.org/755014 | 13:58 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Disable overcloud networks for Ironic when unused https://review.opendev.org/755015 | 14:01 |
*** prernadembla05 has quit IRC | 14:09 | |
*** hongbin has joined #openstack-kolla | 14:19 | |
*** skramaja has quit IRC | 14:32 | |
*** e0ne has joined #openstack-kolla | 14:33 | |
*** e0ne_ has quit IRC | 14:33 | |
*** bengates has quit IRC | 14:34 | |
*** bengates has joined #openstack-kolla | 14:36 | |
*** LinPeiWen has quit IRC | 14:40 | |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754929 | 14:42 |
openstackgerrit | Merged openstack/kolla-ansible master: Bump the remained minimum Ansible version to 2.9 https://review.opendev.org/755002 | 14:42 |
*** ozzzo has quit IRC | 14:44 | |
*** ozzzo has joined #openstack-kolla | 14:50 | |
*** recyclehero has quit IRC | 14:54 | |
*** hongbin has quit IRC | 14:56 | |
*** hongbin has joined #openstack-kolla | 14:58 | |
*** k_mouza has quit IRC | 15:03 | |
*** recyclehero has joined #openstack-kolla | 15:06 | |
*** abdysn has quit IRC | 15:07 | |
*** k_mouza has joined #openstack-kolla | 15:11 | |
*** kevko has joined #openstack-kolla | 15:11 | |
*** recyclehero has quit IRC | 15:12 | |
*** kevko has quit IRC | 15:12 | |
*** kevko has joined #openstack-kolla | 15:13 | |
*** kevko has quit IRC | 15:14 | |
*** recyclehero has joined #openstack-kolla | 15:14 | |
*** kevko has joined #openstack-kolla | 15:16 | |
*** kevko_ has joined #openstack-kolla | 15:20 | |
*** kevko has quit IRC | 15:21 | |
openstackgerrit | Isaac Prior proposed openstack/kolla-ansible master: Fix invalid mariadb log options https://review.opendev.org/755061 | 15:22 |
*** kevko__ has joined #openstack-kolla | 15:23 | |
*** kevko_ has quit IRC | 15:25 | |
openstackgerrit | Isaac Prior proposed openstack/kolla-ansible master: Fix invalid mariadb log options https://review.opendev.org/755061 | 15:27 |
recyclehero | I have decided to use virtual env on target hosts | 15:30 |
recyclehero | 1-python3 -m env /home/user/Python | 15:30 |
recyclehero | 2-add asnible_python_interpreter=/home/user/Python in multinode.ini | 15:30 |
recyclehero | 3-virtual_env in global.yml ? | 15:31 |
recyclehero | 4-virtual_env_site_package in global.yaml ??? | 15:31 |
recyclehero | now I am destroying and running kolla-ansbile tools to clean the host | 15:32 |
*** devfaz has left #openstack-kolla | 15:35 | |
recyclehero | nope it installs with bootstrap-servers. got it | 15:38 |
recyclehero | but dont get virtualenv_site_packages yet! | 15:39 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add variables for API VIP address and FQDN https://review.opendev.org/753289 | 15:43 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add documentation for routed control plane networks https://review.opendev.org/755067 | 15:43 |
recyclehero | its a fucking boolean. I will going to mention this in the docs. or should I already know this from ansible? | 15:44 |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: octavia: generate certificates automatically https://review.opendev.org/754280 | 15:45 |
*** wuchunyang has quit IRC | 15:46 | |
*** Luzi has quit IRC | 15:48 | |
*** wuchunyang has joined #openstack-kolla | 15:49 | |
*** wuchunyang has quit IRC | 15:52 | |
*** bengates has quit IRC | 15:56 | |
*** bengates has joined #openstack-kolla | 15:57 | |
*** bengates has quit IRC | 16:01 | |
mgoddard | hi recyclehero | 16:10 |
mgoddard | mind language please :) | 16:10 |
mgoddard | you are mostly right | 16:11 |
mgoddard | virtualenv in globals.yml is a path to the virtualenv that will be created during bootstrap-servers | 16:12 |
mgoddard | virtualenv_site_packages you can use the default | 16:12 |
recyclehero | mgoddard: I set it to "yes" in globals | 16:12 |
mgoddard | ok | 16:13 |
recyclehero | doing everything from start once again | 16:13 |
recyclehero | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Host OS distribution Gentoo is not supported. Supported distributions are: CentOS, Debian, RHEL, Ubuntu"} | 16:13 |
recyclehero | my deploy host they said dont matter | 16:13 |
recyclehero | right? | 16:13 |
mgoddard | recyclehero: well it matters to some extent, but it is less important than the other hosts | 16:15 |
mgoddard | if you want to skip that check you can set prechecks_enable_host_os_checks to false | 16:15 |
recyclehero | how does it matter, cause I am checking every single detail | 16:15 |
mgoddard | well it can't be windows | 16:16 |
mgoddard | I imagine | 16:16 |
mgoddard | and we don't test gentoo | 16:16 |
mgoddard | so you're on your own | 16:16 |
* recyclehero going cuckoo | 16:16 | |
mgoddard | but if you can install python and ansible plus equivalents of the other deps in the quickstart, you'll probably be ok | 16:17 |
recyclehero | thank you | 16:17 |
recyclehero | I hope going virtual env with the target host get my problem fixed this time. | 16:18 |
yoctozepto | recyclehero: uhm, did you try the simplest possible solution of installing ubuntu focal on both ansible host and target and then following the quickstart? asking because I am unsure whether you got your openstack deployment ever working and it usually does not help to throw more complexity to solve a problem... | 16:18 |
recyclehero | focal? it works except lunching instances. :D my next move will be adding a seperate compute host. then centos on target host. then I will go ubuntu ubuntu. I hate Canonical | 16:20 |
recyclehero | yoctozepto: | 16:21 |
recyclehero | I will skip debian binary as I dont think it will help. | 16:21 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Disable overcloud networks for Ironic when unused https://review.opendev.org/755015 | 16:22 |
*** hongbin has quit IRC | 16:23 | |
yoctozepto | recyclehero: ok, then start with centos 8 on both sides; it's what most cores use at the moment ;-) | 16:24 |
yoctozepto | recyclehero: ppl usually like ubuntu so I proposed that first ;p | 16:24 |
yoctozepto | hopefully not triggering hrw but he does not like ubuntu either ;d | 16:24 |
*** hongbin has joined #openstack-kolla | 16:25 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Debug ironic drivers https://review.opendev.org/755000 | 16:26 |
recyclehero | yoctozepto: it has played divide and conquer on debian. since ubuntu it became useless. everywhere is try ubuntu | 16:29 |
yoctozepto | recyclehero: sure, one could argue ubuntu split the deb community but the community has grown a lot since, so it's disputable whether that was wrong or right | 16:30 |
yoctozepto | still, it would probably be better if it was still debian but with more monies poured in | 16:30 |
yoctozepto | but life is life | 16:30 |
*** nikparasyr has left #openstack-kolla | 16:31 | |
recyclehero | hrw: hrw: fatal: [172.16.0.1]: FAILED! => {"changed": false, "msg": "Failed to find required executable virtualenv in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"} | 16:34 |
recyclehero | i saw ur name on the task | 16:34 |
recyclehero | TASK [baremetal : Install latest pip in the virtualenv] | 16:34 |
recyclehero | aha one should do python3 -m venv /path/to/venv first. I though It would do that 2 | 16:38 |
*** dking has quit IRC | 16:45 | |
*** dking has joined #openstack-kolla | 16:53 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754928 | 16:53 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Reduce the use of SQLAlchemy connection pooling https://review.opendev.org/754931 | 16:53 |
*** kevko__ has quit IRC | 17:01 | |
recyclehero | guys please update the images every other day at least. have merce on us. people with poor internet connection looking forward to elon musk starlink | 17:08 |
yoctozepto | recyclehero: well, others demanded we update them more frequently; just set up your own registry - it is THE solution for you | 17:10 |
openstackgerrit | Merged openstack/kolla master: Remove kolla-cli stuff from kolla https://review.opendev.org/755013 | 17:15 |
recyclehero | yoctozepto: I have set up my own. but it will go look for the new ones. am I doing something wrong? | 17:16 |
recyclehero | pull trough cache aka mirror registry | 17:17 |
yoctozepto | recyclehero: indeed, you need a normal one | 17:17 |
recyclehero | you mean build the images myself and push them to the regisry with no uplink | 17:18 |
yoctozepto | or just pull them locally, retag and push to your registry | 17:19 |
yoctozepto | I recommend harbor | 17:19 |
yoctozepto | but said that already | 17:19 |
*** cah_link has quit IRC | 17:20 | |
recyclehero | thank you it will save me a lot of headache | 17:21 |
recyclehero | just curious. why people need quicker updates? they update their prod enviroment now and then? | 17:22 |
yoctozepto | recyclehero: to get fresh images when patches merge during the day | 17:22 |
yoctozepto | recyclehero: it's a non-production usage | 17:22 |
yoctozepto | more for CI | 17:23 |
r3ap3r | If it wasn't for Red Hat dropping my storage drivers for my servers in RHEL 8, I would be using CentOS 8/Ussuri instead of Focal/Ussuri. From a "business support" standpoint I get it but then that leaves the "hobbies t/home labbers" out to fend for themselves. lol | 17:24 |
*** k_mouza has quit IRC | 17:24 | |
r3ap3r | s/ourselves/themselves ^ | 17:25 |
r3ap3r | Having an off day today. | 17:25 |
*** k_mouza has joined #openstack-kolla | 17:25 | |
*** k_mouza has quit IRC | 17:26 | |
yoctozepto | r3ap3r: which storage? :O | 17:27 |
r3ap3r | yoctozepto: SAS2 on my Dell R415/R515's and whatnot. Not stuff at work obviously. ;-D | 17:28 |
r3ap3r | yoctozepto: megaraid was another one they dropped. That was in my R715. | 17:29 |
*** k_mouza has joined #openstack-kolla | 17:34 | |
*** maharg101 has quit IRC | 17:34 | |
*** stackedsax has quit IRC | 17:36 | |
*** bbezak has quit IRC | 17:37 | |
*** PrinzElvis has quit IRC | 17:37 | |
*** sri_ has quit IRC | 17:37 | |
*** suryasingh has quit IRC | 17:37 | |
*** andrein has quit IRC | 17:37 | |
*** vkmc has quit IRC | 17:37 | |
*** jopdorp has quit IRC | 17:37 | |
*** r3ap3r has quit IRC | 17:37 | |
*** gmann has quit IRC | 17:37 | |
*** v1k0d3n has quit IRC | 17:37 | |
*** mnasiadka has quit IRC | 17:37 | |
*** mwhahaha has quit IRC | 17:38 | |
*** emccormick has quit IRC | 17:38 | |
*** k_mouza has quit IRC | 17:38 | |
*** johnsom has quit IRC | 17:38 | |
*** alanmeadows has quit IRC | 17:38 | |
*** cz3 has quit IRC | 17:38 | |
*** crindi has quit IRC | 17:38 | |
*** gouthamr has quit IRC | 17:39 | |
*** headphoneJames has quit IRC | 17:39 | |
*** rm_work has quit IRC | 17:39 | |
*** e0ne has quit IRC | 17:39 | |
*** johnsom has joined #openstack-kolla | 17:40 | |
*** JamesBenson has quit IRC | 17:42 | |
*** JamesBenson has joined #openstack-kolla | 17:43 | |
*** ozzzo has quit IRC | 17:44 | |
*** ozzzo has joined #openstack-kolla | 17:46 | |
*** r3ap3r has joined #openstack-kolla | 17:48 | |
*** cz3 has joined #openstack-kolla | 17:48 | |
*** JamesBenson has quit IRC | 17:48 | |
*** sri_ has joined #openstack-kolla | 17:49 | |
*** vkmc has joined #openstack-kolla | 17:49 | |
*** headphoneJames has joined #openstack-kolla | 17:49 | |
*** mwhahaha has joined #openstack-kolla | 17:49 | |
*** mnasiadka has joined #openstack-kolla | 17:49 | |
*** jopdorp has joined #openstack-kolla | 17:49 | |
*** stackedsax has joined #openstack-kolla | 17:49 | |
*** emccormick has joined #openstack-kolla | 17:49 | |
*** andrein has joined #openstack-kolla | 17:49 | |
*** crindi has joined #openstack-kolla | 17:50 | |
*** gmann_ has joined #openstack-kolla | 17:54 | |
*** gmann_ is now known as gmann | 17:56 | |
r3ap3r | dang, got dc'ed. lol | 17:56 |
*** suryasingh has joined #openstack-kolla | 17:58 | |
*** gouthamr has joined #openstack-kolla | 17:59 | |
*** gouthamr has quit IRC | 17:59 | |
*** alanmeadows has joined #openstack-kolla | 17:59 | |
*** PrinzElvis has joined #openstack-kolla | 18:00 | |
*** JamesBenson has joined #openstack-kolla | 18:01 | |
*** bbezak has joined #openstack-kolla | 18:04 | |
*** gouthamr has joined #openstack-kolla | 18:05 | |
*** gouthamr has quit IRC | 18:05 | |
*** v1k0d3n has joined #openstack-kolla | 18:05 | |
*** gouthamr has joined #openstack-kolla | 18:09 | |
*** gouthamr has quit IRC | 18:09 | |
*** maharg101 has joined #openstack-kolla | 18:14 | |
*** gouthamr has joined #openstack-kolla | 18:15 | |
*** gouthamr has quit IRC | 18:15 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Disable overcloud networks for Ironic when unused https://review.opendev.org/755015 | 18:16 |
openstackgerrit | Merged openstack/kolla-ansible master: Remove kolla-cli from cleanup-host script https://review.opendev.org/755007 | 18:22 |
*** maharg101 has quit IRC | 18:24 | |
*** rm_work has joined #openstack-kolla | 18:25 | |
*** rm_work has quit IRC | 18:25 | |
*** gouthamr__ has joined #openstack-kolla | 18:26 | |
*** rm_work has joined #openstack-kolla | 18:36 | |
*** rm_work has quit IRC | 18:36 | |
recyclehero | yoctozepto: sorry but I didnt understand about the local registry bacause of this code in kolla_docker.py | 19:07 |
recyclehero | https://dpaste.com/2UF3RCWZ8 | 19:07 |
recyclehero | can u show one example of retagging? | 19:07 |
recyclehero | playbook provide input for this code and it flows. how do u retag? | 19:08 |
*** e0ne has joined #openstack-kolla | 19:15 | |
*** hongbin has quit IRC | 19:20 | |
r3ap3r | yoctozepto: mnasiadka I think I got glance communicating with the osd's now. Now the error I get is `Error finding address for https://internal.gravenet.io:9292/v2/images/f99e2d6d-4b56-4da6-b6f5-2fcfeddfa963/file: Unable to establish connection to https://internal.gravenet.io:9292/v2/images/f99e2d6d-4b56-4da6-b6f5-2fcfeddfa963/file: The write operation timed out` but the address is routable from everywhere? | 19:30 |
r3ap3r | The image still gets queued and stays there until I delete it. The `glance_api` container is running, not sure what other things I can test. I also just noticed that even though I have cinder enabled in globals.yml for the external Ceph setup using https://docs.openstack.org/kolla-ansible/ussuri/reference/storage/external-ceph-guide.html the cinder containers never got deployed. I also have made sure that I have | 19:38 |
r3ap3r | `control01`, `compute01` and `compute02` under `[storage]` in the multinode inventory file. | 19:38 |
*** gouthamr__ is now known as gouthamr | 19:39 | |
*** hongbin has joined #openstack-kolla | 19:40 | |
*** e0ne has quit IRC | 19:58 | |
*** JamesBenson has quit IRC | 20:05 | |
*** maharg101 has joined #openstack-kolla | 20:21 | |
*** maharg101 has quit IRC | 20:26 | |
*** TrevorV has quit IRC | 20:30 | |
*** rm_work has joined #openstack-kolla | 20:37 | |
*** rm_work has quit IRC | 20:37 | |
*** gfidente has quit IRC | 20:37 | |
*** k_mouza has joined #openstack-kolla | 21:00 | |
*** k_mouza has quit IRC | 21:04 | |
*** k_mouza has joined #openstack-kolla | 21:09 | |
*** k_mouza has quit IRC | 21:14 | |
*** jonaspaulo has joined #openstack-kolla | 21:22 | |
*** e0ne has joined #openstack-kolla | 21:24 | |
*** jbadiapa has quit IRC | 21:31 | |
*** k_mouza has joined #openstack-kolla | 21:35 | |
*** k_mouza has quit IRC | 21:39 | |
*** k_mouza has joined #openstack-kolla | 21:44 | |
*** k_mouza has quit IRC | 21:48 | |
*** kevko__ has joined #openstack-kolla | 21:49 | |
*** johnsom has quit IRC | 21:52 | |
*** alanmeadows has quit IRC | 21:52 | |
*** sri_ has quit IRC | 21:52 | |
*** r3ap3r has quit IRC | 21:52 | |
*** jopdorp has quit IRC | 21:53 | |
*** crindi has quit IRC | 21:53 | |
*** stackedsax has quit IRC | 21:53 | |
*** rpittau|afk has quit IRC | 21:53 | |
*** johnsom has joined #openstack-kolla | 21:53 | |
*** mnasiadka has quit IRC | 21:54 | |
*** PrinzElvis has quit IRC | 21:54 | |
*** suryasingh has quit IRC | 21:54 | |
*** andrein has quit IRC | 21:54 | |
*** vkmc has quit IRC | 21:54 | |
*** cz3 has quit IRC | 21:54 | |
*** emccormick has quit IRC | 21:54 | |
*** alanmeadows has joined #openstack-kolla | 21:54 | |
*** crindi has joined #openstack-kolla | 21:54 | |
*** andrein has joined #openstack-kolla | 21:55 | |
*** mnasiadka has joined #openstack-kolla | 21:55 | |
*** vkmc has joined #openstack-kolla | 21:55 | |
*** suryasingh has joined #openstack-kolla | 21:56 | |
*** sri_ has joined #openstack-kolla | 21:56 | |
*** r3ap3r has joined #openstack-kolla | 21:56 | |
*** stackedsax has joined #openstack-kolla | 21:56 | |
*** jopdorp has joined #openstack-kolla | 21:56 | |
*** rpittau|afk has joined #openstack-kolla | 21:57 | |
*** cz3 has joined #openstack-kolla | 21:57 | |
*** PrinzElvis has joined #openstack-kolla | 21:57 | |
*** e0ne has quit IRC | 22:03 | |
*** emccormick has joined #openstack-kolla | 22:10 | |
*** k_mouza has joined #openstack-kolla | 22:11 | |
*** k_mouza has quit IRC | 22:15 | |
*** maharg101 has joined #openstack-kolla | 22:22 | |
*** zzzeek has quit IRC | 22:23 | |
*** zzzeek has joined #openstack-kolla | 22:25 | |
*** k_mouza has joined #openstack-kolla | 22:27 | |
*** maharg101 has quit IRC | 22:29 | |
*** kevko__ has quit IRC | 22:30 | |
*** k_mouza has quit IRC | 22:32 | |
*** zzzeek has quit IRC | 22:37 | |
*** zzzeek has joined #openstack-kolla | 22:37 | |
*** born2bake has quit IRC | 22:42 | |
*** k_mouza has joined #openstack-kolla | 22:45 | |
*** k_mouza has quit IRC | 22:49 | |
*** k_mouza has joined #openstack-kolla | 22:54 | |
*** k_mouza has quit IRC | 22:58 | |
*** ozzzo has quit IRC | 23:01 | |
*** rm_work has joined #openstack-kolla | 23:03 | |
*** rm_work has quit IRC | 23:03 | |
*** k_mouza has joined #openstack-kolla | 23:11 | |
*** k_mouza has quit IRC | 23:15 | |
*** k_mouza has joined #openstack-kolla | 23:27 | |
*** kklimonda has left #openstack-kolla | 23:28 | |
*** k_mouza has quit IRC | 23:32 | |
*** jonaspaulo has quit IRC | 23:39 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!