[Starlingx-discuss] How to deploy workloads from StarlingX GUI/CLI
Is it possible to deploy a workload via STX instead of via kubectl or kubernetes GUI directly? We are running an distributed cloud AIO duplex setup so our worker hosts are on con0 and 1 if that makes a difference. Also, how does StarlingX manage workloads from the GUI? Any help would be greatly appreciated. Thanks Owen
Hi Owen, You could create an armada application with app-gen-tool[0] and apply it by 'system application' CLI. There is no panel in StarlingX dashboard GUI to manage applications so far. [0] https://opendev.org/starlingx/tools/src/branch/master/app-gen-tool Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca> Sent: Tuesday, February 9, 2021 10:25 To: starlingx-discuss@lists.starlingx.io Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca> Subject: [Starlingx-discuss] How to deploy workloads from StarlingX GUI/CLI Is it possible to deploy a workload via STX instead of via kubectl or kubernetes GUI directly? We are running an distributed cloud AIO duplex setup so our worker hosts are on con0 and 1 if that makes a difference. Also, how does StarlingX manage workloads from the GUI? Any help would be greatly appreciated. Thanks Owen
Thanks Mingyuan, A follow up question: what is the benefit of deploying an application with ‘system application’ over directly from helm? Thanks again Owen From: Qi, Mingyuan<mailto:mingyuan.qi@intel.com> Sent: Tuesday, February 9, 2021 2:20 AM To: Owen Yuen<mailto:OwenYuen@cmail.carleton.ca>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut<mailto:ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake<mailto:AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI [External Email] Hi Owen, You could create an armada application with app-gen-tool[0] and apply it by ‘system application’ CLI. There is no panel in StarlingX dashboard GUI to manage applications so far. [0] https://opendev.org/starlingx/tools/src/branch/master/app-gen-tool Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca> Sent: Tuesday, February 9, 2021 10:25 To: starlingx-discuss@lists.starlingx.io Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca> Subject: [Starlingx-discuss] How to deploy workloads from StarlingX GUI/CLI Is it possible to deploy a workload via STX instead of via kubectl or kubernetes GUI directly? We are running an distributed cloud AIO duplex setup so our worker hosts are on con0 and 1 if that makes a difference. Also, how does StarlingX manage workloads from the GUI? Any help would be greatly appreciated. Thanks Owen This email contains links to content or websites. Always be cautious when clicking on external links or attachments. If in doubt, please forward suspicious emails to phishing@carleton.ca. -----End of Disclaimer-----
Owen, Several enhancements: 1. Multiple helm charts deployment at a time with dependency check. 2. Plugin supported to automatically generate system related overrides from sysinv api. 3. Re-generate/re-check overrides when system status is changing. 4. Override operation cmd 'system helm-override-xxx'. If your application does not need to get the system level information, nor has complicated helm chart dependencies, you can use helm chart as usual. Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca> Sent: Thursday, February 18, 2021 5:26 To: Qi, Mingyuan <mingyuan.qi@intel.com>; starlingx-discuss@lists.starlingx.io Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI Thanks Mingyuan, A follow up question: what is the benefit of deploying an application with 'system application' over directly from helm? Thanks again Owen From: Qi, Mingyuan<mailto:mingyuan.qi@intel.com> Sent: Tuesday, February 9, 2021 2:20 AM To: Owen Yuen<mailto:OwenYuen@cmail.carleton.ca>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut<mailto:ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake<mailto:AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI [External Email] Hi Owen, You could create an armada application with app-gen-tool[0] and apply it by 'system application' CLI. There is no panel in StarlingX dashboard GUI to manage applications so far. [0] https://opendev.org/starlingx/tools/src/branch/master/app-gen-tool Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca<mailto:OwenYuen@cmail.carleton.ca>> Sent: Tuesday, February 9, 2021 10:25 To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca<mailto:ThomasYungblut@cmail.carleton.ca>>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca<mailto:AidanSeguinMcPeake@cmail.carleton.ca>> Subject: [Starlingx-discuss] How to deploy workloads from StarlingX GUI/CLI Is it possible to deploy a workload via STX instead of via kubectl or kubernetes GUI directly? We are running an distributed cloud AIO duplex setup so our worker hosts are on con0 and 1 if that makes a difference. Also, how does StarlingX manage workloads from the GUI? Any help would be greatly appreciated. Thanks Owen This email contains links to content or websites. Always be cautious when clicking on external links or attachments. If in doubt, please forward suspicious emails to phishing@carleton.ca<mailto:phishing@carleton.ca>. -----End of Disclaimer-----
Thank you for the prompt response Qi, My other question is about failing over workloads across multiple subclouds. Is this a feature supported? Thanks Owen From: Qi, Mingyuan<mailto:mingyuan.qi@intel.com> Sent: Sunday, February 21, 2021 8:55 PM To: Owen Yuen<mailto:OwenYuen@cmail.carleton.ca>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut<mailto:ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake<mailto:AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI [External Email] Owen, Several enhancements: 1. Multiple helm charts deployment at a time with dependency check. 2. Plugin supported to automatically generate system related overrides from sysinv api. 3. Re-generate/re-check overrides when system status is changing. 4. Override operation cmd ‘system helm-override-xxx’. If your application does not need to get the system level information, nor has complicated helm chart dependencies, you can use helm chart as usual. Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca> Sent: Thursday, February 18, 2021 5:26 To: Qi, Mingyuan <mingyuan.qi@intel.com>; starlingx-discuss@lists.starlingx.io Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI Thanks Mingyuan, A follow up question: what is the benefit of deploying an application with ‘system application’ over directly from helm? Thanks again Owen From: Qi, Mingyuan<mailto:mingyuan.qi@intel.com> Sent: Tuesday, February 9, 2021 2:20 AM To: Owen Yuen<mailto:OwenYuen@cmail.carleton.ca>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut<mailto:ThomasYungblut@cmail.carleton.ca>; Aidan Seguin-McPeake<mailto:AidanSeguinMcPeake@cmail.carleton.ca> Subject: RE: How to deploy workloads from StarlingX GUI/CLI [External Email] Hi Owen, You could create an armada application with app-gen-tool[0] and apply it by ‘system application’ CLI. There is no panel in StarlingX dashboard GUI to manage applications so far. [0] https://opendev.org/starlingx/tools/src/branch/master/app-gen-tool Mingyuan From: Owen Yuen <OwenYuen@cmail.carleton.ca<mailto:OwenYuen@cmail.carleton.ca>> Sent: Tuesday, February 9, 2021 10:25 To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Cc: Thomas Yungblut <ThomasYungblut@cmail.carleton.ca<mailto:ThomasYungblut@cmail.carleton.ca>>; Aidan Seguin-McPeake <AidanSeguinMcPeake@cmail.carleton.ca<mailto:AidanSeguinMcPeake@cmail.carleton.ca>> Subject: [Starlingx-discuss] How to deploy workloads from StarlingX GUI/CLI Is it possible to deploy a workload via STX instead of via kubectl or kubernetes GUI directly? We are running an distributed cloud AIO duplex setup so our worker hosts are on con0 and 1 if that makes a difference. Also, how does StarlingX manage workloads from the GUI? Any help would be greatly appreciated. Thanks Owen This email contains links to content or websites. Always be cautious when clicking on external links or attachments. If in doubt, please forward suspicious emails to phishing@carleton.ca<mailto:phishing@carleton.ca>. -----End of Disclaimer-----
participants (2)
-
Owen Yuen
-
Qi, Mingyuan