From 3e37e4108c95100a7b7944e011f2a2cba11ffa4e Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Mon, 16 Oct 2017 14:47:28 +0500 Subject: Add support for Mirantis Cloud Platform. JIRA: QTIP-261 Change-Id: Ied9c3d91b25bc8dad7deb0cf30f83cd2b7855a92 Signed-off-by: Taseer Ahmed --- resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml (limited to 'resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml') diff --git a/resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml b/resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml new file mode 100644 index 00000000..5aed9e75 --- /dev/null +++ b/resources/ansible_roles/qtip/tasks/gather-facts-mcp.yml @@ -0,0 +1,14 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# taseer94@gmail.com +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- + +- name: gathering facts for mcp slave nodes + mcp: \ No newline at end of file -- cgit 1.2.3-korg