openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 00:23 |
---|---|---|
*** weshay has quit IRC | 00:30 | |
*** julim has quit IRC | 00:31 | |
*** slagle has quit IRC | 00:37 | |
*** slagle has joined #tripleo | 00:39 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 00:44 |
*** CaptTofu has quit IRC | 00:45 | |
*** cwolferh_ has quit IRC | 00:46 | |
*** CaptTofu has joined #tripleo | 00:46 | |
*** CaptTofu has quit IRC | 00:50 | |
*** CaptTofu has joined #tripleo | 01:00 | |
Lotus907efi | is it possible for a Jenkins test build to fail for a reason unrelated to my patch? | 01:07 |
Lotus907efi | I am looking at http://logs.openstack.org/96/83596/6/check-tripleo/check-tripleo-ironic-undercloud-precise/35e21d2/console.html | 01:12 |
*** slagle has quit IRC | 01:12 | |
Lotus907efi | becuase just the one build for check-tripleo-ironic-undercloud-precise failed | 01:13 |
Lotus907efi | the others were fine | 01:13 |
*** slagle has joined #tripleo | 01:14 | |
Lotus907efi | and all I see in the console log is: ERROR: the main setup script run by this job failed - exit code: 1 | 01:14 |
Lotus907efi | please look at the relevant log files to determine the root cause | 01:14 |
*** lazy_prince has joined #tripleo | 01:14 | |
*** killer_prince has quit IRC | 01:16 | |
*** lazy_prince is now known as killer_prince | 01:16 | |
*** lazy_prince has joined #tripleo | 01:19 | |
*** rwsu has quit IRC | 01:19 | |
*** killer_prince has quit IRC | 01:20 | |
*** lazy_prince is now known as killer_prince | 01:20 | |
clarkb | Lotus907efi: it definitely is possible something other than your patch will have caused the failuer. You will want to hop over to http://logs.openstack.org/96/83596/6/check-tripleo/check-tripleo-ironic-undercloud-precise/35e21d2/ and look at the other logs as indicated by the message | 01:23 |
Lotus907efi | ok | 01:23 |
Lotus907efi | tanks | 01:23 |
lifeless | Lotus907efi: ironic undercloud is a known failure - see my mail to the dev list yesterday | 01:29 |
Lotus907efi | umm, I don't think I am on the dev list | 01:29 |
Lotus907efi | so my patch is probably OK then since the other builds succeeded? | 01:29 |
Lotus907efi | lifeless: what pieces did you say were missing from precise when trying to deploy a precise qcow2 image to baremetal? I think you or someone mentioned ovs and others but I don't recall what the other bits were | 01:31 |
lifeless | deploying precise to baremetal? nothing should be missing | 01:32 |
Lotus907efi | I have a precise qcow2 image and I am trying to use nova BM to deploy it to hard ware but it will not finish the boot process | 01:32 |
lifeless | anything on the console ? | 01:32 |
Lotus907efi | I built the qcow2 image using vmbuilder | 01:32 |
lifeless | oh, I've no idea what vmbuilder will spit out these days | 01:32 |
Lotus907efi | yes, I took screen shots of the ilo cnsole | 01:32 |
Lotus907efi | console | 01:32 |
lifeless | Any reason you didn't use dib ? | 01:32 |
Lotus907efi | I tried using devtest_overcloud.sh to build the image after exporting DIB_RELEASE=precise | 01:33 |
Lotus907efi | but that did not work | 01:33 |
lifeless | huh | 01:33 |
lifeless | I'm not clear what you're trying to do | 01:33 |
lifeless | do you want an openstack golden image with precise as the OS ? | 01:33 |
Lotus907efi | I am not familiar enough with using DIB to build a release on my own from the command line | 01:34 |
lifeless | or just 'a precise' | 01:34 |
Lotus907efi | a precise image deployed to baremetal with nova BM | 01:34 |
lifeless | DIB_RELEASE=precise disk-image-create -a amd64 -o myimagename baremetal ubuntu | 01:34 |
Lotus907efi | that is it? | 01:34 |
lifeless | yes | 01:34 |
Lotus907efi | hmmm | 01:34 |
lifeless | then load-image -d myimagename.qcow2 | 01:34 |
Lotus907efi | I guess I figured it would be more complex | 01:34 |
lifeless | and nova boot | 01:35 |
Lotus907efi | yeah, I did the load-image bit for the one I did with vmbuilder | 01:35 |
Lotus907efi | so if I have the DIB_COMMON_ELEMENTS set to include apt-sources and have a sources.list file pointed to by the other needed env file it will pull that image from the repo I have here? | 01:36 |
StevenK | Lotus907efi: Then it should just work, yes. | 01:36 |
Lotus907efi | ok, cool | 01:36 |
StevenK | disk-image-builder is marvelous. | 01:36 |
Lotus907efi | I try it and dump the precise image I built with vmbuilder | 01:37 |
*** newell has quit IRC | 01:38 | |
Lotus907efi | s/I/I'll/ | 01:38 |
Lotus907efi | I notice it pulls a cloudimage from cloud-images.ubuntu.com. Is there a way I can mirror those locally for other users as well? | 01:42 |
Lotus907efi | i.e. other users on other systems? | 01:42 |
lifeless | Lotus907efi: yes, you can override via an environment variale; check the README.md for the ubuntu element | 01:43 |
Lotus907efi | OK, I did: DIB_RELEASE=precise disk-image-create -a amd64 -o myimagename baremetal ubuntu but it is still pulling packages from archive.ubuntu.com instead of my internal repo | 01:44 |
Lotus907efi | so I tried: DIB_RELEASE=precise DIB_APT_SOURCES=/etc/apt/sources.list_foundation DIB_COMMON_ELEMENTS="stackuser --offline apt-sources use-ephemeral pypi use-ephemeral" disk-image-create -a amd64 -o foundation_precise baremetal ubuntu | 01:44 |
Lotus907efi | but that did not work either | 01:44 |
Lotus907efi | I have all of the DIB and other env's exported in my environment | 01:44 |
Lotus907efi | but it appears that diskimage-builder is not using them | 01:45 |
lifeless | Lotus907efi: ah, DIB_COMMON_ELEMENTS is a local variable to devtest | 01:45 |
Lotus907efi | ok | 01:46 |
lifeless | Lotus907efi: DIB_RELEASE=precise DIB_APT_SOURCES=/etc/apt/sources.list_foundation disk-image-create -a amd64 -o foundation_precise baremetal ubuntu --offline apt-sources | 01:46 |
Lotus907efi | so how do I get it to include the apt-sources element | 01:46 |
lifeless | you put it on the command line | 01:46 |
Lotus907efi | and use my sources.list to get packages from? | 01:46 |
lifeless | if you look in devtest_overcloud.sh for instance, you can se it just puts DIB_COMMON_ELEMENTS on the disk-image-create command line | 01:46 |
Lotus907efi | hmmm | 01:46 |
Lotus907efi | ok | 01:47 |
Lotus907efi | I will look there | 01:47 |
lifeless | Lotus907efi: the DIB_APT_SOURCES variable still, which is what apt-sources looks at. | 01:47 |
*** lifeless changes topic to "tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 01:48 | |
Lotus907efi | nuts! The following packages have unmet dependencies: | 01:51 |
Lotus907efi | python-dev : Depends: python (= 2.7.3-0ubuntu2) but 2.7.3-0ubuntu2.2 is to be installed | 01:51 |
Lotus907efi | Depends: python2.7-dev (>= 2.7.3) but it is not going to be installed | 01:51 |
Lotus907efi | E: Unable to correct problems, you have held broken packages. | 01:51 |
lifeless | thats surprising - could be mirror skew in your mirror vs the upstream cloud image? | 01:52 |
Lotus907efi | it is our private hpcloud repo | 01:52 |
Lotus907efi | it is not a mirror of anything | 01:53 |
Lotus907efi | it's jeb's repo so I blame him :D | 01:53 |
*** CaptTofu has quit IRC | 02:00 | |
*** CaptTofu has joined #tripleo | 02:01 | |
*** eguz has quit IRC | 02:07 | |
*** morganfainberg is now known as morganfainberg_Z | 02:20 | |
*** mestery_ has joined #tripleo | 02:33 | |
*** mestery has quit IRC | 02:37 | |
*** eghobo has joined #tripleo | 03:14 | |
*** slagle has quit IRC | 03:31 | |
*** slagle has joined #tripleo | 03:33 | |
*** morazi has quit IRC | 03:45 | |
*** untriaged-bot has joined #tripleo | 04:00 | |
untriaged-bot | Untriaged bugs so far: | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 04:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 04:00 |
*** untriaged-bot has quit IRC | 04:00 | |
greghaynes | \O/ | wsrep_cluster_size | 2 | | 04:07 |
lifeless | greghaynes: fcuk yeah. Ship it. | 04:08 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 04:08 |
*** lxsli has quit IRC | 04:12 | |
*** e0ne has quit IRC | 04:42 | |
*** lxsli has joined #tripleo | 04:49 | |
StevenK | Lotus907efi: I think untriaged-bot needs to ignore Incomplete bugs | 04:59 |
StevenK | Bah | 04:59 |
StevenK | lifeless: ^ | 04:59 |
*** vkozhukalov has joined #tripleo | 05:11 | |
*** slagle has quit IRC | 05:26 | |
lifeless | StevenK: is meant to ignore incomplete_without_response | 05:34 |
*** sballe_ has quit IRC | 07:03 | |
*** sballe_ has joined #tripleo | 07:03 | |
*** killer_prince has quit IRC | 07:11 | |
*** killer_prince has joined #tripleo | 07:12 | |
*** eghobo has quit IRC | 07:14 | |
*** vkozhukalov has quit IRC | 07:21 | |
*** rpodolyaka has quit IRC | 07:28 | |
*** rpodolyaka has joined #tripleo | 07:36 | |
*** nati_ueno has quit IRC | 08:19 | |
*** jang1 has joined #tripleo | 09:06 | |
*** e0ne has joined #tripleo | 09:19 | |
*** e0ne has quit IRC | 09:30 | |
*** untriaged-bot has joined #tripleo | 10:00 | |
untriaged-bot | Untriaged bugs so far: | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 10:00 |
*** untriaged-bot has quit IRC | 10:00 | |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 10:00 |
*** akuznetsov has joined #tripleo | 10:23 | |
*** CaptTofu has quit IRC | 11:42 | |
*** sdake has quit IRC | 11:48 | |
*** killer_prince has quit IRC | 11:50 | |
*** killer_prince has joined #tripleo | 11:51 | |
*** CaptTofu has joined #tripleo | 12:18 | |
*** akrivoka has joined #tripleo | 12:41 | |
*** CaptTofu has quit IRC | 12:50 | |
*** CaptTofu has joined #tripleo | 12:50 | |
*** CaptTofu has quit IRC | 12:55 | |
*** akrivoka has quit IRC | 13:26 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: The MySQL element requires the os-svc-install element https://review.openstack.org/83967 | 13:55 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common's 50-mysql-users script requires python MySQLdb https://review.openstack.org/83969 | 14:33 |
*** mestery has joined #tripleo | 14:34 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common's 50-mysql-users script requires python MySQLdb https://review.openstack.org/83969 | 14:36 |
*** mestery_ has quit IRC | 14:38 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common's 50-mysql-users script requires python MySQLdb https://review.openstack.org/83969 | 14:38 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common should not require a userhandle https://review.openstack.org/83970 | 14:42 |
*** CaptTofu has joined #tripleo | 15:00 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common's 50-mysql-users script requires python MySQLdb https://review.openstack.org/83969 | 15:08 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: mysql-common should not require a userhandle https://review.openstack.org/83970 | 15:08 |
*** CaptTofu has quit IRC | 15:09 | |
*** CaptTofu has joined #tripleo | 15:10 | |
*** CaptTofu_ has joined #tripleo | 15:11 | |
*** CaptTofu has quit IRC | 15:15 | |
*** CaptTofu_ has quit IRC | 15:31 | |
*** CaptTofu has joined #tripleo | 15:32 | |
*** CaptTofu has quit IRC | 15:36 | |
*** CaptTofu has joined #tripleo | 15:38 | |
*** untriaged-bot has joined #tripleo | 16:00 | |
untriaged-bot | Untriaged bugs so far: | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 16:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 16:00 |
*** untriaged-bot has quit IRC | 16:00 | |
*** nati_ueno has joined #tripleo | 16:08 | |
*** CaptTofu has quit IRC | 16:20 | |
*** CaptTofu has joined #tripleo | 16:20 | |
*** CaptTofu has quit IRC | 16:25 | |
*** CaptTofu has joined #tripleo | 16:28 | |
*** CaptTofu has quit IRC | 16:41 | |
*** sdake has joined #tripleo | 16:41 | |
*** killer_prince has quit IRC | 16:43 | |
*** CaptTofu has joined #tripleo | 16:46 | |
*** akrivoka has joined #tripleo | 16:48 | |
*** slagle has joined #tripleo | 17:22 | |
*** akrivoka has quit IRC | 17:46 | |
*** e0ne has joined #tripleo | 18:03 | |
*** e0ne has quit IRC | 18:12 | |
*** e0ne has joined #tripleo | 18:13 | |
*** vkozhukalov has joined #tripleo | 18:37 | |
*** vkozhukalov has quit IRC | 18:43 | |
*** vkozhukalov has joined #tripleo | 18:43 | |
*** e0ne has quit IRC | 18:56 | |
*** e0ne has joined #tripleo | 18:57 | |
*** al has quit IRC | 19:20 | |
*** akuznetsov has quit IRC | 19:26 | |
*** eghobo has joined #tripleo | 19:31 | |
*** al has joined #tripleo | 19:55 | |
*** e0ne has quit IRC | 20:04 | |
*** al has quit IRC | 20:37 | |
*** al has joined #tripleo | 20:39 | |
*** al has quit IRC | 20:40 | |
*** al has joined #tripleo | 20:42 | |
*** al has quit IRC | 20:45 | |
*** al has joined #tripleo | 20:45 | |
*** eghobo has quit IRC | 20:46 | |
*** al has quit IRC | 20:53 | |
*** vkozhukalov has quit IRC | 21:03 | |
*** al has joined #tripleo | 21:04 | |
*** al has quit IRC | 21:05 | |
*** al has joined #tripleo | 21:06 | |
*** eghobo has joined #tripleo | 21:06 | |
*** akuznetsov has joined #tripleo | 21:17 | |
*** slagle has quit IRC | 21:26 | |
*** al has quit IRC | 21:33 | |
*** al has joined #tripleo | 21:34 | |
*** akuznetsov has quit IRC | 21:35 | |
*** untriaged-bot has joined #tripleo | 22:01 | |
untriaged-bot | Untriaged bugs so far: | 22:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 22:01 |
*** untriaged-bot has quit IRC | 22:01 | |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 22:01 |
*** eghobo has quit IRC | 22:03 | |
*** eghobo has joined #tripleo | 22:03 | |
*** eghobo has quit IRC | 22:04 | |
*** eghobo has joined #tripleo | 22:04 | |
*** nati_ueno has quit IRC | 22:19 | |
*** nati_ueno has joined #tripleo | 22:23 | |
*** eghobo has quit IRC | 22:40 | |
*** nati_ueno has quit IRC | 23:17 | |
*** CaptTofu has quit IRC | 23:17 | |
*** jang1 has quit IRC | 23:26 | |
*** slagle has joined #tripleo | 23:36 | |
*** nati_ueno has joined #tripleo | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!