commit | 22628a3d674de7f4dfee17393e99e791ee2ceccd | [log] [tgz] |
---|---|---|
author | sgudz <sgudz@mirantis.com> | Wed Jun 12 11:34:04 2019 +0300 |
committer | sgudz <sgudz@mirantis.com> | Wed Jun 12 11:34:13 2019 +0300 |
tree | 6e67655e04d913453f41f5266c8bdf6b39676b6f | |
parent | 2d06527dd439935c63425ccee687474d5cd9b5c2 [diff] [blame] |
Change dependencies for cfg and foundation nodes Change-Id: I3a7a739d2f679b5ad45b65e285ef8b440aced971
diff --git a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/underlay.hot b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/underlay.hot index 8a700ec..81a1a84 100644 --- a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/underlay.hot +++ b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/underlay.hot
@@ -119,7 +119,7 @@ cfg01_node: type: MCP::MasterNode - depends_on: [networks] + depends_on: [subnets] properties: env_name: { get_param: env_name } mcp_version: { get_param: mcp_version } @@ -921,7 +921,7 @@ foundation_node: type: MCP::FoundationNode - depends_on: [networks] + depends_on: [subnets] properties: env_name: { get_param: env_name } mcp_version: { get_param: mcp_version }