Merge "use include_tasks instead of include"
This commit is contained in:
@@ -25,19 +25,19 @@
|
|||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- include: masakari_pre_install.yml
|
- include_tasks: masakari_pre_install.yml
|
||||||
tags:
|
tags:
|
||||||
- masakari-install
|
- masakari-install
|
||||||
|
|
||||||
- include: masakari_install.yml
|
- include_tasks: masakari_install.yml
|
||||||
tags:
|
tags:
|
||||||
- masakari-install
|
- masakari-install
|
||||||
|
|
||||||
- include: masakari_post_install.yml
|
- include_tasks: masakari_post_install.yml
|
||||||
tags:
|
tags:
|
||||||
- masakari-config
|
- masakari-config
|
||||||
|
|
||||||
- include: masakari_init_common.yml
|
- include_tasks: masakari_init_common.yml
|
||||||
tags:
|
tags:
|
||||||
- masakari-config
|
- masakari-config
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
- "masakari_services['masakari-api']['group'] in group_names"
|
- "masakari_services['masakari-api']['group'] in group_names"
|
||||||
- "inventory_hostname == ((groups[masakari_services['masakari-api']['group']] | intersect(ansible_play_hosts)) | list)[0]"
|
- "inventory_hostname == ((groups[masakari_services['masakari-api']['group']] | intersect(ansible_play_hosts)) | list)[0]"
|
||||||
|
|
||||||
- include: masakari_service_setup.yml
|
- include_tasks: masakari_service_setup.yml
|
||||||
static: no
|
static: no
|
||||||
when:
|
when:
|
||||||
- "masakari_services['masakari-api']['group'] in group_names"
|
- "masakari_services['masakari-api']['group'] in group_names"
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- include: masakari_init_systemd.yml
|
- include_tasks: masakari_init_systemd.yml
|
||||||
when:
|
when:
|
||||||
- ansible_service_mgr == 'systemd'
|
- ansible_service_mgr == 'systemd'
|
||||||
|
|
||||||
|
@@ -14,16 +14,16 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Setup the host
|
# Setup the host
|
||||||
- include: common/test-setup-host.yml
|
- import_playbook: common/test-setup-host.yml
|
||||||
|
|
||||||
# Install RabbitMQ/MariaDB
|
# Install RabbitMQ/MariaDB
|
||||||
- include: common/test-install-infra.yml
|
- import_playbook: common/test-install-infra.yml
|
||||||
|
|
||||||
# Install Keystone
|
# Install Keystone
|
||||||
- include: common/test-install-keystone.yml
|
- import_playbook: common/test-install-keystone.yml
|
||||||
|
|
||||||
# Install Masakari
|
# Install Masakari
|
||||||
- include: test-install-masakari.yml
|
- import_playbook: test-install-masakari.yml
|
||||||
|
|
||||||
# Test Masakari
|
# Test Masakari
|
||||||
- include: test-masakari-functional.yml
|
- import_playbook: test-masakari-functional.yml
|
||||||
|
Reference in New Issue
Block a user