Tuesday, 2023-04-11

cshhildikov: no, mirror access is working again07:15
cshhjust threw me a lot of monitoring mails since so of my cicd pipelines failed07:16
cshhalso someone should put the debian minikube based build info into docs.starlingx.io Developer section11:59
OutBackDingocshh: what minikube build ?12:21
cshhhttps://wiki.openstack.org/wiki/StarlingX/DebianBuildEnvironment12:34
jlancasterGood morning! Would anyone be able to help me with a starlingx AIO install issue?13:42
dpereirahi @jlancaster. Have you tried https://docs.starlingx.io/developer_resources/debug_issues.html already? Please describe your issue if that link was not helpful.13:54
jlancasterI had not seen that thanks. I went through and looked at the steps and there was nothing that I could find that would help me understand why this is happening. Basically when I get to the 'system host-unlock controller-0' command on https://docs.starlingx.io/deploy_install_guides/release/virtual/aio_simplex_install_kubernetes.html, it says 'Cannot unlock host controller-0 when management interface is configured on a virtual interface'14:00
jlancaster. I did have to adapt the OAM interface I was using as the one in the guide did not exist on my system.14:00
OutBackDingojlancaster: whats the OAm interface ?14:35
OutBackDingosounds like stx believes its not assigned to a real nic14:36
jlancasterenp2s1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 150015:16
jlancaster        inet 10.10.10.3  netmask 255.255.255.0  broadcast 0.0.0.015:16
jlancaster        inet6 fe80::5054:ff:fe71:741b  prefixlen 64  scopeid 0x20<link>15:16
jlancaster        ether 52:54:00:71:74:1b  txqueuelen 1000  (Ethernet)15:16
jlancaster        RX packets 680093  bytes 1003315772 (956.8 MiB)15:16
jlancaster        RX errors 0  dropped 0  overruns 0  frame 015:16
jlancaster        TX packets 34591  bytes 3250309 (3.0 MiB)15:16
jlancaster        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 015:16
jlancaster[sysadmin@controller-0 ~(keystone_admin)]$ system oam-show15:19
jlancaster+-----------------+--------------------------------------+15:19
jlancaster| Property        | Value                                |15:19
jlancaster+-----------------+--------------------------------------+15:19
jlancaster| created_at      | 2023-04-10T20:24:09.462563+00:00     |15:19
jlancaster| isystem_uuid    | 2114c4e0-3aff-4800-8ae8-78c0bb2705c6 |15:19
jlancaster| oam_c0_ip       | 10.10.10.3                           |15:19
jlancaster| oam_c1_ip       | 10.10.10.4                           |15:19
jlancaster| oam_floating_ip | 10.10.10.2                           |15:19
jlancaster| oam_gateway_ip  | 10.10.10.1                           |15:19
jlancaster| oam_subnet      | 10.10.10.0/24                        |15:19
jlancaster| updated_at      | None                                 |15:19
jlancaster| uuid            | 95e72242-aa28-4f9c-871e-3484c48bfcc6 |15:19
jlancaster+-----------------+--------------------------------------+15:19
jlancaster[sysadmin@controller-0 ~(keystone_admin)]$ ifconfig -s15:31
jlancasterIface      MTU    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg15:31
jlancastercali1651  1500       31      0      1 0          2263      0      0      0 BMRU15:31
jlancastercali19f9  1500   191907      0      1 0        212558      0      0      0 BMRU15:31
jlancastercali322d  1500   270759      0      0 0        279527      0      0      0 BMRU15:31
jlancastercali3eff  1500    98354      0      1 0        118743      0      0      0 BMRU15:31
jlancastercali5be1  1500    77537      0      1 0         84771      0      0      0 BMRU15:31
jlancastercali5ea8  1500    77448      0      1 0         84438      0      0      0 BMRU15:31
jlancastercali96ca  1500    69707      0      1 0         80241      0      0      0 BMRU15:31
jlancastercalida55  1500   184275      0      1 0        205682      0      0      0 BMRU15:31
jlancasterenp2s1    1500   680094      0      0 0         34622      0      0      0 BMRU15:31
jlancasterlo       65536 13838904      0      0 0      13838904      0      0      0 LRU15:31
jlancasterlo:1     65536      - no statistics available -                        LRU15:32
jlancasterlo:5     65536      - no statistics available -                        LRU15:32
jlancastertunl0     1480        0      0      0 0             0      0      0      0 ORU15:32
ildikovcshh: great, I'm glad the mirror is up16:21
ildikovcshh: By looking at the docs website, the build content seems to be outdated. Would you be interested in contributing to update it?16:23
cshhsure, i do need to get a functioning build going first though :D16:23
ildikovthat's fair :)16:24
ildikovbased on the page history, the wiki was updated last at the end of last year16:26
ildikovso it should be mostly up to date, but there might be things that need to be refreshed there too16:26
cshhthe Debian one or the docs.starlingx.io one?16:27
cshhbecause the docs one references stx2.0 and 3.0 ... plus stx8 dropped centos support so it seems to me to be the outdated one16:28
ildikovthe Debian wiki page you linked in16:33
cshhah ok16:33
ildikovthe build docs on the docs site should probably be moved over to the Archive section at this point, or just removed16:34
cshhagree, provided that there is an up2date one available16:35
cshhAlso CentOS 7 and Ubuntu Focal are kind of old and dusty, not really something i want to use to set up a build system these days16:37
cshhEspecially if the build is running on kubernetes anyway16:41
cshhDebian Guide states that build containers are daily pushed to docker hub, hoever stx-builder was last updates 21 days ago ...16:49
ildikovyeah, I think not having a doc, other than in the archives, is better than having one that is massively outdated16:49
ildikovwe should also not duplicate content, so if majority of the people prefer to use the wiki for build related things, we could just add a link to the docs site somewhere in the developer docs16:50
cshhdepends on what you want to define as source of truth16:50
cshhhowever i agree there should only be one16:54
brunomuniz@cshh, what's the Debian Guide you're referring to? Can you link it?+17:30
brunomuniz@cshh, what's the Debian Guide you're referring to? Can you link it?17:30
ildikovbrunomuniz: we were talking about this one on the StarlingX wiki: https://wiki.openstack.org/wiki/StarlingX/DebianBuildEnvironment17:37
ildikovjlancaster: Did you encounter any other errors during the earlier steps of the deployment process?17:38
ildikovjlancaster: Or did you find any other errors in the logs?17:38
brunomunizI was in a meeting with the Docs team earlier today and we briefly discussed the "tools" repo and, specifically, this subfolder: https://opendev.org/starlingx/tools/src/branch/master/deployment. I'm curious if anyone has experience with these scripts.21:09
ildikovWe had one person who was participating in the marketing team's activities who was looking into deployment scripts, etc.23:26
ildikovI'm not sure how far he got and if he used thos particular ones.23:26

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