stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
45 stars 15 forks source link

drain nodes example in README has un-supported parameters #98

Open sjpb opened 3 years ago

sjpb commented 3 years ago

Currently:

openhpc_slurm_partitions:
          - name: "compute"
            flavor: "compute-A"
            image: "CentOS7.5-OpenHPC"
            num_nodes: 6
            user: "centos"

flavor, image, num_nodes, user are not supported parameters. num_nodes occurs further down the example too.