Skip to content

software/theia: Add 'embedded-sr' option

Xavier Thompson requested to merge xavier_thompson/slapos:theia_with_sr into master

Add embedded-sr and embedded-sr-type options:

  • embedded-sr: (optional) URL of an SR to be supplied and requested automatically when instanciating Theia.
  • embedded-sr-type: (optional) Software Type of the above SR, passed to the request.

The only effect these options have is to do standalone.supply(SR) and standalone.request(SR, "Embedded Instance", TYPE). Used in conjunction with the autorun option, they would allow an SR to be deployed in Theia "from the interface".

Edited by Xavier Thompson

Merge request reports