subutai-attic / launcher

Subutai Launcher for desktop
Apache License 2.0
2 stars 1 forks source link

Create a new Resource Host option in the UI #250

Closed akarasulu closed 7 years ago

akarasulu commented 7 years ago

Users present do not have the ability to create a Resource Host (RH) to add it to an existing peer. It would be nice to have the option to create an RH VM instead of only Peer VM. This way other machines can be added to increase peer resources.

A resource host is the first 20-30% of the commands already executed by the Peer VM option. Meaning a resource host is a small subset of the commands. It would be very easy for us to add this.

For a run of the launcher, users should ONLY be able to select a Peer VM or a Resource Host VM. So there are 3 possibilities:

  1. Selecting none.
  2. Selecting just Peer VM.
  3. Selecting just Resource Host VM.

Selecting both should not be possible.

akarasulu commented 7 years ago

Basically replicate the peer functionality and remove the download of the management container and you're done with this. It should be trivial for you @Lezh1k and it is one less thing that @crioto has to worry about.

crioto commented 7 years ago

With our current architecture it is very trivial task to introduce new installation schemes.

On Sep 3, 2017, at 3:28 PM, Alex Karasulu notifications@github.com wrote:

Basically replicate the peer functionality and remove the download of the management container and you're done with this. It should be trivial for you @Lezh1k https://github.com/lezh1k and it is one less thing that @crioto https://github.com/crioto has to worry about.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/subutai-io/launcher/issues/250#issuecomment-326794112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAo9q3HiJ0PX_Bjdq0B21ZGUK127H3Dzks5senFNgaJpZM4PJu5U.

Lezh1k commented 7 years ago

Implemented. Need to implement python scripts for that and test

crioto commented 7 years ago

Done