*** iceyao has joined #ara | 00:57 | |
*** iceyao has quit IRC | 01:02 | |
*** iceyao has joined #ara | 01:17 | |
njohnston | :-) | 01:55 |
---|---|---|
*** http_GK1wmSU has joined #ara | 03:25 | |
*** http_GK1wmSU has left #ara | 03:25 | |
*** tbielawa|ShowTim has quit IRC | 04:01 | |
*** iceyao has quit IRC | 04:01 | |
*** iceyao has joined #ara | 04:29 | |
*** iceyao has quit IRC | 04:34 | |
*** iceyao has joined #ara | 04:47 | |
*** resmo has joined #ara | 09:51 | |
*** iceyao has quit IRC | 10:14 | |
*** openstackgerrit has quit IRC | 10:18 | |
*** iceyao has joined #ara | 10:39 | |
*** resmo has quit IRC | 11:42 | |
*** resmo has joined #ara | 11:53 | |
*** iceyao has quit IRC | 12:20 | |
*** weshay_pto is now known as weshay | 12:26 | |
*** tbielawa has joined #ara | 12:33 | |
leifmadsen | dmsimard: yea... systemd in containers is a pain :) | 13:09 |
dmsimard | leifmadsen: I won't give up | 13:26 |
dmsimard | I told ansible-container devs about my "dream" :) | 13:27 |
dmsimard | https://github.com/ansible/ansible-container/issues/399#issuecomment-316109193 | 13:28 |
dmsimard | fwiw I'm trying to picture why this wouldn't be a priority for them | 13:28 |
dmsimard | And I can't see why it wouldn't | 13:28 |
dmsimard | Imagine if all ansible roles were suddenly seamlessly usable with ansible-container | 13:29 |
dmsimard | There's some interesting progress about systems on containers here https://www.projectatomic.io/blog/2017/07/unprivileged-containers-with-bwrap-oci-and-bubblewrap/ | 13:31 |
*** tbielawa is now known as tbielawa|mtg | 13:58 | |
*** tbielawa|mtg is now known as tbielawa | 14:30 | |
*** tbielawa is now known as tbielawa|brb | 15:14 | |
*** iceyao has joined #ara | 15:38 | |
*** iceyao has quit IRC | 15:42 | |
*** tbielawa|brb is now known as tbielawa | 15:43 | |
*** tbielawa is now known as tbielawa|lunch | 16:10 | |
*** tbielawa|lunch is now known as tbielawa | 17:22 | |
*** openstackstatus has quit IRC | 17:27 | |
*** openstack has joined #ara | 17:29 | |
*** openstackstatus has quit IRC | 18:26 | |
*** openstack has joined #ara | 18:28 | |
*** tbielawa is now known as tbielawa|brb | 18:35 | |
*** tbielawa|brb is now known as tbielawa | 18:53 | |
*** openstackgerrit has joined #ara | 19:17 | |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Update .gitreview for feature/1.0 https://review.openstack.org/491029 | 19:17 |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Move ara.models to ara.db.models https://review.openstack.org/491030 | 19:17 |
dmsimard | harlowja: hey, perhaps a silly question | 19:41 |
harlowja | sup | 19:41 |
dmsimard | harlowja: I'm switching from uuids as table primary keys to auto increment integers because apparently doing uuids as primary keys is not a good idea | 19:42 |
harlowja | makes sense, ha | 19:42 |
harlowja | especially since primary keys are usually indexed | 19:42 |
harlowja | and i would guess random-uuids don't index well (if at all) | 19:43 |
dmsimard | harlowja: yeah exactly, I was explained the errors of my ways | 19:43 |
harlowja | ya, prob turns the index from something fast back into O(N) | 19:43 |
dmsimard | harlowja: so I was wondering, should we carry UUIDs at all ? At what point does it become useful ? I guess every resource in openstack has both an id and a uuid ? | 19:43 |
harlowja | someone sometime again must of loved uuids | 19:44 |
dmsimard | I could do "ara playbook show 1" instead of, like, "ara playbook show uuuu-iiii-dddd-0000" | 19:44 |
harlowja | ya, personally i'd rather just have names and such | 19:44 |
harlowja | or | 19:45 |
harlowja | ara playbook show <my-uri> | 19:45 |
dmsimard | harlowja: I guess it would only be a problem if you happen to import data from another database or something ? say your foreign keys are based on IDs instead of UUIDs | 19:46 |
dmsimard | hah, http API will come eventually | 19:46 |
harlowja | idk, URI == uniform resource locator | 19:46 |
harlowja | i guess that's URL | 19:47 |
harlowja | whatever | 19:47 |
harlowja | ha | 19:47 |
harlowja | so ummm, ya, idk, the UUID craze in openstack never quite made sense to me | 19:47 |
harlowja | ara playbook show <playbook>/<run> | 19:48 |
dmsimard | harlowja: ok, let's try that. I can always add it back later if need be. | 19:50 |
dmsimard | I'm shuffling the model a bit around for 1.0 so I'm allowing myself to break things and once I think I got something that makes sense I'll ask for advice from pros | 19:51 |
harlowja | :-P | 19:53 |
harlowja | ya, idk, i'd just stick to some kind of URI like thing | 19:53 |
harlowja | prob maps to an HTTP api nicely that way also | 19:53 |
dmsimard | harlowja: you got an opinion for the http api layer ? I've worked with flask restful before, I've also had people tell me about swagger (of which I'm not a fan of) | 19:56 |
dmsimard | flask restful was surprisingly simple | 19:56 |
harlowja | i've used flask, seemed ok :-P | 19:58 |
*** resmo has quit IRC | 20:14 | |
-openstackstatus- NOTICE: Gerrit is being restarted to pick up CSS changes and should be back momentarily | 20:34 | |
*** tbielawa has quit IRC | 21:02 | |
dmsimard | harlowja: noideawhatimdoing.jpg | 21:08 |
harlowja | :-P | 21:38 |
dmsimard | harlowja: changing from a STRING primary key to an INT primary key is especially fun | 21:46 |
harlowja | i bet | 21:46 |
harlowja | ha | 21:46 |
dmsimard | all the things | 21:46 |
dmsimard | broken | 21:46 |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Drop SQL migrations until schema re-work is completed https://review.openstack.org/491105 | 22:19 |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Provide metadata for the SQLAlchemy model layout https://review.openstack.org/491106 | 22:19 |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Rename the notion of task_results to results https://review.openstack.org/491107 | 22:19 |
openstackgerrit | David Moreau Simard proposed openstack/ara feature/1.0: Remove UUIDs/strings as primary keys, use auto-increment integers instead https://review.openstack.org/491108 | 22:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!