Allow finishing setup assistant without Blender on Manager #100195

Open
opened 2022-08-04 11:22:27 +02:00 by Sybren A. Stüvel · 2 comments

The setup assistant is blocking when Blender cannot be found on the Manager. Since the Manager itself doesn't need to run Blender, it would be nice if this wouldn't block. Maybe some "I know what I'm doing" button would help.

Note that putting something like this in a file flamenco-manager.yaml next to the Flamenco Manager executable will work as a temporary workaround:

_meta:
  version: 3
manager_name: Flamenco Manager
database: flamenco-manager.sqlite
listen: :8080
autodiscoverable: true
local_manager_storage_path: ./flamenco-manager-storage
shared_storage_path: /mnt/shared/flamenco
shaman:
  enabled: true
task_timeout: 10m0s
worker_timeout: 1m0s
blocklist_threshold: 3
task_fail_after_softfail_count: 3
variables:
  blender:
    values:
      - platform: linux
        value: blender
      - platform: windows
        value: blender
      - platform: darwin
        value: blender
  blenderArgs:
    values:
      - platform: all
        value: -b -y

On Windows, be sure to turn off Shaman:

shaman:
  enabled: false
The setup assistant is blocking when Blender cannot be found on the Manager. Since the Manager itself doesn't need to run Blender, it would be nice if this wouldn't block. Maybe some "I know what I'm doing" button would help. Note that putting something like this in a file `flamenco-manager.yaml` next to the Flamenco Manager executable will work as a temporary workaround: ``` _meta: version: 3 manager_name: Flamenco Manager database: flamenco-manager.sqlite listen: :8080 autodiscoverable: true local_manager_storage_path: ./flamenco-manager-storage shared_storage_path: /mnt/shared/flamenco shaman: enabled: true task_timeout: 10m0s worker_timeout: 1m0s blocklist_threshold: 3 task_fail_after_softfail_count: 3 variables: blender: values: - platform: linux value: blender - platform: windows value: blender - platform: darwin value: blender blenderArgs: values: - platform: all value: -b -y ``` On Windows, be sure to turn off Shaman: ``` shaman: enabled: false ```
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren
Sybren A. Stüvel added
Type
To Do
and removed
Type
Report
labels 2023-02-17 11:10:58 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#100195
No description provided.