All of lore.kernel.org
 help / color / mirror / Atom feed
* beta testing netbooting Yocto on Amazon, Google & Digital Ocean
@ 2018-01-10  3:30 Andrew Stuart
  2018-01-10 13:39 ` Mills, William
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Stuart @ 2018-01-10  3:30 UTC (permalink / raw)
  To: Yocto Project

Hi folks,

I built a website to make it easy to netboot Run-From-RAM operating systems like Yocto Linux on cloud hosts (Google, Amazon & Digital Ocean).

I wanted to see if anyone might be interested to give it a try as a beta test.

It’s absolutely brand new so likely has bugs and issues.

website is https://www.bootrino.com
documentation is https://doc.bootrino.com
console is https://console.bootrino.com

Let me know if you’re interested cause I’d be interested to help directly if any issues come up.

thanks!

Andrew



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: beta testing netbooting Yocto on Amazon, Google & Digital Ocean
  2018-01-10  3:30 beta testing netbooting Yocto on Amazon, Google & Digital Ocean Andrew Stuart
@ 2018-01-10 13:39 ` Mills, William
  2018-01-10 20:54   ` Andrew Stuart
  0 siblings, 1 reply; 3+ messages in thread
From: Mills, William @ 2018-01-10 13:39 UTC (permalink / raw)
  To: Andrew Stuart, Yocto Project

Andrew,

Interesting project.

I looked at your documentation.  You have a section "Is bootrino open source?"
You don't really answer the question.  
So your site is free to use casually and paid options for more serious users.
That’s fine; it's your server.
You also say there is an MIT licensed CLI.  OK.
But you do not mention the server code itself.
From that I assume the answer to the question "Is bootrino open source?" is no.
Am I correct?

(Not sure why you are telling us how you made it if we can't see the code anyway. :) )

So for my own POV I would not want to give this access to my cloud account without seeing the code and perhaps running it on my own server so I can be sure of what I am getting.  I could setup a scratch account but I would worry even then and I would still have concerns ever going to "production" mode.  I am a bit picky that way.  

Others may not feel the same way.  I wish you luck.

BTW: If you don't want to go open source, you may do better if you offer full source (w/ proprietary license) with the payed option.

Thanks,
Bill

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Andrew Stuart
Sent: Tuesday, January 9, 2018 10:31 PM
To: Yocto Project
Subject: [yocto] beta testing netbooting Yocto on Amazon, Google & Digital Ocean

Hi folks,

I built a website to make it easy to netboot Run-From-RAM operating systems like Yocto Linux on cloud hosts (Google, Amazon & Digital Ocean).

I wanted to see if anyone might be interested to give it a try as a beta test.

It’s absolutely brand new so likely has bugs and issues.

website is https://www.bootrino.com
documentation is https://doc.bootrino.com console is https://console.bootrino.com

Let me know if you’re interested cause I’d be interested to help directly if any issues come up.

thanks!

Andrew

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: beta testing netbooting Yocto on Amazon, Google & Digital Ocean
  2018-01-10 13:39 ` Mills, William
@ 2018-01-10 20:54   ` Andrew Stuart
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Stuart @ 2018-01-10 20:54 UTC (permalink / raw)
  To: Mills, William; +Cc: Yocto Project

Hi William - thanks for the feedback - when you make a new thing it’s always really aprpeciated to get any comments.

>>I looked at your documentation.  You have a section "Is bootrino open source?”
>>You don't really answer the question.  

You’re right - I’ll remove that - it’s a website so the question that the documentation poses doesn’t really make sense.

>>>You also say there is an MIT licensed CLI.  OK.

Yes, an MIT license CLI is planned but not built yet.

>>>>But you do not mention the server code itself.
>>>>From that I assume the answer to the question "Is bootrino open source?" is no.
>>>>Am I correct?

Correct - the bootrino website/console is not open source.

>>> So for my own POV I would not want to give this access to my cloud account without seeing the code and perhaps running it on my own server so I can be sure of what I am getting.  

There’s not really any server behind bootrino - apart from user account creation it’s all client side. User accounts are created on Amazon Cognito which is a service purely for creating and authenticating users.  Apart from that bootrino has no back end. 

>>> I could setup a scratch account but I would worry even then and I would 
still have concerns ever going to "production" mode.  I am a bit picky that way.  

I understand the concern totally.  One of my primary considerations designing bootrino is your cloud account keys.  I wanted to ensure they are never sent to the bootrino back end because of the trust issue that anyone would reasonably have. So your cloud account keys are stored locally in your browser and never send to the bootrino back end - which consists only of Amazon Cognito anyway as mentioned.
Watching network requests from the browsers developer tools or setting up a network analyzer would show that your cloud account keys are not sent to any bootrino back end.

So, you might ask, if bootrino effectively has no back end, then how does it work?  The answer is that the bootrino JavaScript running in your web browser talks directly to your cloud REST API with no third party in between. That’s as secure as I could make it - the keys stay on your machine and your machine talks directly to your cloud so you need never wonder about the trust level for bootrino’s back end systems.

>>>Others may not feel the same way.  I wish you luck.
Thanks Bill I appreciate your feebdack and candid comments.











^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-10 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10  3:30 beta testing netbooting Yocto on Amazon, Google & Digital Ocean Andrew Stuart
2018-01-10 13:39 ` Mills, William
2018-01-10 20:54   ` Andrew Stuart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.