Lotus907efi | if I look around in the devtest scripts will it be semi-obvious how to extract the ramdisk and kernel? | 00:00 |
---|---|---|
StevenK | If you're using dib, it has a baremetal element to do so. dib also has a deprecated script to pull a kernel and initramfs from an image. | 00:01 |
*** shardy has quit IRC | 00:02 | |
StevenK | lifeless: iff CI is up, do you want to review https://review.openstack.org/#/c/81691/ ? | 00:02 |
*** shardy has joined #tripleo | 00:03 | |
Lotus907efi | StevenK: thanks | 00:04 |
*** xuhaiwei has joined #tripleo | 00:20 | |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/os-refresh-config: Add basic unit tests https://review.openstack.org/83633 | 00:26 |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/os-refresh-config: Add error handler to os-refresh-config https://review.openstack.org/83634 | 00:26 |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/tripleo-heat-templates: WIP: Switch overcloud to software-config https://review.openstack.org/81666 | 00:27 |
SpamapS | ok, 81666 is blocked by 83614 now | 00:28 |
lifeless | SpamapS: so, ironic | 00:30 |
*** marun has quit IRC | 00:30 | |
*** matsuhashi has joined #tripleo | 00:31 | |
lifeless | StevenK: it is up, but that patch interacts with the ironic one | 00:37 |
lifeless | StevenK: so I'm going to try to push that a little first | 00:37 |
lifeless | dib-run-parts Thu Mar 27 19:31:33 UTC 2014 Running /opt/stack/os-config-refresh/post-configure.d/74-swift-proxy | 00:40 |
lifeless | stop: Unknown instance: | 00:40 |
lifeless | start: Job failed to start | 00:40 |
lifeless | [2014-03-27 19:31:36,240] (os-refresh-config) [ERROR] during post-configure phase. [Command '['dib-run-parts', '/opt/stack/os-config-refresh/post-configure.d']' returned non-zero exit status 1] | 00:40 |
lifeless | EWUT | 00:40 |
lifeless | I don't see anyway for that to be caused by the ironic patch | 00:40 |
lifeless | fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') | 00:42 |
lifeless | IOError: [Errno 13] Permission denied: '/etc/swift/object.ring.gz' | 00:42 |
StevenK | Blink | 00:44 |
lifeless | notcompute was 192.0.2.4 if you want the logs yourself | 00:46 |
lifeless | requested mode was rb | 00:46 |
lifeless | gz_file = GzipFile(filename, 'rb') | 00:46 |
lifeless | the files there | 00:46 |
StevenK | And readable, I'm guessing | 00:53 |
StevenK | And /etc/swift has the x bit set? | 00:53 |
*** derekh has joined #tripleo | 00:57 | |
SpamapS | lifeless: yes | 00:57 |
SpamapS | lifeless: so it is o-k that it failed lots of stuff? | 00:57 |
lifeless | StevenK: can't tell, vm is torn down at the end of job | 00:58 |
lifeless | SpamapS: so if only ironic undercloud failed, I would say yes | 00:59 |
lifeless | SpamapS: but theres no reason for nova bm overcloud to have failed. | 00:59 |
SpamapS | IOError: [Errno 13] Permission denied: '/etc/swift/object.ring.gz' | 00:59 |
SpamapS | wtf? | 00:59 |
lifeless | SpamapS: welcome to my world | 01:00 |
SpamapS | haha | 01:00 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert https://review.openstack.org/#/c/83209/3 https://review.openstack.org/83636 | 01:01 |
SpamapS | http://git.openstack.org/cgit/openstack/swift/commit/?id=4b075c107201e3064418d3e5dc41f0ec5ca02e7d | 01:01 |
SpamapS | lifeless: merged today | 01:01 |
derekh | that swift error ^^ maybe related | 01:01 |
derekh | lifeless: SpamapS: runing test revert https://review.openstack.org/#/c/83209/3 | 01:02 |
SpamapS | oh hahaha | 01:02 |
*** dguerri has quit IRC | 01:02 | |
SpamapS | I see now that I just found the same error | 01:02 |
SpamapS | seriously.. this is .. insane | 01:03 |
derekh | SpamapS: yup, this will get annoying v.fast , any watch this space https://review.openstack.org/#/c/83636/ I'll be in bed | 01:03 |
StevenK | Hm | 01:03 |
lifeless | derekh: are other jobs failing in the same way? | 01:04 |
SpamapS | https://review.openstack.org/83614 failed that way | 01:04 |
lifeless | ok | 01:05 |
derekh | lifeless: I looked at 2 and saw the same error, forget which reviews they were for | 01:05 |
lifeless | so | 01:05 |
*** dguerri has joined #tripleo | 01:05 | |
lifeless | SpamapS: I'd like to land the ironic support one then | 01:05 |
SpamapS | let's submit the actual upstream revert yes? | 01:05 |
lifeless | lets wait for derekh's patch | 01:06 |
derekh | I'm gonna guess the ring file is now being created by root with -rw-------. as its now using NamedTemporaryFile | 01:08 |
derekh | so now swift can't read it | 01:08 |
lifeless | yeah | 01:08 |
lifeless | so thats actually not bad | 01:08 |
lifeless | if we chown it | 01:08 |
SpamapS | Exactly | 01:08 |
SpamapS | Not sure if we can chown it at the right time | 01:09 |
*** ramishra has joined #tripleo | 01:09 | |
lifeless | elements/swift/os-refresh-config/configure.d/73-swift | 01:09 |
lifeless | presumably at the end of that | 01:10 |
SpamapS | Why wouldn't this have broken us before? | 01:10 |
derekh | SpamapS: because the swift user only neads to read the file and root was creating it with whatever umask allowed | 01:11 |
SpamapS | hm | 01:12 |
SpamapS | ok.. | 01:12 |
derekh | yup, that would do it, I remember a similar situation with the keystone pki generation stuff and they had some kind of a runaskeystone paramater in keystone-manage | 01:13 |
SpamapS | derekh: I just figure if we have problems, other deployers will run into similar "this is a breaking change" problems. | 01:13 |
derekh | SpamapS: yup agreed they would | 01:13 |
SpamapS | I think.. | 01:13 |
SpamapS | the problem is NamedTemporaryFile is more strict than open('...', 'wb') | 01:14 |
SpamapS | testing that theory now | 01:14 |
*** cwolferh_ has quit IRC | 01:14 | |
SpamapS | that is it | 01:15 |
SpamapS | derekh: this is going to break a lot of people I think. | 01:15 |
SpamapS | But.. actually I think the right answer _is_ to chmod it. | 01:16 |
lifeless | indeed | 01:17 |
lifeless | so | 01:17 |
SpamapS | https://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/swift#n285 | 01:17 |
SpamapS | devstack chown -R's the whole conf dir | 01:17 |
lifeless | MEGA HAMMER DUDE | 01:17 |
lifeless | derekh: SpamapS: so - I'd like to land https://review.openstack.org/#/c/81959/ | 01:18 |
lifeless | reasoning - the swift failure is orthogonal | 01:18 |
lifeless | this patch has run locally just fine for me | 01:18 |
SpamapS | I agree that it is out of band | 01:18 |
lifeless | and getting even the seed up is immediate useful feedback for ironic | 01:18 |
*** ProfFalken has quit IRC | 01:20 | |
*** ProfFalken has joined #tripleo | 01:21 | |
derekh | lifeless: looking, I'd really like to wait for a pass (unless there is something pressing) | 01:22 |
lifeless | derekh: other conflicting patches :( | 01:23 |
derekh | lifeless: so its needed for another patch to pass ? | 01:26 |
lifeless | derekh: there are other patches that have to rebase on top of this, or vice verca | 01:26 |
*** eghobo has joined #tripleo | 01:27 | |
derekh | lifeless: ok +2 added but I mainly looked to find possible problems with nova-bm case, i.e. I'm trusting you on the ironic case | 01:31 |
Lotus907efi | I am trying to run: heat stack-update undercloud -f $TRIPLEO_ROOT/tripleo-heat-templates/undercloud-vm.yaml -P "PowerUserName=$(whoami);AdminToken=${UNDERCLOUD_ADMIN_TOKEN};AdminPassword=${UNDERCLOUD_ADMIN_PASSWORD};GlancePassword=${UNDERCLOUD_GLANCE_PASSWORD};HeatPassword=${UNDERCLOUD_HEAT_PASSWORD};NeutronPassword=${UNDERCLOUD_NEUTRON_PASSWORD};NovaPassword=${UNDERCLOUD_NOVA_PASSWORD};BaremetalArch=${NODE_ARCH};PowerManager=$POWER_MAN | 01:31 |
Lotus907efi | and it keeps returning an error about ERROR: The Parameter (PowerSSHPrivateKey) was not provided | 01:32 |
derekh | ok, night all | 01:32 |
*** derekh has quit IRC | 01:32 | |
Lotus907efi | I am guessing the PowerSSHPrivateKey is the ssh key for the user running the command | 01:33 |
Lotus907efi | but do I provide a path to the key or the text contents of the key itself? | 01:33 |
lifeless | Lotus907efi: no, its the ssh key to use to ssh back into the host hosting the emulated bm hosts | 01:34 |
Lotus907efi | yes, but how do I pass the right value into the parameter? | 01:34 |
*** ramishra has quit IRC | 01:34 | |
*** ramishra has joined #tripleo | 01:34 | |
Lotus907efi | i.e. is it "PowerSSHPrivateKey=/path/to/ssh/key/file" ? | 01:35 |
Lotus907efi | or do I have to cat the contents of the keyfile into the variable? | 01:36 |
lifeless | if you look higher up in devtest_undercloud.sh you can see how its set | 01:36 |
*** nosnos has joined #tripleo | 01:37 | |
Lotus907efi | ok, I think I found it. os-apply-config -m $TE_DATAFILE --key ssh-key --type raw | 01:38 |
*** xuhaiwei has quit IRC | 01:39 | |
*** rpodolyaka has joined #tripleo | 01:39 | |
Lotus907efi | cool, the command now works | 01:40 |
* Lotus907efi needs to update notes on this process | 01:40 | |
*** yamahata has joined #tripleo | 01:43 | |
*** rpodolyaka has quit IRC | 01:43 | |
Lotus907efi | lifeless: want me to send the updated direction back to you are are they soon going to be nearly worthless once ironic superceeds nova-baremetal ? | 01:45 |
*** xuhaiwei has joined #tripleo | 01:47 | |
lifeless | Lotus907efi: improvements are definitely welcome | 01:51 |
lifeless | SpamapS: +2 but there is a typo https://review.openstack.org/#/c/83634/ | 01:59 |
Lotus907efi | lifeless: when I run the nova boot --flavor baremetal --image blah ------ is blah an image name or an image ID? | 02:02 |
lifeless | Lotus907efi: either | 02:02 |
Lotus907efi | oh, ok | 02:02 |
lifeless | ahha | 02:04 |
lifeless | NobodyCam: I know why the ironic undercloud job fails in CI | 02:04 |
Lotus907efi | does the image have to be known to the seed or the undercloud node? | 02:05 |
Lotus907efi | I see the image listed when I have sourced the seedrc file but not when I source the undercloudrc file | 02:05 |
lifeless | Lotus907efi: it has to be registed with the glance for the cloud you're deploying it into | 02:05 |
Lotus907efi | hmmm | 02:05 |
lifeless | e.g. if you're deploying it from the undercloud, load it into the undercloud glance | 02:05 |
Lotus907efi | ok | 02:06 |
mordred | lifeless: does the ironic undercloud job fail in CI because of bunnyrabbits? | 02:07 |
Lotus907efi | does scripts/load-image load an image into the seed by default? | 02:07 |
Lotus907efi | bunnyrabbits ? :) | 02:08 |
Lotus907efi | wow, I think my baremetal node may be doing something | 02:11 |
lifeless | mordred: NobodyCam: devananda: https://bugs.launchpad.net/openstack-ci/+bug/1298731 | 02:12 |
uvirtbot | Launchpad bug 1298731 in openstack-ci "ssh command limits for toci virsh don't match ironic commands" [Undecided,New] | 02:12 |
lifeless | Lotus907efi: it loads it into whatever cloud you have sourced credentials for | 02:12 |
Lotus907efi | yeah, for some reason I must have sourced the seed creds when I did it first time | 02:13 |
*** newell has quit IRC | 02:14 | |
lifeless | NobodyCam: so to fix it, you need to setup a restricted ssh key with the ci_commands file, and then get ironic running against it | 02:15 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Add Ironic support to incubator. https://review.openstack.org/81959 | 02:15 |
*** fandi has joined #tripleo | 02:18 | |
*** Matt2 has quit IRC | 02:20 | |
*** morazi has quit IRC | 02:23 | |
*** jammyjam has quit IRC | 02:25 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Ensure the swift ring is readable by swift. https://review.openstack.org/83645 | 02:33 |
*** fandi has quit IRC | 02:33 | |
lifeless | SpamapS: ^ fingers crossed | 02:33 |
*** tchaypo has joined #tripleo | 02:42 | |
*** ramishra has quit IRC | 02:43 | |
*** fandi has joined #tripleo | 02:49 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/tripleo-incubator: Completely subsume POWER_MANAGER into testenv https://review.openstack.org/81691 | 02:50 |
*** ramishra has joined #tripleo | 02:53 | |
xuhaiwei | I saw this error when running devtest_setup.sh | 02:54 |
xuhaiwei | Could not find any downloads that satisfy the requirement pip in ./tripleo-incubator/openstack-tools/lib/python2.7/site-packages (from pbr>=0.5.21,<1.0->python-cinderclient) | 02:54 |
xuhaiwei | what's the problem | 02:54 |
lifeless | possibly easy-install failing? Possibly you're behind mirror? The real error will be somewhere in the 100 or so lines preceeding that | 02:55 |
xuhaiwei | I'm not using mirror | 02:56 |
xuhaiwei | just followed this http://docs.openstack.org/developer/tripleo-incubator/devtest.html | 02:56 |
xuhaiwei | doing this devtest_setup.sh --trash-my-machine | 02:57 |
lifeless | sorry, I mean behind proxy | 02:58 |
lifeless | anyhow, there will be much more output than that one line, and from the rest we can probably make a reasonable guess about the issue | 02:58 |
xuhaiwei | print all of them here? | 02:59 |
lifeless | pastebin it please | 03:00 |
lifeless | pleia2: https://blueprints.launchpad.net/tripleo/+spec/ci-mirrors for posterity | 03:01 |
*** eghobo has quit IRC | 03:01 | |
xuhaiwei | Fetched 95.8 MB in 51s (1,852 kB/s) Extracting templates from packages: 100% Selecting previously unselected package bridge-utils. (Reading database ... 49141 files and directories currently installed.) Unpacking bridge-utils (from .../bridge-utils_1.5-2ubuntu7_amd64.deb) ... Selecting previously unselected package libsigsegv2. Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ... Processing triggers for man-db .. | 03:04 |
lifeless | StevenK: so - https://review.openstack.org/#/c/79051 - is that ready to roll ? | 03:04 |
*** matsuhashi has quit IRC | 03:04 | |
StevenK | xuhaiwei: paste.openstack.org, *not* here | 03:05 |
lifeless | xuhaiwei: ho - http://paste.openstack.org/ please. | 03:05 |
xuhaiwei | sorry | 03:05 |
StevenK | lifeless: I'd like to test it harder, but we can do that using CI if you wish. | 03:06 |
StevenK | lifeless: It may end up confusing people, since seed-route-dev will be right, and seed.route-dev will always be 'virbr0' until we change toci | 03:06 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Remove swift container sync service https://review.openstack.org/82625 | 03:07 |
xuhaiwei | I have pasted the log | 03:07 |
StevenK | xuhaiwei: Now you need to paste the URL for that paste here | 03:08 |
lifeless | StevenK: transient, but yes. | 03:08 |
*** ramishra has quit IRC | 03:08 | |
xuhaiwei | http://paste.openstack.org/show/74514/ | 03:08 |
StevenK | lifeless: Sure. I say it because the branch isn't a case of "Everything is perfect and we don't need to do more work" :-) | 03:09 |
*** matsuhashi has joined #tripleo | 03:10 | |
lifeless | xuhaiwei: is there anything interesting in /tmp/tmpEp7iCA ? | 03:12 |
xuhaiwei | it ends with this | 03:13 |
xuhaiwei | Exception information: Traceback (most recent call last): File "/home/system/.cache/tripleo/tripleo-incubator/openstack-tools/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/home/system/.cache/tripleo/tripleo-incubator/openstack-tools/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run requirement_set.prepare_files(finder, force_ro | 03:13 |
xuhaiwei | requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/home/system/.cache/tripleo/tripleo-incubator/openstack-tools/local/lib/python2.7/site-packages/pip/req.py", line 1176, in prepare_files raise not_found DistributionNotFound: No distributions at all found for pip in ./tripleo-incubator/openstack-tools/lib/python2.7/site-packages (from pbr>=0.5.21,<1.0->python-cinderclient) | 03:14 |
lifeless | xuhaiwei: use pastebin please | 03:15 |
xuhaiwei | ok | 03:15 |
*** nosnos has quit IRC | 03:17 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add support to deploy-testenv for multiple environments https://review.openstack.org/81686 | 03:19 |
xuhaiwei | I updated it | 03:20 |
xuhaiwei | http://paste.openstack.org/show/74516/ | 03:20 |
xuhaiwei | Sorry, I will be off for about 1 hour | 03:22 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Update nova's selinux policies https://review.openstack.org/82976 | 03:22 |
lifeless | xuhaiwei: thats fine. You could have just pasted the new stuff - it gets a unique url from each paste. | 03:22 |
lifeless | xuhaiwei: | 03:23 |
lifeless | Could not fetch URL https://pypi.python.org/simple/pip/: timed out | 03:23 |
xuhaiwei | yes | 03:24 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Update nova's selinux policies https://review.openstack.org/82976 | 03:24 |
lifeless | xuhaiwei: thats the problem. Just try again | 03:24 |
xuhaiwei | ok | 03:24 |
lifeless | ok, C time, back in a few hours | 03:25 |
*** matsuhashi has quit IRC | 03:31 | |
*** eghobo has joined #tripleo | 03:35 | |
*** xuhaiwei has quit IRC | 03:37 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Update glance's selinux policies https://review.openstack.org/82978 | 03:41 |
*** Rakesh5 has joined #tripleo | 03:46 | |
*** ProfFalken has quit IRC | 03:47 | |
*** ProfFalken has joined #tripleo | 03:48 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Update neutron's selinux policies https://review.openstack.org/82980 | 03:52 |
*** matsuhashi has joined #tripleo | 03:53 | |
*** untriaged-bot has joined #tripleo | 04:00 | |
untriaged-bot | Untriaged bugs so far: | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1298465 | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 04:00 |
uvirtbot | Launchpad bug 1298465 in tripleo "Baremetal recreation may fool the heat stack." [Undecided,Confirmed] | 04:00 |
*** untriaged-bot has quit IRC | 04:00 | |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 04:00 |
* tchaypo feels nagged | 04:00 | |
tchaypo | The first one had status "confirmed", i changed to "triaged" and set priority to medium | 04:04 |
tchaypo | the second one has status "incomplete"; I'd characterise it as a vague description of a maybe-problem on a system that has been torn down we we can't reproduce | 04:05 |
tchaypo | I don't know what to do with that one that will make untriaged-bot happy and also accurately represent the state of the issue | 04:05 |
*** nosnos has joined #tripleo | 04:06 | |
StevenK | Incomplete is the right status, yes | 04:06 |
*** xuhaiwei has joined #tripleo | 04:06 | |
*** killer_prince has joined #tripleo | 04:09 | |
StevenK | Blah, I'm in dependency hell | 04:10 |
StevenK | Argh, my notifications have changed to the undisimisble ones | 04:10 |
tchaypo | notifications? | 04:11 |
StevenK | Yeah, things that pop up in the corner, usually can be closed | 04:11 |
tchaypo | oh | 04:12 |
tchaypo | so nothing to do with the dependencies | 04:12 |
StevenK | No, they are seperate problems. | 04:14 |
*** vkozhukalov has joined #tripleo | 04:15 | |
tchaypo | in other news, I asked iotop to do its thing, and now my laptop is telling me it thinks it can get 4 hours out of the slice instead of 2.75 hours | 04:15 |
lifeless | tchaypo: powertop or iotop? | 04:16 |
tchaypo | powertop | 04:19 |
lifeless | tchaypo: the untriaged bot shouldn't be nagging on the second | 04:20 |
lifeless | tchaypo: the first I disagree with your assessment - but thanks for making it - I've asked for more info from the reporter | 04:20 |
tchaypo | disagree in what way? | 04:21 |
tchaypo | I'm guessing 30% you think I gave it the wrong priority, 70% you think it's got sufficient information to be useful | 04:22 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Update keystone's selinux policies https://review.openstack.org/82981 | 04:22 |
lifeless | tchaypo: a) see the report :) b) 70% was right | 04:25 |
lifeless | insufficient that is | 04:26 |
StevenK | lifeless: So the seed patch can't land, it requires setup-seed-vm to be passed a JSON file, so the easiest way to get that is to land the toci change that uses devtest_testenv, and that is blocked by https://review.openstack.org/#/c/83267/ | 04:27 |
lifeless | there's a reasonable -1 on that patch | 04:29 |
lifeless | perhaps not to the level jp asks for as other docs cover that | 04:29 |
tchaypo | lifeless: yeah, you're right. I only looked at the fact that it was confirmed and "fixed" it to used triage, didn't stop to think about whether it should even have been confirmed | 04:29 |
lifeless | but certainly a hl view | 04:29 |
StevenK | lifeless: Yes, I was going to ask for your help about that | 04:29 |
StevenK | "Name of the bridge device to connect to baremetal nodes." ? | 04:31 |
lifeless | StevenK: see the review | 04:32 |
lifeless | StevenK: just commented there for you | 04:32 |
StevenK | OH | 04:33 |
StevenK | I don't even need it? | 04:33 |
StevenK | I can just use brbm${NUM} | 04:33 |
lifeless | :) | 04:33 |
*** fandi has quit IRC | 04:37 | |
adam_g | has anyone else tried to build images on trusty? | 04:47 |
StevenK | I can run up a test fairly quickly with my local mirror | 04:48 |
lifeless | adam_g: yes, they hit troubl | 04:48 |
lifeless | adam_g: I believe it was tchaypo | 04:48 |
adam_g | oh | 04:48 |
StevenK | tchaypo is the trouble they hit? | 04:48 |
lifeless | thats one interpretation | 04:48 |
StevenK | Haha | 04:48 |
*** fandi has joined #tripleo | 04:49 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/tripleo-incubator: Pass the baremetal bridge to create-nodes https://review.openstack.org/83267 | 04:49 |
StevenK | Blah. Forgot to change the topic. | 04:49 |
lifeless | does anything use 'virt_type' nowadays ? (in nodes) | 04:49 |
adam_g | -bash: /usr/local/bin/os-apply-config: cannot execute binary file: Exec format error | 04:49 |
StevenK | adam_g: That's amd64 vs i386 | 04:50 |
lifeless | adam_g: amd64 image on an i386 host ? | 04:50 |
StevenK | lifeless: I added it because NobodyCam asked me to | 04:50 |
lifeless | StevenK: how long ago ? | 04:50 |
adam_g | amd64 image built on an amd64 box running on an amd64 host | 04:50 |
tchaypo | adam_g: I didn't have any issues, I was going to suggest and64 vs i386 but if I say that now I'll just look like I'm copying | 04:50 |
adam_g | ive tried building i386 | 04:50 |
adam_g | weird mixed results, sometimes my python environment is fubard, othertimes shared libraries | 04:51 |
tchaypo | Pulling i386 wheels? | 04:51 |
*** Shrews has quit IRC | 04:51 | |
StevenK | lifeless: At the sprint | 04:51 |
lifeless | StevenK: ah, before I jumped on the grenade. | 04:52 |
*** Shrews has joined #tripleo | 04:52 | |
adam_g | tchaypo, is that something easy to determine from a dib-seed.log? | 04:52 |
lifeless | wheels know their own arch | 04:54 |
lifeless | its in the name | 04:54 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Delete unused 'virt_type' key from nodes list. https://review.openstack.org/83659 | 04:54 |
lifeless | adam_g: is it broken right now? | 04:55 |
adam_g | lifeless, i still have a busted seed up and runnign, yes | 04:55 |
lifeless | adam_g: ok so | 04:55 |
lifeless | adam_g: use head /usr/local/bin/os-apply-config to find the actual binary it is running | 04:55 |
lifeless | adam_g: then file on that to find out what its arch is | 04:55 |
adam_g | lifeless, thats the weird thing | 04:56 |
lifeless | adam_g: one weird thing? | 04:57 |
lifeless | Brought you by memes R us | 04:57 |
adam_g | http://paste.ubuntu.com/7166603/ | 04:57 |
StevenK | What about ls -lh /opt/stack/venvs/os-apply-config/bin/os-apply-config | 04:57 |
lifeless | adam_g: its a symlink | 04:57 |
lifeless | adam_g: so, follow the chain :) | 04:58 |
StevenK | However, cat would have, so it's broken | 04:58 |
adam_g | lifeless, yes--the cat is on the link target | 04:58 |
adam_g | source | 04:58 |
lifeless | adam_g: I meant stat it | 04:58 |
StevenK | adam_g: But you didn't stat the source | 04:58 |
lifeless | target the thing its pointing at | 04:58 |
lifeless | you statted the source | 04:58 |
adam_g | http://paste.ubuntu.com/7166617/ | 04:59 |
lifeless | 195 bytes | 05:00 |
StevenK | cat -A | 05:00 |
lifeless | od it ? | 05:00 |
lifeless | or that | 05:00 |
StevenK | I tend to reach for cat -A first, but od would work too | 05:01 |
StevenK | lifeless: Hm, I thought you said CI was up. Should we fix the topic, then? | 05:02 |
lifeless | please | 05:02 |
lifeless | it is | 05:02 |
*** StevenK 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" | 05:02 | |
adam_g | lotsa 0s http://paste.ubuntu.com/7166631/ | 05:05 |
*** rpodolyaka has joined #tripleo | 05:07 | |
xuhaiwei | Could not fetch URL https://pypi.python.org/simple/pip/: timed out Is it a proxy problem? | 05:08 |
xuhaiwei | My proxy seem go well | 05:09 |
*** nati_ueno has quit IRC | 05:09 | |
*** tchaypo has quit IRC | 05:12 | |
lifeless | xuhaiwei: it can be, or networking. Or sometimes the pypi CDN has trouble. This is why we recommend the use of a mirror. | 05:13 |
lifeless | adam_g: so - your filesystem is corrupt. | 05:13 |
xuhaiwei | what is the mirror? | 05:14 |
lifeless | adam_g: is that a trusty build host ? or just a trusty image? | 05:14 |
adam_g | lifeless, seems that way eh? | 05:14 |
lifeless | xuhaiwei: it is a copy of (some of) the files needed to install | 05:14 |
adam_g | trusty image built on a trusty | 05:14 |
adam_g | will try building on another machine later or tomorrow | 05:14 |
lifeless | adam_g: ok, so whats the bet trusty 'fixed' something. | 05:14 |
lifeless | adam_g: and exposed a latent race :(. Or just broke it. | 05:15 |
lifeless | adam_g: file a bug on dib? | 05:15 |
adam_g | i will later/tomorrow. late here & wife is needs ride home from work | 05:15 |
lifeless | ciao | 05:15 |
*** jamezpolley has joined #tripleo | 05:19 | |
*** jamezpolley is now known as tchaypo | 05:20 | |
*** marun has joined #tripleo | 05:27 | |
lifeless | wheee that was some review | 05:29 |
lifeless | hmm uts | 05:31 |
lifeless | https://review.openstack.org/#/c/83645/ still failed | 05:31 |
*** tchaypo has quit IRC | 05:33 | |
lifeless | u+r != g+r | 05:37 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Ensure the swift ring is readable by swift. https://review.openstack.org/83645 | 05:37 |
StevenK | Heh | 05:37 |
lifeless | yeah | 05:39 |
StevenK | I tend to use the octal codes for that reason, TBH | 05:40 |
StevenK | Less confusion versus what the current state is, it's "You should have these perms, go do it" | 05:40 |
lifeless | fair point | 05:40 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Update documentation. https://review.openstack.org/82741 | 05:42 |
*** killer_prince has quit IRC | 05:43 | |
StevenK | lifeless: I think https://review.openstack.org/#/c/83267/ has passed enough of the CI for a review. | 05:44 |
lifeless | greghaynes: https://review.openstack.org/#/c/83296/ | 05:44 |
*** tchaypo has joined #tripleo | 05:45 | |
greghaynes | Not sure percona and I agree on what statically linking openssl means: http://paste.ubuntu.com/7166774/ | 05:51 |
greghaynes | also woo for differently named .so's | 05:53 |
tchaypo | ubuntu pastebin? o_O | 05:53 |
greghaynes | pastebuntu | 05:53 |
tchaypo | cue jokes about how the one feature openstack really lacks is PastebinAsAService | 05:54 |
greghaynes | If only we could think of a witty name for it | 05:54 |
tchaypo | cirf | 05:55 |
tchaypo | short for circular file | 05:55 |
tchaypo | or lenticular | 05:55 |
tchaypo | because lenticular clouds are approximately cylindrical | 05:56 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-incubator: Add OVERCLOUD_NOTCOMPUTESCALE support https://review.openstack.org/83296 | 05:58 |
greghaynes | Is there a non haenous way to fix the .so issue in that paste? | 05:59 |
greghaynes | I can think of some things im ashamed of that ive done in the past... | 05:59 |
tchaypo | *heinous | 05:59 |
greghaynes | ty | 06:00 |
greghaynes | reguarding ln -s | 06:00 |
tchaypo | unfortunately i have no helpful suggestions, just spelling nitpicks | 06:00 |
*** tchaypo has quit IRC | 06:11 | |
*** tchaypo has joined #tripleo | 06:14 | |
tchaypo | okay, I'm almost happy with weehat now | 06:15 |
*** vkozhukalov has quit IRC | 06:15 | |
*** vkozhukalov1 has joined #tripleo | 06:15 | |
tchaypo | *weechat | 06:15 |
*** rpodolyaka has quit IRC | 06:17 | |
lifeless | greghaynes: install the libraries ? | 06:23 |
lifeless | greghaynes: or are those so's not available ? | 06:23 |
greghaynes | they are installed, just wrong versions | 06:25 |
greghaynes | libssl1.0.0 on ubuntu | 06:26 |
greghaynes | or at least our cloud images | 06:26 |
greghaynes | I suspect its actually the write so just naming mismatch but :/ | 06:26 |
greghaynes | er, I suspect its actually the right version | 06:26 |
*** eghobo has quit IRC | 06:27 | |
lifeless | greghaynes: didn't we land percona? Is this a follow-up patch ? | 06:30 |
greghaynes | yes. one moment and all will be made (somewhat more) clear with an incoming review | 06:31 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 06:33 |
*** epim has joined #tripleo | 06:34 | |
greghaynes | so, turns out that if you dont name a file in the mysql conf.d *.cnf it doesnt load it. As a result we were running percona but not loading the galera .so. | 06:34 |
greghaynes | \O/ | 06:34 |
greghaynes | oh wait, that config.d thing was just a local thing ive been battling with, it wasnt commited. | 06:36 |
greghaynes | As a result of it (xtradb-cluster.cnf) not being commited though we werent loading the galera .so | 06:36 |
*** dividehex has quit IRC | 06:37 | |
*** epim has quit IRC | 06:37 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 06:38 |
*** dividehex has joined #tripleo | 06:42 | |
lifeless | greghaynes: so we expect that to arf? | 06:46 |
greghaynes | The patch? | 06:46 |
lifeless | yes | 06:46 |
greghaynes | yes | 06:46 |
lifeless | symlinks if its really he same version seems ok to me, if a little puke inducing | 06:47 |
lifeless | greghaynes: have you filed a bug upstream? | 06:47 |
greghaynes | actually, I should probably run strings on it to make sure it really is the same version | 06:47 |
greghaynes | and figure out what they were running when they built | 06:48 |
greghaynes | I think I found the bug filed. *checks* | 06:48 |
*** vkozhukalov1 has quit IRC | 06:49 | |
greghaynes | hrm https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1213855 | 06:50 |
uvirtbot | Launchpad bug 1213855 in percona-xtradb-cluster "Binary build is linked against libssl.so.10 and libcrypto.so.10 making it hard to run on e.g. SLES11" [Medium,Fix released] | 06:50 |
lifeless | released eh | 06:51 |
lifeless | wtf do they call this ? | 06:51 |
greghaynes | "bug released" | 06:51 |
*** ramishra has joined #tripleo | 06:52 | |
*** ramishra has quit IRC | 06:52 | |
lifeless | LOL | 06:52 |
lifeless | greghaynes: see comment 9 | 06:53 |
*** ramishra has joined #tripleo | 06:53 | |
openstackgerrit | Om Kumar proposed a change to openstack/diskimage-builder: Fix Grub configurations for Fedora images built on a UEFI host. https://review.openstack.org/83342 | 06:54 |
greghaynes | Yes, I am using the TESTING repo for that reason - wasnt even starting up before without symlink fix | 06:54 |
lifeless | greghaynes: oh, so it does work ? | 06:55 |
greghaynes | I suspect that if I wasnt I would get the crash thats posted above there | 06:55 |
greghaynes | well, that bug is worked around successfully, yes | 06:55 |
lifeless | there is a comment that the fully dynamic build works ok | 06:55 |
lifeless | with the symlinks | 06:55 |
*** killer_prince has joined #tripleo | 06:56 | |
greghaynes | I just wasnt very happy with the solution | 06:56 |
*** rdopieralski has joined #tripleo | 06:58 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Make @handle_errors support any kind of function https://review.openstack.org/78153 | 07:00 |
*** jtomasek has joined #tripleo | 07:13 | |
*** mrunge has joined #tripleo | 07:17 | |
*** jprovazn has joined #tripleo | 07:18 | |
*** ramishra has quit IRC | 07:19 | |
*** matsuhashi has quit IRC | 07:20 | |
*** matsuhas_ has joined #tripleo | 07:24 | |
*** rpodolyaka has joined #tripleo | 07:25 | |
lifeless | nuts https://review.openstack.org/#/c/83645/ failed | 07:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Ensure the swift ring is readable by swift. https://review.openstack.org/83645 | 07:32 |
StevenK | Heh, handy | 07:33 |
StevenK | I was for the BIG hammer approach if that patch set fails | 07:33 |
*** funzo_ has joined #tripleo | 07:38 | |
*** funzo has quit IRC | 07:40 | |
GheRivero | morning all | 07:41 |
tchaypo | morning ghe | 07:41 |
*** rpodolyaka has quit IRC | 07:43 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Ensure the swift ring is readable by swift. https://review.openstack.org/83645 | 07:44 |
*** rpodolyaka has joined #tripleo | 07:45 | |
*** rpodolyaka has quit IRC | 07:46 | |
*** akuznetsov has joined #tripleo | 08:02 | |
jprovazn | lifeless, Hi, are you around? | 08:03 |
*** bauzas has joined #tripleo | 08:05 | |
*** athomas has joined #tripleo | 08:05 | |
*** gcha has joined #tripleo | 08:08 | |
*** vkozhukalov has joined #tripleo | 08:16 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Making overcloud init work https://review.openstack.org/83340 | 08:25 |
*** hashar has joined #tripleo | 08:26 | |
*** lazy_prince has quit IRC | 08:29 | |
Goneri | hi all, https://review.openstack.org/#/c/82315/ has finally its +1 from Jenkins. Can someone approve the change? :) | 08:31 |
*** jcoufal has joined #tripleo | 08:32 | |
*** jistr has joined #tripleo | 08:33 | |
*** lazy_prince has joined #tripleo | 08:34 | |
*** rpodolyaka1 has joined #tripleo | 08:42 | |
*** viktors has joined #tripleo | 08:42 | |
rpodolyaka1 | morning all | 08:43 |
*** rpodolyaka1 is now known as rpodolyaka | 08:43 | |
openstackgerrit | Ryan Moore proposed a change to openstack/tripleo-image-elements: Allow setting of compute configuration options https://review.openstack.org/83438 | 08:43 |
*** 77CAADEUV has joined #tripleo | 08:46 | |
*** rpodolyaka1 has joined #tripleo | 08:46 | |
*** 77CAADEUV has quit IRC | 08:47 | |
*** ifarkas has joined #tripleo | 08:48 | |
*** jistr has quit IRC | 08:49 | |
*** rpodolyaka1 has quit IRC | 08:51 | |
*** matsuhas_ has quit IRC | 08:53 | |
*** hashar has quit IRC | 08:55 | |
*** hashar has joined #tripleo | 08:55 | |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-incubator: WIP - configure a node ephemeral disk https://review.openstack.org/82776 | 08:57 |
*** matsuhas_ has joined #tripleo | 08:57 | |
*** jistr has joined #tripleo | 08:59 | |
lifeless | jprovazn: hi | 09:00 |
jprovazn | lifeless, one question about this card: https://trello.com/c/DaIs1zxb/82-neutron-ha-redundant-environment | 09:01 |
jprovazn | lifeless, in Sunnyvalle we were thinking about using A/P with Pacemaker. this is one of options on the card | 09:02 |
jprovazn | lifeless, my concern is that another possible option is graceful migration of networks between nodes | 09:03 |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-image-elements: Make enabled_apis option in nova.conf configurable https://review.openstack.org/83355 | 09:04 |
jprovazn | lifeless, which might be waste of time - once HA is done for L3 agent, it wouldn't be required | 09:04 |
lifeless | jprovazn: thats still A/P right ? | 09:04 |
lifeless | GheRivero: hey, the slow startup bug - on a call with the guys now; are you instrumenting things a little per my suggestions? | 09:05 |
jprovazn | lifeless, you mean migration? yes - some kind of graceful A/P | 09:05 |
GheRivero | lifeless: sorry the delay. I had a small kitchen accident yesterday. Nothing serious but my left hand fingers will be a little unconfortable in the keyboard a couples of days. | 09:07 |
jprovazn | lifeless, so having solution which supportes no-graceful situations would be nicer | 09:07 |
GheRivero | lifeless: http://paste.openstack.org/show/74527/ | 09:07 |
GheRivero | That's what I have so far from the devtest host | 09:08 |
*** pblaho has joined #tripleo | 09:08 | |
*** derekh has joined #tripleo | 09:09 | |
*** e0ne has joined #tripleo | 09:12 | |
*** xuhaiwei has quit IRC | 09:13 | |
*** yassine has joined #tripleo | 09:13 | |
derekh | lifeless: You fix for the rin file seems to have had the desired effect, we are now getting further but now having problems pinging the user image | 09:13 |
derekh | this also happened on my test revert before I left, so we have a new probelm somewhere | 09:14 |
derekh | from nova-api.,log http://paste.fedoraproject.org/89452/98068139/ related ? | 09:15 |
openstackgerrit | jan grant proposed a change to openstack/diskimage-builder: Parameterise PXE kernel and initrd selection https://review.openstack.org/83390 | 09:16 |
lifeless | derekh: should we land my fix? | 09:17 |
lifeless | derekh: regardless? | 09:17 |
derekh | lifeless: looks like we already did | 09:17 |
*** d0ugal has quit IRC | 09:19 | |
lsmola_ | lifeless: the change looked alright to me so I approved | 09:19 |
*** d0ugal has joined #tripleo | 09:19 | |
*** d0ugal has quit IRC | 09:19 | |
*** d0ugal has joined #tripleo | 09:19 | |
lsmola_ | lifeless: I am observing new patches, but there is 99% chance it works :-D | 09:19 |
derekh | I think we would have merged it anyways so we can debug the new problem | 09:21 |
lsmola_ | derekh: yeah it's not like merging it could break anything :-) | 09:21 |
*** e0ne has quit IRC | 09:22 | |
*** jcoufal has quit IRC | 09:25 | |
*** jcoufal has joined #tripleo | 09:26 | |
*** giulivo has joined #tripleo | 09:26 | |
*** akrivoka has joined #tripleo | 09:28 | |
*** lucasagomes has joined #tripleo | 09:28 | |
*** e0ne has joined #tripleo | 09:28 | |
*** e0ne_ has joined #tripleo | 09:28 | |
derekh | hmm neutron-server.log | 09:29 |
derekh | 2014-03-28 08:49:09.768 5431 ERROR neutron.notifiers.nova [-] Failed to notify nova on events: [{'status': 'completed', 'tag': u'a51654ca-cab8-4013-93b5-260a85c4f154', 'name': 'network-vif-plugged', 'server_uuid': u'ec8fd597-d5c0-4e3f-8cc7-e0672c9827e4'}] | 09:29 |
*** markmc has joined #tripleo | 09:31 | |
openstackgerrit | Tom Hancock proposed a change to openstack/tripleo-incubator: Make ELEMENTS_PATH user-configurable https://review.openstack.org/83695 | 09:32 |
*** e0ne has quit IRC | 09:32 | |
lifeless | derekh: thats unrelated - its the not yet fixed thing to fix races | 09:33 |
derekh | lifeless: k | 09:33 |
lifeless | derekh: we were discussing with arosen how to make that work, given we need a tenant name not id. | 09:33 |
lifeless | derekh: neutron-metadata-agent would be the place to look I think, but its 2233 and i have a cold coming on so I'm going to do one last review and bail | 09:34 |
derekh | lifeless: ok, I should have recognized it | 09:34 |
derekh | lifeless: ok, I'll keep poking around | 09:34 |
*** jcoufal has quit IRC | 09:37 | |
*** jcoufal has joined #tripleo | 09:37 | |
lifeless | gnight all | 09:40 |
*** jp_at_hp has joined #tripleo | 09:40 | |
*** funzo_ has quit IRC | 09:43 | |
*** funzo has joined #tripleo | 09:46 | |
*** rpodolyaka1 has joined #tripleo | 09:47 | |
lsmola_ | lifeless: good night | 09:48 |
*** rpodolyaka1 has quit IRC | 09:52 | |
*** andreaf has quit IRC | 09:58 | |
*** 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 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 10:00 |
*** untriaged-bot has quit IRC | 10:00 | |
*** matsuhas_ has quit IRC | 10:00 | |
jp_at_hp | lifeless: are you still around? I wanted to chat about https://review.openstack.org/#/c/82807/ to cover it quickly rather than bouncing review comments back and forth for a week... | 10:00 |
StevenK | jp_at_hp: You missed him by 20 minutes, I'm afraid. | 10:01 |
jp_at_hp | :( boo. | 10:01 |
jp_at_hp | Thanks SteveK | 10:01 |
jp_at_hp | Hmmm, maybe that shoud be thanks StevenK... | 10:02 |
jp_at_hp | Actually - since you are here StevenK - I'd love to chat about what's changing with the testenv.json, and the various condfigurationfiles devtest uses... | 10:02 |
StevenK | jp_at_hp: It's 9pm and I'm about to disappear for dinner in about 3 minutes, so it will have to be really quick. | 10:03 |
jp_at_hp | OK, so I guess given that, is there a design or writeup of end-goal or next steps anywhere so that I can help out, given it's something I'm very interested in? | 10:04 |
jp_at_hp | And if not, is either https://etherpad.openstack.org/p/tripleo-devtest.sh-refactoring-blueprint or https://etherpad.openstack.org/p/tripleo-incubator-rationalise-ui an appropriate place to add things so that we can keep in sync? | 10:05 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Making overcloud init work https://review.openstack.org/83340 | 10:06 |
killer_prince | Can anyone point me to the work being done related to UEFI in ironic and where can I find more details related to it. | 10:06 |
StevenK | jp_at_hp: End goal is moving things into os-cloud-config and then calling that from devtest. Currently, I'm working on getting toci using devtest_testenv, and then pulling the seed details into the JSON. | 10:07 |
jp_at_hp | Cool, thanks StevenK - is there anything written down around os-cloud-config anywhere, or just a README in the code? | 10:08 |
StevenK | jp_at_hp: So it will be things like setup-baremetal and registering nodes that will move across -- and will be refactored into Python and tested as well. | 10:09 |
jp_at_hp | That's great - but are the goals of os-cloud-config listed in any meeting minutes, or blueprint, or anything like that so that I can read up on it while you're offline having dinner (which I hope I'm not making you late for - but this is really useful info for me) | 10:11 |
StevenK | jp_at_hp: I'm not certain about that bit, sorry. | 10:12 |
dtantsur | slagle, hi. Does instack create configuration files for openstack services, if yes, where and how? I'm asking because after reboot, neither keystone, nor heat could find their configuration files; glance also has some problems | 10:12 |
*** yamahata has quit IRC | 10:12 | |
jp_at_hp | @StevenK - thanks! I'll see if anyone does... | 10:13 |
dtantsur | slagle, e.g. keystone is expecting /etc/keystone-paste.ini | 10:13 |
*** nosnos has quit IRC | 10:16 | |
*** e0ne_ has quit IRC | 10:16 | |
*** e0ne has joined #tripleo | 10:23 | |
*** andreaf has joined #tripleo | 10:23 | |
*** funzo has quit IRC | 10:28 | |
*** Matt3 has joined #tripleo | 10:29 | |
*** ProfFalken has quit IRC | 10:34 | |
*** ProfFalken has joined #tripleo | 10:34 | |
*** funzo has joined #tripleo | 10:34 | |
*** jcoufal has quit IRC | 10:34 | |
*** jcoufal has joined #tripleo | 10:35 | |
jang | anyone here - missing rabbit in a brand new overcloud image. Anyone know the culprit commit? | 10:36 |
openstackgerrit | A change was merged to openstack/python-tuskarclient: Add API binding for the template_parameters action https://review.openstack.org/77637 | 10:37 |
openstackgerrit | A change was merged to openstack/python-tuskarclient: Add CLI support for the template_parameters action https://review.openstack.org/77649 | 10:37 |
tteggel | jang: looking. http://goodsquishy.com/downloads/tripleo-jobs.html may be of use to narrow time time | 10:41 |
jprovazn | jang, did you run devtest when building overcloud image or did you build the image "manually"? | 10:47 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-image-elements: Allow configuration of extended logging https://review.openstack.org/83353 | 10:48 |
jprovazn | jang, because when building an image, you have to explicitly include rabbitmq (or qpid) - for devtest_overcloud.sh it's done by: | 10:48 |
jprovazn | OVERCLOUD_CONTROL_DIB_EXTRA_ARGS=${OVERCLOUD_CONTROL_DIB_EXTRA_ARGS:-'rabbitmq-server'} | 10:48 |
*** CaptTofu has quit IRC | 10:52 | |
*** CaptTofu has joined #tripleo | 10:52 | |
*** funzo_ has joined #tripleo | 10:54 | |
*** funzo has quit IRC | 10:56 | |
*** CaptTofu has quit IRC | 10:56 | |
*** marios_ has quit IRC | 11:02 | |
*** marios has joined #tripleo | 11:03 | |
jang | ah, right. | 11:05 |
jang | thanks. | 11:05 |
jang | I did it with devtest, but I need to couble-check what defaults devtest_variables might be inserting. | 11:06 |
jang | ah-ha, git it, thanks. Polluted shell env var meant that rabbit wasn't making its way into the build. | 11:11 |
jang | on the subject of recent work: /etc/swift/*.gz files appear to have the wrong file permissions. Also something from last night? | 11:12 |
openstackgerrit | Sascha Peilicke proposed a change to openstack/tuskar-ui: Honor user pip configuration https://review.openstack.org/83714 | 11:12 |
*** marios has quit IRC | 11:16 | |
*** marios has joined #tripleo | 11:16 | |
*** morganfainberg is now known as morganfainberg_Z | 11:20 | |
*** julim has joined #tripleo | 11:21 | |
*** julim has quit IRC | 11:22 | |
*** julim has joined #tripleo | 11:31 | |
slagle | dtantsur: it does | 11:32 |
*** Shrews has quit IRC | 11:33 | |
tteggel | does anyone know why overcloud ci is failing? local devtest run is fine. | 11:33 |
*** Shrews has joined #tripleo | 11:33 | |
slagle | dtantsur: there is no /etc/keystone-paste.ini though. why do you think it's needed? is there something in the logs? | 11:34 |
openstackgerrit | jan grant proposed a change to openstack/diskimage-builder: Parameterise PXE kernel and initrd selection https://review.openstack.org/83390 | 11:34 |
*** marios has quit IRC | 11:36 | |
*** marios has joined #tripleo | 11:37 | |
derekh | FIREDRILL ci-overcloud jobs failing | 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 | 11:40 |
derekh | ci overcloud failing, No idea why, userimage is booting but can't be pinged, anybody seeing this locally? | 11:41 |
GheRivero | building a full tripleo stack | 11:44 |
*** mestery has joined #tripleo | 11:47 | |
openstackgerrit | James Slagle proposed a change to openstack/diskimage-builder: Make $GIT_MANIFEST configurable https://review.openstack.org/83720 | 11:47 |
*** rbrady1 is now known as rbrady | 11:47 | |
jp_at_hp | derekh: any chance you could look over https://review.openstack.org/#/c/80617/ please? | 11:58 |
jp_at_hp | Any other core reviewers able to take a look at https://review.openstack.org/#/c/80617/ please? It's been in limbo for a little while... | 11:59 |
*** akrivoka has quit IRC | 11:59 | |
derekh | jp_at_hp: will do, just gotta figure out busted CI first, then will giver it a look over | 11:59 |
*** akrivoka has joined #tripleo | 12:00 | |
*** dguerri is now known as _dguerri | 12:01 | |
*** fandi has quit IRC | 12:04 | |
*** weshay has quit IRC | 12:06 | |
*** weshay has joined #tripleo | 12:06 | |
*** marios has quit IRC | 12:06 | |
*** mrunge has quit IRC | 12:08 | |
*** marios has joined #tripleo | 12:10 | |
*** weshay has quit IRC | 12:10 | |
jp_at_hp | ta muchly derekh | 12:11 |
*** weshay has joined #tripleo | 12:12 | |
jp_at_hp | slagle: I like the idea of allowing people to specify a specific name for the manifests, or at least a specific place to collect them outside of the image. Did you see the notes in https://etherpad.openstack.org/p/tripleo-incubator-rationalise-ui? | 12:12 |
*** hewbrocca has joined #tripleo | 12:13 | |
slagle | jp_at_hp: i have not. will check it out | 12:13 |
slagle | was just going for something simple in the short term :) | 12:13 |
*** morazi has joined #tripleo | 12:14 | |
dtantsur | slagle, in logs I only head like "keystone cannot find keystone-paste.ini, and I just guessed it should go to /etc | 12:16 |
dtantsur | * head = had | 12:17 |
*** killer_prince has quit IRC | 12:18 | |
*** lazy_prince is now known as killer_prince | 12:18 | |
jp_at_hp | slagle: simple is good - it usually means I can understand it :D | 12:19 |
slagle | dtantsur: maybe pastebin me the logs and what commands you ran? | 12:22 |
*** mestery has quit IRC | 12:22 | |
dtantsur | slagle, I didn't ran anything, just set up instack, after sometime rebooted and got: keystone-all[2573]: 2014-03-28 11:05:24.356 2573 CRITICAL keystone [-] ConfigFileNotFound: The Keystone configuration file keystone-paste.ini could not be found. | 12:23 |
dtantsur | that's the only interesting thing in logs, I'm afraid | 12:23 |
dtantsur | or what logs do you need? | 12:23 |
*** lucasagomes is now known as lucas-hungry | 12:26 | |
derekh | GheRivero yours is still building ? user instance has its IP, is responding to arp requests but icmp isn't reacing its tap device, still digging | 12:28 |
GheRivero | It finished properly, but was built with --offline, building another one without it just in case | 12:34 |
slagle | dtantsur: what did you do to set it up? | 12:36 |
*** decede has joined #tripleo | 12:37 | |
dtantsur | slagle, I think I exactly followed this one: https://github.com/agroup/instack-undercloud/blob/master/README-virt.md I don't remember doing anything outstanding that could affect startup | 12:37 |
*** jp_at_hp has quit IRC | 12:40 | |
slagle | dtantsur: send me ~/.instack/install-undercloud.log | 12:40 |
dtantsur | slagle, https://dl.dropboxusercontent.com/u/1730743/install-undercloud.log | 12:42 |
*** hashar has quit IRC | 12:46 | |
*** akrivoka_ has joined #tripleo | 12:48 | |
*** akrivoka has quit IRC | 12:51 | |
*** lblanchard has joined #tripleo | 12:51 | |
*** akrivoka_ has quit IRC | 12:52 | |
*** akrivoka_ has joined #tripleo | 12:53 | |
*** rlandy has joined #tripleo | 12:54 | |
*** jdob has joined #tripleo | 12:56 | |
*** akrivoka_ has quit IRC | 12:58 | |
*** akrivoka has joined #tripleo | 12:58 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Making overcloud init work https://review.openstack.org/83340 | 12:59 |
*** dprince has joined #tripleo | 13:05 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: ssh to user instance https://review.openstack.org/83736 | 13:06 |
derekh | ssh seems to work and ping doesn't, lets see if ^^ works | 13:06 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Adds mariadb element https://review.openstack.org/79884 | 13:06 |
derekh | GheRivero: can you let me know if you see that behavior? | 13:07 |
openstackgerrit | therese-mchale proposed a change to openstack/tripleo-image-elements: Secure the mysql installation https://review.openstack.org/80570 | 13:09 |
*** funzo_ is now known as funzo | 13:12 | |
*** zigo has quit IRC | 13:13 | |
*** zigo has joined #tripleo | 13:14 | |
*** CaptTofu has joined #tripleo | 13:15 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert https://review.openstack.org/#/c/83391/ https://review.openstack.org/83636 | 13:15 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Stop using all ports option w/ neutron-ovs-cleanup https://review.openstack.org/69937 | 13:21 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Refactor ensure-bridge for persistance https://review.openstack.org/69918 | 13:21 |
*** matty_dubs|gone is now known as matty_dubs | 13:27 | |
*** jprovazn has quit IRC | 13:30 | |
*** Rakesh5 has quit IRC | 13:32 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-image-elements: Add logstash-{agent,solo} elements https://review.openstack.org/83354 | 13:41 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-heat-templates: Add logstash HOT https://review.openstack.org/83422 | 13:42 |
*** lucas-hungry is now known as lucasagomes | 13:43 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-heat-templates: Add logstash HOT https://review.openstack.org/83422 | 13:45 |
openstackgerrit | Stuart McLaren proposed a change to openstack/diskimage-builder: apt-conf: uninitialised variables fix https://review.openstack.org/83746 | 13:45 |
*** noslzzp has joined #tripleo | 13:46 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv https://review.openstack.org/79989 | 13:46 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Openstack-clients: don't hard code venv https://review.openstack.org/79988 | 13:46 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS... https://review.openstack.org/76966 | 13:46 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 13:46 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Horizon: dynamically set config time env vars https://review.openstack.org/82611 | 13:46 |
*** zigo has quit IRC | 13:47 | |
*** zigo has joined #tripleo | 13:47 | |
*** zigo has quit IRC | 13:51 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-image-elements: Add logstash-{agent,solo} elements https://review.openstack.org/83354 | 13:52 |
lsmola_ | rwsu: hello | 13:53 |
lsmola_ | rwsu: are you around? | 13:54 |
*** zigo has joined #tripleo | 13:55 | |
*** jistr has quit IRC | 13:57 | |
*** e0ne has quit IRC | 13:58 | |
*** jp_at_hp has joined #tripleo | 13:58 | |
*** zigo has quit IRC | 13:59 | |
*** zigo has joined #tripleo | 13:59 | |
*** CaptTofu has quit IRC | 13:59 | |
*** jistr has joined #tripleo | 13:59 | |
*** CaptTofu has joined #tripleo | 14:00 | |
*** CaptTofu has quit IRC | 14:00 | |
Ng | morning | 14:06 |
*** derekh changes topic to "FIREDRILL ci-overcloud jobs failing | 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" | 14:08 | |
*** slagle has quit IRC | 14:13 | |
*** slagle has joined #tripleo | 14:15 | |
*** openstack has joined #tripleo | 14:21 | |
*** jistr has joined #tripleo | 14:21 | |
*** jtomasek has quit IRC | 14:24 | |
*** bnemec is now known as beekneemech | 14:25 | |
*** derekh changes topic to "FIREDRILL ci-overcloud jobs failing https://bugs.launchpad.net/tripleo/+bug/1299022 | 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" | 14:27 | |
rwsu | lsmola_: hi | 14:28 |
lsmola_ | rwsu: hello | 14:28 |
lsmola_ | rwsu: you were the one who pushed the separate swift node right? :-) | 14:28 |
lsmola_ | rwsu: do you have somewhere the right code for generating the swift image? | 14:29 |
lsmola_ | rwsu: I would like to test it | 14:29 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: ssh to user instance https://review.openstack.org/83736 | 14:32 |
rwsu | lsmola_: yes, you just need to add swift-storage to the image you want to use, something like http://paste.openstack.org/show/74553/ | 14:36 |
* rwsu reboots | 14:38 | |
*** rwsu has quit IRC | 14:38 | |
*** e0ne has joined #tripleo | 14:38 | |
*** rwsu has joined #tripleo | 14:41 | |
*** e0ne has quit IRC | 14:43 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make it possible to pass real hardware in. https://review.openstack.org/83188 | 14:56 |
jp_at_hp | Are there any cores that can add a second +2 to this please? https://review.openstack.org/#/c/83171/ I need to start writing a following patch, and would prefer that it is merged... | 14:57 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W https://review.openstack.org/83770 | 14:57 |
*** Matt3 has quit IRC | 14:57 | |
*** jtomasek has joined #tripleo | 15:01 | |
derekh | Got a solution for devtest_overcloud change | 15:02 |
derekh | neutron security-group-rule-create default --protocol icmp --direction ingress --port-range-min 8 --port-range-max 8 | 15:02 |
derekh | to | 15:02 |
derekh | neutron security-group-rule-create --protocol icmp --direction ingress default | 15:02 |
derekh | will send a patch in a few minutes once I figure out for sure why the port numbers are in there | 15:02 |
*** thouveng has quit IRC | 15:03 | |
*** CaptTofu has joined #tripleo | 15:07 | |
*** yamahata has joined #tripleo | 15:10 | |
*** e0ne has joined #tripleo | 15:12 | |
openstackgerrit | Alexis Lee proposed a change to openstack/diskimage-builder: Add ability to upload a new GPG into the apt keyring for the image https://review.openstack.org/83596 | 15:14 |
lsmola_ | rwsu: thanks, will try that | 15:15 |
*** rlandy has quit IRC | 15:17 | |
*** Matt2 has joined #tripleo | 15:20 | |
openstackgerrit | Alexis Lee proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys https://review.openstack.org/83596 | 15:20 |
*** sgrasley_ has quit IRC | 15:23 | |
*** hashar has joined #tripleo | 15:26 | |
*** sgrasley has joined #tripleo | 15:30 | |
*** AaronGr has left #tripleo | 15:33 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Only set port-range-min in icmp security rule https://review.openstack.org/83736 | 15:33 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Only set port-range-min in icmp security rule https://review.openstack.org/83736 | 15:35 |
*** noslzzp has quit IRC | 15:35 | |
GheRivero | some data about tripleo times with different params https://docs.google.com/spreadsheets/d/1-e6aIv9RCeDR5QKQuwNOt1qVhDsKGv0HtICZmKCVyis/edit?usp=sharing | 15:39 |
*** eghobo has joined #tripleo | 15:41 | |
openstackgerrit | jan grant proposed a change to openstack/diskimage-builder: Parameterise PXE kernel and initrd selection https://review.openstack.org/83390 | 15:43 |
derekh | GheRivero: just incase your still looking I think https://review.openstack.org/83736 should solve the problem | 15:49 |
openstackgerrit | Andrea Rosa proposed a change to openstack/tripleo-image-elements: Allow settings for Nova API https://review.openstack.org/83794 | 15:53 |
*** nati_ueno has joined #tripleo | 15:54 | |
openstackgerrit | Andrea Rosa proposed a change to openstack/tripleo-image-elements: Allow settings for Nova API https://review.openstack.org/83794 | 15:55 |
*** CaptTofu has quit IRC | 15:55 | |
*** akuznetsov has quit IRC | 15:56 | |
*** jcoufal has quit IRC | 15:57 | |
*** cwolferh_ has joined #tripleo | 15:59 | |
*** 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 | https://bugs.launchpad.net/tripleo/+bug/1298949 | 16:00 |
uvirtbot | Launchpad bug 1298949 in tripleo "tripleorc is not available to debug a failed run" [Undecided,New] | 16:00 |
*** untriaged-bot has quit IRC | 16:00 | |
sgrasley | stack | 16:00 |
*** sgrasley has quit IRC | 16:01 | |
*** athomas has quit IRC | 16:01 | |
*** rdopieralski has quit IRC | 16:02 | |
jp_at_hp | slagle: on the git manifest naming - I take it you are running d-i-b without an image name then? And that if you ran it with a specific image name you would get a better name out? I want to learn a little more about your use-case to understand what you are seeing... | 16:05 |
*** jogo is now known as flashgordon | 16:07 | |
*** matty_dubs is now known as matty_dubs|lunch | 16:09 | |
Goneri | hi, can a core put a final +2 here: https://review.openstack.org/#/c/82315/ there is already two +2 and a +1 | 16:14 |
*** bauzas has quit IRC | 16:17 | |
*** epim has joined #tripleo | 16:18 | |
devananda | morning, all | 16:20 |
openstackgerrit | Alexis Lee proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys https://review.openstack.org/83596 | 16:22 |
slagle | jp_at_hp: i am using -o. I get a git manifest named like this: .cache/image-create/source-repositories/dib-git-manifest-fedora_L664agm0 | 16:23 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: doc: ReST syntax changes to improve readability https://review.openstack.org/82315 | 16:24 |
*** nati_ueno has quit IRC | 16:27 | |
Goneri | derekh: thanks | 16:27 |
derekh | Goneri: np | 16:27 |
slagle | jp_at_hp: oh i see now that gets mv'd at the end :) | 16:28 |
slagle | jp_at_hp: still...i want my own path instead of manifests littering my git tree | 16:30 |
slagle | i often use dib from a checkout | 16:30 |
slagle | jp_at_hp: they're meant to be vauable artificats right? what's the objection to choosing where they get saved? | 16:30 |
jp_at_hp | slagle: yes - I'm about to make the change to put all manifests into a single directory in $TRIPLEO_ROOT as per the etherpad | 16:31 |
slagle | jp_at_hp: sure...i don't have a $TRIPLEO_ROOT when i use diskimage-builder | 16:31 |
slagle | it's standalone software too | 16:31 |
jp_at_hp | And then a single variable naming that dir would get you the git + pip + dpkg manifests (which you woun't have) in a single place... | 16:31 |
jp_at_hp | slagle: sure - I get you, but there are more than just git manifests | 16:32 |
jp_at_hp | so I think your change should be a var to name the manifests save directory, not just modifying individual manifests piecemeal... | 16:33 |
slagle | i *guess* defining a $TRIPLEO_ROOT would be sufficient, one env var is as good as another, but the naming is bad if you're not using tripleo-incubator | 16:33 |
slagle | it makes no sense in a pure dib context | 16:34 |
jp_at_hp | slagle: sorry - I'm not sure I'm saying the right things, as I think there is still some confusion between us :( | 16:34 |
jp_at_hp | So. Pure dib context. I am about to make a change that will... create a /etc/dib-manifests directory in the image | 16:35 |
*** vkozhukalov has quit IRC | 16:35 | |
jp_at_hp | copy all manifests generated (currently git, pip* and dpkg*) into /etc/dib-manifests in the image (* == review in-flight) | 16:36 |
slagle | ok, that sounds good so far | 16:36 |
jp_at_hp | add a new element (manifests) which will copy the /etc/dib-manifests directory to $(dirname $IMAGE_NAME)/dib-manifests-$IMAGE_NAME | 16:37 |
derekh | jp_at_hp: review done, just a small typo | 16:38 |
slagle | jp_at_hp: ok, so i'd like $(dirname $IMAGE_NAME) there to be configurable | 16:38 |
jp_at_hp | slagle: Yes!! That's what I was trying to get to :D | 16:39 |
slagle | jp_at_hp: ok, i think we're on the same page now :) | 16:39 |
jp_at_hp | Cool :D | 16:40 |
slagle | jp_at_hp: so, i'll happily abandon what i've put up :) | 16:40 |
slagle | feel free to point me at your reviews when you've got them submitted | 16:40 |
jp_at_hp | So yes - I think you're review in the context you knew about was great... I was just trying to tell you what was coming, as soon as I write it now... | 16:40 |
jp_at_hp | slagle: will do, thanks. | 16:40 |
*** lucasagomes has quit IRC | 16:41 | |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-incubator: Configure a root disk & ephemeral disk for baremetal nodes https://review.openstack.org/82776 | 16:42 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/tripleo-incubator: Allow set-source-vars to consume a git manifest https://review.openstack.org/80617 | 16:43 |
*** akuznetsov has joined #tripleo | 16:43 | |
jp_at_hp | derekh: https://review.openstack.org/#/c/80617/ is updated. Just gotta wait for CI now :( | 16:43 |
*** lucasagomes has joined #tripleo | 16:43 | |
*** hashar has quit IRC | 16:45 | |
derekh | jp_at_hp: hopefully it will be back functional in about 30 minutes | 16:46 |
jp_at_hp | derekh: great work looking after the ci jobs, thanks. I know it isn't easy | 16:47 |
SpamapS | o/ | 16:48 |
pleia2 | derekh: hey, we have f20s! have we tried anything with them yet? :) | 16:48 |
derekh | jp_at_hp: thanks, seems to be a never ending roller coaster | 16:48 |
derekh | pleia2: there waiting on jenkins the jobs to be added https://review.openstack.org/#/q/status:open+project:openstack-infra/config+branch:master+topic:add-f20-jobs,n,z | 16:48 |
pleia2 | derekh: thanks, having a look now | 16:49 |
*** akuznetsov has quit IRC | 16:50 | |
openstackgerrit | Ryan Moore proposed a change to openstack/tripleo-image-elements: Restructure the nova.conf to match documentation https://review.openstack.org/83821 | 16:54 |
*** akuznetsov has joined #tripleo | 16:56 | |
*** matty_dubs|lunch is now known as matty_dubs | 16:58 | |
*** akuznetsov has quit IRC | 17:00 | |
*** epim has quit IRC | 17:01 | |
*** newell has joined #tripleo | 17:02 | |
*** noslzzp has joined #tripleo | 17:05 | |
*** akuznetsov has joined #tripleo | 17:08 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W https://review.openstack.org/83770 | 17:09 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make it possible to pass real hardware in. https://review.openstack.org/83188 | 17:09 |
*** pblaho has quit IRC | 17:09 | |
* derekh finally got around to building a local pypi mirror | 17:10 | |
*** nati_ueno has joined #tripleo | 17:11 | |
beekneemech | derekh: Me too. It cut about nine minutes off my devtest runs. :-) | 17:11 |
beekneemech | Now I just need a local fedora mirror and traffic will never have to leave my house for image builds. ;-) | 17:12 |
derekh | beekneemech: ya, I got about 12 minutes (sample set of 1), I was expecting something better... | 17:13 |
derekh | beekneemech: I think the rpm's should be getting cached locally | 17:14 |
derekh | beekneemech: but, if your looking to use squid with yum repo's | 17:14 |
beekneemech | Yeah, that's true. I'm probably not hitting the external yum repos much anyway. | 17:15 |
derekh | beekneemech: and find it usless because each requests goes to a different mirror, so no benifit | 17:15 |
derekh | beekneemech: try https://github.com/derekhiggins/scripts/blob/master/squid/yum_mirror_rewriter | 17:15 |
derekh | beekneemech: rewrites all yum requests to a single mirror so the cache is useful | 17:16 |
*** ifarkas has quit IRC | 17:16 | |
beekneemech | derekh: Oh, nice! I've just been overriding the yum repo in the image, but having squid do it automatically would be sweet. | 17:17 |
*** e0ne has quit IRC | 17:18 | |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/os-apply-config: Ignore non-mapping json when merging. https://review.openstack.org/83831 | 17:18 |
*** CaptTofu has joined #tripleo | 17:22 | |
*** ProfFalken has quit IRC | 17:23 | |
*** epim has joined #tripleo | 17:23 | |
*** ProfFalken has joined #tripleo | 17:24 | |
*** epim_ has joined #tripleo | 17:27 | |
*** _dguerri has quit IRC | 17:28 | |
*** ProfFalken has quit IRC | 17:28 | |
*** epim has quit IRC | 17:28 | |
*** epim_ is now known as epim | 17:28 | |
*** Kiall has quit IRC | 17:29 | |
*** Shrews has quit IRC | 17:29 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W https://review.openstack.org/83770 | 17:32 |
*** akrivoka has quit IRC | 17:32 | |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/os-collect-config: Restore 'deployments' key to cfn Metadata https://review.openstack.org/83837 | 17:32 |
openstackgerrit | Gonéri Le Bouder proposed a change to openstack/diskimage-builder: fix grub2 installation on Debian Wheezy https://review.openstack.org/83506 | 17:33 |
*** jistr has quit IRC | 17:34 | |
*** stevehuang has joined #tripleo | 17:38 | |
*** morganfainberg_Z is now known as morganfainberg | 17:39 | |
*** markmc has quit IRC | 17:42 | |
*** giulivo has quit IRC | 17:42 | |
*** akuznetsov has quit IRC | 17:48 | |
derekh | ok, that passed the overcloud job https://review.openstack.org/#/c/83736/ | 17:49 |
derekh | it failed the undercloud ironic for something I assume is unrelated as I only touched devtest_overcloud | 17:50 |
derekh | merge to unblock CI ? | 17:50 |
derekh | Ng: SpamapS slagle GheRivero lifeless ^ | 17:52 |
SpamapS | derekh: we've been treating ironic undercloud as non voting because there are some unresolved issues there | 17:53 |
derekh | lifeless: I'm guessing you still have something to do to fix the ironic undercloud job? | 17:53 |
derekh | SpamapS: ahh ok, cool | 17:53 |
SpamapS | derekh: so yes, full steam ahead | 17:54 |
SpamapS | boom | 17:55 |
Ng | boom! | 17:55 |
SpamapS | +A's | 17:55 |
Ng | HEAD shot | 17:55 |
derekh | SpamapS: Ng thanks | 17:55 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Only set port-range-min in icmp security rule https://review.openstack.org/83736 | 17:55 |
Ng | one in the HEAD, two in the trunk | 17:55 |
derekh | Ok, I'm outta here, have a good weekend | 17:56 |
*** derekh has quit IRC | 17:56 | |
*** mkerrin has quit IRC | 18:02 | |
*** lucasagomes has left #tripleo | 18:09 | |
openstackgerrit | Jay Dobies proposed a change to openstack/python-tuskarclient: Changed role count assignment to use role name https://review.openstack.org/80052 | 18:10 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/diskimage-builder: Standardise manifest creation and retrieval https://review.openstack.org/83848 | 18:12 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/diskimage-builder: Write a dpkg manifest to list installed packages https://review.openstack.org/83171 | 18:12 |
jp_at_hp | slagle: You will want to review this one: https://review.openstack.org/#/c/83848/ | 18:14 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/tripleo-image-elements: Standardise manifest creation and retrieval https://review.openstack.org/83850 | 18:14 |
*** jp_at_hp has quit IRC | 18:16 | |
*** Guest77682 has joined #tripleo | 18:19 | |
*** andreaf has quit IRC | 18:20 | |
*** vkozhukalov has joined #tripleo | 18:30 | |
*** morazi has quit IRC | 18:36 | |
*** morazi has joined #tripleo | 18:38 | |
SpamapS | shadower: thanks for the feedback on the change to softwareconfig templates btw. Very useful. | 18:46 |
*** openstackgerrit has quit IRC | 18:48 | |
*** openstackgerrit has joined #tripleo | 18:48 | |
*** dguerri has joined #tripleo | 18:50 | |
*** kiall has joined #tripleo | 18:52 | |
*** ProfFalken has joined #tripleo | 18:54 | |
*** shakayumi has joined #tripleo | 18:58 | |
*** jtomasek has quit IRC | 19:02 | |
*** jang1 has joined #tripleo | 19:02 | |
*** e0ne has joined #tripleo | 19:07 | |
SpamapS | dprince: did you get anywhere with the ovs mac weirdness? | 19:12 |
SpamapS | dprince: I got distracted away from it a lot | 19:12 |
dprince | SpamapS: I got it. | 19:12 |
dprince | SpamapS: Will send a patch in a second... | 19:13 |
dprince | SpamapS: Problem was libvirt actually. It automatically sets the 2nd MSB of a MAC high... making it a locally administered MAC address. | 19:14 |
*** CaptTofu has quit IRC | 19:14 | |
*** CaptTofu has joined #tripleo | 19:14 | |
dprince | SpamapS: My solution is to fix configure-vm so we set our own MAC addresses for the bare metal network... | 19:15 |
dprince | SpamapS: so that they more accurately reflect real hardware... | 19:16 |
SpamapS | dprince: OH! | 19:16 |
SpamapS | dprince: that all makes sense actually... | 19:16 |
SpamapS | casuallly you want a locally administered MAC | 19:16 |
SpamapS | but when emulating real servers.. not so much :) | 19:17 |
dprince | SpamapS: If I hadn't developed this on real baremetal (my local machines) I would have realized this sooner perhaps. | 19:17 |
dprince | SpamapS: anyways I knew it worked... this is just a test environment problem | 19:17 |
SpamapS | dprince: well there's yer problem :) | 19:17 |
SpamapS | "Success is a poor teacher. -- Bill Gates" | 19:18 |
dprince | SpamapS: well, if everyone did things the same way we very well may have conveined on a different solution here as well :) | 19:18 |
*** CaptTofu has quit IRC | 19:19 | |
*** CaptTofu has joined #tripleo | 19:20 | |
*** CaptTofu has quit IRC | 19:20 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-incubator: Generate better bm network mac addresses for VMs https://review.openstack.org/83867 | 19:28 |
dprince | SpamapS: ^^ | 19:28 |
dprince | SpamapS: one that is in we'll just need to rebuild *all* the test-env workers on the undercloud... and then my patch should work :) | 19:29 |
dprince | SpamapS: This will also make it so the brbm MAC might change on the host machines though... so I'm not entirely sure it won't break something subtle. But I don't think we rely on that for anything ATM | 19:31 |
dprince | SpamapS: in any case this is better testing so I think whatever we need to do to make this happen should happen | 19:32 |
*** jcoufal has joined #tripleo | 19:36 | |
*** jcoufal has quit IRC | 19:38 | |
openstackgerrit | Steven DuChene proposed a change to openstack/diskimage-builder: Fixed test to see if DIB_ADD_APT_KEY variable was set in 01-copy-apt-keys https://review.openstack.org/83877 | 19:51 |
openstackgerrit | Steven DuChene proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys https://review.openstack.org/83596 | 19:56 |
lifeless | dprince: the brbm bridge isn't currently accessed by anything on the host machine | 19:56 |
dprince | lifeless: yeah. I commented as much | 19:56 |
lifeless | dprince: it doesn't have an ip etc; we may change that in future, but for now its fine | 19:56 |
dprince | lifeless: ah, cool. So you buy this? | 19:56 |
lifeless | dprince: haven't read the patch yet, but changing the generated macs to look real is a big +1 conceptually from me | 19:57 |
lifeless | dprince: have you reworked the other patch to not use the /e/n/i ovs support? | 19:57 |
dprince | lifeless: was just trying to think ahead and avoid another (cryptic) problem | 19:57 |
dprince | lifeless: no, I'm not sure I can sir | 19:57 |
lifeless | dprince: ok, I'll take a look Monday | 19:58 |
dprince | lifeless: the thing about eni is you either use it or you don't | 19:58 |
lifeless | dprince: whats the # again ? | 19:58 |
dprince | lifeless: https://review.openstack.org/#/c/69918/ | 19:58 |
lifeless | dprince: I'm not saying 'dont use eni', I'm saying 'dont use the bad eni glue' | 19:59 |
lifeless | dprince: just means the stanza is written differently and we let ovs maintain the state | 19:59 |
dprince | lifeless: so the Fedora scripts behave the same way (i.e. it removes the bridge if you ifdown the bridge) | 19:59 |
lifeless | dprince: should I push up another iteration when I look at it, or do you want me to send you a patch out of band ? | 19:59 |
lifeless | dprince: sounds like using the fedora stuff will be a mistake too | 20:00 |
openstackgerrit | Ryan Brady proposed a change to openstack/tripleo-image-elements: Fix tgt target in cinder element https://review.openstack.org/81804 | 20:00 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 20:01 |
dprince | lifeless: I might prefer to see these side/by/side | 20:01 |
dprince | lifeless: I'm not sure the init scripts will like it if you don't have them both configured though (haven't tested it) | 20:02 |
*** gcha has quit IRC | 20:03 | |
dprince | lifeless: On Fedora upping the interface tries to make sure the bridge is also up | 20:03 |
dprince | lifeless: My guess is Ubuntu does the same | 20:04 |
dprince | lifeless: in any case we bounce Neutron on a config refresh anyway so everything will get recreated | 20:04 |
*** dprince has quit IRC | 20:06 | |
*** epim has quit IRC | 20:07 | |
lifeless | nuts hes gone | 20:07 |
lifeless | I was going to say I'm very confused | 20:07 |
lifeless | if the goal is to preserve state, we should | 20:07 |
lifeless | if we don't want to preserve state, just putting the ovs db in tmpfs would do that :) | 20:07 |
*** gcha has joined #tripleo | 20:08 | |
SpamapS | lifeless: the bad ENI glue deserves some upstream fist shaking / bug filing before we abandon hope of it working. | 20:08 |
SpamapS | lifeless: entirely possible that Debian doesn't understand. | 20:09 |
lifeless | SpamapS: I'm sure they don't, but we need something that works now | 20:11 |
lifeless | SpamapS: so we should shake in parallel | 20:11 |
SpamapS | Right, I prefer to start upstream. For all we know they've a fix in-flight. | 20:12 |
*** yassine has quit IRC | 20:16 | |
*** vkozhukalov has quit IRC | 20:21 | |
*** morazi_ has joined #tripleo | 20:22 | |
*** morazi has quit IRC | 20:25 | |
lifeless | SpamapS: https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=openvswitch;dist=unstable;repeatmerged=0 | 20:26 |
*** julim has quit IRC | 20:27 | |
lifeless | SpamapS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701760 will affect us | 20:27 |
uvirtbot | Debian bug 701760 in openvswitch-switch "openvswitch-switch: problem interacting with libvirt" [Important,Open] | 20:27 |
lifeless | SpamapS: open for > 1 year | 20:28 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Enable unit testing https://review.openstack.org/83888 | 20:30 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Add unit tests for os-svc-daemon https://review.openstack.org/83889 | 20:30 |
lifeless | SpamapS: may https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680538 | 20:30 |
uvirtbot | Debian bug 680538 in openvswitch-brcompat "openvswitch - brcompat unable to overtake bridge configured by ifupdown" [Normal,Open] | 20:30 |
lifeless | SpamapS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686518 | 20:31 |
uvirtbot | Debian bug 686518 in openvswitch-switch "openvswitch-switch: No network configuration with openvswitch" [Normal,Open] | 20:31 |
lifeless | SpamapS: there isn't a precise bug listed | 20:32 |
*** julim has joined #tripleo | 20:33 | |
openstackgerrit | Steven DuChene proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys https://review.openstack.org/83596 | 20:36 |
lifeless | the thing I think people miss is that openvswitch is not like brutils | 20:38 |
lifeless | SpamapS: anyhow its saturday here, I just don't want us to half-ass this; either we're stateless in which case we should be stateless; or we're stateful in which case we should be stateful. | 20:39 |
*** eguz has joined #tripleo | 20:52 | |
*** CaptTofu has joined #tripleo | 20:52 | |
*** andreaf has joined #tripleo | 20:54 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Write a dpkg manifest to list installed packages https://review.openstack.org/83171 | 20:55 |
*** eghobo has quit IRC | 20:56 | |
*** julim has quit IRC | 20:59 | |
*** matty_dubs is now known as matty_dubs|gone | 21:01 | |
*** mestery has joined #tripleo | 21:02 | |
*** lblanchard has quit IRC | 21:06 | |
*** rpodolyaka1 has joined #tripleo | 21:09 | |
NobodyCam | lifeless: I think just a minor change to the ci_commands regex would fix... but I have no idea on how to actually test it.. http://paste.openstack.org/show/G5usxK1nMdJ7fbe8DkpM/ | 21:10 |
*** jdob has quit IRC | 21:11 | |
*** rpodolyaka1 has quit IRC | 21:18 | |
devananda | SpamapS: hi! have a few ironic patches you may be interested in, if'n your testing ironic stuff today | 21:20 |
SpamapS | devananda: I'm just trying to keep my patches moving forward in the review queue and doing reviews today.... | 21:24 |
devananda | SpamapS: if you want to review stuff in ironic, there's a few RC-targeted patches in flight that fix things for tripleo .... :) | 21:24 |
SpamapS | Ng: btw, https://review.openstack.org/#/c/83614/ is blocking my software-config conversion work. | 21:25 |
SpamapS | GheRivero: ^^ | 21:25 |
SpamapS | slagle: ^^ | 21:25 |
* Ng looks | 21:25 | |
SpamapS | devananda: yay | 21:25 |
*** sballe_ has joined #tripleo | 21:26 | |
NobodyCam | SpamapS: also don't know if you saw my comment to lifeless. I think a minor regex change will fix the ssh bug lifeless reported in ci | 21:27 |
*** stevehuang has quit IRC | 21:28 | |
SpamapS | NobodyCam: patch #? | 21:29 |
*** sballe has quit IRC | 21:29 | |
lifeless | SpamapS: 10:10 < NobodyCam> lifeless: I think just a minor change to the ci_commands regex would fix... but I have no idea on how to actually test it.. | 21:32 |
lifeless | http://paste.openstack.org/show/G5usxK1nMdJ7fbe8DkpM/ | 21:32 |
NobodyCam | SpamapS: just getting it ready now | 21:34 |
*** morazi_ has quit IRC | 21:37 | |
*** eguz has quit IRC | 21:39 | |
openstackgerrit | Chris Krelle proposed a change to openstack-infra/tripleo-ci: Allow ironic to use ssh commands https://review.openstack.org/83906 | 21:42 |
NobodyCam | SpamapS: lifeless ^^^ I do not know how to test that localy | 21:43 |
lifeless | NobodyCam: configure the ssh virtual power key on your laptop using that | 21:48 |
lifeless | NobodyCam: then with USE_IRONIC=1 run devtest | 21:48 |
lifeless | NobodyCam: but customise your testenv.json first | 21:48 |
lifeless | roughly | 21:48 |
lifeless | actually no need to customise testenv.json | 21:49 |
lifeless | just modify your .ssh/authorized_keys file to use ci_commands | 21:49 |
lifeless | then run with USE_IRONIC=1 | 21:49 |
NobodyCam | :) doh... yes... doing now | 21:50 |
jang1 | heh. lesson learned today: make sure your ipmi addresses line up with your intended targets. Yes, I rebooted my workstation. | 21:51 |
lifeless | jang1: :) | 21:52 |
lifeless | welcome to inception | 21:52 |
*** e0ne_ has joined #tripleo | 21:55 | |
SpamapS | jang1: at least you only _rebooted_ it. | 21:55 |
*** e0ne has quit IRC | 21:57 | |
*** untriaged-bot has joined #tripleo | 22:00 | |
untriaged-bot | Untriaged bugs so far: | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 22:00 |
*** untriaged-bot has quit IRC | 22:00 | |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 22:00 |
*** e0ne_ has quit IRC | 22:03 | |
*** e0ne has joined #tripleo | 22:04 | |
*** geerdest has quit IRC | 22:04 | |
*** eghobo has joined #tripleo | 22:13 | |
*** eghobo has quit IRC | 22:13 | |
*** eghobo has joined #tripleo | 22:13 | |
jang1 | I would have reimaged it but nova bm died. | 22:14 |
NobodyCam | lifeless: SpamapS: I think it was able to test correctly. and it worked: http://paste.openstack.org/show/NkpV3FYoqcsvBw186Abu/ | 22:14 |
jang1 | lifeless: if I can bend your ear for a couple of minutes: you said that the heat callback URIs were signed. How's the key generated for that? I take it that launching the same seed disk image a second time won't lead to the same signatures> | 22:15 |
jang1 | still trying to figure out what's going on with our bizarre baremetal misbehaviour | 22:15 |
lifeless | SpamapS: ^ | 22:17 |
lifeless | jang1: I haven't read the deep plumbing but | 22:17 |
lifeless | jang1: the waitcondition url is unique to a stack + wait condition instance | 22:17 |
lifeless | jang1: stacks have a uuid, so new seed -> new stack - must be unique | 22:18 |
lifeless | jang1: beyond that, if the wait condition resource is recreated I'm moderately sure it would be unique there as well | 22:18 |
*** morazi has joined #tripleo | 22:19 | |
jang1 | hrm. | 22:20 |
jang1 | I've been chasing another bug today (traces from the nova bm image download) - will pick it up on Monday. | 22:21 |
*** marun has quit IRC | 22:21 | |
jang1 | although, all of Galway _is_ asleep right now... | 22:21 |
lifeless | good time to use their workstations as atest cluster | 22:22 |
NobodyCam | oh can we deploy a seti search client on them while they sleep? | 22:23 |
*** marun has joined #tripleo | 22:23 | |
*** andreaf has quit IRC | 22:24 | |
jang1 | I thought bitcoin mining was all the rage these days | 22:26 |
NobodyCam | lifeless: undercloud deployed and loading up all the overcloud files... testing with lifeless method has worked | 22:26 |
NobodyCam | a6d0f7ee-1a24-47b8-abf2-198657449190 | overcloud | CREATE_IN_PROGRESS | 2014-03-28T22:27:14Z | 22:27 |
lifeless | NobodyCam: and it used ironic (e.g. ironic node-list against the undercloud works?) | 22:31 |
lifeless | NobodyCam: and - finalyl - try ssh localhost -i ~/.ssh/virtual-power-key and make sure that that auths ok but errors because the command isn't permitted | 22:32 |
NobodyCam | lifeless: http://paste.openstack.org/show/fXEElTX4EG2C48dkYwOU/ | 22:33 |
NobodyCam | ugg got me with the last one... I was able to auth... which is very odd | 22:35 |
lifeless | should be able to auth | 22:35 |
NobodyCam | s/auth/login | 22:35 |
lifeless | shouldn't be able to login | 22:35 |
lifeless | so, the virtual-power-key line in your authorized_keys file is wrong :) | 22:36 |
lifeless | or try | 22:36 |
lifeless | ssh localhost -i ~/.ssh/virtual-power-key ls | 22:36 |
lifeless | (maybe we wrongly let interactive connections through) | 22:36 |
SpamapS | jang1: the key for the signature is an ec2 credential created attached to an ephemeral keystone user that can only do one thing (signal the waitcondition) | 22:36 |
lifeless | which would be a separate bug | 22:36 |
NobodyCam | nobodycam@nobodycam-HP-EliteBook-8460p:~$ ssh localhost -i ~/.ssh/id_rsa_virt_power ls | 22:38 |
NobodyCam | Unknown command: ls | 22:38 |
NobodyCam | retesting the login bit | 22:38 |
NobodyCam | lifeless: nope couldn't log in http://paste.openstack.org/show/KXB0dDhTBmvBrZ35eRow/ | 22:39 |
NobodyCam | I just cut and pastd you example and then recalled I use a different key name.. so it nicly defaulted to my id_rsa file | 22:40 |
lifeless | NobodyCam: did devtest use thay key? | 22:40 |
NobodyCam | devtest should have used the correct.. but I am already dbl checking | 22:41 |
jang1 | SpamapS: thanks. Okay, back to the drawing board. | 22:41 |
NobodyCam | dbl check'd devtest used the correct key! | 22:44 |
jang1 | hrm. How does the callback URI get passed to the undercloud instance? Is it via metadata, or injected into the image via file injection? | 22:44 |
lifeless | +2'd | 22:44 |
lifeless | SpamapS: ^ | 22:45 |
lifeless | jang1: heat metadata | 22:45 |
lifeless | jang1: file injection is the devils work | 22:45 |
*** eguz has joined #tripleo | 22:48 | |
jang1 | okay. Sorry, I've not had a chance to look at the metadata path. If I'm an undercloud running on a particular mac address, where nova BM will be bringin up an instance, what stops me from reading the callback uri from the metadata service? | 22:48 |
*** eghobo has quit IRC | 22:52 | |
jang1 | (actually this is trivial for me to try. I can configure the re-launched seed with the wrong ipmi password so it can't reboot the undercloud. Let me have a fiddle with this.) | 22:54 |
lifeless | ec2 metadata holds creds to heat metadata | 22:59 |
lifeless | heat metadata has the wait cond url | 22:59 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: set -e all the things https://review.openstack.org/83927 | 23:04 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Ensure scripts are set -u https://review.openstack.org/83928 | 23:04 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Check for set -o pipefail https://review.openstack.org/83929 | 23:04 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: dib-lint does not work with set -e https://review.openstack.org/83930 | 23:04 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Make sure all scripts are set -e https://review.openstack.org/81637 | 23:04 |
*** gcha has quit IRC | 23:05 | |
*** SlickNik is now known as gerrit | 23:06 | |
*** gerrit is now known as Guest35494 | 23:06 | |
*** Guest35494 is now known as SlickNik | 23:07 | |
lifeless | jang1: so - I haven't rechecked the bug to see what symptoms you're having | 23:08 |
lifeless | jang1: but | 23:08 |
lifeless | jang1: if heat believes the instance is deployed before it has | 23:08 |
lifeless | jang1: a possible process would be ec2 -> updated heat creds -> success | 23:09 |
lifeless | jang1: using Ironic will fix this | 23:09 |
NobodyCam | happy dance: http://paste.openstack.org/show/t38Hj7wkxmfB4aT8WQJQ/ | 23:11 |
* NobodyCam notes his laptop is not all that fast | 23:11 | |
*** CaptTofu has quit IRC | 23:12 | |
jang1 | what it _looked_ like to us was that, with the old undercloud running, the new seed stood up. It got ready to launch a new stack, put metadata available, which the old undercloud got hold of and used (calling back to heat) before NBM had a chance to shut it down and deploy the new image to it. | 23:12 |
jang1 | but that was mostly surmising from the state of heat afterwards. | 23:12 |
*** CaptTofu has joined #tripleo | 23:12 | |
jang1 | anyway, it's bedtime here. _("night") all. | 23:13 |
lifeless | night! | 23:13 |
*** jang1 has quit IRC | 23:14 | |
*** CaptTofu has quit IRC | 23:16 | |
* greghaynes suddenly understands a lot more after finding the os-apply-config element | 23:30 | |
greghaynes | Now im just confused about why we would ever run service mysql restart before the config applier has run... | 23:31 |
*** CaptTofu has joined #tripleo | 23:44 | |
*** slagle has quit IRC | 23:46 | |
*** slagle has joined #tripleo | 23:47 | |
*** julim has joined #tripleo | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!