opendevreview | Seena Fallah proposed openstack/kolla-ansible master: mariadb: use add_host to include inactive hosts in shard grouping https://review.opendev.org/c/openstack/kolla-ansible/+/814276 | 00:38 |
---|---|---|
mnasiadka | mgoddard, headphoneJames: seems this might be useful for system scope - https://etherpad.opendev.org/p/policy-popup-yoga-ptg | 05:17 |
mnasiadka | I added that to the PTG etherpad | 05:18 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814393 | 05:37 |
frickler | interesting summary at the bottom of that pad | 05:44 |
eugenmayer | When i provision via kolla, what are the initial credentials for the admin user? | 05:46 |
frickler | eugenmayer: that should be the "keystone_admin_password" in /etc/kolla/passwords.yml | 05:51 |
eugenmayer | ah, this has been generated by kolla-genpwd initially, right? | 05:52 |
mnasiadka | yes, kolla-genpwd generates those | 05:54 |
mnasiadka | if you run post-deploy you'll get admin-openrc.sh templated out in /etc/kolla | 05:55 |
mnasiadka | which you can use to set env variables for openstack client | 05:55 |
eugenmayer | post-deploy, what is that? That is not how it is finished https://github.com/EugenMayer/openstack-lab/blob/master/deploy/5_openstack_install.sh#L13 ? | 05:59 |
eugenmayer | oh .. /kolla-ansible post-deploy | 06:00 |
eugenmayer | missed that one, so sorry. Guess i got carried away to days fixing the initial setup and then lost to pick up. | 06:01 |
eugenmayer | isn't `pip install python3-openstackclient` wrong in the docs, shouldnt it be `pip install python-openstackclient` | 06:04 |
frickler | eugenmayer: that sounds wrong indeed, which doc is that? | 06:06 |
frickler | oh, the quickstart | 06:07 |
eugenmayer | https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html | 06:07 |
eugenmayer | right in the bottom (no deep linking on the topics i guess) | 06:07 |
frickler | eugenmayer: if you want to start contributing, that would be a good opportunity for your first patch. otherwise I can do it | 06:07 |
eugenmayer | sure, let me do it, why not | 06:08 |
eugenmayer | anothing thing, also `/usr/local/share/kolla-ansible/init-runonce` is probably not right either (virtualenv would be the 'venv root'/hare/kolla-ansible/init-runonce | 06:09 |
eugenmayer | in which repository are the docs located, cannot see a github link there | 06:09 |
frickler | eugenmayer: are you familiar with the gerrit workflow already? https://docs.opendev.org/opendev/infra-manual/latest/developers.html is a good introduction | 06:10 |
eugenmayer | git flow you mean? | 06:10 |
frickler | this would be the file to patch https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/user/quickstart.rst | 06:10 |
eugenmayer | sure i'am, but i wont install the binary stub locally. I check the docs though, i guess i will branch of of dev then | 06:11 |
frickler | eugenmayer: not sure what binary stub you are referring to | 06:11 |
frickler | the one generating the change ID? | 06:13 |
eugenmayer | wow that is quiet some onbaording as i see | 06:13 |
mnasiadka | eugenmayer: openstack projects don't use github, it's sort of an ,,experience'' to get familiar with gerrit (if you work with github day to day) | 06:15 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: Prevent Bifrost from using firewalld https://review.opendev.org/c/openstack/kayobe/+/814704 | 06:16 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/victoria: Prevent Bifrost from using firewalld https://review.opendev.org/c/openstack/kayobe/+/814705 | 06:16 |
eugenmayer | not going to lie, i'am not counting that as a plus :) | 06:17 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Remove stale config dump from seed hypervisor host configure https://review.opendev.org/c/openstack/kayobe/+/813786 | 06:32 |
eugenmayer | frickler, i'am kinda finished with https://docs.openstack.org/contributors/common/setup-gerrit.html#individual-contributor-license-agreement | 06:32 |
eugenmayer | (well the entire topic i mean with git-review included) | 06:32 |
eugenmayer | frickler, is it expected to fix this against stable/xena or master? | 06:34 |
frickler | eugenmayer: first fix should go into master, it can then be cherry-picked into stable branches as needed | 06:35 |
eugenmayer | fine, we work the other way arround, that is why i ask | 06:37 |
frickler | eugenmayer: yes, we likely should make this more explicit, currently the only reference I'm aware of is quite hidden in the stable branch policy here https://docs.openstack.org/project-team-guide/stable-branches.html#appropriate-fixes | 06:40 |
eugenmayer | not able to access via git review, added my publickey, added the ssh alias but not getting it | 06:41 |
eugenmayer | ssh://eugenmayer@review.opendev.org:29418/openstack/kolla-ansible.git did not work. Description: eugenmayer@review.opendev.org: Permission denied (publickey). | 06:42 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config master: Sync kayobe-config with kayobe changes https://review.opendev.org/c/openstack/kayobe-config/+/814706 | 06:42 |
eugenmayer | i use the username i set in https://review.opendev.org/settings/#Profile right? | 06:42 |
frickler | eugenmayer: yes. can you try to ssh to that host and port? | 06:43 |
eugenmayer | permission denied | 06:44 |
eugenmayer | double checked the pubkey and readded it 3 times now | 06:45 |
eugenmayer | i guess i have to let it go and continue later. Onboarded, checked out the repo,createed the topic branch and fix, but stuck on git-review | 06:46 |
frickler | can you try the ssh with "-v" and show the output on paste.opendev.org? also, are you behind some corporate firewall? | 06:46 |
eugenmayer | frickler, https://gist.github.com/EugenMayer/03e625aa0ce1d925f5fc30e92e08bbcd | 06:48 |
frickler | ah, that's openssh8.8, we have a workaround for that, let me look it up | 06:50 |
mnasiadka | yoctozepto: seems we have some wsrep issue here - but can't find any relation to that in the logs - https://7f1af48047c1617189f2-512bee2f5825275b34720067f00890fc.ssl.cf1.rackcdn.com/814393/8/check/kolla-ansible-centos8s-source-upgrade-cephadm/e153a30/primary/logs/ansible/deploy :) | 06:50 |
mnasiadka | yoctozepto: but might be some weird issue, will recheck :D | 06:51 |
frickler | eugenmayer: ssh -oPubkeyAcceptedKeyTypes=rsa-sha2-512 should work, the bug is https://issues.apache.org/jira/browse/SSHD-1141 which is kind of vendored into the gerrit installation | 06:54 |
eugenmayer | frickler, ssh -oPubkeyAcceptedKeyTypes=rsa-sha2-512 review.opendev.org - still not working | 06:58 |
jingvar | how to get separated admin and internal endpoints? | 07:11 |
frickler | jingvar: why would you want that? admin endpoints have no special use anywhere anymore, we should get rid of them completely | 07:25 |
frickler | eugenmayer: hmm, sorry, then I'm out of ideas. maybe check in #opendev later when US folks are awake | 07:25 |
eugenmayer | quiet an effort! :) Any thank you a lot frickler | 07:28 |
eugenmayer | any objections on switching to debian11 or debian10 instead of ubuntu20.04 for the controller (and or compute nodes)? | 07:32 |
jingvar | frickler: I don't like bring internal nework to office net or using public ip for admin purposes | 07:32 |
eugenmayer | according to https://docs.openstack.org/kolla-ansible/latest/user/support-matrix | 07:32 |
eugenmayer | debian11 should be fine | 07:33 |
frickler | jingvar: I understand that concern, but what you can do via an API endpoint only depends on your credential. there is no functional difference between the admin and internal endpoints at all | 07:34 |
frickler | and also between public and internal endpoints for that matter, unless you deploy extra L7 filtering | 07:34 |
jingvar | services communicate in their net, and admin can't affect this | 07:35 |
jingvar | via admin net support team can check something via curl for example | 07:37 |
frickler | hmm, I'm still not sure I understand your use case. it concerns me though, since I was going to propose dropping all admin endpoints, as devstack and other deployment projects have done a long time ago | 07:40 |
frickler | essentially since keystone v3 it is no longer needed for keystone. it never was needed for any other service afaict | 07:41 |
dardelean | I can see that chrony is taken out of kolla from xena | 08:02 |
dardelean | even if I'm deploying wallaby, maybe I should consider configuring NTP outside kolla, right? | 08:02 |
dardelean | why was it dropped? | 08:03 |
mnasiadka | dardelean: because you should configure ntp outside of kolla :) | 08:08 |
dardelean | fain enough :0 | 08:08 |
yoctozepto | mnasiadka: what is that one for? ;d | 08:16 |
yoctozepto | rather random | 08:17 |
opendevreview | Merged openstack/kayobe-config master: Sync kayobe-config with kayobe changes https://review.opendev.org/c/openstack/kayobe-config/+/814706 | 08:19 |
jingvar | what about separate outside flow with pxe and public? | 08:34 |
jingvar | I need access to internet until host configure via pxe or mgmt and then I need default gw via public network for public vip | 08:39 |
opendevreview | Mark Goddard proposed openstack/kayobe stable/wallaby: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814658 | 08:43 |
opendevreview | Mark Goddard proposed openstack/kayobe stable/victoria: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814659 | 08:44 |
opendevreview | Mark Goddard proposed openstack/kayobe stable/ussuri: Set proxy option in early dnf invocation https://review.opendev.org/c/openstack/kayobe/+/814660 | 08:44 |
opendevreview | Uwe Grawert proposed openstack/kolla-ansible master: Grafana: Run priviliged when copying home dashboard file https://review.opendev.org/c/openstack/kolla-ansible/+/813185 | 08:58 |
yoctozepto | some review priority ~> https://review.opendev.org/c/openstack/kolla-ansible/+/814393 | 09:05 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible master: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/813965 | 09:06 |
opendevreview | Uwe Grawert proposed openstack/kolla-ansible master: Grafana: Run priviliged when copying home dashboard file https://review.opendev.org/c/openstack/kolla-ansible/+/813185 | 09:26 |
opendevreview | Merged openstack/kolla-ansible master: Update Manila deploy steps for Wallaby https://review.opendev.org/c/openstack/kolla-ansible/+/802743 | 09:36 |
opendevreview | Merged openstack/kolla-ansible master: docs: Improve info about neutron external interface https://review.opendev.org/c/openstack/kolla-ansible/+/813965 | 09:38 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/xena: Update Manila deploy steps for Wallaby https://review.opendev.org/c/openstack/kolla-ansible/+/814665 | 09:47 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Update Manila deploy steps for Wallaby https://review.opendev.org/c/openstack/kolla-ansible/+/814666 | 09:47 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 10:37 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 10:38 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: Document variables to configure connectivity check https://review.opendev.org/c/openstack/kayobe/+/802862 | 10:38 |
opendevreview | Michal Nasiadka proposed openstack/kayobe-config-dev master: Sync kayobe-config-dev with kayobe changes https://review.opendev.org/c/openstack/kayobe-config-dev/+/814737 | 10:40 |
opendevreview | Merged openstack/kolla-ansible master: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814393 | 11:27 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/xena: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814667 | 11:34 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/wallaby: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814668 | 11:36 |
jingvar | Can you please help with custom service via haproxy/keealived | 11:44 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/wallaby: mariadb: Remove wsrep-notify.sh https://review.opendev.org/c/openstack/kolla-ansible/+/814668 | 11:45 |
*** amoralej is now known as amoralej|off | 12:21 | |
*** amoralej|off is now known as amoralej|lunch | 12:21 | |
hrw | morning | 12:44 |
hrw | (kolla) 14:44 (s) marcin@puchatek:kolla$ docker images|grep bifrost | 12:44 |
hrw | 2/debian-source-bifrost-deploy 13.1.0 a5d982db60c8 32 seconds ago 1.82GB | 12:44 |
hrw | 2/debian-source-bifrost-base 13.1.0 d880db0b1554 37 seconds ago 1.79GB | 12:44 |
mnasiadka | oh, works just like that? | 12:47 |
hrw | in Yoga | 12:47 |
hrw | https://review.opendev.org/c/openstack/bifrost/+/806328 fixed it | 12:48 |
hrw | mnasiadka: today is kayobe day? | 12:57 |
parallax | hrw: it is | 12:58 |
*** bsanjeewa[m] is now known as bsanjeewa | 13:00 | |
hrw | thx | 13:01 |
mnasiadka | yoctozepto, mgoddard: wsrep backport for Xena - https://review.opendev.org/c/openstack/kolla-ansible/+/814667 | 13:03 |
opendevreview | Merged openstack/kayobe master: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/812301 | 13:07 |
opendevreview | Merged openstack/kayobe master: CI: enable DNF tests on all CentOS versions https://review.opendev.org/c/openstack/kayobe/+/812302 | 13:07 |
hrw | first patch to tacker sent | 13:25 |
hrw | and I do not even know what this project does ;D | 13:25 |
hrw | if they merge then we can build tacker and mistral | 13:25 |
hrw | https://review.opendev.org/c/openstack/tacker/+/814777 | 13:27 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: openstack-base: drop anyjson https://review.opendev.org/c/openstack/kolla/+/814779 | 13:29 |
*** amoralej|lunch is now known as amoralej | 13:30 | |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: Debian: enable building Bifrost images https://review.opendev.org/c/openstack/kolla/+/814783 | 13:51 |
hrw | marked WIP for now as we need first to switch to Yoga sources | 13:52 |
mnasiadka | hrw: tacker does nfv, but I don't know if it has a proper pulse ;) | 13:52 |
hrw | mnasiadka: as long as they merge my patch I do not care what it does ;D | 13:53 |
opendevreview | Merged openstack/kolla stable/wallaby: gnocchi: update to 4.4.1 https://review.opendev.org/c/openstack/kolla/+/813752 | 14:08 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: update information about unbuildable images https://review.opendev.org/c/openstack/kolla/+/814788 | 14:19 |
*** vishalmanchanda_ is now known as vishalmanchanda | 14:24 | |
*** andrewbonney_ is now known as andrewbonney | 14:26 | |
opendevreview | Merged openstack/kolla-ansible stable/xena: Update Manila deploy steps for Wallaby https://review.opendev.org/c/openstack/kolla-ansible/+/814665 | 14:32 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: monasca: enable for Debian/aarch64 https://review.opendev.org/c/openstack/kolla/+/814796 | 14:42 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: sort unbuildable images https://review.opendev.org/c/openstack/kolla/+/814798 | 14:59 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/wallaby: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/814752 | 15:14 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/victoria: CI: enable DNF tests on CentOS Stream 8 https://review.opendev.org/c/openstack/kayobe/+/814753 | 15:14 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add weight of haproxy backend also for custom members https://review.opendev.org/c/openstack/kolla-ansible/+/814027 | 15:19 |
yoctozepto | hrw: tacker broke us? | 15:42 |
mgoddard | mnasiadka: we still have a few release tasks left: https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-0-to-r-13-finalise-stable-branch | 15:58 |
hrw | yoctozepto: yes. they have anyjson in requirements (and do not use since 2016) which fails to install | 16:35 |
hrw | yoctozepto: so tacker fails for us and mistral fails as well as it depends on tasker | 16:36 |
hrw | yoctozepto: so tacker fails for us and mistral fails as well as it depends on tacker | 16:36 |
yoctozepto | oh my | 16:49 |
yoctozepto | why does mistral depend on tacker | 16:49 |
yoctozepto | it should not really | 16:49 |
yoctozepto | let's block tacker for now | 16:49 |
opendevreview | Verification of a change to openstack/kayobe stable/wallaby failed: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811782 | 16:50 |
hrw | yoctozepto: I sent fix for tacker ;D | 16:55 |
hrw | yoctozepto: to upstream | 16:55 |
yoctozepto | hrw: I'm just meaning it might take long to merge | 17:10 |
yoctozepto | :-( | 17:10 |
* yoctozepto off | 17:10 | |
eugenmayer | When you initially deploy with kolla, do you keep the deployment machine arround or is kolla a once-task for each cluster and one does not rerune after changin / enabling service (and try to converge again). | 17:18 |
eugenmayer | So is kolla-ansible used like we use chef to align a server to its recipe constantly and 'maintain' it. E.g. how is an update/upgrade of an openstack installation handled? Using kolla or using openstack upgrade docs? i kind of assume the formere since we run a docker-based stack, so upgrading is more or less updating the docker-image version pointers | 17:19 |
eugenmayer | what i'am wondering about though is, why all docker-images of the controller point to :master as a tag in my case. This seems not really production ready - did i use a strange 'for devs' flag during deployment without noticing it? or is that because i use xena (which is yet not released officially) | 17:20 |
*** amoralej is now known as amoralej|off | 17:42 | |
jingvar | what is haproxy-config/* Modular HAProxy configuration | 17:46 |
jingvar | I want to override haproxy_single_service_split.cfg.j2 | 17:47 |
*** amoralej|off is now known as amoralej | 18:01 | |
mnasiadka | mgoddard: I’m aware , but thanks for reminding :) | 18:42 |
opendevreview | Merged openstack/kolla master: update information about unbuildable images https://review.opendev.org/c/openstack/kolla/+/814788 | 20:31 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: monasca: enable for Debian/aarch64 https://review.opendev.org/c/openstack/kolla/+/814796 | 21:02 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: sort unbuildable images https://review.opendev.org/c/openstack/kolla/+/814798 | 21:02 |
opendevreview | Merged openstack/kayobe stable/victoria: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811783 | 21:42 |
opendevreview | Verification of a change to openstack/kayobe stable/ussuri failed: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811784 | 21:42 |
parallax | An interesting read: https://www.reddit.com/r/openstack/comments/ppsdcb/discussion_why_would_people_think_that_openstack/ | 21:50 |
opendevreview | Verification of a change to openstack/kayobe stable/wallaby failed: Make setup module arguments configurable https://review.opendev.org/c/openstack/kayobe/+/811782 | 23:13 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!