|
7 | 7 | # Production
|
8 | 8 | # ----------
|
9 | 9 |
|
10 |
| -# 2 CPU, 2 GB mem |
| 10 | +# 2 CPU, 2 GB mem, Debian 12 Bookworm |
11 | 11 | node 'builder-02.ops.jquery.net' {
|
12 | 12 | role('docs::builder')
|
13 | 13 | }
|
14 | 14 |
|
15 |
| -# 2 CPU, 2 GB mem |
| 15 | +# 2 CPU, 2 GB mem, Debian 11 Bullseye |
16 | 16 | node 'codeorigin-02.ops.jquery.net' {
|
17 | 17 | role('codeorigin')
|
18 | 18 | }
|
19 | 19 |
|
20 |
| -# 2 CPU, 4 GB mem, 80 GB disk |
| 20 | +# 2 CPU, 4 GB mem, Debian 11 Bullseye, 80 GB disk |
21 | 21 | node 'contentorigin-02.ops.jquery.net' {
|
22 | 22 | role('contentorigin')
|
23 | 23 | }
|
24 | 24 |
|
25 |
| -# 2 CPU, 2 GB mem |
| 25 | +# 2 CPU, 2 GB mem, Debian 12 Bookworm |
26 | 26 | node 'filestash-01.ops.jquery.net' {
|
27 | 27 | role('docs::filestash')
|
28 | 28 | }
|
29 | 29 |
|
30 |
| -# 1 CPU, 2 GB mem |
| 30 | +# 1 CPU, 2 GB mem, Debian 11 Bullseye |
31 | 31 | node 'gruntjs-02.ops.jquery.net' {
|
32 | 32 | role('gruntjscom')
|
33 | 33 | }
|
34 | 34 |
|
35 |
| -# 2 CPU, 2 GB mem |
| 35 | +# 2 CPU, 2 GB mem, Debian 11 Bullseye |
36 | 36 | node 'miscweb-01.ops.jquery.net' {
|
37 | 37 | role('miscweb')
|
38 | 38 | }
|
39 | 39 |
|
40 |
| -# 2 CPU, 4 GB mem |
| 40 | +# 2 CPU, 4 GB mem, Debian 11 Bullseye |
41 | 41 | node 'puppet-03.ops.jquery.net' {
|
42 | 42 | role('puppet')
|
43 | 43 | }
|
44 | 44 |
|
45 |
| -# 2 CPU, 4 GB mem, 80 GB disk |
| 45 | +# 2 CPU, 4 GB mem, Debian 11 Bullseye, 80 GB disk |
46 | 46 | node 'swarm-02.ops.jquery.net' {
|
47 | 47 | role('testswarm')
|
48 | 48 | }
|
49 | 49 |
|
50 |
| -# 2 CPU, 2 GB mem |
| 50 | +# 2 CPU, 2 GB mem, Debian 11 Bullseye |
51 | 51 | node 'search-02.ops.jquery.net' {
|
52 | 52 | role('search')
|
53 | 53 | }
|
54 | 54 |
|
55 |
| -# 4 CPU, 8 GB mem (NYC3) |
| 55 | +# 4 CPU, 8 GB mem, Debian 12 Bookworm (NYC3) |
56 | 56 | node 'wp-04.ops.jquery.net' {
|
57 | 57 | role('docs::wordpress')
|
58 | 58 | }
|
59 | 59 |
|
60 |
| -# 4 CPU, 8 GB mem (SFO3) |
| 60 | +# 4 CPU, 8 GB mem, Debian 12 Bookworm (SFO3) |
61 | 61 | node 'wp-05.ops.jquery.net' {
|
62 | 62 | role('docs::wordpress')
|
63 | 63 | }
|
64 | 64 |
|
65 |
| -# 1 CPU, 2 GB mem |
| 65 | +# 1 CPU, 2 GB mem, Debian 11 Bullseye |
66 | 66 | node 'wpblogs-01.ops.jquery.net' {
|
67 | 67 | role('blogs')
|
68 | 68 | }
|
69 | 69 |
|
70 | 70 | # Staging
|
71 | 71 | # -------
|
72 | 72 |
|
| 73 | +# Debian 11 Bullseye |
73 | 74 | node 'builder-04.stage.ops.jquery.net' {
|
74 | 75 | role('docs::builder')
|
75 | 76 | }
|
76 | 77 |
|
| 78 | +# Debian 11 Bullseye |
77 | 79 | node 'codeorigin-02.stage.ops.jquery.net' {
|
78 | 80 | role('codeorigin')
|
79 | 81 | }
|
80 | 82 |
|
| 83 | +# Debian 11 Bullseye |
81 | 84 | node 'gruntjs-02.stage.ops.jquery.net' {
|
82 | 85 | role('gruntjscom')
|
83 | 86 | }
|
84 | 87 |
|
| 88 | +# Debian 12 Bookworm |
85 | 89 | node 'wp-03.stage.ops.jquery.net' {
|
86 | 90 | role('docs::wordpress')
|
87 | 91 | }
|
0 commit comments