-
Notifications
You must be signed in to change notification settings - Fork 32
/
vars.adoc
76 lines (76 loc) · 1.44 KB
/
vars.adoc
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
:riak_home: /usr/lib/riak
:riak_flavor: kv
ifeval::["{riak_flavor}" == "kv"]
:!riak_ts:
:riak_pkg: riak
endif::[]
ifeval::["{riak_flavor}" == "ts"]
:riak_ts:
:riak_pkg: riak-ts
endif::[]
:riak_version: 2.2.0
:riak_tag: riak-{riak_flavor}:{riak_version}
:riak_explorer:
:riak_explorer_version: 1.4.1
:python_version: 2.7
:python_lib_dir: /usr/lib/python{python_version}/dist-packages
:riak_client:
:riak_client_version: 2.7.0
:protobuf_version: 2.6.1
:os_family: ubuntu
:os_version: 14.04
ifeval::["{os_family}" == "ubuntu"]
:ubuntu:
:!debian:
:!centos:
:!osx:
:pkg_format: deb
ifeval::["{os_version}" == "14.04"]
:trusty:
ifeval::["{travis}" == "true"]
:publish:
endif::[]
:os_flavor: trusty
endif::[]
endif::[]
ifeval::["{os_family}" == "debian"]
:!ubuntu:
:debian:
:!centos:
:!osx:
:pkg_format: deb
ifeval::["{os_version}" == "8"]
:jessie:
:os_flavor: jessie
endif::[]
endif::[]
ifeval::["{os_family}" == "centos"]
:!ubuntu:
:!debian:
:centos:
:!osx:
:pkg_format: rpm
:python_lib_dir: /usr/lib/python{python_version}/site-packages
:riak_home: /usr/lib64/riak
endif::[]
ifeval::["{os_family}" == "osx"]
:!ubuntu:
:!debian:
:!centos:
:osx:
:pkg_format: tgz
ifeval::["{os_version}" == "10.11"]
:el_capitan:
:os_flavor: el_capitan
endif::[]
endif::[]
:openjdk:
:docker:
ifeval::["{pkg_format}" == "tgz"]
:riak_tgz_baseurl: https://basholabs.artifactoryonline.com/basholabs/build
endif::[]
:docker_org: basho
ifeval::["{skip_publish}" == "true"]
:publish!:
:latest!:
endif::[]