9f15352901
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
8 lines
221 B
YAML
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
|