fuel-ccp-installer/utils/jenkins/repository/nodes/1.0.0/nodes.yaml

14 lines
277 B
YAML

id: simple_riak_with_transports
resources:
#% for i in range(count|int) %#
#% set j = i +1 %#
- id: node#{j}#
from: k8s/node
input:
name: node#{j}#
ssh_user: 'vagrant'
ssh_key: ''
ssh_password: 'vagrant'
ip: '#{ips[i]}#'
#% endfor %#