*** rfolco has joined #softwarefactory | 00:38 | |
sfbender | Tristan de Cacqueray created software-factory/sf-config master: install-server: delegate tasks to the correct hosts https://softwarefactory-project.io/r/20395 | 00:55 |
---|---|---|
*** rfolco has quit IRC | 01:20 | |
*** chouseknecht has quit IRC | 01:24 | |
*** chouseknecht has joined #softwarefactory | 01:30 | |
*** lseki has quit IRC | 04:12 | |
*** jpena|off is now known as jpena | 08:07 | |
*** apevec has joined #softwarefactory | 08:36 | |
sfbender | Daniel Pawlik created software-factory/sf-config master: Disable elasticsearch oss repo https://softwarefactory-project.io/r/20399 | 10:44 |
*** rfolco has joined #softwarefactory | 12:16 | |
*** lseki has joined #softwarefactory | 12:26 | |
*** jpena is now known as jpena|lunch | 12:36 | |
*** jpena|lunch is now known as jpena | 13:31 | |
sfbender | Merged software-factory/dhall-nodepool master: Update package structure using shake https://softwarefactory-project.io/r/20391 | 13:42 |
sfbender | Merged software-factory/dhall-nodepool master: Update package structure by splitting each components https://softwarefactory-project.io/r/20392 | 13:42 |
sfbender | Merged software-factory/dhall-nodepool master: Add diskimage utility functions https://softwarefactory-project.io/r/20393 | 13:42 |
sfbender | Fabien Boucher created software-factory/sf-config master: Feed custom-links from sfconfig.yaml to info.json https://softwarefactory-project.io/r/20403 | 14:19 |
*** zenkuro has joined #softwarefactory | 14:23 | |
sfbender | Fabien Boucher created software-factory/sf-config master: Avoid wipe of /var/lib/software-factory/ansible/group_vars/all.yaml https://softwarefactory-project.io/r/20404 | 14:29 |
*** zenkuro has quit IRC | 15:31 | |
*** zenkuro has joined #softwarefactory | 15:31 | |
*** zenkuro has quit IRC | 15:36 | |
*** zenkuro has joined #softwarefactory | 15:36 | |
*** jpena is now known as jpena|off | 17:08 | |
*** zenkuro has quit IRC | 17:42 | |
*** zenkuro has joined #softwarefactory | 17:42 | |
sfbender | Merged software-factory/sf-config master: install-server: delegate tasks to the correct hosts https://softwarefactory-project.io/r/20395 | 18:08 |
*** apevec has quit IRC | 19:05 | |
*** lseki has quit IRC | 20:38 | |
sfbender | Merged software-factory/sf-config master: Disable elasticsearch oss repo https://softwarefactory-project.io/r/20399 | 20:43 |
*** akrpan-pure has joined #softwarefactory | 21:02 | |
akrpan-pure | Hello! I've been working through installing software factory and have been running into various issues documented in issue #3632 (https://tree.taiga.io/project/morucci-software-factory/issue/3632), and I figured it may be faster to ask here if anyone was willing to help me through the installation/sanity check my commands? | 21:03 |
akrpan-pure | CC @tristanC, thanks for all your good work btw | 21:03 |
tristanC | akrpan-pure: hey, nice to meet you! | 21:04 |
akrpan-pure | Hi! So my latest venture is trying to install software factory all in one node (except separate install server), and now it's managing to fail to SSH to itself | 21:05 |
akrpan-pure | Fun times | 21:05 |
tristanC | akrpan-pure: hmm, let me see | 21:06 |
akrpan-pure | TASK [sf-gerrit : Add zuul user] *********************************************** | 21:07 |
akrpan-pure | ssh gerrit gerrit create-account zuul -g '\"Non-Interactive' 'Users\"' --email zuul@cinder-ci.dev.purestorage.com --full-name '\"Zuul' 'CI\"' --ssh-key -", "Permission denied (publickey,gssapi-keyex,gssapi-with-mic)." | 21:07 |
akrpan-pure | And I ssh'd myself and tested it and confirmed it hits that error | 21:07 |
tristanC | akrpan-pure: just making sure, you are running sfconfig as root? | 21:07 |
akrpan-pure | Yep | 21:07 |
tristanC | akrpan-pure: in the ~/.ssh/config there should be an entry for Port 29418 | 21:08 |
*** rfolco has quit IRC | 21:09 | |
tristanC | does it looks correct, and is the /root/.ssh/gerrit_admin valid too? | 21:10 |
akrpan-pure | On the node itself there's no SSH config, on the install server it has an ansible managed block for the FQDN, the "gerrit" host, and the node itself (all of which are actually the same VM). The gerrit one additionally specifies the gerrit_admin key | 21:10 |
tristanC | oh, i missed the `separate install server` part | 21:11 |
akrpan-pure | Well I may have found the issue | 21:11 |
akrpan-pure | The gerrit_admin key is on the SF node, but the SSH config is on the install server | 21:11 |
akrpan-pure | Referring to a key that isn't there | 21:11 |
akrpan-pure | Also fyi, I have this whole setup under Terraform and Ansible, so I've been doing fresh wipes/reinstalls every time just to make sure it's consistent, so I can tweak this however you need | 21:12 |
tristanC | arg i see, another corner-case where sf-config assume some services are running together | 21:12 |
akrpan-pure | I can try doing it all (including install server) on one node for now and hopefully that'll definitively fix things XD | 21:12 |
akrpan-pure | Gimme a bit to tweak some configs and I'll get back to you if it works | 21:13 |
tristanC | akrpan-pure: that's great, thank you for the feedback, it's hard for us to test all the combinaison, we might add your arch to sf-ci to avoid regression there | 21:13 |
akrpan-pure | Also also, I can open multiple issues for various things I find if you want, or I can just keep adding to the same #3632 | 21:13 |
tristanC | as you prefer, i think it's ok to keep #3632 for those custom architecture related issue | 21:14 |
sfbender | Tristan de Cacqueray created software-factory/sf-config master: gerrit: delegate user creation to the install-server https://softwarefactory-project.io/r/20410 | 21:15 |
akrpan-pure | Works for me. I'll get back to you in a couple hours (lunch and a couple meetings) | 21:16 |
tristanC | akrpan-pure: https://softwarefactory-project.io/r/20411 should fix that `Add zuul user` failure, it's rebased on the other fix for 3.5 | 21:21 |
*** zenkuro has quit IRC | 21:51 | |
*** simondodsley has joined #softwarefactory | 22:04 | |
erbarr | hello, how do i configure nodepool to dib a focal image? | 22:27 |
tristanC | erbarr: hi, maybe try to copy opendev configuration, e.g. from https://opendev.org/openstack/project-config/src/branch/master/nodepool/nodepool.yaml#L283 | 22:40 |
erbarr | tristanC, thanks i'll try, I had something pretty similar and I'm getting error with debootstrap not found | 22:45 |
tristanC | erbarr: oh right, you might be able to pull that in by running `sudo ansible -m yum -a "name=https://cbs.centos.org/kojifiles/packages/debootstrap/1.0.81/1.el7/noarch/debootstrap-1.0.81-1.el7.noarch.rpm" nodepool-builder | 22:52 |
erbarr | tristanC, ahh nice, let me try that | 22:53 |
akrpan-pure | tristanC: after moving everything to one node including the install server, I got a successful install at least with 3.4. I can try out some other build whenever you want | 22:57 |
tristanC | akrpan-pure: https://softwarefactory-project.io/logs/11/20411/1/check/sf-rpm-build/b1b9b1f/buildset/sf-config-3.5.4.2.g7519bd9-3.el7.noarch.rpm , should fix the last error you reported | 23:00 |
tristanC | akrpan-pure: (it's the build of https://softwarefactory-project.io/r/20411 ) | 23:01 |
erbarr | tristanC, that made it go further, now looks like "/usr/share/debootstrap/scripts/focal" is missing | 23:03 |
tristanC | erbarr: arg, let me see if i can find a more recent version | 23:09 |
tristanC | erbarr: actually, that file is just a symlink, you can fix that by running `sudo ansible -m file -a "src=gutsy dest=/usr/share/debootstrap/scripts/focal state=link" nodepool-builder` | 23:14 |
tristanC | (if those quickfix works, it might be worth adding to the doc :) | 23:14 |
akrpan-pure | Alright, well now I'm getting SSL errors on running an sfmanager command | 23:54 |
akrpan-pure | requests.exceptions.SSLError: HTTPSConnectionPool(host='cinder-ci.dev.purestorage.com', port=443): Max retries exceeded with url: /auth/about/ (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),)) | 23:54 |
akrpan-pure | This is using generated certs from sfconfig, not any of my own certs | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!