-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigure.yml
More file actions
54 lines (37 loc) · 1.06 KB
/
configure.yml
File metadata and controls
54 lines (37 loc) · 1.06 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
- name: Install everything
hosts: all
vars_files:
- data.yml
- name: Mount file systems
import_playbook: tmpfs.yml
- name: Install docker
import_playbook: docker.yml
- name: Install utilities available from APT-GET # Charybdefs compilation requires libfuse-dev
import_playbook: install_apt_utilities.yml
- name: Install xinda
import_playbook: xinda.yml
- name: Install blockade
import_playbook: blockade.yml
- name: Install CMake
import_playbook: cmake.yml
- name: Install Thrift
import_playbook: thrift.yml
- name: Install M4
import_playbook: m4.yml
- name: Install Autoconf
import_playbook: autoconf.yml
- name: Install Charybdefs
import_playbook: charybdefs.yml
- name: Install Java
import_playbook: openjdk.yml
- name: Install Maven
import_playbook: maven.yml
- name: Compile OpenMessaging
import_playbook: openmessaging.yml
- name: Pre-pull all docker images
import_playbook: docker_images.yml
- name: pip3 install
import_playbook: pip3_install.yml
- name: Create cfs_mount
import_playbook: create_charybdefs_dir.yml