diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-04 15:54:11 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-05 17:06:35 +0400 |
commit | de6a685915bc8bd5444217bca511da35c94b4d59 (patch) | |
tree | 1d861f14ef74e24cd9bdae67d59abaf6a91b194c /mcp/config/states/dpdk | |
parent | e49e91d7aa740437c01e6531ef648d2dae97c11d (diff) |
Turn on opendaylight scenario
* fix formula & reclass cluster model
* bring in running states
Change-Id: I8e66e69045f5c745f9aa6f59f7ce6d66b5bf1c95
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/states/dpdk')
-rwxr-xr-x | mcp/config/states/dpdk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/config/states/dpdk b/mcp/config/states/dpdk new file mode 100755 index 000000000..3e8b22345 --- /dev/null +++ b/mcp/config/states/dpdk @@ -0,0 +1,4 @@ +salt -C 'I@nova:compute' system.reboot +salt -C 'I@nova:compute' test.ping + +salt -C 'I@nova:compute' state.sls linux |