File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Caas cluster
2
2
3
- Default Azimuth Slurm
3
+ Environment for default Azimuth Slurm. This is not intended to be manually deployed.
4
4
5
- See the main README.md in the repo root for an overview and general install instructions. Any environment-specific instructions should be added here.
5
+ Non-standard things for this environment:
6
+ - There is no activate script.
7
+ - ` ansible.cgf ` is provided in the repo root, as expected by the caas operator.
8
+ - ` ANSIBLE_INVENTORY ` is set in the cluster type template, using a path relative to the
9
+ runner project directory:
10
+
11
+ azimuth_caas_stackhpc_slurm_appliance_template:
12
+ ...
13
+ envVars:
14
+ ANSIBLE_INVENTORY: environments/common/inventory,environments/.caas/inventory
15
+
16
+ Ansible then defines ` ansible_inventory_sources ` which contains absolute paths, and
17
+ that is used to derive the ` appliances_environment_root ` and
18
+ ` appliances_repository_root ` .
You can’t perform that action at this time.
0 commit comments