| *** mjturek has quit IRC | 00:00 | |
| *** phuongnh has joined #openstack-dib | 01:00 | |
| *** jesusaur has quit IRC | 01:22 | |
| *** jesusaur has joined #openstack-dib | 01:24 | |
| *** brault has joined #openstack-dib | 02:31 | |
| *** brault has quit IRC | 02:36 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 03:44 |
|---|---|---|
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 03:46 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 03:49 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 03:58 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 04:11 |
| *** chhagarw has joined #openstack-dib | 04:37 | |
| *** chhagarw has quit IRC | 04:41 | |
| *** chhagarw has joined #openstack-dib | 04:44 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 04:50 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 05:01 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 05:08 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 05:13 |
| *** jesusaur has quit IRC | 05:14 | |
| *** jesusaur has joined #openstack-dib | 05:20 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 05:36 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 05:53 |
| *** eshas has joined #openstack-dib | 05:58 | |
| eshas | clarkb : I opened https://bugs.launchpad.net/cloud-images/+bug/1769605 for the root fs issue in ubuntu 18.04 | 05:58 |
| openstack | Launchpad bug 1769605 in cloud-images "No root fs tar for bionic cloud image" [Undecided,New] | 05:58 |
| eshas | If I tried install by ubuntu-minimal then the image created once deployed has no basic commands as ifconfig etc and ofcourse apt-get install doenst work | 05:59 |
| eshas | ssh also doesnt work | 06:00 |
| eshas | ianw clarkb: can we change ubuntu element to ignore root fs and install only whats available for bionic on site so atleast cloud-init etc get installed? | 06:00 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 06:01 |
| ianw | eshas: have they just been packaged into https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-ppc64el.tar.gz ? | 06:07 |
| eshas | yes | 06:07 |
| eshas | I checked the manifest | 06:07 |
| eshas | it has cloud-init etc all | 06:08 |
| ianw | eshas: well is it a matter of modifying the script to download that and extract it? | 06:08 |
| eshas | i think so | 06:08 |
| eshas | cause currently it fails looking for root fs tar | 06:08 |
| eshas | for bionic | 06:08 |
| eshas | when I use ubuntu element | 06:09 |
| eshas | The image created by ubuntu-mininmal for bionic is of no use | 06:09 |
| eshas | not accessible | 06:09 |
| ianw | $ tar tvfz ./bionic-server-cloudimg-ppc64el.tar.gz | 06:11 |
| ianw | -rw-r--r-- jenkins/jenkins 1285554176 2018-04-26 15:29 bionic-server-cloudimg-ppc64el.img | 06:11 |
| ianw | -rw-r--r-- jenkins/jenkins 173 2018-04-26 15:30 README | 06:11 |
| ianw | that looks like just one file | 06:11 |
| ianw | the .img is some other form of archive? | 06:11 |
| eshas | .img is the image format just like .raw or .qcow2 | 06:12 |
| ianw | ok, right it's just a plain ext4 filesystem | 06:13 |
| eshas | why do we use root fs tar in 16.04 and before? | 06:13 |
| ianw | i have no idea TBH, i've barely looked at this path | 06:13 |
| eshas | cause its not provided for 18.04 | 06:13 |
| eshas | so I think for 18.04 DIB should use only whats there | 06:14 |
| eshas | we should not make root fs mandatory for ubuntu element | 06:14 |
| ianw | eshas: well i think you'd have to do something like mount the bionic image loopback and copy it out, which is kind of similar to untarring it i guess | 06:16 |
| eshas | you mean mount -o loop | 06:17 |
| ianw | yes, you can mount -o loop ./bionic-server-cloudimg-ppc64el.img /somewhere | 06:18 |
| eshas | and then how to use the rpms? | 06:18 |
| eshas | from /somewhere | 06:18 |
| eshas | run rpm -uvH? | 06:18 |
| eshas | for each? | 06:18 |
| ianw | what rpms? aren't we talking about bionic? that would give you a fileystem image in /somewhere, which i *think* is ~= the root fs tar | 06:20 |
| eshas | hmm ok | 06:21 |
| eshas | https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-ppc64el.manifest | 06:21 |
| eshas | http://cloud-images.ubuntu.com/daily/server/bionic/current/bionic-server-cloudimg-ppc64el.manifest | 06:21 |
| eshas | these manifest for xenial and bionic have same packages | 06:21 |
| eshas | only thing is there is no root.tz for bionic | 06:22 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 06:22 |
| eshas | So how should DIB use it | 06:22 |
| eshas | download .img, mount etc is manual | 06:22 |
| ianw | eshas: i don't really have an exact answer for you sorry. iirc you can look at the "extract-image" script which is used by centos which i think does something similar to mounting the image and extracting all the parts of it as basically a tarball. presumably something like this would be required | 06:25 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 06:31 |
| *** brault has joined #openstack-dib | 06:32 | |
| *** rajinir has quit IRC | 06:35 | |
| eshas | ok, i will chk | 06:35 |
| *** brault has quit IRC | 06:36 | |
| *** andreas_s has joined #openstack-dib | 06:37 | |
| *** jesusaur has quit IRC | 06:45 | |
| *** jesusaur has joined #openstack-dib | 06:46 | |
| eshas | for RHEL images, I was getting ca_cert SSL error. I downloaded and copied the .crt needed on my openstack env | 06:52 |
| eshas | now I can openssl s_client -connect ftp3.linux.ibm.com:443 then it connects ok but if I pass this in DIB I still get the ca_cert error | 06:54 |
| eshas | 2018-05-04 20:57:23.846 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-rhel-registration | 06:54 |
| eshas | 2018-05-04 20:57:23.852 | Installing satellite dependencies | 06:54 |
| eshas | 2018-05-04 20:57:23.860 | error: open of ftp3.linux.ibm.com/pub/katello-ca-consumer-latest.noarch.rpm failed: No such file or directory | 06:54 |
| eshas | 2018-05-04 20:57:23.860 | Registering with options: --password *** --username eshaseth@in.ibm.com | 06:54 |
| eshas | 2018-05-04 20:57:24.977 | Unable to verify server's identity: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) | 06:54 |
| eshas | 2018-05-04 20:57:24.977 | Registering to: subscription.rhsm.redhat.com:443/subscription | 06:54 |
| eshas | 06:54 | |
| eshas | ianw clarkb: ever work worked with rhel using sattellite | 06:55 |
| eshas | sudo DIB_LOCAL_IMAGE=/home/esha/rhel-server-7.5-ppc64le-kvm.qcow2 REG_SAT_URL=https://ftp3.linux.ibm.com REG_USER=myusername REG_PASSWORD=mypassword REG_METHOD=satellite ./disk-image-create -a ppc64le -o rhel75_1 -x vm rhel7 --logfile rhel_vm1.txt | 06:58 |
| eshas | this is what I am passing | 06:58 |
| *** brault has joined #openstack-dib | 07:02 | |
| *** brault has quit IRC | 07:04 | |
| *** brault has joined #openstack-dib | 07:04 | |
| *** eshas has quit IRC | 07:25 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 07:30 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 07:49 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 08:02 |
| *** eshas has joined #openstack-dib | 08:37 | |
| *** zigo_ has quit IRC | 08:40 | |
| ianw | neat ... that's vaguely working ^ | 08:43 |
| *** zigo has joined #openstack-dib | 08:45 | |
| eshas | ianw: whats working? | 08:46 |
| ianw | migrating the tests to zuul v3 native | 08:49 |
| eshas | ok cool | 08:50 |
| eshas | do you have any inputs on rhel images to query above? | 08:50 |
| eshas | prometheanfire clarkb or anyone else in channel works on rhel images? | 08:51 |
| ianw | not really sorry. we did merge something that i think had to do with rhel images and ssl settings | 08:51 |
| ianw | https://review.openstack.org/#/c/547255/ | 08:52 |
| eshas | ok, let me check that | 08:52 |
| eshas | this allows to pass REG_SAT_CERT - I have already put those cert locally and ssl works then with them directly via openssl command | 08:56 |
| eshas | via DIB it fails, I will try to pass certificate to DIB | 08:56 |
| eshas | else if I can get the repo then I will try to get repo locally and pass to DIB maybe via yum? and not use satellite at all | 08:57 |
| *** yolanda_ has joined #openstack-dib | 10:40 | |
| *** yolanda has quit IRC | 10:44 | |
| *** phuongnh has quit IRC | 11:14 | |
| *** vmlinuz has joined #openstack-dib | 12:00 | |
| *** vmlinuz has joined #openstack-dib | 12:00 | |
| *** andreas_s has quit IRC | 12:01 | |
| *** andreas_s_ has joined #openstack-dib | 12:02 | |
| *** andreas_s_ has quit IRC | 12:02 | |
| *** andreas_s_ has joined #openstack-dib | 12:02 | |
| *** esha1 has joined #openstack-dib | 12:10 | |
| *** eshas has quit IRC | 12:10 | |
| *** andreas_s_ has quit IRC | 12:12 | |
| *** andreas_s has joined #openstack-dib | 12:13 | |
| *** andreas_s has quit IRC | 12:14 | |
| *** andreas_s_ has joined #openstack-dib | 12:15 | |
| *** andreas_s_ has quit IRC | 12:15 | |
| *** andreas_s_ has joined #openstack-dib | 12:16 | |
| *** openstackgerrit has quit IRC | 12:49 | |
| *** brault has quit IRC | 13:04 | |
| *** mjturek has joined #openstack-dib | 13:25 | |
| *** Guest55999 is now known as amrith | 13:25 | |
| prometheanfire | ss/win 36 | 14:09 |
| *** chhavi__ has joined #openstack-dib | 14:23 | |
| *** chhavi__ has quit IRC | 14:26 | |
| *** chhagarw has quit IRC | 14:26 | |
| *** chhagarw has joined #openstack-dib | 14:27 | |
| *** chhagarw has quit IRC | 14:34 | |
| *** esha1 has quit IRC | 14:42 | |
| *** rajinir has joined #openstack-dib | 14:49 | |
| *** esha1 has joined #openstack-dib | 14:51 | |
| *** andreas_s_ has quit IRC | 15:25 | |
| *** andreas_s has joined #openstack-dib | 15:26 | |
| *** andreas_s has quit IRC | 15:35 | |
| *** andreas_s has joined #openstack-dib | 15:40 | |
| *** esha1 has quit IRC | 15:40 | |
| *** andreas_s has quit IRC | 15:53 | |
| *** andreas_s has joined #openstack-dib | 16:16 | |
| *** andreas_s has quit IRC | 16:25 | |
| *** andreas_s has joined #openstack-dib | 16:25 | |
| *** andreas_s has quit IRC | 16:38 | |
| *** esha1 has joined #openstack-dib | 16:41 | |
| *** esha1 has quit IRC | 16:46 | |
| *** mjturek has quit IRC | 17:50 | |
| *** hwoarang has quit IRC | 18:28 | |
| *** hwoarang has joined #openstack-dib | 18:29 | |
| *** strigazi has quit IRC | 18:30 | |
| *** strigazi has joined #openstack-dib | 18:31 | |
| *** EranBD has joined #openstack-dib | 18:48 | |
| *** openstackgerrit has joined #openstack-dib | 20:33 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 20:33 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 20:48 |
| *** andreas_s has joined #openstack-dib | 20:52 | |
| *** vmlinuz has quit IRC | 20:53 | |
| *** andreas_s has quit IRC | 20:57 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 21:25 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 21:34 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 21:42 |
| *** pmannidi has joined #openstack-dib | 23:03 | |
| *** EranBD has quit IRC | 23:20 | |
| openstackgerrit | guang-yee proposed openstack/diskimage-builder master: Add simple iscsi-boot element https://review.openstack.org/566733 | 23:50 |
| openstackgerrit | guang-yee proposed openstack/diskimage-builder master: Add simple iscsi-boot element https://review.openstack.org/566733 | 23:51 |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests https://review.openstack.org/566779 | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!