Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose os and arch param for BaseRunnerGroup (#651)
- The config params loaded in [settings](https://github.com/scality/runner-manager/blob/main/runner_manager/models/settings.py#L33) maps to the [BaseRunnerGroup](https://github.com/scality/runner-manager/blob/main/runner_manager/models/runner_group.py#L32) . - Added `os` and `arch` params to the BaseRunnerGroup in order to configure them through the config yaml. - This is required for filtering the [download_url](https://github.com/scality/runner-manager/blob/main/runner_manager/models/runner_group.py#L130)
- Loading branch information