*** yaawang_ has joined #starlingx | 00:45 | |
*** born2bake has quit IRC | 01:03 | |
*** hoonetorg has quit IRC | 03:02 | |
bwensley | born2bake - I added a reply in the LP | 03:04 |
---|---|---|
*** hoonetorg has joined #starlingx | 03:15 | |
*** riuzen has joined #starlingx | 04:36 | |
*** sgw has quit IRC | 04:57 | |
*** riuzen has quit IRC | 04:57 | |
*** dpanech has quit IRC | 05:40 | |
*** riuzen has joined #starlingx | 05:55 | |
*** riuzen has quit IRC | 05:55 | |
*** hyunsikyang has joined #starlingx | 06:11 | |
*** hyunsikyang__ has quit IRC | 06:14 | |
*** pyn38 has joined #starlingx | 06:42 | |
*** bengates has joined #starlingx | 06:57 | |
*** zbsarash1 has quit IRC | 06:58 | |
*** bengates has quit IRC | 07:10 | |
*** bengates has joined #starlingx | 07:11 | |
*** sgw1 has quit IRC | 07:22 | |
*** born2bake has joined #starlingx | 09:11 | |
*** bengates has quit IRC | 09:14 | |
*** bengates has joined #starlingx | 09:15 | |
*** bengates_ has joined #starlingx | 09:45 | |
*** bengates has quit IRC | 09:48 | |
*** bengates_ has quit IRC | 10:03 | |
*** bengates has joined #starlingx | 10:04 | |
*** pyn38 has quit IRC | 11:51 | |
*** bengates has quit IRC | 13:43 | |
*** bengates has joined #starlingx | 13:47 | |
*** sgw has joined #starlingx | 13:52 | |
sgw | Morning all | 13:53 |
*** zbsarash1 has joined #starlingx | 14:06 | |
*** sgw1 has joined #starlingx | 14:09 | |
*** dpanech has joined #starlingx | 14:23 | |
dpanech | sgw: looks like I installed docker from https://download.docker.com/linux/centos/docker-ce.repo | 14:25 |
dpanech | Then: dnf -y --setopt=docker-ce-stable.module_hotfixes=true install containerd.io docker-ce docker-ce-cli | 14:37 |
dpanech | sgw: the tb script crates a docker image called $USER-stx-builder:7.4 ... do you know what the 7.4 refers to? It's hard-coded in the script. | 15:17 |
dpanech | sgw: back to docker... what are the symptoms of your networking problems? | 16:10 |
*** yaawang_ has quit IRC | 16:35 | |
*** bengates has quit IRC | 16:36 | |
*** bengates has joined #starlingx | 16:37 | |
born2bake | there is no way I can access kube cluster remotely? | 16:37 |
*** bengates has quit IRC | 16:37 | |
*** bengates has joined #starlingx | 16:43 | |
*** bengates has quit IRC | 16:48 | |
*** yaawang_ has joined #starlingx | 16:55 | |
sgw | dpanech: sorry was not checking here, reading | 16:58 |
sgw | dpanech: so I am using docker-ce.repo also, and my symptoms now seems to be no DNS name resolutions, I can ping 8.8.8.8, but resolving google.com fails | 17:04 |
sgw | As for the tb script, the 7.4 refers to CentOS 7.4 which is the version we started out with, you updated it to 7.8 | 17:04 |
dpanech | sgw: looks like my Dockerfile commit from last week broke the tb script in master. Please hold off on approving any related code reviews until I fix it. | 17:11 |
dpanech | sgw: "I can ping 8.8.8.8..." -- from within Docker or from host? | 17:12 |
sgw | within the container | 17:12 |
dpanech | sgw: not sure if this is related, but docker messes with host's routing table, sometimes in ways that break things. | 17:13 |
dpanech | someone at WR had a problem like that recently | 17:14 |
dpanech | it creates virtual network devices and assignes semi-random IP addresses to them, that sometimes mask the actual routes on your network | 17:15 |
sgw | I can run the same centos8 container on other machines (ubuntu and fedora platform OS) in my network with no networking issues, it just seems to be the host that has centos8 as the platform OS | 17:16 |
dpanech | selinux? | 17:18 |
sgw | jsomervi1: do we want to have the "fixes" and "cc" tags in that sub-patch? Will gerrit do something strange? | 17:18 |
sgw | I am running a generic CentOS-8 with default firewall and selinux (if running by default). | 17:19 |
sgw | jsomervi1: I am referring to the QAT patch | 17:20 |
jsomervi1 | why, should it? It's just a file. | 17:24 |
dpanech | sgw: I'm pretty sure the firewall is required for docker. But I did disable selinux. | 17:28 |
sgw | Ah, let me take a look at selinux settings | 17:30 |
jsomervi1 | sgw see starlingx-3.0.0/cgcs-root/stx/integ/kernel/kernel-std/centos/patches/cpuidle-menu-Avoid-taking-spinlock-for-accessing-QoS.patch for a past example | 17:30 |
sgw | jsomervi1: just checking, I guess since it's not going through the any kernel process it won't be parsed. thanks for clarification | 17:31 |
jsomervi1 | np | 17:31 |
sgw1 | slittle1: I guess for 4.x, I need to create a set of flock manifests also, not just default.xml | 18:18 |
*** rcw has joined #starlingx | 19:13 | |
sgw | slittle1: as I am looking at that code, can you think of why we could commit the modified manifests after tagging vs before? Don't we want to use repo init with a tag and get the newer manifests? | 19:47 |
dpanech | sgw: I'm finding multiple issues with stx/tools in both master and 3.0 ... I think Poornima's changes might actually fix things for 3.0, at least for the moment. But they may cause merge conflicts later, because I still can't get my head around the overall strategy for all these pieces. | 20:33 |
sgw1 | Here changes are very targeted obviously, although I am not sure about her change in the tb.sh script, need to look at that more. I can ask her tonight. | 20:34 |
dpanech | I think all she did was change the image tag to 7.8 | 20:36 |
sgw1 | But I am not sure we want that, we want it to stay at 7.4 until container matches 7.8 | 20:40 |
sgw1 | FROM line in Dockerfile | 20:41 |
dpanech | I suppose... on the other hand, that container's initial yum repo files point to mirror.centos.org, which is, effectively 7.8 at the moment. | 20:43 |
* sgw1 was confused, yes she updated it form master, that's probably one of the problems your seeing | 20:43 | |
sgw1 | I thought it was for the 3.x branch | 20:43 |
sgw1 | the 7.4-7.8 change I can +2 for master, that makes sense unless you plan to revert your original change | 20:44 |
dpanech | yeah ok. | 20:45 |
sgw1 | dpanech: so are you saying let's take poornima's 3.x patches (pin mock only & add 7.8 repos ) And then when you figure out the correct update for the Dockerfile/container you will do that later? | 20:47 |
sgw1 | Short term fix for cves and then a longer term tools update? | 20:47 |
dpanech | no let's wait till tomorrow at least, I'm still investigating. I think we need another cherry pick for centos 7.7 repo. It's target URL is no longer valid, I think this was fixed in master. | 20:48 |
sgw1 | Ok, we can wait | 20:51 |
dpanech | sgw: looks like tools/README is not up to date in stx/master. Either that or tb.sh has been broken since build layering introduction. Is there some other document file(s) that describe how to use tb.sh? I don't see any pending reviews for it in gerrit. | 21:24 |
dpanech | Surprised this has gone unnoticed for so long | 21:24 |
sgw | I have been using tb.sh with layers no problem | 21:25 |
dpanech | Literally following README doesn't work. | 21:25 |
sgw | Recently no less. What about following either of the Layer Build docs on starlingx.io? | 21:26 |
sgw | Sounds like readme needs updating then | 21:26 |
sgw | I think the missing item for layered build would be setting LAYER= in the localrc | 21:26 |
dpanech | i'm stuck before that on the download_mirror step. | 21:27 |
sgw | I can actually reuse the container in different projects with LAYER= different layers | 21:27 |
sgw | tb.sh create failing? | 21:28 |
sgw | I guess I don't understand where your failing then | 21:28 |
dpanech | no, under "package mirror creation" it says "cd centos-mirror-tools && docker run -v $PWD:/localdisk ..."; (as root) then run download_mirror.sh inside. Not the volume mount point, its a small subtree of the repo. Not enough to run anything. | 21:30 |
dpanech | * Not=note | 21:30 |
sgw | Check newer/pending documentation: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_83b/733048/11/check/openstack-tox-docs/83b9be4/docs/developer_resources/layered_build_guide.html | 21:53 |
dpanech | ok thanks, I'll try that | 21:58 |
sgw | dpanech: well i disabled selinux and still have the same issue that can resolve google.com for example. | 22:35 |
*** rchurch has quit IRC | 23:43 | |
*** rchurch has joined #starlingx | 23:43 | |
*** born2bake has quit IRC | 23:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!