Skip to content

Commit aeb7382

Browse files
authored
Merge pull request #95 from lorengordon/patch/appvolume
Formats appvolume just once in el7.6
2 parents eba6a1d + 34bdb50 commit aeb7382

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.0
2+
current_version = 1.9.1
33
commit = True
44
message = Bumps version to {new_version}
55
tag = False

modules/lx-autoscale/watchmaker-lx-autoscale.template.cfn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Metadata:
208208
default: Force Cfn Init Update
209209
ToggleNewInstances:
210210
default: Force New Instances
211-
Version: 1.9.0
211+
Version: 1.9.1
212212
Outputs:
213213
ScaleDownScheduledAction:
214214
Condition: UseScheduledAction
@@ -944,7 +944,7 @@ Resources:
944944
- !Sub
945945
- |+
946946
bootcmd:
947-
- cloud-init-per instance mkfs-appvolume mkfs -t ext4 ${local_SupportsNvme}
947+
- cloud-init-per instance mkfsappvolume mkfs -t ext4 ${local_SupportsNvme}
948948
mounts:
949949
- [${local_SupportsNvme}, ${AppVolumeMountPath}]
950950
- local_SupportsNvme: !If [SupportsNvme, /dev/nvme1n1, /dev/xvdf]

modules/lx-instance/watchmaker-lx-instance.template.cfn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Metadata:
181181
ParameterLabels:
182182
ToggleCfnInitUpdate:
183183
default: Force Cfn Init Update
184-
Version: 1.9.0
184+
Version: 1.9.1
185185
Outputs:
186186
WatchmakerInstanceId:
187187
Description: Instance ID
@@ -836,7 +836,7 @@ Resources:
836836
- !Sub
837837
- |+
838838
bootcmd:
839-
- cloud-init-per instance mkfs-appvolume mkfs -t ext4 ${local_SupportsNvme}
839+
- cloud-init-per instance mkfsappvolume mkfs -t ext4 ${local_SupportsNvme}
840840
mounts:
841841
- [${local_SupportsNvme}, ${AppVolumeMountPath}]
842842
- local_SupportsNvme: !If [SupportsNvme, /dev/nvme1n1, /dev/xvdf]

modules/win-autoscale/watchmaker-win-autoscale.template.cfn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Metadata:
145145
default: Force Cfn Init Update
146146
ToggleNewInstances:
147147
default: Force New Instances
148-
Version: 1.9.0
148+
Version: 1.9.1
149149
Outputs:
150150
ScaleDownScheduledAction:
151151
Condition: UseScheduledAction

modules/win-instance/watchmaker-win-instance.template.cfn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Metadata:
121121
ParameterLabels:
122122
ToggleCfnInitUpdate:
123123
default: Force Cfn Init Update
124-
Version: 1.9.0
124+
Version: 1.9.1
125125
Outputs:
126126
WatchmakerInstanceId:
127127
Description: Instance ID

0 commit comments

Comments
 (0)