Steve Brasier
Steve Brasier
# Release Notes Define infrastructure using Ansible inventory variables instead of Terraform variables: - Infrastructure is defined by new inventory vars `cluster_*` and `node_*` in an `environments//inventory/cluster.yml` inventory file. See...
Test deployment: `/home/rocky/slurm-app-noetchosts`
now https://github.com/OSC/ood-ansible/releases/tag/v2.0.8 released with service state option.
Fails on [this](https://github.com/stackhpc/ansible-slurm-appliance/blob/main/ansible/roles/podman/tasks/config.yml#L69) which is first `podman` command. Output from same shell command: ``` # sudo -u podman podman system reset --force ERRO[0000] running `/bin/newuidmap 86262 0 1002 1 1...
- https://github.com/stackhpc/ansible-slurm-appliance/blob/main/environments/arcus/inventory/group_vars/all/basic_users.yml - https://github.com/stackhpc/ansible-slurm-appliance/blob/main/environments/arcus/inventory/group_vars/basic_users/overrides.yml
see `podman run` - e.g. `--log-opt max-size=10mb`
Ticket: https://stackhpc.atlassian.net/browse/DEV-1017 Looks like `cpu` and `cpufreq` are already in `environments/common/inventory/group_vars/all/prometheus.yml` though.
Think are unnecessary and confuse trying to override `appliances_environment_root` e.g. in CaaS.
- [ ] Change Packer builds to build "generic" compute, login and control images without environment-specific config & secrets (just "config" hereafter) in them. - [ ] Enable cookiecutter and...
Would be nice to use `OS_CLIENT_CONFIG_FILE` as well, probably falling-through in order: - `openhpc_rebuild_clouds` if specified - to allow a path different from the CURRENT creds to be used for...