commit | 917e8d96026ba2d99643644ea08bd41111e9a5a0 | [log] [tgz] |
---|---|---|
author | sgudz <sgudz@mirantis.com> | Tue May 21 16:20:02 2019 +0300 |
committer | sgudz <sgudz@mirantis.com> | Tue May 21 17:03:38 2019 +0300 |
tree | 20a577c130d6c1e029ceeac4eccaf41cc7821ac0 | |
parent | 390af9339f8c1dc9d7f33723bdca5525ea903d3f [diff] |
Add possibility to override `role` via underlay.hot Add possibility to use different roles for nodes from MultipleInstance. Add possibility to use several roles for one node (for the future) Change-Id: I7e4e67dace4dc6e2fb3426cad8ddaac9cb5fb00b
diff --git a/tcp_tests/templates/heat-cicd-k8s-contrail41-sl/underlay.hot b/tcp_tests/templates/heat-cicd-k8s-contrail41-sl/underlay.hot index 4f550a7..ab909a5 100644 --- a/tcp_tests/templates/heat-cicd-k8s-contrail41-sl/underlay.hot +++ b/tcp_tests/templates/heat-cicd-k8s-contrail41-sl/underlay.hot
@@ -87,6 +87,7 @@ instance01_name: ctl01 instance02_name: ctl02 instance03_name: ctl03 + instance01_role: k8s_controller instance_flavor: {get_param: ctl_flavor} network: { get_attr: [networks, network] } underlay_userdata: { get_file: ./underlay-userdata.yaml }