commit | 0d63e53a262f43ff888f055d9aa04d5ca1ac8271 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Feb 26 04:34:17 2018 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Feb 26 04:34:17 2018 +0200 |
tree | 93fc0d8477061fc5f1f207dce476425325c4cacd | |
parent | 8f21fff4aa405e8b27de7080ad20c4a0401a8c63 [diff] |
Use dynamic hosts for all the nodes Dynamic hosts are combined with the existing hosts definitions so can be used at the same time. Change-Id: Ia7251aad1cbfe7274cf4676c8e75b52776183420
diff --git "a/\173\043 roles \043\175/infra_config" "b/\173\043 roles \043\175/infra_config" index 49a68ab..0bddd76 100644 --- "a/\173\043 roles \043\175/infra_config" +++ "b/\173\043 roles \043\175/infra_config"
@@ -7,6 +7,5 @@ classes: #} - cluster.${_param:cluster_name}.infra.config - - system.linux.network.dynamic_hosts - environment.{{ cookiecutter._env_name }}.reclass_datasource_local - environment.{{ cookiecutter._env_name }} \ No newline at end of file
diff --git "a/\173\173 cookiecutter._env_name \175\175/overrides.yml" "b/\173\173 cookiecutter._env_name \175\175/overrides.yml" index 7fac712..0195699 100644 --- "a/\173\173 cookiecutter._env_name \175\175/overrides.yml" +++ "b/\173\173 cookiecutter._env_name \175\175/overrides.yml"
@@ -2,6 +2,7 @@ classes: # Enable root and *ALL* users access - system.openssh.server.team.all +- system.linux.network.dynamic_hosts # Example: salt-call reclass.cluster_meta_set foo bar /path/to/overrides.yml #parameters: