Tuesday, 2018-05-08

*** mjturek has quit IRC00:00
*** phuongnh has joined #openstack-dib01:00
*** jesusaur has quit IRC01:22
*** jesusaur has joined #openstack-dib01:24
*** brault has joined #openstack-dib02:31
*** brault has quit IRC02:36
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677903:44
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677903:46
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677903:49
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677903:58
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677904:11
*** chhagarw has joined #openstack-dib04:37
*** chhagarw has quit IRC04:41
*** chhagarw has joined #openstack-dib04:44
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677904:50
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677905:01
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677905:08
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677905:13
*** jesusaur has quit IRC05:14
*** jesusaur has joined #openstack-dib05:20
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677905:36
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677905:53
*** eshas has joined #openstack-dib05:58
eshasclarkb : I opened https://bugs.launchpad.net/cloud-images/+bug/1769605 for the root fs issue in ubuntu 18.0405:58
openstackLaunchpad bug 1769605 in cloud-images "No root fs tar for bionic cloud image" [Undecided,New]05:58
eshasIf 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 work05:59
eshasssh also doesnt work06:00
eshasianw 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
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677906:01
ianweshas: have they just been packaged into https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-ppc64el.tar.gz ?06:07
eshasyes06:07
eshasI checked the manifest06:07
eshasit has cloud-init etc all06:08
ianweshas: well is it a matter of modifying the script to download that and extract it?06:08
eshasi think so06:08
eshascause currently it fails looking for root fs tar06:08
eshasfor bionic06:08
eshaswhen I use ubuntu element06:09
eshasThe image created by ubuntu-mininmal for bionic is of no use06:09
eshasnot accessible06:09
ianw$ tar tvfz ./bionic-server-cloudimg-ppc64el.tar.gz06:11
ianw-rw-r--r-- jenkins/jenkins 1285554176 2018-04-26 15:29 bionic-server-cloudimg-ppc64el.img06:11
ianw-rw-r--r-- jenkins/jenkins        173 2018-04-26 15:30 README06:11
ianwthat looks like just one file06:11
ianwthe .img is some other form of archive?06:11
eshas.img is the image format just like .raw or .qcow206:12
ianwok, right it's just a plain ext4 filesystem06:13
eshaswhy do we use root fs tar in 16.04 and before?06:13
ianwi have no idea TBH, i've barely looked at this path06:13
eshascause its not provided for 18.0406:13
eshasso I think for 18.04 DIB should use only whats there06:14
eshaswe should not make root fs mandatory for ubuntu element06:14
ianweshas: 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 guess06:16
eshasyou mean mount -o loop06:17
ianwyes, you can mount -o loop ./bionic-server-cloudimg-ppc64el.img /somewhere06:18
eshasand then how to use the rpms?06:18
eshasfrom /somewhere06:18
eshasrun rpm -uvH?06:18
eshasfor each?06:18
ianwwhat rpms?  aren't we talking about bionic?  that would give you a fileystem image in /somewhere, which i *think* is ~= the root fs tar06:20
eshashmm ok06:21
eshashttps://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-ppc64el.manifest06:21
eshashttp://cloud-images.ubuntu.com/daily/server/bionic/current/bionic-server-cloudimg-ppc64el.manifest06:21
eshasthese manifest for xenial and bionic have same packages06:21
eshasonly thing is there is no root.tz for bionic06:22
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677906:22
eshasSo how should DIB use it06:22
eshasdownload .img, mount etc is manual06:22
ianweshas: 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 required06:25
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677906:31
*** brault has joined #openstack-dib06:32
*** rajinir has quit IRC06:35
eshasok, i will chk06:35
*** brault has quit IRC06:36
*** andreas_s has joined #openstack-dib06:37
*** jesusaur has quit IRC06:45
*** jesusaur has joined #openstack-dib06:46
eshasfor RHEL images, I was getting ca_cert SSL error. I downloaded and copied the .crt needed on my openstack env06:52
eshasnow 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 error06:54
eshas2018-05-04 20:57:23.846 | dib-run-parts Running /tmp/in_target.d/pre-install.d/00-rhel-registration06:54
eshas2018-05-04 20:57:23.852 | Installing satellite dependencies06:54
eshas2018-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 directory06:54
eshas2018-05-04 20:57:23.860 | Registering with options:  --password *** --username eshaseth@in.ibm.com06:54
eshas2018-05-04 20:57:24.977 | Unable to verify server's identity: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)06:54
eshas2018-05-04 20:57:24.977 | Registering to: subscription.rhsm.redhat.com:443/subscription06:54
eshas06:54
eshasianw clarkb: ever work worked with rhel using sattellite06:55
eshassudo 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.txt06:58
eshasthis is what I am passing06:58
*** brault has joined #openstack-dib07:02
*** brault has quit IRC07:04
*** brault has joined #openstack-dib07:04
*** eshas has quit IRC07:25
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677907:30
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677907:49
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677908:02
*** eshas has joined #openstack-dib08:37
*** zigo_ has quit IRC08:40
ianwneat ... that's vaguely working ^08:43
*** zigo has joined #openstack-dib08:45
eshasianw: whats working?08:46
ianwmigrating the tests to zuul v3 native08:49
eshasok cool08:50
eshasdo you have any inputs on rhel images to query above?08:50
eshasprometheanfire clarkb or anyone else in channel works on rhel images?08:51
ianwnot really sorry.  we did merge something that i think had to do with rhel images and ssl settings08:51
ianwhttps://review.openstack.org/#/c/547255/08:52
eshasok, let me check that08:52
eshasthis allows to pass REG_SAT_CERT - I have already put those cert locally and ssl works then with them directly via openssl command08:56
eshasvia DIB it fails, I will try to pass certificate to DIB08:56
eshaselse 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 all08:57
*** yolanda_ has joined #openstack-dib10:40
*** yolanda has quit IRC10:44
*** phuongnh has quit IRC11:14
*** vmlinuz has joined #openstack-dib12:00
*** vmlinuz has joined #openstack-dib12:00
*** andreas_s has quit IRC12:01
*** andreas_s_ has joined #openstack-dib12:02
*** andreas_s_ has quit IRC12:02
*** andreas_s_ has joined #openstack-dib12:02
*** esha1 has joined #openstack-dib12:10
*** eshas has quit IRC12:10
*** andreas_s_ has quit IRC12:12
*** andreas_s has joined #openstack-dib12:13
*** andreas_s has quit IRC12:14
*** andreas_s_ has joined #openstack-dib12:15
*** andreas_s_ has quit IRC12:15
*** andreas_s_ has joined #openstack-dib12:16
*** openstackgerrit has quit IRC12:49
*** brault has quit IRC13:04
*** mjturek has joined #openstack-dib13:25
*** Guest55999 is now known as amrith13:25
prometheanfiress/win 3614:09
*** chhavi__ has joined #openstack-dib14:23
*** chhavi__ has quit IRC14:26
*** chhagarw has quit IRC14:26
*** chhagarw has joined #openstack-dib14:27
*** chhagarw has quit IRC14:34
*** esha1 has quit IRC14:42
*** rajinir has joined #openstack-dib14:49
*** esha1 has joined #openstack-dib14:51
*** andreas_s_ has quit IRC15:25
*** andreas_s has joined #openstack-dib15:26
*** andreas_s has quit IRC15:35
*** andreas_s has joined #openstack-dib15:40
*** esha1 has quit IRC15:40
*** andreas_s has quit IRC15:53
*** andreas_s has joined #openstack-dib16:16
*** andreas_s has quit IRC16:25
*** andreas_s has joined #openstack-dib16:25
*** andreas_s has quit IRC16:38
*** esha1 has joined #openstack-dib16:41
*** esha1 has quit IRC16:46
*** mjturek has quit IRC17:50
*** hwoarang has quit IRC18:28
*** hwoarang has joined #openstack-dib18:29
*** strigazi has quit IRC18:30
*** strigazi has joined #openstack-dib18:31
*** EranBD has joined #openstack-dib18:48
*** openstackgerrit has joined #openstack-dib20:33
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677920:33
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677920:48
*** andreas_s has joined #openstack-dib20:52
*** vmlinuz has quit IRC20:53
*** andreas_s has quit IRC20:57
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677921:25
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677921:34
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677921:42
*** pmannidi has joined #openstack-dib23:03
*** EranBD has quit IRC23:20
openstackgerritguang-yee proposed openstack/diskimage-builder master: Add simple iscsi-boot element  https://review.openstack.org/56673323:50
openstackgerritguang-yee proposed openstack/diskimage-builder master: Add simple iscsi-boot element  https://review.openstack.org/56673323:51
openstackgerritIan Wienand proposed openstack/diskimage-builder master: WIP: native zuulv3 tests  https://review.openstack.org/56677923:54

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!