forked from IBM/ibm-spectrum-scale-install-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook_ces_hdfs.yml
28 lines (25 loc) · 880 Bytes
/
playbook_ces_hdfs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
#
# samples/playbook_ces_hdfs.yml
#
# Playbook sample for deploying IBM Spectrum Scale (GPFS) cluster with Cluster
# Export Services (CES). Additional variables need to be defined for this, it is
# recommended to use Ansible group variables for this purpose:
# https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#assigning-a-variable-to-many-machines-group-variables
# Sample definitions can be found in samples/vars/hdfs_cluster_vars.yml
- hosts: cluster01
any_errors_fatal: true
vars:
- scale_version: 5.1.1.0
- scale_install_localpkg_path: /root/Spectrum_Scale_Advanced-5.1.1.0-x86_64-Linux-install
pre_tasks:
- include_vars: hdfs_cluster_vars.yml
roles:
- core/precheck
- core/node
- core/cluster
- core/postcheck
- scale_hdfs/precheck
- scale_hdfs/node
- scale_hdfs/cluster
- scale_hdfs/postcheck