forked from openshift/openshift-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.papr.yml
98 lines (85 loc) · 1.82 KB
/
.papr.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
# This YAML file is used by PAPR. It details the test
# environment to provision and the test procedure. For more
# information on PAPR, see:
#
# https://github.com/projectatomic/papr
#
# The PAPR YAML specification detailing allowed fields can
# be found at:
#
# https://github.com/projectatomic/papr/blob/master/sample.papr.yml
cluster:
hosts:
- name: ocp-master
distro: fedora/27/atomic
specs:
ram: 4096
- name: ocp-node1
distro: fedora/27/atomic
- name: ocp-node2
distro: fedora/27/atomic
container:
image: registry.fedoraproject.org/fedora:27
packages:
- gcc
- git
- python-pip
- python-devel
- libffi-devel
- openssl-devel
- redhat-rpm-config
- findutils
context: 'fedora/27/atomic'
tests:
- ./.papr.sh
artifacts:
- journals/
pulls: false
required: false
---
inherit: true
context: 'fedora/27/atomic/upgrade_minor'
cluster:
hosts:
- name: ocp-master
distro: fedora/27/atomic
specs:
ram: 4096
container:
image: registry.fedoraproject.org/fedora:27
env:
PAPR_INVENTORY: .papr.all-in-one.inventory
PAPR_RUN_UPDATE: "yes"
---
inherit: true
context: 'fedora/27/atomic/upgrade_major'
cluster:
hosts:
- name: ocp-master
distro: fedora/27/atomic
specs:
ram: 4096
container:
image: registry.fedoraproject.org/fedora:27
env:
PAPR_INVENTORY: .papr.all-in-one.inventory
PAPR_UPGRADE_FROM: "3.10"
PAPR_RUN_UPDATE: "yes"
---
inherit: true
context: 'fedora/27/atomic/master-ha'
cluster:
hosts:
- name: ocp-master1
distro: fedora/27/atomic
specs:
ram: 4096
- name: ocp-master2
distro: fedora/27/atomic
- name: ocp-master3
distro: fedora/27/atomic
container:
image: registry.fedoraproject.org/fedora:27
env:
PAPR_INVENTORY: .papr-master-ha.inventory