00:12:23 Actually, I don't think they're stored in redis. I have no idea where they are stored. Trying to dig through adminui now to figure that out. 00:12:36 its no problem 00:12:44 i'll loop and stuff json into comments 00:16:42 Ah, it's in moray. 00:16:56 There's a bucket named sdcnotes, and it all goes in there. 00:34:36 No way for adminui currently to access notes right? 00:34:42 errrr 00:34:49 s/notes/comments 00:35:05 Yeah, it doesn't display them currently. 00:35:33 I might try to add that... my manager has finally given up on Excel / Jira lol 00:35:55 We have moved into the Asset Mgmt stage of our relationship 00:36:10 It shouldn't be hard, since it's already in the cnapi record. You just need to figure out a place to put it. 00:36:24 yea, probably put it next to traits 00:36:53 or maybe just a button lol 00:37:03 Editing it shouldn't be too hard either, you can basically copy what traits/rack_id does 00:37:11 yea 00:38:02 But then if it has json...should that be automatically parsed? I'm not entirely sure. 00:38:37 good point 02:00:23 bahamat: think I'd get in trouble if I changed comments to object instead of string? Traits is an object 02:12:38 I've never seen triton use it for anything so probably not 04:41:15 Smithx10: It's a string field. I think you'll get a syntax error if you try to make it json. 04:41:38 But, if you're planning to submit a patch for adminui, it'll only be accepted if it's treated as a string. 11:13:05 so after triton headnode install, admin account can't include space (blank)? It seems i can't log in and also after destrucion of zones and reinstall using same config file 12:29:29 e.g. would like to change admin password for sdc adminui and don't know how. Found manual only for root 17:23:51 nikolam : is the headnode up now? 17:24:36 nikolam_ : is the headnode up now? 17:26:03 if yes - you should first check, whether all services and zones have come up correctly 17:26:15 sdc-healtcheck or sdcadm health should help with that 17:30:42 if that works you should configure boot from disk with piadm 17:30:59 nikolam_: admin password should work with a space, and you can use sdc-useradm to change passwords, but it's not as easy as it should be...I think I'll add a new command `sdc-passwd` for changing user passwords.