openstackgerrit | Dirk Mueller proposed a change to openstack/tuskar: Leave Copyright/Licensing header intact https://review.openstack.org/54852 | 00:08 |
---|---|---|
openstackgerrit | Dirk Mueller proposed a change to openstack/tuskar: remove left-over debug statement https://review.openstack.org/54853 | 00:09 |
openstackgerrit | Dirk Mueller proposed a change to openstack/tuskar: Use Python 3.x compatible except construct https://review.openstack.org/54854 | 00:10 |
*** coolsvap has quit IRC | 00:15 | |
dkehn | lifeless: is the elements/neutron-server/install.d/80-neutron-server generated or editable and loaded as is? | 00:16 |
*** csd has joined #tripleo | 00:17 | |
lifeless | editable | 00:20 |
dkehn | lifeless: ok, maybe my mistake I thought I edited it, but it didn't, will try again | 00:22 |
*** matsuhashi has joined #tripleo | 00:25 | |
*** mwagner_lap has joined #tripleo | 00:40 | |
*** krotscheck has quit IRC | 00:40 | |
*** CaptTofu has joined #tripleo | 00:43 | |
*** noslzzp has quit IRC | 01:04 | |
*** nosnos has joined #tripleo | 01:09 | |
dkehn | lifeless: u still around | 01:16 |
lifeless | yup | 01:18 |
dkehn | lifeless: I'm seeing the neutron-server fail on the seed and wonding in my ml2_conf.ini my mechanism_drivers = openvswitch,linuxbridge | 01:19 |
dkehn | lifeless: is setup with linuxbridge and wondering if the drivers are even loaded | 01:19 |
lifeless | which drivers? | 01:20 |
dkehn | linuxbridge - or is that a defactor std with linux - I gues maybe dumb ques | 01:20 |
lifeless | the kernel facility is in just about every vendor kernel you'll get | 01:25 |
lifeless | the userspace tools may not be installed | 01:25 |
dkehn | ok | 01:25 |
lifeless | I wouldn't expect us to be using linuxbridge though, since we have ovs available and it's substantially better particularly w.r.t. vlans | 01:25 |
dkehn | I think I'm going to remote is from the ini file for good measure | 01:25 |
lifeless | but | 01:25 |
lifeless | like I say, I know nothing about ml2's needs | 01:25 |
dkehn | ml2 by default will use ovs | 01:26 |
*** noslzzp has joined #tripleo | 01:27 | |
dkehn | lifeless: if I want to kick the neutron-server as the system does is it absically just the elements/neutron-server/install.d/80-neutron-server command ? and where is the os-svc-deamon | 01:31 |
lifeless | kick? | 01:32 |
dkehn | kick = restart | 01:32 |
lifeless | service neutron-server restart if you want to restart just neutron | 01:32 |
dkehn | kick= start | 01:32 |
dkehn | gottis | 01:32 |
dkehn | got it | 01:33 |
lifeless | os-collect-config --force --one | 01:33 |
lifeless | to force a full config run | 01:33 |
dkehn | naw the neutron is failing and I want to try things just to see it get running or debug them along the way | 01:34 |
dkehn | ok, i see where the scripts are os-..... | 01:35 |
dkehn | is there anything that needs to be done to ensure a /var/log/upstart log output | 01:36 |
lifeless | it is automatic when the daemon outputs anything | 01:36 |
lifeless | if the daemon doesn't output anything, then there is no file. If the daemon is logging to a file on it's own you can also see that | 01:37 |
lifeless | but I think all our things log (correctly) to stdout | 01:37 |
dkehn | ok | 01:37 |
dkehn | lifeless: os-svc-daemon neutron-server neutron neutron-server "--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-dir /etc/neutron" not see anything, what am I missing | 01:42 |
lifeless | dkehn: thats the installation line, nothing to do with config | 01:42 |
lifeless | dkehn: have a look in the neutron config files for it's logging configuration | 01:43 |
dkehn | lifeless: ok | 01:43 |
dkehn | lifeless: ok, making it harder that it need service neutron-server restart, bhah | 01:45 |
lifeless | dkehn: I'm confused. Can you give me more context please? | 01:48 |
dkehn | lifeless: sorry, neutron-server is failing with the ml2 configured and I'm trying to understand what neutron doesn't like | 01:49 |
dkehn | lifeless: so make tweaks in the conf files and rerunning the neutron to see | 01:50 |
lifeless | ok. And what is that making harder? | 01:50 |
dkehn | lifeless: sorry, I'm making it harder, nothing with whats going on, I'm getting a detail education in the workings of how tripleo works | 01:51 |
lifeless | ok | 01:51 |
dkehn | lifeless: i've pasted the log http://paste.openstack.org/show/50364/, I access denied as the critical error | 01:59 |
lifeless | 'I access denied' ? | 01:59 |
lifeless | EPARSE | 01:59 |
lifeless | I think your fingers are betraying you and not including everything you think :) | 02:00 |
lifeless | dkehn: it's trying to login to mysql as root@localhost | 02:00 |
lifeless | dkehn: which is wrong; your config template or your seed metadata config is wrong | 02:00 |
dkehn | lifeless: I'm using what the ml2 noe neutron | 02:01 |
dkehn | s/noe/not | 02:01 |
lifeless | I still can't parse that - 'I'm using what the ml2 not neutron' ? | 02:01 |
dkehn | atabase] | 02:01 |
dkehn | connection = mysql://root:secret@127.0.0.1/neutron_ml2?charset=utf8 | 02:01 |
lifeless | thats wrong | 02:02 |
lifeless | is that from /etc or your template? | 02:02 |
dkehn | that is from my /etc/neutron/plugins/ml2/ml2_conf.ini | 02:03 |
lifeless | ok, so it's wrong | 02:04 |
dkehn | ok | 02:04 |
lifeless | have a look at the ovs agent plugin ini | 02:04 |
dkehn | I see that the ovs ini file is using the {{neutron.ovs_db}} | 02:04 |
lifeless | tada | 02:04 |
dkehn | ok | 02:04 |
dkehn | ok | 02:04 |
dkehn | lifeless: thanks for the help, that was it | 02:09 |
lifeless | cool | 02:12 |
dkehn | lifeless: calling it a night, l8r | 02:13 |
lifeless | gnight! | 02:13 |
lifeless | SpamapS: if you want to optimise, making dksm and support-physical-hardware noops when not needed, would probably be the single biggest save you can do. | 02:14 |
lifeless | SpamapS: just a thought | 02:14 |
*** noslzzp has quit IRC | 02:19 | |
*** sdake has joined #tripleo | 02:27 | |
lifeless | SpamapS: ping | 02:37 |
lifeless | in cfninit, do you need this: | 02:37 |
lifeless | "services" : { | 02:37 |
lifeless | "systemd" : { | 02:37 |
lifeless | "mysqld" : { "enabled" : "true", "ensureRunning" : "true" } | 02:37 |
lifeless | } | 02:37 |
lifeless | for ubuntu ? | 02:37 |
lifeless | or is just installing mysql-server sufficient? | 02:37 |
*** matsuhashi has quit IRC | 02:43 | |
*** matsuhashi has joined #tripleo | 02:43 | |
*** matsuhas_ has joined #tripleo | 02:44 | |
*** matsuhashi has quit IRC | 02:44 | |
lifeless | gnar, we deployed qemu again. | 02:46 |
lifeless | I thought we fixed that | 02:46 |
lifeless | | | "NovaComputeLibvirtType": "kvm", | 02:48 |
lifeless | hmmm | 02:48 |
lifeless | indeed, libvirt_type=kvm is set | 02:49 |
lifeless | f0be171340] Error: internal error process exited while connecting to monitor: W: kvm binary is deprecated, please use qemu-system-x86_64 instead | 02:51 |
lifeless | char device redirected to /dev/pts/0 (label charserial1) | 02:51 |
lifeless | qemu: at most 2047 MB RAM can be simulated | 02:51 |
lifeless | I wonder if we have something misconfigured: | 02:52 |
lifeless | 2013-10-31 22:20:21,851.851 2650 WARNING nova.virt.libvirt.driver [-] URI qemu:///system does not support events: adding cb to list | 02:52 |
lifeless | but libvirtd:x:113:nova | 02:52 |
lifeless | which is as it should be | 02:52 |
lifeless | and | 02:53 |
lifeless | 3415 ? Sl 1:11 qemu-system-x86_64 -machine accel=kvm:tcg -name instance-00000001 -S -M pc-i440fx-1.4 -cpu n270,+lahf_lm,+lm,+rdtscp,+pdpe1gb,+aes,+popcnt,+sse4.2,+sse4.1,+dca,+pcid,+pdcm,+xtpr,+ | 02:53 |
lifeless | so we seem at least sometimes able to spawn vms | 02:53 |
*** michchap has quit IRC | 03:04 | |
*** michchap has joined #tripleo | 03:05 | |
*** spzala has joined #tripleo | 03:08 | |
lifeless | huh, we're missing a nova-compute restart somewhere. | 03:16 |
lifeless | will file a bug | 03:16 |
*** spzala has quit IRC | 03:16 | |
lifeless | up, nope | 03:17 |
lifeless | 2013-10-31 22:53:04,392.392 28874 TRACE nova.compute.manager [instance: 9e05e3df-a25d-4ea6-b6ed-e75924ed42b4] qemu: at most 2047 MB RAM can be simulated | 03:17 |
*** jeckersb is now known as jeckersb_gone | 03:18 | |
*** matsuhas_ has quit IRC | 03:20 | |
*** matsuhashi has joined #tripleo | 03:21 | |
*** jcooley_ has joined #tripleo | 03:21 | |
*** sdake has quit IRC | 03:21 | |
*** matsuhashi has quit IRC | 03:26 | |
*** sdake has joined #tripleo | 03:29 | |
*** CaptTofu has quit IRC | 03:45 | |
*** rainya has joined #tripleo | 03:45 | |
*** CaptTofu has joined #tripleo | 03:46 | |
*** edmund has quit IRC | 03:53 | |
*** akuznetsov has joined #tripleo | 04:03 | |
*** tzumainn has quit IRC | 04:13 | |
lifeless | jog0: around ? | 04:24 |
lifeless | jog0: I've something super weird going on in the overcloud | 04:25 |
lifeless | ahhh nvm | 04:25 |
lifeless | figured it out | 04:25 |
lifeless | 32 bit images | 04:26 |
lifeless | uname -a | 04:26 |
lifeless | Linux overcloud-novacompute0-ptwqi3nvydcx 3.8.0-32-generic #47-Ubuntu SMP Tue Oct 1 21:36:40 UTC 2013 i686 i686 i686 GNU/Linux | 04:26 |
*** matsuhashi has joined #tripleo | 04:28 | |
*** rpodolyaka1 has joined #tripleo | 04:34 | |
*** rushiagr has joined #tripleo | 04:38 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Build 64-bit images for the tripleo-cd overcloud. https://review.openstack.org/54875 | 04:47 |
lifeless | manually applied; respinning to verift | 04:49 |
lifeless | fingers crossed that the cloud comes up... | 04:49 |
*** sdake has quit IRC | 04:49 | |
*** rpodolyaka1 has quit IRC | 04:50 | |
*** rpodolyaka1 has joined #tripleo | 04:52 | |
*** shakayumi has joined #tripleo | 05:09 | |
rpodolyaka1 | morning all! | 05:09 |
SpamapS | lifeless: pong, still want me? | 05:21 |
lifeless | SpamapS: hey | 05:22 |
lifeless | SpamapS: kinda, had 'one of those days' | 05:22 |
lifeless | SpamapS: so I have no content written | 05:22 |
SpamapS | lifeless: bombs bursting in air? | 05:22 |
SpamapS | I find that the content only gets written when I can actually _hear_ the clock ticking | 05:23 |
lifeless | SpamapS: C woke L up at 0400; I got the baton at 0530. | 05:24 |
lifeless | low sleep -- bad at everything | 05:24 |
SpamapS | yeah totally | 05:25 |
lifeless | I'm just upgrading the overcloud to 64-bit | 05:30 |
lifeless | cause, you know. | 05:30 |
SpamapS | yeah | 05:30 |
lifeless | https://bugs.launchpad.net/tripleo/+bug/1246966 | 05:30 |
lifeless | its a sign of how tired I am that I didn't figure it out more quickly | 05:31 |
lifeless | then I have a heat template for wordpress w/ golden image | 05:31 |
lifeless | then I need to write content | 05:31 |
lifeless | then it needs to be shinied up | 05:31 |
lifeless | SpamapS: you could land the horizon element if you wanted, I think its gtg now | 05:32 |
SpamapS | lifeless: I've also been up since 0530 oddly enough.. its only 2233 but I'm wiped.. will attack the review queue 1st thing tomorrow. | 05:33 |
lifeless | cool | 05:35 |
lifeless | sleep well | 05:35 |
rpodolyaka1 | release news so far: every project with new commits since the last release has had a release this week. Release notes are currently here https://docs.google.com/document/d/1O5M1vB5v_o4jHUo6BUvEFfIVKUo5kF0OnYe1DeLcnEw/edit?usp=sharing I should probably turn this into an email and send it openstack-dev | 05:41 |
lifeless | rpodolyaka1: wicked cool | 05:41 |
rpodolyaka1 | due to some glitch in Infra, PyPi uploads didn't work for tuskar* projects automatically. clarkb kindly restarted the job manually for python-tuskarclient. Unfortunately, my ISP decided I didn't need internet access last night, so I didn't manage to thank Clark and ask him to do this for tuskar and tuskar-ui too | 05:46 |
rpodolyaka1 | I'll ping Infra today | 05:47 |
*** cd-undercloud has joined #tripleo | 05:47 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 05:47 |
*** cd-undercloud has quit IRC | 05:47 | |
rpodolyaka1 | overcloud is back :) | 05:47 |
lifeless | ok, now to see if the 64 bit fix does | 05:51 |
lifeless | stopped the job again | 05:52 |
*** rushiagr2 has joined #tripleo | 06:16 | |
*** michchap has quit IRC | 06:30 | |
*** rushiagr has quit IRC | 06:34 | |
*** rushiagr2 is now known as rushiagr | 06:35 | |
*** michchap has joined #tripleo | 06:37 | |
*** michchap has quit IRC | 06:40 | |
*** michchap has joined #tripleo | 06:40 | |
lifeless | stevebaker: around ? or asalkeld ? | 06:44 |
*** jprovazn has joined #tripleo | 06:54 | |
stevebaker | lifeless: yep | 06:54 |
stevebaker | lifeless: what flight are you on? there are a few of us on the sunday night airnz one | 06:55 |
*** rpodolyaka1 has quit IRC | 06:56 | |
lifeless | stevebaker: monday | 06:56 |
lifeless | stevebaker: I have some noob heat questions, if you have a few minutes | 06:56 |
stevebaker | shoot | 06:56 |
lifeless | stevebaker: I'm converting WordPress_2_Instances.yaml to use a golden image | 06:56 |
lifeless | and cause I'm stoopid I also moved to Ubuntu | 06:56 |
lifeless | so | 06:56 |
lifeless | "services" : { | 06:56 |
lifeless | "systemd" : { | 06:56 |
lifeless | "httpd" : { "enabled" : "true", "ensureRunning" : "true" } | 06:56 |
lifeless | } | 06:56 |
lifeless | } | 06:56 |
lifeless | is that relevant for Ubuntu, and if so how is it spelt? upstart? same params? | 06:57 |
stevebaker | ah | 06:57 |
lifeless | likewise the mysql one | 06:58 |
lifeless | on ubuntu if you install a package, it's enabled | 06:58 |
lifeless | I'm not using occ/orc/oac - still just cfninit | 06:58 |
lifeless | as I want to demonstrate a least-change migration | 06:58 |
stevebaker | so, instead of systemd it is sysvinit | 06:58 |
stevebaker | and whatever the service is called (apache?) | 06:59 |
lifeless | apache2 I think | 06:59 |
stevebaker | right | 06:59 |
*** akuznetsov has quit IRC | 06:59 | |
stevebaker | choosing sysvinit just runs 'service' and 'chkconfig' for its actions | 07:01 |
lifeless | on every config change? | 07:01 |
lifeless | it doesn't do anything unexpected like ... restart etc? | 07:01 |
stevebaker | in theory it will only start if not already started | 07:03 |
lifeless | ok | 07:05 |
lifeless | and I know I can look this up | 07:05 |
lifeless | but how do I ask for a public ip? | 07:06 |
lifeless | the debian package wants a config file called /etc/wordpress/config-$ip.php | 07:06 |
stevebaker | OS::Nova::Server or AWS instance? | 07:07 |
lifeless | AWS | 07:07 |
stevebaker | (btw, this is handy http://docs.openstack.org/developer/heat/template_guide/ ) | 07:07 |
stevebaker | but anyway, just calling {Fn::GetAttr [myserver, PublicIp]} in UserData or Metadata can be a problem because it causes a circular reference | 07:09 |
lifeless | yeah | 07:09 |
lifeless | also this cloud doesn't default-create public ips | 07:10 |
lifeless | I might just change the debian custom config to be less smart | 07:10 |
lifeless | this is for a talking heads talk after all | 07:10 |
stevebaker | biab, putting boy to bed | 07:10 |
lifeless | night | 07:10 |
*** rushiagr has quit IRC | 07:13 | |
*** cwolferh has quit IRC | 07:19 | |
*** jcoufal has joined #tripleo | 07:25 | |
*** jprovazn has quit IRC | 07:27 | |
stevebaker | lifeless: someone once told me that wordpress demos are lame ;) I put together some ownCloud templates/elements for this week's nzosug https://github.com/steveb/owncloud-heat | 07:32 |
stevebaker | lifeless: it should be quite easy to switch it to ubuntu if you want to give them a go | 07:33 |
lifeless | stevebaker: thats golden image based? | 07:34 |
lifeless | stevebaker: they are lame :) | 07:34 |
lifeless | stevebaker: it is - nice! | 07:34 |
stevebaker | of course! | 07:36 |
*** marios has quit IRC | 07:36 | |
stevebaker | one image shared for db server and web server | 07:36 |
*** marios has joined #tripleo | 07:36 | |
lifeless | stevebaker: ah, interesting, probably good enough | 07:36 |
lifeless | stevebaker: http://openstacksummitnovember2013.sched.org/event/5032a8c96a3f66f68238721287ce2c8d | 07:37 |
*** rushiagr has joined #tripleo | 07:37 | |
lifeless | stevebaker: hopefully it doesn't overlap with a presentation from you :) | 07:37 |
lifeless | stevebaker: cause, using your code to talk about something you're also talking about would be a little awkward ;) | 07:37 |
stevebaker | it won't, i ain't doing one. feel free to use them | 07:38 |
lifeless | \o/ | 07:38 |
lifeless | I shall regift you the beers I am owed :) | 07:38 |
lifeless | stevebaker: you will be in HK though? | 07:38 |
stevebaker | I sure will | 07:38 |
lifeless | stevebaker: is the heat-cfntools a copy of the tie one? | 07:41 |
lifeless | stevebaker: if not; can I copy any improvements back in; if it is - why didn't you use tie? | 07:41 |
lifeless | element, the heat-cfntools element/. | 07:41 |
stevebaker | lifeless: yeah, I don't think I changed anything, copy paste | 07:42 |
stevebaker | i just wanted the demo in a single repo | 07:44 |
*** lsmola has joined #tripleo | 07:44 | |
lifeless | stevebaker: fair enoug | 07:46 |
* lifeless applies hatchet | 07:46 | |
lifeless | stevebaker: heh, you were missing an element-dep on source-repositories in owncloud | 07:46 |
lifeless | stevebaker: how was your talk received? | 07:47 |
stevebaker | ah, so was I unwittingly using the fedora owncloud? | 07:48 |
stevebaker | the talk went really well, to an intimate crowd of 9 | 07:49 |
lifeless | stevebaker: quite possibly, or source-repositories was being brought in by heat-cfntools | 07:49 |
lifeless | so working by chance | 07:49 |
lifeless | o A Cobbler interface for OS provisioning | 07:49 |
lifeless | ^ lol wut | 07:49 |
* lifeless shouldn't be negative, but thats really classically not getting it | 07:49 | |
*** jtomasek has joined #tripleo | 07:50 | |
stevebaker | lifeless: there was talk of asking you to come up and present at the end of jan? | 07:50 |
lifeless | stevebaker: there may have been but it hasn't reached me | 07:52 |
lifeless | stevebaker: I'd need check w/Lynne - she's not doing LCA, but is doing something after i'm back. | 07:52 |
lifeless | so I'm sure we can work something out | 07:52 |
lifeless | can you drop me a mail with proposed dates etc? | 07:52 |
stevebaker | lifeless: it is the 4th Monday of the month, so you could just pick one that suits best | 07:54 |
lifeless | openstack UG ? | 07:54 |
stevebaker | yep | 07:54 |
lifeless | ok | 07:54 |
lifeless | you may need to remind me | 07:54 |
stevebaker | http://www.meetup.com/New-Zealand-OpenStack-User-Group/ | 07:55 |
lifeless | that bit I knew | 07:56 |
lifeless | remind me to pick a month | 07:56 |
stevebaker | ah, sure can | 07:56 |
lifeless | I've been awake far too many hours now | 07:56 |
stevebaker | yr supposed to get sleep before summit | 07:57 |
lifeless | yea | 07:57 |
lifeless | C has a hacking cough | 07:57 |
lifeless | -> Lynne had her through to 0530 this morning | 07:57 |
lifeless | I had her from then through to kindy time | 07:58 |
stevebaker | meh, suck | 07:58 |
lifeless | yeah | 07:58 |
lifeless | what really suck is I have a hoarse throat now | 07:59 |
lifeless | so.... | 07:59 |
lifeless | FARK | 07:59 |
stevebaker | my wife has lost her voice, I'm keeping my distance | 08:00 |
lifeless | heh, paper mask! | 08:00 |
*** matsuhashi has quit IRC | 08:08 | |
*** matsuhashi has joined #tripleo | 08:08 | |
*** matsuhashi has quit IRC | 08:12 | |
*** matsuhashi has joined #tripleo | 08:16 | |
*** akuznetsov has joined #tripleo | 08:17 | |
*** martyntaylor has joined #tripleo | 08:19 | |
Ng | morning | 08:32 |
Ng | today is going to be super wonky, taking rike&kids to the airport shortly, so I'll be starting super late | 08:32 |
*** matsuhashi has quit IRC | 08:34 | |
lifeless | Ng: they are coming to HK? | 08:34 |
lifeless | stevebaker: so in templates/owncloud-2-tier-own-network.yaml | 08:34 |
lifeless | dns_nameservers: [192.168.1.254] | 08:34 |
lifeless | where is that address coming from ? | 08:34 |
lifeless | stevebaker: also, why are you defining your own network ? | 08:35 |
lifeless | oh, because tats the point of that template. righto | 08:37 |
*** jistr has joined #tripleo | 08:39 | |
*** ohadlevy has joined #tripleo | 08:40 | |
openstackgerrit | Victor Sergeyev proposed a change to openstack/python-tuskarclient: Fix os-auth-token pass to _get_client_with_token() https://review.openstack.org/54740 | 08:47 |
lifeless | hmm | 08:52 |
lifeless | our heat may be misconfigured | 08:52 |
lifeless | | resource_status | CREATE_FAILED | | 08:52 |
*** athomas has joined #tripleo | 08:52 | |
lifeless | | resource_status_reason | Forbidden: You are not authorized to perform the requested action, admin_required. (HTTP 403) | | 08:52 |
lifeless | | resource_type | AWS::CloudFormation::WaitConditionHandle | 08:52 |
*** Ng_ has joined #tripleo | 08:52 | |
*** Ng has quit IRC | 08:58 | |
lifeless | stevebaker: ^ | 08:58 |
lifeless | oh https://answers.launchpad.net/heat/+question/233307 | 09:00 |
lifeless | thats a little wtf | 09:00 |
*** matsuhashi has joined #tripleo | 09:02 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add Horizon element https://review.openstack.org/50918 | 09:03 |
*** jprovazn has joined #tripleo | 09:04 | |
*** jprovazn has quit IRC | 09:04 | |
*** jprovazn has joined #tripleo | 09:04 | |
openstackgerrit | A change was merged to openstack/tuskar: Leave Copyright/Licensing header intact https://review.openstack.org/54852 | 09:05 |
openstackgerrit | A change was merged to openstack/tuskar: remove left-over debug statement https://review.openstack.org/54853 | 09:05 |
openstackgerrit | A change was merged to openstack/tuskar: Use Python 3.x compatible except construct https://review.openstack.org/54854 | 09:07 |
*** matsuhashi has quit IRC | 09:10 | |
*** matsuhashi has joined #tripleo | 09:11 | |
*** matsuhashi has quit IRC | 09:15 | |
*** matsuhashi has joined #tripleo | 09:20 | |
*** rushiagr has quit IRC | 09:21 | |
*** derekh has joined #tripleo | 09:21 | |
derekh | lifeless: would it be ok to spin up a bare metal node on the undercloud, for some tempest testing, I don't seem to have enough RAM here and random tests are failing ... (or at least I want to rule out that ram is the problem) | 09:24 |
lifeless | derekh: go for it; you have admin access for a reason | 09:24 |
*** jistr has quit IRC | 09:24 | |
lifeless | derekh: I suggest you use the admin account's 'default' key which has everyone's keys on it | 09:24 |
lifeless | except james, who I'll add tomorrow | 09:25 |
derekh | lifeless ok will do, thanks | 09:25 |
lifeless | derekh: the rule for baremetal is - don't run untrusted code directly on the bare metal | 09:26 |
lifeless | derekh: which is hopefully self evident | 09:26 |
derekh | lifeless: Yup, makes sense | 09:26 |
*** rushiagr has joined #tripleo | 09:32 | |
ogelbukh | lifeless, derekh, rpodolyaka: could you please look through the following when you have cycles, is this interesting to tripleo/tuskar folks | 09:34 |
ogelbukh | https://wiki.openstack.org/wiki/Rubick/OpenStack_Integration | 09:34 |
rpodolyaka | ogelbukh: sure, I'll take a look after lunch | 09:36 |
*** jistr has joined #tripleo | 09:38 | |
*** jistr has quit IRC | 09:39 | |
*** jistr has joined #tripleo | 09:40 | |
openstackgerrit | Victor Sergeyev proposed a change to openstack/python-tuskarclient: Fix handling of values obtained from Keystone https://review.openstack.org/54740 | 09:43 |
*** lucasagomes has joined #tripleo | 09:52 | |
*** markmc has joined #tripleo | 09:54 | |
*** vkozhukalov has joined #tripleo | 10:10 | |
*** mwagner_lap has quit IRC | 10:10 | |
*** nijaba_ has quit IRC | 10:19 | |
*** rdopieralski has joined #tripleo | 10:20 | |
*** akuznetsov has quit IRC | 10:21 | |
*** matsuhashi has quit IRC | 10:25 | |
*** rdopieralski has quit IRC | 10:28 | |
*** nosnos has quit IRC | 10:32 | |
*** tserong has quit IRC | 10:48 | |
derekh | ogelbukh: will also take a look through it today | 10:52 |
*** akuznetsov has joined #tripleo | 10:55 | |
*** CaptTofu has quit IRC | 11:00 | |
*** CaptTofu has joined #tripleo | 11:01 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Remove stale comment https://review.openstack.org/54906 | 11:15 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Remove extra slashes https://review.openstack.org/54907 | 11:16 |
*** jcoufal-mob has joined #tripleo | 11:18 | |
*** michchap has quit IRC | 11:18 | |
*** michchap has joined #tripleo | 11:21 | |
rpodolyaka | ogelbukh: hey, rubick looks pretty interesting | 11:24 |
rpodolyaka | ogelbukh: but I don't think there should so much attention paid to checking the values in config files | 11:25 |
*** jcoufal-mob has quit IRC | 11:25 | |
*** jcoufal-mob has joined #tripleo | 11:26 | |
rpodolyaka | ogelbukh: we could implement advanced validation of config options values in oslo.config instead | 11:26 |
rpodolyaka | ogelbukh: and it already validates data types | 11:27 |
rpodolyaka | ogelbukh: advanced rules are very promising though | 11:28 |
*** mwagner has joined #tripleo | 11:28 | |
rpodolyaka | ogelbukh: if our 'knowledge base' is large enough to describe the best practices | 11:29 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-image-elements: Remove stale comments https://review.openstack.org/54909 | 11:31 |
*** jcoufal-mob has quit IRC | 11:31 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-image-elements: Removing iptables FORWARD filter https://review.openstack.org/54910 | 11:32 |
*** CaptTofu has quit IRC | 11:33 | |
*** CaptTofu has joined #tripleo | 11:34 | |
*** ruhe has joined #tripleo | 11:35 | |
*** hewbrocca has joined #tripleo | 11:51 | |
ogelbukh | rpodolyaka: thanks for the feedback! | 11:53 |
ogelbukh | btw, there's #rubick channel, we could talk there if you want | 11:53 |
rpodolyaka | ogelbukh: ok, but I think don't have that much feedback right now :) | 11:56 |
rpodolyaka | ogelbukh: just want you guys not to focus on plain config stuff | 11:56 |
rpodolyaka | ogelbukh: or it might be a misleading video | 11:56 |
*** ehelms is now known as ehelms-afk | 11:58 | |
*** morazi-afk has quit IRC | 12:04 | |
openstackgerrit | A change was merged to openstack/python-tuskarclient: Fix handling of values obtained from Keystone https://review.openstack.org/54740 | 12:06 |
*** ruhe has quit IRC | 12:14 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Build 64-bit images for the tripleo-cd overcloud. https://review.openstack.org/54875 | 12:18 |
*** lucasagomes is now known as lucas-hungry | 12:22 | |
ifarkas | marios, ping | 12:24 |
*** rushiagr has quit IRC | 12:25 | |
ifarkas | marios, what patchset have you used for nova to get the baremetal ids? | 12:25 |
*** jdob has joined #tripleo | 12:26 | |
*** ehelms-afk is now known as ehelms | 12:27 | |
marios | ifarkas: pong, not sure what you mean? | 12:30 |
marios | ifarkas: do you mean 'patched nova for tuskar' for the uuid stuff? are you following the 2 node setup? | 12:31 |
ifarkas | marios, yeah, I meant the patched nova for tuskar, but I am using tripleo | 12:31 |
ifarkas | marios, is it describe in the undercloud-live setup? | 12:32 |
marios | ifarkas: yeah its actually patched by the tuskar_install script for demo | 12:33 |
*** michchap has quit IRC | 12:49 | |
*** michchap has joined #tripleo | 12:53 | |
*** michchap_ has joined #tripleo | 12:54 | |
*** dprince has joined #tripleo | 12:54 | |
*** michchap_ has quit IRC | 12:54 | |
*** michchap_ has joined #tripleo | 12:56 | |
*** michchap has quit IRC | 12:58 | |
*** jdob has quit IRC | 12:59 | |
lsmola | marios, ping | 12:59 |
*** jdob has joined #tripleo | 12:59 | |
*** Ng_ is now known as Ng | 13:02 | |
*** ChanServ sets mode: +v Ng | 13:02 | |
marios | lsmola: pong | 13:02 |
*** tzumainn has joined #tripleo | 13:02 | |
lsmola | marios, hey, how are you? | 13:03 |
marios | lsmola: fine mate, its friday :), urself? | 13:04 |
lsmola | marios, I am trying to install the undercloud-live, as ccrouch has asked me | 13:04 |
marios | sure | 13:04 |
lsmola | marios, this is my progress so far http://etherpad.corp.redhat.com/HKvpPd7oFo | 13:04 |
*** julim has joined #tripleo | 13:05 | |
lsmola | marios, it's being kind of unresponsive, I am installing it in the lab, and connect via virt-manager, that could be part of that | 13:06 |
marios | lsmola: perhaps try spice, may have better luck | 13:07 |
*** jeckersb_gone is now known as jeckersb | 13:08 | |
marios | lsmola: or even better, if you can get virsh to give you a console use that (but virsh console wasn't working for me( | 13:08 |
*** CaptTofu has quit IRC | 13:08 | |
*** CaptTofu has joined #tripleo | 13:09 | |
*** morazi has joined #tripleo | 13:12 | |
lsmola | marios, hmm seems I can't get pass the error I have in the paste | 13:12 |
lsmola | marios, yeah the virsh console is not working for me too | 13:12 |
lsmola | marios, well the virt-manager is doable, it only froze first time, now it is just slow | 13:12 |
lsmola | marios, do you have any idea what is the network error about? | 13:13 |
lsmola | marios, I am going to try that on another lab | 13:13 |
marios | lsmola: cant see network error in fpase | 13:15 |
marios | lsmola: yeah spice was slow as hell too and quite frustrating | 13:15 |
marios | lsmola: but they are vms right. | 13:15 |
marios | lsmola: oh, just seen the extra paste, looking | 13:16 |
marios | lsmola: did you copy the icfcg-eth0 scripts correctly for step 13? | 13:17 |
marios | lsmola: verify they're there before the install | 13:17 |
*** markmc has quit IRC | 13:20 | |
lsmola | marios, yes, well to the one of them, then I isnatll just one of them | 13:28 |
*** ruhe has joined #tripleo | 13:28 | |
lsmola | marios, do i have to copy it in both of them before I start the installation of one of them? :-) | 13:29 |
*** ruhe has quit IRC | 13:32 | |
*** vkozhukalov has quit IRC | 13:32 | |
*** jayg|g0n3 is now known as jayg | 13:36 | |
*** ruhe has joined #tripleo | 13:38 | |
*** lucas-hungry is now known as lucasagomes | 13:40 | |
*** jdob has quit IRC | 13:41 | |
*** jdob has joined #tripleo | 13:41 | |
*** ruhe has quit IRC | 13:57 | |
lsmola | marios, ok trying to set it up on both, then run kickstart on control node first | 14:00 |
lsmola | marios, oh I see the manual says /etc/sysconfig/network-scripts/ifcfg-ens3 | 14:07 |
lsmola | marios, but then it looks in /mnt/sysimage/etc/sysconfig/network-scripts | 14:07 |
lsmola | marios, is it error? or wrong configuration of mine? | 14:07 |
*** ruhe has joined #tripleo | 14:11 | |
marios | lsmola: sorry, was on a call. so you really have to follow the steps very carefully. take your time | 14:11 |
lsmola | marios, is that one a bug? | 14:13 |
marios | lsmola: which one? | 14:13 |
lsmola | marios, that it looks for /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-ens3 | 14:14 |
lsmola | marios, instead of /etc/sysconfig/network-scripts/ifcfg-ens3 | 14:14 |
marios | lsmola: whats looks? :) | 14:14 |
NobodyCam | good morning TripleO | 14:14 |
marios | s/whats/what | 14:14 |
lsmola | marios, i have copied it also to /mnt/sysimage/ and it provisioned the control node | 14:14 |
lsmola | marios, the kickstart | 14:14 |
lsmola | marios, if there is no /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-ens3 , it throws the network error i have pasted | 14:15 |
marios | lsmola: i didn't hit that one fwiw. why don't you make a note and take it up with slagle | 14:17 |
lsmola | marios, ok | 14:18 |
*** d0ugal has quit IRC | 14:21 | |
*** d0ugal_ has joined #tripleo | 14:21 | |
*** d0ugal_ is now known as d0ugal | 14:21 | |
*** d0ugal has joined #tripleo | 14:21 | |
*** athomas has quit IRC | 14:24 | |
*** bnemec is now known as beekneemech | 14:25 | |
*** athomas has joined #tripleo | 14:31 | |
*** ruhe has quit IRC | 14:34 | |
dkehn | morning all | 14:47 |
lsmola | slagle, hello | 14:55 |
*** edmund has joined #tripleo | 14:58 | |
*** edmund has quit IRC | 14:59 | |
*** edmund has joined #tripleo | 14:59 | |
lsmola | slagle, I have been installing Undercloud-Live today, here are some notes http://etherpad.corp.redhat.com/HKvpPd7oFo | 15:00 |
lsmola | slagle, I have successfully get into step 16, will be continuing further, but now sure how far I can get today | 15:01 |
lsmola | slagle, hope that feedback will help a little | 15:01 |
slagle | lsmola: thanks, looking | 15:01 |
lsmola | slagle, relocating, will be back in about a hour | 15:07 |
*** lsmola has quit IRC | 15:12 | |
*** jcooley_ has quit IRC | 15:17 | |
*** matushevski has joined #tripleo | 15:24 | |
*** matushevski has quit IRC | 15:29 | |
*** csd_ has joined #tripleo | 15:29 | |
*** csd has quit IRC | 15:32 | |
*** ifarkas has quit IRC | 15:38 | |
* SpamapS hopes lsmola will share that feedback with all of us soon :) | 15:42 | |
*** edmund has quit IRC | 15:47 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-incubator: Expose option to set libvirt nic driver. https://review.openstack.org/54787 | 15:54 |
*** lsmola has joined #tripleo | 15:55 | |
*** cwolferh has joined #tripleo | 15:55 | |
beekneemech | Hey, has anyone seen an error like this when deploying the overcloud: http://paste.openstack.org/show/50391/ ? | 16:00 |
beekneemech | My compute node appears to have come up, but my notcompute fails due to that. | 16:00 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Use neutron-dhcp-agent exclusivly https://review.openstack.org/54944 | 16:01 |
*** sdake has joined #tripleo | 16:01 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-incubator: Fix numbering error in devtest.sh https://review.openstack.org/54946 | 16:02 |
*** jcoufal has quit IRC | 16:03 | |
slagle | beekneemech: yea, i saw it once before | 16:04 |
slagle | beekneemech: i restarted iscsid and tried again, and didn't see it the 2nd time | 16:04 |
beekneemech | slagle: Okay, I'll try that. Thanks. | 16:05 |
SpamapS | hm | 16:07 |
SpamapS | slagle: did you report that as a bug? | 16:07 |
SpamapS | seems we have two data points | 16:07 |
SpamapS | seems like a race | 16:07 |
SpamapS | races need data | 16:07 |
beekneemech | I'm wondering if it's SELinux related in my case. | 16:08 |
beekneemech | I had some errors in /var/log/messages related to that, but when I checked it was permissive. | 16:08 |
beekneemech | However... | 16:08 |
beekneemech | It's possible that when iscsid started SELinux hadn't been set to permissive yet. | 16:08 |
SpamapS | Would be really something to have this all working with SELinux not permissive. | 16:08 |
*** ehelms is now known as ehelms-afk | 16:09 | |
beekneemech | That theory falls apart a bit if one deploy worked though. | 16:09 |
SpamapS | beekneemech: I didn't think you could go from enforcing -> permissive (only the other way) ? | 16:09 |
beekneemech | SpamapS: Yeah, setenforce 0 sets it to permissive. | 16:09 |
SpamapS | so, if I root the box all I have to do is be able to run that command and boom, the whole house of cards comes down? | 16:10 |
* SpamapS knows that can't be true | 16:10 | |
* beekneemech doesn't know | 16:10 | |
* beekneemech pretty much always disables SELinux. :-) | 16:10 | |
SpamapS | entirely possible there is something that you can do to make it irreversible | 16:10 |
SpamapS | beekneemech: me too, I try every time to keep it on. Usually lasts a few hours. | 16:10 |
beekneemech | Though I think the idea behind SELinux is to prevent someone from rooting you in the first place. | 16:10 |
beekneemech | Once they have root you're pretty much screwed anyway. | 16:11 |
SpamapS | beekneemech: the idea is to contain rooted processes too. | 16:11 |
SpamapS | no the idea is not that once they have root you're screwed. | 16:11 |
slagle | SpamapS: no, b/c when I saw it, I was experimenting with a hacked up baremetal-deploy-helper running multiple worker threads | 16:11 |
slagle | so figure it was related to that | 16:11 |
SpamapS | slagle: ahhh | 16:11 |
SpamapS | slagle: well that would increase the liklihood of races. | 16:11 |
SpamapS | beekneemech: Perhaps the model has changed. But yeah, disable it until you have your tinfoil hat prepared. :) | 16:12 |
slagle | but, yea, we should file something now that beekneemech has seen it as well | 16:12 |
beekneemech | SpamapS: slagle: I'll open a bug while I'm waiting for this latest deploy to fail. :-) | 16:13 |
slagle | beekneemech: out of curiosity, did you update your vm's to use the virtio nic driver as I mentioned? | 16:13 |
derekh | dprince: this seems to fix toci https://review.openstack.org/#/c/54944/ | 16:13 |
slagle | beekneemech: maybe everything is running faster now, and we're hitting the race condition more frequently | 16:13 |
beekneemech | slagle: The only thing I've changed on the vms is to enable VNC. | 16:14 |
slagle | ok | 16:14 |
beekneemech | Actually it's running very slow for me because I have four vms running on a 2 core laptop. :-) | 16:14 |
*** akuznetsov has quit IRC | 16:19 | |
*** viktors has left #tripleo | 16:20 | |
*** rpodolyaka has left #tripleo | 16:20 | |
*** athomas has quit IRC | 16:24 | |
*** cwolferh has quit IRC | 16:24 | |
dprince | derekh: should we leave DHCP_DRIVER in for customization? | 16:28 |
dprince | derekh: I think I'm okay with what you did. I was overloading the DHCP_DRIVER in my .toci file to add in an iboot element. | 16:29 |
dprince | derekh: So what I'll do is follow this up with another review to allow customization in a similar manner but in a more clear manner. | 16:30 |
derekh | dprince: sounds good | 16:30 |
beekneemech | Crud. Just realized I shouldn't have changed to the virtio driver and restarted iscsid at the same time. Now if it works I won't know which fixed the problem. :-/ | 16:31 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Use neutron-dhcp-agent exclusively https://review.openstack.org/54944 | 16:32 |
*** UtahDave has joined #tripleo | 16:46 | |
*** UtahDave has left #tripleo | 16:49 | |
*** dprince has quit IRC | 16:50 | |
*** csd_ has quit IRC | 16:51 | |
*** dprince has joined #tripleo | 16:51 | |
*** csd_ has joined #tripleo | 16:52 | |
*** julim has quit IRC | 17:03 | |
beekneemech | Hmm, I don't appear to be in the appropriate group to triage my bug. | 17:10 |
beekneemech | Requested to join the tripleo team. | 17:13 |
beekneemech | In the meantime, the bug is here: https://bugs.launchpad.net/tripleo/+bug/1247197 | 17:14 |
beekneemech | Unfortunately restarting iscsid didn't fix the problem for me, so I'm still looking. | 17:14 |
*** jcooley_ has joined #tripleo | 17:15 | |
*** krotscheck has joined #tripleo | 17:16 | |
*** hewbrocca has quit IRC | 17:21 | |
lifeless | o/ | 17:27 |
*** edmund has joined #tripleo | 17:43 | |
derekh | time to run, see ye next week. | 17:44 |
*** derekh has quit IRC | 17:45 | |
*** coolsvap has joined #tripleo | 17:46 | |
lifeless | beekneemech: added | 17:46 |
beekneemech | lifeless: Thanks! | 17:46 |
*** jistr has quit IRC | 17:48 | |
*** ehelms-afk is now known as ehelms | 17:49 | |
*** shakayumi has quit IRC | 17:50 | |
*** julim has joined #tripleo | 17:51 | |
SpamapS | lovely.. shots fired at the airport I'll be flying out of in about 18 hours. :-P | 18:03 |
*** rpodolyaka1 has joined #tripleo | 18:03 | |
*** jdob has quit IRC | 18:04 | |
*** lsmola has quit IRC | 18:07 | |
*** jcooley_ has quit IRC | 18:07 | |
*** jcooley_ has joined #tripleo | 18:08 | |
lifeless | SpamapS: noice | 18:08 |
devananda | cody-somerville: ping | 18:08 |
lifeless | SpamapS: so I need a hand | 18:08 |
*** shakayumi has joined #tripleo | 18:10 | |
*** jdob has joined #tripleo | 18:10 | |
SpamapS | lifeless: mmkay. Adrian (18 month old) is spewing chunks today so my time is divided when it's my turn to hold him. ;) | 18:12 |
lifeless | SpamapS: ack | 18:12 |
lifeless | SpamapS: I need heat guidance is all | 18:12 |
lifeless | SpamapS: pushing up a reference | 18:13 |
*** rpodolyaka1 has left #tripleo | 18:17 | |
*** CaptTofu has quit IRC | 18:20 | |
*** CaptTofu has joined #tripleo | 18:20 | |
lifeless | SpamapS: https://github.com/rbtcollins/owncloud-heat | 18:22 |
lifeless | and https://github.com/steveb/owncloud-heat/pull/1 | 18:23 |
*** jcoufal has joined #tripleo | 18:26 | |
*** rpodolyaka1 has joined #tripleo | 18:26 | |
SpamapS | lifeless: ok, on scanning it this all looks relatively straight forward. | 18:26 |
lifeless | right | 18:28 |
lifeless | now running it | 18:28 |
lifeless | | pwdsalt_wc | 121 | state changed | CREATE_IN_PROGRESS | 2013-11-01T04:56:20Z | | 18:28 |
lifeless | | pwdsalt_wc | 122 | WaitConditionTimeout: 0 of 1 received | CREATE_FAILED | 2013-11-01T05:06:21Z | | 18:29 |
lifeless | and thats where I halted due to tired last night | 18:29 |
lifeless | I figure I've something wrong in the cfn script causing the wait condition to fail | 18:29 |
lifeless | I have the server up and running | 18:29 |
lifeless | let me add a public ip to it | 18:29 |
lifeless | ok | 18:30 |
SpamapS | lifeless: cloud-init-output.log should show the details | 18:30 |
lifeless | heat-admin @138.35.77.134 | 18:30 |
lifeless | SpamapS: ok, will look in a sec | 18:30 |
lifeless | I too have young baby :) | 18:30 |
SpamapS | lifeless: allow ssh ingress :) | 18:31 |
SpamapS | mine has become fascinated by a book so I have "??" minutes | 18:31 |
lifeless | SpamapS: its spawned as admin | 18:33 |
lifeless | huh nuts | 18:35 |
lifeless | ERROR: Error. Unable to associate floating ip (HTTP 400) (Request-ID: req-1af0d6c4-cf5d-4373-914d-1cfdaa6e489c) | 18:35 |
lifeless | ut | 18:37 |
lifeless | ok, no floating ip for us | 18:37 |
lifeless | 400-{u'NeutronError': {u'message': u'Bad floatingip request: Port 0183afb4-9f4a-4bb5-bd2e-320add28c7d1 is associated with a different tenant than Floating IP b2af31f4-c2ee-4c31-8e2b-966e6fe0afbe and therefore cannot be bound.', u'type': u'BadRequest', u'detail': u''}} | 18:37 |
lifeless | spawn as admin, get a port owned by service. | 18:38 |
lifeless | I bet I know why too | 18:39 |
lifeless | admin is a member of both the 'admin' and 'service' tenants | 18:39 |
lifeless | and you don't get to choose | 18:39 |
*** blamar has quit IRC | 18:44 | |
lifeless | ah port is admin, floatingip service | 18:46 |
* lifeless fixes other way around | 18:46 | |
lifeless | ok, ssh heat-admin@138.35.77.134 should in theory work | 18:48 |
*** jprovazn has quit IRC | 18:49 | |
lifeless | of course it doesn't | 18:50 |
lifeless | lets see | 18:50 |
lifeless | g.get('method')) | 18:51 |
lifeless | 2013-11-01 01:17:17.844 4118 TRACE neutron.agent.l3_agent Timeout: Timeout while waiting on RPC response - topic: "q-l3-plugin", RPC method: "sync_routers" info: "<unknown>" | 18:51 |
lifeless | yay | 18:51 |
lifeless | restarted l3 agent | 18:52 |
lifeless | and now, ssh works | 18:52 |
lifeless | nup | 18:52 |
lifeless | now port 22 works, ssh not so much | 18:52 |
lifeless | rebuilding the stack, I bet that was not coincidence | 18:54 |
*** ehelms is now known as ehelms-afk | 18:58 | |
*** blamar has joined #tripleo | 18:58 | |
lifeless | grep: /var/www/html/owncloud/config/config.php: No such file or directory | 19:05 |
lifeless | hmm | 19:06 |
lifeless | 2013-11-01 14:33:44,272 - __init__.py[WARNING]: User heat-admin already exists, skipping. | 19:06 |
*** lucasagomes has quit IRC | 19:14 | |
*** dprince has quit IRC | 19:21 | |
*** akuznetsov has joined #tripleo | 19:24 | |
cody-somerville | devananda: pong | 19:48 |
*** coolsvap has quit IRC | 19:49 | |
*** csd_ has quit IRC | 19:49 | |
*** ehelms-afk is now known as ehelms | 19:50 | |
*** CaptTofu has quit IRC | 19:53 | |
*** CaptTofu has joined #tripleo | 19:53 | |
SpamapS | lifeless: still fighting it? | 20:08 |
lifeless | SpamapS: yes | 20:09 |
lifeless | SpamapS: just uploaded an image with stackuser local-config, hopefully will let me log in | 20:09 |
lifeless | stack-create is off | 20:09 |
lifeless | heat event-list owncloud | 20:09 |
*** csd has joined #tripleo | 20:11 | |
lifeless | huh | 20:13 |
lifeless | we load a ridiculously small keypair for admin in the overcloud | 20:13 |
*** funzo_ has joined #tripleo | 20:14 | |
*** funzo has quit IRC | 20:15 | |
SpamapS | lifeless: thats probably just the NSA snooping key ;) | 20:16 |
*** rpodolyaka1 has quit IRC | 20:18 | |
beekneemech | slagle: SpamapS: It looks like my iscsi issue might have just been running out of memory on the host. I bumped all the VMs down 512 MB and now both overcloud nodes came up. | 20:18 |
beekneemech | I'll make a note of that in the bug and close it since it's not an issue with tripleo. | 20:18 |
SpamapS | beekneemech: thanks! | 20:20 |
lifeless | SpamapS: being unable to use non-admin to deploy waitconditions is a bit of an issue... | 20:20 |
SpamapS | lifeless: shardy and I were discussing in #heat earlier today | 20:25 |
SpamapS | lifeless: basically keystone just hasn't made it possible/easy to delegate user creation. | 20:26 |
lifeless | ok, ssh'd into the machine now | 20:26 |
lifeless | nope | 20:26 |
lifeless | bah, wrong machine | 20:27 |
lifeless | ok, in now | 20:27 |
SpamapS | lifeless: the problem really is that "admin in a tenant" seems to be equivalent to "admin everywhere" | 20:27 |
lifeless | SpamapS: it is. | 20:27 |
SpamapS | Return code of 7 after executing: '['su', 'root', '-c', 'curl -X PUT -H \'Content-Type:\' --data-binary \'{"Status": "SUCCESS", "Reason": "Configuration Complete", "Data": "", "UniqueId": "passwordsalt"}\' "http://10.1 | 20:28 |
lifeless | there's nothing seeming about it | 20:28 |
SpamapS | lifeless: right, so what is needed is to be able to create a signed URL from a trust. | 20:28 |
SpamapS | I think | 20:28 |
lifeless | 10.10.16.174 is in the dc private network | 20:28 |
lifeless | we're in a neutron tenant network | 20:29 |
lifeless | how are the two meant to communicate ? | 20:29 |
SpamapS | lifeless: ok, so heat_metadata_server_url must be accessible from instances | 20:29 |
lifeless | -> we need that heat endpoint to be the public ip | 20:29 |
* lifeless adds a card | 20:30 | |
SpamapS | lifeless: /etc/heat/heat.conf heat_metadata_server_url | 20:30 |
SpamapS | ahh public IP | 20:30 |
lifeless | SpamapS: https://trello.com/c/RlTNDTDQ/51-heat-in-the-overcloud-needs-to-advertise-a-public-endpoint-not-it-s-neutron-assigned-ip | 20:30 |
SpamapS | lifeless: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/overcloud-source.yaml#n209 | 20:31 |
lifeless | SpamapS: I know :) | 20:31 |
SpamapS | lifeless: ctlplane should be.. ? | 20:31 |
lifeless | SpamapS: a parameter | 20:31 |
lifeless | SpamapS: see keystone endpoint-list | 20:31 |
SpamapS | lifeless: so there's no API call we can make to figure that out automatically? | 20:32 |
lifeless | SpamapS: or we get everything via ec2 metadata and the problem disappears | 20:32 |
SpamapS | or .. hm.. shouldn't Heat be able to do that call? | 20:33 |
SpamapS | lifeless: yeah ec2 metadata address may be the way to go. | 20:33 |
lifeless | SpamapS: so endpoints are LB's right, ttypically? | 20:33 |
SpamapS | lifeless: right | 20:33 |
lifeless | so where heat actually is has no correspondence to where we tell clients to go | 20:33 |
lifeless | right now we don't model in the template where the LB is | 20:33 |
lifeless | because we don't model the production public networks in the template either | 20:33 |
lifeless | because we don't have neutron vlan $blah setup. | 20:34 |
SpamapS | Just.. i wonder if we could make the default for Heat to query keystone at startup and pull publicurl | 20:34 |
lifeless | so theres clearly an arc we could traverse to get to magic, and we should | 20:34 |
lifeless | but right now, we know the endpoint we want, because we're registering that with keystone | 20:34 |
lifeless | so we can put that into the template as a parameter | 20:34 |
SpamapS | right ok that seems like a straight forward change | 20:34 |
lifeless | I've added a feature card for it to trello | 20:35 |
lifeless | I'm just going to ignore the fact none of this works and write up some slides ;) | 20:35 |
lifeless | now the important question is | 20:36 |
lifeless | what toolchain to write them in | 20:36 |
lifeless | libreoffice? gdocs? $other | 20:36 |
SpamapS | lifeless: https://launchpad.net/console-presenter #audiencefavorite | 20:37 |
*** shakayumi has quit IRC | 20:43 | |
*** shakayumi has joined #tripleo | 20:45 | |
*** jdob has quit IRC | 20:47 | |
*** akuznetsov has quit IRC | 20:48 | |
*** cody-somerville has quit IRC | 21:01 | |
*** julim has quit IRC | 21:02 | |
lifeless | SpamapS: got an hp template for that ? | 21:09 |
*** cody-somerville has joined #tripleo | 21:13 | |
*** cody-somerville has joined #tripleo | 21:13 | |
*** jeckersb is now known as jeckersb_gone | 21:14 | |
*** martyntaylor has left #tripleo | 21:19 | |
*** akuznetsov has joined #tripleo | 21:20 | |
*** UtahDave has joined #tripleo | 21:27 | |
openstackgerrit | dekehn proposed a change to openstack/tripleo-image-elements: Adding ml2 support to baremetal. https://review.openstack.org/54991 | 21:28 |
*** UtahDave has left #tripleo | 21:28 | |
*** akuznetsov has quit IRC | 21:31 | |
lifeless | stevebaker: https://github.com/steveb/owncloud-heat/pull/1 | 21:36 |
*** jayg is now known as jayg|g0n3 | 21:38 | |
*** jtomasek has quit IRC | 21:38 | |
*** martyntaylor has joined #tripleo | 21:49 | |
*** martyntaylor1 has joined #tripleo | 21:50 | |
*** martyntaylor has quit IRC | 21:50 | |
*** cody-somerville has quit IRC | 21:53 | |
*** morazi has quit IRC | 21:54 | |
*** CaptTofu has quit IRC | 22:00 | |
*** CaptTofu has joined #tripleo | 22:00 | |
*** sdake has quit IRC | 22:04 | |
lifeless | slagle: your key is now in the undercloud admin default keypair, and in heat-admin@cd-undercloud.tripleo.org | 22:05 |
lifeless | slagle: use the force well [and don't run untrusted code on bare metal ] | 22:05 |
lifeless | ;) | 22:05 |
slagle | lifeless: i won't turn to the dark side | 22:05 |
*** cody-somerville has joined #tripleo | 22:05 | |
*** cody-somerville has joined #tripleo | 22:05 | |
*** CaptTofu has quit IRC | 22:49 | |
*** CaptTofu has joined #tripleo | 22:50 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-image-elements: Replacing iptables FORWARD filter https://review.openstack.org/54910 | 23:04 |
*** edmund has quit IRC | 23:16 | |
*** jcoufal has quit IRC | 23:25 | |
*** tzumainn has quit IRC | 23:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!