Commit 30a2a7d
fix: supporting Ephemeral OS Disk placement (#940)
* fix: should set disk placement ourselves rather than defaulting from CRP
* fix: placement got appended in requirements
* test: adding tests for more ephemeral disk scenarios
* test: adding skus
* feat: adding ephemeral os disk support for v6
* test: adding an e2e test for ephemeral disk
* fix: make test
* fix: migrating to southcentralus
* fix: adding supports nvme
* fix: using the correct placement now
* fix: node bootstrapping test from rebase needs to use v5
* fix: removing bryce
* fix: removing skewer dep and fixing operator
* fix: removing find sub
* Update pkg/providers/instancetype/suite_test.go
* fix: status
* fix: update skewer location in go mod
* test: adding back the placement tests
* fix: placement ammended test cases
* fix: ci lint
* test: removing unused test case
* fix: maybe time to put down the LLM
* fix: simplifying logic
* test: testing FindMaxEphemeralSizeGB
* test: updating golint ignore statement
* test: adding another edge case for MaxResourceVolumeMB
* fix: saving some cpu
* test: adding edge case for Nil SKU
* Update pkg/providers/instancetype/instancetypes.go
* Update pkg/providers/instancetype/suite_test.go
Co-authored-by: Alex Leites <[email protected]>
* refactor: no longer exporting the functions
* Update pkg/providers/instancetype/suite_test.go
Co-authored-by: Alex Leites <[email protected]>
* fix: using non float value in e2e
* fix: removing duplicate test case
---------
Co-authored-by: Alex Leites <[email protected]>1 parent 0d0cc2e commit 30a2a7d
File tree
37 files changed
+3994
-2355
lines changed- hack
- pkg
- cloudprovider
- controllers/nodeclaim
- garbagecollection
- inplaceupdate
- fake
- operator
- providers
- imagefamily
- instancetype
- instance
- launchtemplate
- parameters
- pricing
- test
- expectations
- utils
- test
- pkg/environment/azure
- suites
- nodeclaim
- scheduling
37 files changed
+3994
-2355
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments