streamline Viya deploy #156

Closed
opened 2025-05-29 14:04:04 +00:00 by allan · 1 comment
Owner

Following the streaming approach with strict CSP, we need to streamline the Viya process to work as follows:

  1. Run the SAS deploy
  2. Choose admin group and directory location
  3. Profit

Additional steps would be:

  • configure index.html with shared compute (can this be done in step 2?? by updating the index.html)
  • moving the SETTINGS logic into the autoexec
Following the streaming approach with strict CSP, we need to streamline the Viya process to work as follows: 1. Run the SAS deploy 2. Choose admin group and directory location 3. Profit Additional steps would be: - configure index.html with shared compute (can this be done in step 2?? by updating the index.html) - moving the SETTINGS logic into the autoexec
Author
Owner

For the sharedCompute:

  • query the /Compute/contexts endpoint for the contexts
  • show in the dropdown along with the runServerAs property (inside the context itself)
  • runServerAs should be displayed, it's important as that is what it will be run as to create physical files

Once the context is chosen, we should update the clickme.html (in the URL) with the new context

Also - the makedata must be run with the _CONTEXTNAME parameter set to the chosen context

For the sharedCompute: - query the /Compute/contexts endpoint for the contexts - show in the dropdown along with the runServerAs property (inside the context itself) - runServerAs should be displayed, it's important as that is what it will be run as to create physical files Once the context is chosen, we should update the clickme.html (in the URL) with the new context Also - the makedata must be run with the _CONTEXTNAME parameter set to the chosen context
allan closed this issue 2025-06-05 13:17:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/dc#156