commit | a76a1ca9acc7e331e8f52ae68982db2c4ef0b557 | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Fri May 05 07:56:50 2017 +0000 |
committer | Alexander Noskov <anoskov@mirantis.com> | Wed May 10 10:55:37 2017 +0400 |
tree | e8aa90d28ed28cd153e61116687f9d7a83654780 | |
parent | 7a01c51f209017843d910175ee0f61c23c5b7b97 [diff] [blame] |
Add ability to specify custom node name in reclass. In terms of PR to salt formula: https://github.com/salt-formulas/salt-formula-salt/pull/44 I would like to introduce this changes in model.
diff --git a/salt/control/cluster/infra_integration_single.yml b/salt/control/cluster/infra_integration_single.yml index da15a14..66de895 100644 --- a/salt/control/cluster/infra_integration_single.yml +++ b/salt/control/cluster/infra_integration_single.yml
@@ -13,6 +13,7 @@ engine: virt node: cid01: + name: ${_param:cicd_control_node01_hostname} provider: ${_param:infra_kvm_node02_hostname}.${_param:cluster_domain} image: ${_param:salt_control_xenial_image} size: infra.integration