bifrost/releasenotes/notes/bifrost_node_names-f26ca2eab7e261d6.yaml
Sam Betts 9f15352901 Add ability to deploy only specific nodes from the ansible inventory
This patch adds the BIFROST_NODE_NAMES environment variable which allows
a user to specify a list of node names like

    export BIFROST_NODE_NAMES=node1,node2,node3

which will filter the bifrost inventory before it is passed to ansible
to only include the nodes you want to deploy.

Change-Id: I02b42ca42ee3f2f77494930aec3b077ec2064c4e
2018-08-30 12:15:45 +01:00

8 lines
221 B
YAML

---
features:
- |
Adds ability to enroll or deploy specific nodes from the bifrost inventory
using the new environment variable BIFROST_NODE_NAMES for example:
export BIFROST_NODE_NAMES=node1,node2,node5