You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: refactor aws actions to make use of allocation module
In 871a0b1 an allocation module was introduced to reuse code when checking type of machines for aws targets, the param for spot increase rate is being used in that module, so this commit refactor the code on every aws target to make all will use same code so the spot increase rate param can be applied to all of them.
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
Copy file name to clipboardExpand all lines: cmd/mapt/cmd/aws/hosts/constans.go
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,4 @@ package hosts
3
3
const (
4
4
airgapstring="airgap"
5
5
airgapDescstring="if this flag is set the host will be created as airgap machine. Access will done through a bastion"
6
-
7
-
vmTypesstring="vm-types"
8
-
vmTypesDescriptionstring="set an specific set of vm-types and ignore any CPUs, Memory, Arch parameters set. Note vm-type should match requested arch. Also if --spot flag is used set at least 3 types."
0 commit comments