From 20f85a4541d9091dd123d94c8f94c6f90947bd31 Mon Sep 17 00:00:00 2001 From: "chenshuai@huawei.com" Date: Mon, 1 Aug 2016 05:07:48 -0400 Subject: modify moon JIRA: COMPASS-451 Change-Id: I8b229ef6104d84e00ae2cf73b488edc779b73cf1 Signed-off-by: chenshuai@huawei.com --- .../roles/moon-post/tasks/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 deploy/adapters/ansible/openstack_mitaka_xenial/roles/moon-post/tasks/main.yml (limited to 'deploy/adapters/ansible/openstack_mitaka_xenial/roles/moon-post/tasks/main.yml') diff --git a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/moon-post/tasks/main.yml b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/moon-post/tasks/main.yml deleted file mode 100644 index d0809ef0..00000000 --- a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/moon-post/tasks/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# 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 -############################################################################## ---- -- include_vars: "{{ ansible_os_family }}.yml" - -- include: moon-controller.yml - when: inventory_hostname in groups['controller'] - -- include: moon-compute.yml - when: inventory_hostname in groups['compute'] - - -- cgit 1.2.3-korg