commit | 910a8001a6cc45c2bdb97986c15fca277e7a077b | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Aug 31 14:53:47 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Sun Sep 03 15:58:09 2017 -0400 |
tree | 3f37b02408c4bbf1ccd7178311660e2f9429d6d3 | |
parent | d58038c20c845abd5dec7f1da95d3e7140db4a2c [diff] [blame] |
Add required nodes for cookiecutter config cicd+ovs+dvr Change-Id: Ief997750fe42ddb7f4185ae5689d41206dc5cbbc Reviewed-on: https://review.gerrithub.io/376568 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/cookieshape-mcp-ocata-dvr-vxlan/common-services.yaml b/tcp_tests/templates/cookieshape-mcp-ocata-dvr-vxlan/common-services.yaml index 0a80e82..27783f8 100644 --- a/tcp_tests/templates/cookieshape-mcp-ocata-dvr-vxlan/common-services.yaml +++ b/tcp_tests/templates/cookieshape-mcp-ocata-dvr-vxlan/common-services.yaml
@@ -103,6 +103,13 @@ retry: {count: 1, delay: 5} skip_fail: false +- description: Install nginx on prx nodes + cmd: salt --hard-crash --state-output=mixed --state-verbose=False + -C 'I@nginx:server' state.sls nginx + node_name: {{ HOSTNAME_CFG01 }} + retry: {count: 1, delay: 5} + skip_fail: false + - description: Restart rsyslog cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@haproxy:proxy' service.restart rsyslog