Skip to content

Commit 5caf4b3

Browse files
committed
RS-201 Makes EBS volume type configurable
1 parent caa67ae commit 5caf4b3

File tree

4 files changed

+231
-2
lines changed

4 files changed

+231
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Makes EBS data volume type configurable #RS-201
10+
711
## [6.9.0] - 2023-07-26
812
### Changed
913
- Upgrade puppet-aem-curator to 3.41.0 #RS-166

Gemfile.lock

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
ast (2.4.3)
7+
base64 (0.3.0)
8+
builder (3.3.0)
9+
coderay (1.1.3)
10+
colored2 (3.1.2)
11+
concurrent-ruby (1.1.9)
12+
cri (2.15.12)
13+
deep_merge (1.2.2)
14+
diff-lcs (1.6.2)
15+
docker-api (1.34.2)
16+
excon (>= 0.47.0)
17+
multi_json
18+
erubi (1.13.1)
19+
excon (1.2.5)
20+
logger
21+
facter (2.5.7)
22+
faraday (2.8.1)
23+
base64
24+
faraday-net_http (>= 2.0, < 3.1)
25+
ruby2_keywords (>= 0.0.4)
26+
faraday-follow_redirects (0.3.0)
27+
faraday (>= 1, < 3)
28+
faraday-net_http (3.0.2)
29+
fast_gettext (1.1.2)
30+
ffi (1.17.2)
31+
gettext (3.2.9)
32+
locale (>= 2.0.5)
33+
text (>= 1.3.0)
34+
gettext-setup (0.34)
35+
fast_gettext (~> 1.1.0)
36+
gettext (>= 3.0.2, < 3.3.0)
37+
locale
38+
gssapi (1.3.1)
39+
ffi (>= 1.0.1)
40+
gyoku (1.4.0)
41+
builder (>= 2.1.2)
42+
rexml (~> 3.0)
43+
hashie (3.6.0)
44+
hiera (3.12.0)
45+
hocon (1.4.0)
46+
htmlentities (4.3.4)
47+
httpclient (2.9.0)
48+
mutex_m
49+
inspec (1.51.6)
50+
addressable (~> 2.4)
51+
faraday (>= 0.9.0)
52+
hashie (~> 3.4)
53+
htmlentities
54+
json (>= 1.8, < 3.0)
55+
method_source (~> 0.8)
56+
mixlib-log
57+
parallel (~> 1.9)
58+
parslet (~> 1.5)
59+
pry (~> 0)
60+
rspec (~> 3)
61+
rspec-its (~> 1.2)
62+
rubyzip (~> 1.1)
63+
semverse
64+
sslshake (~> 1.2)
65+
thor (~> 0.19)
66+
tomlrb (~> 1.2)
67+
train (~> 0.32)
68+
json (2.13.2)
69+
jwt (2.2.3)
70+
little-plugger (1.1.4)
71+
locale (2.1.4)
72+
log4r (1.1.10)
73+
logger (1.7.0)
74+
logging (2.4.0)
75+
little-plugger (~> 1.1)
76+
multi_json (~> 1.14)
77+
method_source (0.9.2)
78+
minitar (0.12.1)
79+
mixlib-log (3.0.9)
80+
mixlib-shellout (2.4.4)
81+
mocha (1.16.1)
82+
multi_json (1.15.0)
83+
mutex_m (0.3.0)
84+
net-scp (1.2.1)
85+
net-ssh (>= 2.6.5)
86+
net-ssh (4.2.0)
87+
nori (2.6.0)
88+
parallel (1.27.0)
89+
parser (3.3.9.0)
90+
ast (~> 2.4.1)
91+
racc
92+
parslet (1.8.2)
93+
pathspec (1.0.0)
94+
prism (1.4.0)
95+
pry (0.12.2)
96+
coderay (~> 1.1.0)
97+
method_source (~> 0.9.0)
98+
public_suffix (5.1.1)
99+
puppet (7.34.0)
100+
concurrent-ruby (~> 1.0)
101+
deep_merge (~> 1.0)
102+
facter (> 2.0.1, < 5)
103+
fast_gettext (>= 1.1, < 3)
104+
hiera (>= 3.2.1, < 4)
105+
locale (~> 2.1)
106+
multi_json (~> 1.10)
107+
puppet-resource_api (~> 1.5)
108+
scanf (~> 1.0)
109+
semantic_puppet (~> 1.0)
110+
puppet-lint (2.5.2)
111+
puppet-resource_api (1.9.0)
112+
hocon (>= 1.0)
113+
puppet-syntax (3.3.0)
114+
puppet (>= 5)
115+
rake
116+
puppet_forge (5.0.4)
117+
faraday (~> 2.0)
118+
faraday-follow_redirects (~> 0.3.0)
119+
minitar (< 1.0.0)
120+
semantic_puppet (~> 1.0)
121+
puppetlabs_spec_helper (4.0.1)
122+
mocha (~> 1.0)
123+
pathspec (>= 0.2.1, < 1.1.0)
124+
puppet-lint (~> 2.0)
125+
puppet-syntax (>= 2.0, < 4)
126+
rspec-puppet (~> 2.0)
127+
r10k (3.15.1)
128+
colored2 (= 3.1.2)
129+
cri (>= 2.15.10)
130+
fast_gettext (>= 1.1.0, < 3.0.0)
131+
gettext (>= 3.0.2, < 4.0.0)
132+
gettext-setup (~> 0.24)
133+
jwt (~> 2.2.3)
134+
log4r (= 1.1.10)
135+
minitar (~> 0.9)
136+
multi_json (~> 1.10)
137+
puppet_forge (>= 2.3.0)
138+
racc (1.8.1)
139+
rainbow (3.1.1)
140+
rake (13.3.0)
141+
regexp_parser (2.11.2)
142+
rexml (3.4.1)
143+
rspec (3.13.1)
144+
rspec-core (~> 3.13.0)
145+
rspec-expectations (~> 3.13.0)
146+
rspec-mocks (~> 3.13.0)
147+
rspec-core (3.13.5)
148+
rspec-support (~> 3.13.0)
149+
rspec-expectations (3.13.5)
150+
diff-lcs (>= 1.2.0, < 2.0)
151+
rspec-support (~> 3.13.0)
152+
rspec-its (1.3.1)
153+
rspec-core (>= 3.0.0)
154+
rspec-expectations (>= 3.0.0)
155+
rspec-mocks (3.13.5)
156+
diff-lcs (>= 1.2.0, < 2.0)
157+
rspec-support (~> 3.13.0)
158+
rspec-puppet (2.12.0)
159+
rspec
160+
rspec-support (3.13.4)
161+
rubocop (1.35.1)
162+
json (~> 2.3)
163+
parallel (~> 1.10)
164+
parser (>= 3.1.2.1)
165+
rainbow (>= 2.2.2, < 4.0)
166+
regexp_parser (>= 1.8, < 3.0)
167+
rexml (>= 3.2.5, < 4.0)
168+
rubocop-ast (>= 1.20.1, < 2.0)
169+
ruby-progressbar (~> 1.7)
170+
unicode-display_width (>= 1.4.0, < 3.0)
171+
rubocop-ast (1.46.0)
172+
parser (>= 3.3.7.2)
173+
prism (~> 1.4)
174+
ruby-progressbar (1.13.0)
175+
ruby2_keywords (0.0.5)
176+
rubyntlm (0.6.5)
177+
base64
178+
rubyzip (1.3.0)
179+
scanf (1.0.0)
180+
semantic_puppet (1.1.1)
181+
semverse (3.0.2)
182+
sslshake (1.3.1)
183+
text (1.3.1)
184+
thor (0.20.3)
185+
tomlrb (1.3.0)
186+
train (0.32.0)
187+
docker-api (~> 1.26)
188+
json (>= 1.8, < 3.0)
189+
mixlib-shellout (~> 2.0)
190+
net-scp (~> 1.2)
191+
net-ssh (>= 2.9, < 5.0)
192+
winrm (~> 2.0)
193+
winrm-fs (~> 1.0)
194+
unicode-display_width (2.6.0)
195+
winrm (2.3.6)
196+
builder (>= 2.1.2)
197+
erubi (~> 1.8)
198+
gssapi (~> 1.2)
199+
gyoku (~> 1.0)
200+
httpclient (~> 2.2, >= 2.2.0.2)
201+
logging (>= 1.6.1, < 3.0)
202+
nori (~> 2.0)
203+
rubyntlm (~> 0.6.0, >= 0.6.3)
204+
winrm-fs (1.3.3)
205+
erubi (~> 1.8)
206+
logging (>= 1.6.1, < 3.0)
207+
rubyzip (~> 1.1)
208+
winrm (~> 2.0)
209+
yaml-lint (0.0.10)
210+
211+
PLATFORMS
212+
x86_64-linux
213+
214+
DEPENDENCIES
215+
concurrent-ruby (= 1.1.9)
216+
inspec (= 1.51.6)
217+
puppet (~> 7.18)
218+
puppet-lint (= 2.5.2)
219+
puppetlabs_spec_helper (= 4.0.1)
220+
r10k (= 3.15.1)
221+
rubocop (= 1.35.1)
222+
yaml-lint (= 0.0.10)
223+
224+
BUNDLED WITH
225+
2.3.21

data/author-publish-dispatcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ author_publish_dispatcher::dispatcher_data_devices:
2121
- device_name: "%{hiera('common::ami::publish_dispatcher_device_name')}"
2222
device_alias: "%{hiera('common::ami::publish_dispatcher_device_alias')}"
2323

24-
author_publish_dispatcher::volume_type: gp2
24+
author_publish_dispatcher::volume_type: "%{hiera('common::volume_type')"
2525

2626
author_publish_dispatcher::aem_password_retrieval_command: "%{hiera('common::aem_password_retrieval_command')}"
2727
author_publish_dispatcher::awslogs_config_path: "%{hiera('common::awslogs_config_path')}"

data/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish::aem_repo_devices:
88
- device_name: "%{hiera('common::ami::device_name')}"
99
device_alias: "%{hiera('common::ami::device_alias')}"
1010
aem_id: "%{hiera('publish::aem_id')}"
11-
publish::volume_type: gp2
11+
publish::volume_type: "%{hiera('common::volume_type')"
1212

1313
publish::revert_snapshot_type: "%{hiera('publish::revert_snapshot_type')}"
1414

0 commit comments

Comments
 (0)