*** jamesgu has quit IRC | 00:09 | |
*** SRao has joined #airshipit | 01:52 | |
*** rezroo has joined #airshipit | 04:06 | |
*** evrardjp has quit IRC | 05:36 | |
*** evrardjp has joined #airshipit | 05:36 | |
*** SRao has quit IRC | 06:13 | |
*** airship-irc-bot has quit IRC | 07:14 | |
*** airship-irc-bot has joined #airshipit | 07:14 | |
*** dpawlik has joined #airshipit | 07:47 | |
*** rezroo has quit IRC | 08:10 | |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Shift KubeAdm provider function to upstream https://review.opendev.org/714110 | 08:20 |
---|---|---|
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: WIP: Apache2 reverse proxy https://review.opendev.org/714327 | 08:23 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Shift KubeAdm provider function to upstream https://review.opendev.org/714110 | 08:25 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Shift CAPM3 function to upstream implementation https://review.opendev.org/714105 | 08:27 |
*** vamsisavaram has joined #airshipit | 08:57 | |
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: WIP: Apache2 reverse proxy https://review.opendev.org/714327 | 08:58 |
*** vamsisavaram has quit IRC | 09:00 | |
*** zogger has quit IRC | 09:40 | |
*** zogger has joined #airshipit | 09:54 | |
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: WIP: Apache2 reverse proxy https://review.opendev.org/714327 | 10:23 |
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: WIP: Apache2 reverse proxy https://review.opendev.org/714327 | 10:47 |
*** uzumaki has joined #airshipit | 10:57 | |
*** vamsisavaram has joined #airshipit | 11:50 | |
*** vamsisavaram has quit IRC | 11:55 | |
*** vamsisavaram has joined #airshipit | 11:56 | |
*** vamsisavaram has quit IRC | 12:05 | |
openstackgerrit | Merged airship/airshipctl master: Add selector to filter initinfra docs https://review.opendev.org/714666 | 12:15 |
*** vamsisavaram has joined #airshipit | 13:00 | |
*** roman_g has joined #airshipit | 13:13 | |
openstackgerrit | Merged airship/airshipctl master: Add filtering method for document bundle https://review.opendev.org/704123 | 13:29 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Remove getters/setters of AirshipCTLSettings https://review.opendev.org/714523 | 13:32 |
openstackgerrit | Merged airship/airshipctl master: Ensure node power state ON/OFF for Reset command https://review.opendev.org/713201 | 13:34 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Cluster Status library tools https://review.opendev.org/713319 | 13:38 |
*** roman_g has quit IRC | 13:51 | |
*** roman_g has joined #airshipit | 13:51 | |
openstackgerrit | Andrew Schiefelbein proposed airship/airshipui master: This adds a plugin for OpenStack to the Airship UI https://review.opendev.org/712788 | 14:01 |
*** happyhemant has joined #airshipit | 14:06 | |
vamsisavaram | I have problems with role-test-runner.yaml in aishipctl project. I am working on putting an apache2 reverse proxy in front of the redfish emulator during the airship-build-gate job. But the new role does not seem to go well with role-test-runner. | 14:21 |
vamsisavaram | This my trial commit: https://review.opendev.org/#/c/714327/ | 14:22 |
vamsisavaram | Anyone knows how this role-test-runner works? | 14:22 |
airship-irc-bot | <dwalt> vamsisavarm: hey! What issues are you seeing? I'm not too familiar with the test runner, but @se6518 may be able to point you in the right direction when he is online later. | 14:30 |
vamsisavaram | The test runner exits on my new role (reverse-proxy), and doesn't print any error why it exited there | 14:33 |
vamsisavaram | The job itself ends up a failure .. | 14:33 |
airship-irc-bot | <sirajudeen.yasin> code review pls, https://review.opendev.org/#/c/713755/ => updated as per review comments | 14:39 |
airship-irc-bot | <dwalt> that's really odd vamsisavaram. I wonder if it's because there aren't any assertions to be made? | 14:49 |
vamsisavaram | Thanks dwalt, what surprised me was, my first patchset had the new role, but with just a debug printout. That did not complain, and as soon as I added commands to do install apache2 among other things, it started to fail. There were not asserts before either. | 14:52 |
*** SRao has joined #airshipit | 15:01 | |
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: WIP: Apache2 reverse proxy https://review.opendev.org/714327 | 15:01 |
openstackgerrit | Vamsi Savaram proposed airship/airshipctl master: DNM: Apache2 reverse proxy https://review.opendev.org/714327 | 15:16 |
*** roman_g has quit IRC | 15:19 | |
*** segorov has quit IRC | 15:20 | |
*** roman_g has joined #airshipit | 15:22 | |
*** segorov has joined #airshipit | 15:24 | |
*** vamsisavaram has quit IRC | 15:32 | |
airship-irc-bot | <se6518> Vamsi: I see this for your role: "reason": "Syntax Error while loading YAML.\n found unacceptable key (unhashable type: 'AnsibleMapping')\n\nThe error appears to be in '/var/lib/zuul/builds/22f20c1bbac74509b2fb9d5469e87394/untrusted/project_0/opendev.org/airship/airshipctl/roles/reverse-proxy/tasks/install.yaml': line 17, column 12, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears | 15:33 |
airship-irc-bot | to be:\n\n apache2_module:\n name: {{ item }}\n ^ here\nWe could be wrong, but this one looks like it might be an issue with\nmissing quotes. Always quote template expression brackets when they\nstart a value. For instance:\n\n with_items:\n - {{ foo }}\n\nShould be written as:\n\n with_items:\n - \"{{ foo }}\"\n" 13127 | 15:33 |
airship-irc-bot | <se6518> just check logs | 15:33 |
*** vamsisavaram has joined #airshipit | 15:39 | |
*** vamsisavaram has quit IRC | 15:59 | |
*** vamsisavaram has joined #airshipit | 16:00 | |
*** vamsisavaram has quit IRC | 16:04 | |
*** SRao has quit IRC | 16:08 | |
openstackgerrit | Alan Meadows proposed airship/airshipctl master: [WIP] Support Redfish Auth https://review.opendev.org/713711 | 16:22 |
*** rezroo has joined #airshipit | 16:34 | |
*** roman_g has quit IRC | 17:00 | |
airship-irc-bot | <am240k> Why are we still filtering documents in `cluster initinfra`? With the latest change to use a specific entrpoint of `ephemeral/initinfra` this seems no longer necessary | 17:19 |
openstackgerrit | Merged airship/images master: Replace input network-data format to yaml https://review.opendev.org/713861 | 17:26 |
*** evrardjp has quit IRC | 17:36 | |
*** evrardjp has joined #airshipit | 17:36 | |
openstackgerrit | Alan Meadows proposed airship/airshipctl master: Remove label filtering from initinfra https://review.opendev.org/715013 | 17:48 |
openstackgerrit | Alan Meadows proposed airship/airshipctl master: [WIP] Support Redfish Auth https://review.opendev.org/713711 | 17:49 |
openstackgerrit | Vladimir Maliaev proposed airship/promenade master: Adjust plugin cri parameters https://review.opendev.org/713164 | 18:31 |
*** irclogbot_3 has quit IRC | 18:37 | |
airship-irc-bot | <james.gu> Is the gate script 10 broken in local env for others as well, because of the addition of role docker-install is only available in zuul project? The change is from this patch: https://review.opendev.org/#/c/711540. | 18:46 |
airship-irc-bot | <james.gu> @sreejith.punnapuzha ^ | 18:47 |
airship-irc-bot | <alexander.hughes> @mattmceuen is there a workaround for this? I thought we wanted to make local testing as easy as possible (roles in airshipctl, shell scripts instead of ansible commands etc.) | 18:54 |
*** segorov has quit IRC | 18:54 | |
*** segorov has joined #airshipit | 18:55 | |
airship-irc-bot | <alexander.hughes> or will users just need to install docker manually for now, and maybe we just add a shell script for local testing use that does it for them | 18:55 |
*** irclogbot_3 has joined #airshipit | 19:01 | |
openstackgerrit | Sean Eagan proposed airship/armada master: Airship 2 support features https://review.opendev.org/697728 | 19:18 |
airship-irc-bot | <se6518> according to broken local scripts: Why do we need another copy of docker-install role: openstack-helm-infra/roles/deploy-docker/tasks/main.yaml ? | 19:23 |
airship-irc-bot | <james.gu> @alexander.hughes the user can manually install docker for now, But it is the addition of the new role in the playbook that is causing the error because the new role is not found in the airshipctl (thus not in local test env). | 19:23 |
airship-irc-bot | <se6518> @mattmceuen @alexander.hughes ^ | 19:24 |
airship-irc-bot | <alexander.hughes> we need to come to a consensus on how easy we want local testing to be - that was the rationale behind making the gates shell scripts instead of ansible commands where possible so that things could be locally tested easier | 19:24 |
airship-irc-bot | <alexander.hughes> but how far we want to go - if that includes duplicating roles, or adding alternative scripts for local setup, or just a note that some steps aren't 1:1 a developer needs to install X, Y, and Z for local testing | 19:25 |
airship-irc-bot | <se6518> I see deploy-docker and docker-install roles in two different repos | 19:25 |
airship-irc-bot | <se6518> what is the reason of merging https://review.opendev.org/711540 ? | 19:26 |
airship-irc-bot | <kk6740> heh | 19:27 |
airship-irc-bot | <kk6740> ```2020-03-23 20:29:14.006753 | ERROR! the role 'docker-install' was not found in | 19:29 |
airship-irc-bot | /var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/untrusted/project_0/opendev.org/airship/airshipctl/playbooks/roles:/var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/ansible/pre_playbook_1/role_0/airshipctl/roles:/var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/ansible/pre_playbook_1/role_1/openstack-helm-infra/roles:/var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/ansible/pre_playbook_1/role_2/base-jobs/roles:/var/lib/zuul/ | 19:29 |
airship-irc-bot | builds/14fbf07d6220427baa058ea4a634b0c3/ansible/pre_playbook_1/role_3/zuul-jobs/roles:/var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/untrusted/project_0/opendev.org/airship/airshipctl/playbooks 2020-03-23 20:29:14.006815 | 2020-03-23 20:29:14.006839 | The error appears to be in '/var/lib/zuul/builds/14fbf07d6220427baa058ea4a634b0c3/untrusted/project_0/opendev.org/airship/airshipctl/playbooks/airship-airshipctl-deploy-docker.yaml': line | 19:29 |
airship-irc-bot | 15, column 7, but may 2020-03-23 20:29:14.006863 | be elsewhere in the file depending on the exact syntax problem. 2020-03-23 20:29:14.006884 | 2020-03-23 20:29:14.006905 | The offending line appears to be: 2020-03-23 20:29:14.006926 | 2020-03-23 20:29:14.006947 | roles: 2020-03-23 20:29:14.006967 | - docker-install 2020-03-23 20:29:14.006989 | ^ here``` | 19:29 |
airship-irc-bot | <sreejith.punnapuzha> @james.gu you will have to clone the repo https://opendev.org/airship/zuul-airship-roles and set the ansible role path to the folder | 19:29 |
airship-irc-bot | <se6518> @sreejith.punnapuzha why? we already have openstack-helm-infra | 19:30 |
airship-irc-bot | <se6518> we decided to use local roles in airshipctl | 19:30 |
airship-irc-bot | <se6518> and other from openstack-helm-infra | 19:31 |
airship-irc-bot | <se6518> that's why we moved all roles from zuul-airship-roles repo | 19:31 |
airship-irc-bot | <sreejith.punnapuzha> @mattmceuen suggested to move the roles from airshipctl to zuul-airship-roles.. | 19:31 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Cluster Status library tools https://review.opendev.org/713319 | 19:32 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: WIP: Cluster Status library tools https://review.opendev.org/713319 | 19:32 |
openstackgerrit | Andrew Schiefelbein proposed airship/airshipui master: This adds a plugin for OpenStack to the Airship UI https://review.opendev.org/712788 | 19:34 |
airship-irc-bot | <se6518> @sreejith.punnapuzha ok, but what about duplication? We can just reuse role if there are some other usage of roles from openstack-helm-infra | 19:34 |
airship-irc-bot | <se6518> if not, let's gather all roles in one repo | 19:34 |
airship-irc-bot | <mattmceuen> @se6518 we decided to use local roles in airshipctl while they are being actively developed, and then move them to zuul-airship-roles once they are fully baked | 19:36 |
*** irclogbot_3 has quit IRC | 19:37 | |
airship-irc-bot | <kk6740> @mattmceuen, they are mote baked yet, right ? | 19:37 |
airship-irc-bot | <mattmceuen> If the new docker role is fully baked already, is there any issue putting it directly in zuul-airship-roles? | 19:37 |
airship-irc-bot | <mattmceuen> You're saying the docker install is not fully baked? Why not? | 19:38 |
airship-irc-bot | <james.gu> @mattmceuen so we have a mixed sources of the roles? | 19:38 |
airship-irc-bot | <james.gu> and used in the same playbook? | 19:38 |
airship-irc-bot | <mattmceuen> I'm not following, let me catch up on the chat first | 19:39 |
airship-irc-bot | <se6518> I'm not saying it's not fully baked, I'm asking why duplicate roles from one repo to another when it's breaking the local testing | 19:39 |
airship-irc-bot | <kk6740> zuul is not working anymore either :slightly_smiling_face: | 19:39 |
airship-irc-bot | <kk6740> after the merge | 19:39 |
*** irclogbot_3 has joined #airshipit | 19:39 | |
openstackgerrit | Sreejith Punnapuzha proposed airship/airshipctl master: [#43] - organize CLI helper functions https://review.opendev.org/713755 | 19:39 |
airship-irc-bot | <sreejith.punnapuzha> @kk6740 can you give me a ps where zuul failed.. all the latest ps are success | 19:42 |
*** irclogbot_3 has quit IRC | 19:42 | |
airship-irc-bot | <james.gu> if we expect the user to clone the zuul repo, should we change the script to clone the zull repo and add the additional role path in ansible.cfg in the (gate) scripts? | 19:42 |
airship-irc-bot | <mattmceuen> @se6518: I don't think we'd want airshipctl to introduce a dependency on openstack-helm-infra, would we? | 19:42 |
airship-irc-bot | <se6518> there are some roles from openstack-helm-infra that we use | 19:43 |
airship-irc-bot | <se6518> let's remove it | 19:43 |
airship-irc-bot | <mattmceuen> Agree that we don't want to duplicate a docker-install role in both `airshictl` and `zuul-airship-roles` | 19:43 |
airship-irc-bot | <james.gu> if both the gate and local dev need both the roles in the zuul repo and airshipctl repo to work correctly, why don't we put all the roles in one place? | 19:44 |
airship-irc-bot | <mattmceuen> ++ | 19:44 |
airship-irc-bot | <mattmceuen> So the history is: | 19:44 |
*** irclogbot_3 has joined #airshipit | 19:44 | |
airship-irc-bot | <mattmceuen> 1. a long time ago the decision was made to put "common" roles in zuul-ansible-roles so they can be re-used | 19:45 |
airship-irc-bot | <mattmceuen> 2. it was getting complex to develop the airshipctl-deployment-related roles in a separate repo, so the decision was made to temporarily develop them in airshipctl and then move them to zuul-... later | 19:45 |
airship-irc-bot | <mattmceuen> I'm ok with deciding that airshipctl is a better place for reasons like simplicity, etc - just news to me. Should we discuss in design call tmo? | 19:46 |
airship-irc-bot | <james.gu> Design call sounds good | 19:46 |
airship-irc-bot | <se6518> zuul-airship-roles ? zuul-ansible-roles ? | 19:48 |
airship-irc-bot | <kk6740> @sreejith.punnapuzha https://zuul.opendev.org/t/openstack/build/3a9056554d2c41ad9a7f190f57bcff6a | 19:48 |
airship-irc-bot | <kk6740> zuul-airship-roles | 19:49 |
airship-irc-bot | <kk6740> the gate job is currently non voting, so zuul will put +1 verified label, but the only reason why its not voting is because zuul large flavor nodes are not stable, and sometimes we get node_failure | 19:50 |
airship-irc-bot | <kk6740> so if u get +1, u still break the roles | 19:50 |
airship-irc-bot | <kk6740> sometimes | 19:50 |
airship-irc-bot | <se6518> I'm fixing local scripts right now, PS is on the way | 19:52 |
airship-irc-bot | <kk6740> we need to make sure, that zuul-airship-roles, repository, doesn’t overlap with roles from airshipctl | 19:53 |
airship-irc-bot | <kk6740> if there are such roles, they need to deleted, otherwise it’s going to be nightmare | 19:53 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Fixed local scripts https://review.opendev.org/715048 | 19:54 |
airship-irc-bot | <kk6740> @se6518, there are many roles in https://opendev.org/airship/zuul-airship-roles/src/branch/master/roles that overlap with airshipctl repository, do u know which of these will be used first, in local scripts with such roles_path? | 19:56 |
airship-irc-bot | <kk6740> i think it is a really bad idea, to move any of the roles right now from airshipctl repository, it is much better to fork them, and keep in airshipctl for now. even if some of the roles are “mature” | 19:57 |
airship-irc-bot | <se6518> testing | 19:58 |
airship-irc-bot | <se6518> but agree, need one place for roles | 19:58 |
airship-irc-bot | <kk6740> i think even if it works fine now, we can later hit it, when they change something in ansible | 19:59 |
airship-irc-bot | <kk6740> and when it’s going to happen, in a year, for example it’s going to be much harder to fix and to debug | 19:59 |
airship-irc-bot | <sreejith.punnapuzha> @kk6740 i was only getting node_failure when i pushed the ps.. i have pushed a fix for this | 19:59 |
openstackgerrit | Sreejith Punnapuzha proposed airship/airshipctl master: [#106] fix airship-airshipctl-gate-test failing https://review.opendev.org/715049 | 19:59 |
airship-irc-bot | <james.gu> agree the best is have all roles in one place, second best is each role is only defined in one place. | 20:00 |
*** irclogbot_3 has quit IRC | 20:00 | |
airship-irc-bot | <kk6740> yea, but there are same roles in zuul-airship-roles and in airshipctl, lets make sure that they dont overlap atleast | 20:01 |
*** irclogbot_3 has joined #airshipit | 20:03 | |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Fixed local scripts https://review.opendev.org/715048 | 20:03 |
openstackgerrit | Sreejith Punnapuzha proposed airship/airshipctl master: [#106] fix airship-airshipctl-gate-test failing https://review.opendev.org/715049 | 20:06 |
airship-irc-bot | <james.gu> I rebased airshipctl and am seeing this error. Just wanted to check if anyone knows already the cause: | 20:07 |
airship-irc-bot | <james.gu> ```TASK [airshipctl-build-ephemeral-iso : build ephemeral node iso] ************************************************************************* fatal: [primary]: FAILED! => {"changed": true, "cmd": ["airshipctl", "bootstrap", "isogen"], "delta": "0:05:04.862090", "end": "2020-03-25 12:35:45.776462", "msg": "non-zero return code", "rc": 1, "start": "2020-03-25 12:30:40.914372", "stderr": "", "stderr_lines": [], "stdout": "2020/03/25 | 20:07 |
airship-irc-bot | 12:30:41 Creating ISO builder container\n2020/03/25 12:30:41 Creating cloud-init for ephemeral K8s\n2020/03/25 12:30:41 Running default container command. Mounted dir: [/srv/iso:/config]\nCommand error. run 'docker logs 94bd4173d9bc0c9715878675e1d81516ee09e3a141666ad76248c19563656d7f' for details", "stdout_lines": ["2020/03/25 12:30:41 Creating ISO builder container", "2020/03/25 12:30:41 Creating cloud-init for ephemeral K8s", "2020/03/25 | 20:07 |
airship-irc-bot | 12:30:41 Running default container command. Mounted dir: [/srv/iso:/config]", "Command error. run 'docker logs 94bd4173d9bc0c9715878675e1d81516ee09e3a141666ad76248c19563656d7f' for details"]} PLAY RECAP ******************************************************************************************************************************* primary : ok=15 changed=5 unreachable=0 failed=1 skipped=0 rescued=0 | 20:07 |
airship-irc-bot | ignored=0``` | 20:07 |
airship-irc-bot | <se6518> yep, it's next | 20:08 |
airship-irc-bot | <james.gu> ```and the docker log is: debconf: falling back to frontend: Teletype A copy of the C library was found in an unexpected directory: '/usr/lib/x86_64-linux-gnu/ld-2.28.so' It is not safe to upgrade the C library in this situation; please remove that copy of the C library or get it out of '/usr/lib/x86_64-linux-gnu' and try again. dpkg: error processing archive /var/cache/apt/archives/libc6_2.30-3_amd64.deb (--unpack): new | 20:08 |
airship-irc-bot | libc6:amd64 package pre-installation script subprocess returned error exit status 1 Selecting previously unselected package libcrypt1:amd64. dpkg: considering deconfiguration of libc6:amd64, which would be broken by installation of libcrypt1:amd64 ... dpkg: yes, will deconfigure libc6:amd64 (broken by libcrypt1:amd64) Preparing to unpack .../libcrypt1_1%3a4.4.15-1_amd64.deb ... De-configuring libc6:amd64 (2.28-10) ... Unpacking libcrypt1:amd64 | 20:08 |
airship-irc-bot | (1:4.4.15-1) ... Errors were encountered while processing: /var/cache/apt/archives/libc6_2.30-3_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)``` | 20:08 |
openstackgerrit | Craig Anderson proposed airship/maas master: Revert "Add ability to configure system account password" https://review.opendev.org/715053 | 20:11 |
*** irclogbot_3 has quit IRC | 20:12 | |
*** irclogbot_2 has joined #airshipit | 20:14 | |
airship-irc-bot | <james.gu> sounds like I was hitting this bug: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1867431/comments/13 | 20:15 |
openstack | Launchpad bug 1867431 in glibc (Ubuntu) "ERROR got an error from dpkg for pkg: 'libc6'" [Critical,Fix released] - Assigned to Steve Langasek (vorlon) | 20:15 |
*** happyhemant has quit IRC | 20:15 | |
*** irclogbot_2 has quit IRC | 20:16 | |
airship-irc-bot | <james.gu> do we need to fix our image? | 20:16 |
airship-irc-bot | <james.gu> I assume? | 20:16 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Moved last role to airshipctl https://review.opendev.org/715055 | 20:17 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Use 16GB flavor for gate job https://review.opendev.org/712160 | 20:18 |
openstackgerrit | Sreejith Punnapuzha proposed airship/airshipctl master: [#106] fix airship-airshipctl-gate-test failing https://review.opendev.org/715049 | 20:19 |
openstackgerrit | Sreejith Punnapuzha proposed airship/airshipctl master: [#106] fix airship-airshipctl-gate-test failing https://review.opendev.org/715049 | 20:20 |
airship-irc-bot | <se6518> @sreejith.punnapuzha https://review.opendev.org/715055 ^ | 20:20 |
*** irclogbot_3 has joined #airshipit | 20:20 | |
airship-irc-bot | <sreejith.punnapuzha> @se6518 i have made changes on my ps.. please have a look | 20:21 |
airship-irc-bot | <se6518> for ALL: https://review.opendev.org/715055 works fine for local testing. Now need to fix issue reported by @james.gu | 20:25 |
airship-irc-bot | <se6518> @kk6740 do you know the status about pushing images for airship? | 20:26 |
airship-irc-bot | <james.gu> @se6518 here is a workaround might be useful in the iso gen: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1866844/comments/12. | 20:26 |
openstack | Launchpad bug 1867431 in glibc (Ubuntu) "duplicate for #1866844 ERROR got an error from dpkg for pkg: 'libc6'" [Critical,Fix released] - Assigned to Steve Langasek (vorlon) | 20:26 |
airship-irc-bot | <james.gu> thanks @se6518 | 20:27 |
airship-irc-bot | <se6518> <here> please review https://review.opendev.org/715055 | 20:31 |
airship-irc-bot | <kk6740> @se6518, i dont know about image push, maybe @mattmceuen knows? | 20:36 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Remove unused kubernetes String functions https://review.opendev.org/715061 | 20:48 |
airship-irc-bot | <se6518> @kk6740 is it the same that you posted today about zuul failure: cp: cannot stat '/var/log/libvirt': No such file or directory ? | 20:51 |
airship-irc-bot | <kk6740> which PR? | 20:51 |
airship-irc-bot | <kk6740> patchset | 20:51 |
airship-irc-bot | <se6518> for me it's https://review.opendev.org/712160 | 20:52 |
airship-irc-bot | <kk6740> no, these dont fail | 20:53 |
airship-irc-bot | <kk6740> this is expected, if no libvirt was even installed | 20:53 |
airship-irc-bot | <se6518> recheck just failed | 20:53 |
airship-irc-bot | <kk6740> actual fail is ```2020-03-25 20:36:06.765341 | The offending line appears to be: 2020-03-25 20:36:06.765361 | 2020-03-25 20:36:06.765381 | roles: 2020-03-25 20:36:06.765401 | - docker-install 2020-03-25 20:36:06.765427 | ^ here``` | 20:53 |
airship-irc-bot | <kk6740> if u look into raw ansible log | 20:53 |
openstackgerrit | Vladimir Maliaev proposed airship/promenade master: Adjust plugin cri parameters https://review.opendev.org/713164 | 20:53 |
airship-irc-bot | <kk6740> i am just rechecking, to understand if flavor helps , because i’ve tested 16GB flavor, and it didn’t change too much | 20:54 |
airship-irc-bot | <kk6740> sometimes it passes5 times, sometimes it fails 5 times | 20:54 |
airship-irc-bot | <kk6740> @se6518 can u rebase this on the commit, where u move docker-install role? | 20:55 |
airship-irc-bot | <se6518> sure | 20:55 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Use 16GB flavor for gate job https://review.opendev.org/712160 | 20:55 |
openstackgerrit | Merged airship/airshipctl master: Remove label filtering from initinfra https://review.opendev.org/715013 | 20:58 |
openstackgerrit | Matt McEuen proposed airship/airshipctl master: Fix airshipctl image publish https://review.opendev.org/715068 | 21:16 |
airship-irc-bot | <mattmceuen> @se6518 @kk6740 - we fixed the images repo publishing already, but didn't apply the same fix to airshipctl. Hopefully this^ fixes it. | 21:17 |
airship-irc-bot | <se6518> thank you | 21:18 |
airship-irc-bot | <dwalt> @mattmceuen: roman_g had to make a few more tweaks since we were last looking at it https://review.opendev.org/#/c/713475/1/playbooks/airship-images-publish.yaml | 21:19 |
airship-irc-bot | <dwalt> That should correct it | 21:19 |
airship-irc-bot | <dwalt> thanks for pushing! | 21:19 |
*** zogger has quit IRC | 21:19 | |
airship-irc-bot | <mattmceuen> ok - let me add that into the ps, thanks! | 21:19 |
openstackgerrit | Vladimir Maliaev proposed airship/promenade master: Adjust plugin cri parameters https://review.opendev.org/713164 | 21:20 |
*** zogger has joined #airshipit | 21:20 | |
openstackgerrit | Matt McEuen proposed airship/airshipctl master: Fix airshipctl image publish https://review.opendev.org/715068 | 21:21 |
*** zogger has quit IRC | 21:27 | |
airship-irc-bot | <sreejith.punnapuzha> @se6518 can you add a “Depends-On” in commit message so that zuul take the dependency? if you need you can check this ps https://review.opendev.org/#/c/715049/ as a example reference | 21:30 |
airship-irc-bot | <se6518> ok | 21:31 |
airship-irc-bot | <se6518> wait @sreejith.punnapuzha do you mean cross dependency? | 21:33 |
airship-irc-bot | <sreejith.punnapuzha> yes… | 21:33 |
airship-irc-bot | <sreejith.punnapuzha> i was talking about this ps https://review.opendev.org/712160 | 21:34 |
*** dpawlik has quit IRC | 21:35 | |
airship-irc-bot | <am240k> @mattmceuen does anything besides airshipctl use airship-zuul-roles? | 21:39 |
airship-irc-bot | <mattmceuen> at the moment I don't think even airshipctl uses airship-zuul-roles | 21:42 |
airship-irc-bot | <mattmceuen> zuul-airship-roles rather | 21:42 |
airship-irc-bot | <mattmceuen> I take that back, looks like it's using it for linting | 21:43 |
airship-irc-bot | <mattmceuen> But no, I don't think any other project is using zuul-airship-roles yet | 21:43 |
openstackgerrit | Merged airship/airshipctl master: Fix airshipctl image publish https://review.opendev.org/715068 | 21:49 |
openstackgerrit | Drew Walters proposed airship/airshipctl master: [#122] WIP: Use new Redfish client https://review.opendev.org/714187 | 21:50 |
openstackgerrit | Drew Walters proposed airship/airshipctl master: [#122] WIP: Add remote Client interface https://review.opendev.org/715077 | 21:50 |
airship-irc-bot | <sreejith.punnapuzha> @kk6740 airship-airshipctl-gate-test is failing with the following error | 21:52 |
airship-irc-bot | <sreejith.punnapuzha> ```2020-03-25 21:15:22.304975 | TASK [airshipctl-deploy-ephemeral-node : check kubectl version] 2020-03-25 21:15:26.916764 | primary | Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:18:23Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} 2020-03-25 21:15:26.916921 | primary | | 21:52 |
airship-irc-bot | Unable to connect to the server: dial tcp 10.23.25.101:6443: connect: no route to host 2020-03-25 21:35:48.938623 | primary | ERROR 2020-03-25 21:35:49.020534 | primary | { 2020-03-25 21:35:49.020810 | primary | "attempts": 50, 2020-03-25 21:35:49.020920 | primary | "delta": "0:00:03.145406", 2020-03-25 21:35:49.021023 | primary | "end": "2020-03-25 21:35:48.551167", 2020-03-25 21:35:49.021124 | primary | "msg": "non-zero return code", | 21:52 |
airship-irc-bot | 2020-03-25 21:35:49.021223 | primary | "rc": 1, 2020-03-25 21:35:49.021323 | primary | "start": "2020-03-25 21:35:45.405761" 2020-03-25 21:35:49.021421 | primary | } 2020-03-25 21:35:50.358970 | 2020-03-25 21:35:50.360854 | PLAY RECAP 2020-03-25 21:35:50.362131 | primary | ok: 16 changed: 10 unreachable: 0 failed: 1 skipped: 1 rescued: 0 ignored: 0``` | 21:52 |
airship-irc-bot | <kk6740> i can see that :slightly_smiling_face:, lets create a bug for this. It is realted to recent changes to networkdata i think | 21:53 |
airship-irc-bot | <kk6740> [ 11.549812] cloud-init[465]: Cloud-init v. 20.1 running ‘init’ at Wed, 25 Mar 2020 21:11:59 +0000. Up 11.13 seconds. [ 11.566548] cloud-init[465]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 11.579373] cloud-init[465]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+ [ 11.592308] cloud-init[465]: ci-info: | Device | Up | Address | Mask | Scope | 21:53 |
airship-irc-bot | Hw-Address | [ 11.605431] cloud-init[465]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+ [ 11.618313] cloud-init[465]: ci-info: | ens3 | False | . | . | . | 52:54:00:4d:fa:8c | [ 11.631100] cloud-init[465]: ci-info: | ens4 | False | . | . | . | 52:54:00:05:8a:1b | [ 11.644079] cloud-init[465]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | | 21:53 |
airship-irc-bot | . | [ 11.657008] cloud-init[465]: ci-info: | lo | True | ::1/128 | . | host | . | [ 11.667737] cloud-init[465]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | 21:53 |
airship-irc-bot | <kk6740> ```[[0;1;31mFAILED[0m] Failed to start [0;1;39mRaise network interfaces[0m.``` | 21:54 |
airship-irc-bot | <kk6740> @sreejith.punnapuzha you can read the libvirt-console logs in the job | 21:54 |
airship-irc-bot | <sreejith.punnapuzha> yes… | 21:56 |
airship-irc-bot | <sreejith.punnapuzha> https://296175b041a75992f9e2-f043268e56cbcc99f3170ead76b3a9f9.ssl.cf5.rackcdn.com/715049/4/check/airship-airshipctl-gate-test/ba7ff4f/primary/libvirt/libvirt-consoles/air-ephemeral-console.log | 21:56 |
airship-irc-bot | <kk6740> need to replicate this locally and connect via VNC i guess | 21:58 |
airship-irc-bot | <sreejith.punnapuzha> ok. i will test it tonight on my machine | 21:59 |
airship-irc-bot | <kk6740> all of these are results of node_failures from zuuls :( | 21:59 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Use 16GB flavor for gate job https://review.opendev.org/712160 | 22:04 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Use 16GB flavor for gate job https://review.opendev.org/712160 | 22:10 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Use 16GB flavor for gate job https://review.opendev.org/712160 | 22:11 |
openstackgerrit | James Gu proposed airship/airshipctl master: Add doc pull in gate scripts https://review.opendev.org/715084 | 22:33 |
openstackgerrit | James Gu proposed airship/airshipctl master: (WIP) Add doc pull in gate scripts https://review.opendev.org/715084 | 22:37 |
openstackgerrit | Ian Howell proposed airship/airshipctl master: Refactor ClusterComplexName https://review.opendev.org/715086 | 22:39 |
openstackgerrit | Vladimir Maliaev proposed airship/promenade master: Adjust plugin cri parameters https://review.opendev.org/713164 | 22:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!