-
Notifications
You must be signed in to change notification settings - Fork 43
[AISOS-376] Add drift detection and periodic resync for OpenStack resources #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
eshulman2
wants to merge
31
commits into
k-orc:main
Choose a base branch
from
eshulman2:forge/aisos-376
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0b7be7f
[AISOS-380] Add ResyncPeriod field to CommonOptions in controller_opt…
7557421
[AISOS-380] Add resyncPeriod field to controller_options.go with vali…
3a98d90
[AISOS-381] Add LastSyncTime field to CommonStatus in common_types.go
5c807aa
[AISOS-382] Add --default-resync-period CLI flag to manager
0e209af
[AISOS-383] Implement DetermineResyncPeriod function with unit tests
ac24f84
[AISOS-384] Update code generator templates to include resyncPeriod a…
20b3685
[AISOS-385] Add GetResyncPeriod() method to APIObjectAdapter interface
616f4ba
[AISOS-386] Regenerate all resources and CRDs with new fields
239bbc0
[AISOS-387] Create resync scheduler package with jitter calculation
b4ebbdf
[AISOS-388] Modify shouldReconcile to support periodic resync
0dbc421
[AISOS-389] Integrate resync requeue scheduling into reconcileNormal
8924abc
[AISOS-390] Update status writer to set lastSyncTime on successful re…
f51e48a
[AISOS-391] Handle unmanaged resources during resync: add integration…
59784ba
[AISOS-392] Add E2E tests for resync scheduling behavior
fa6abfe
[AISOS-393] Add IsImported method to APIObjectAdapter interface
422da56
[AISOS-394] Modify GetOrCreateOSResource to support recreation on ext…
685c404
[AISOS-395] Clear status.id before recreation of externally deleted r…
d660ec4
[AISOS-396] Add unit tests for external deletion handling in GetOrCre…
53d15ca
[AISOS-397] Add E2E tests for external deletion and recreation behavior
2e1c509
[AISOS-398] Add user documentation for drift detection and external d…
5c6a3fd
[AISOS-376-review] Wire DefaultResyncPeriod from manager options to c…
3ebabf9
[AISOS-376-ci-fix] Fix CI failures: lint and codegen
210fcce
[AISOS-376-ci-fix] Fix Available=Unknown → False when terminal error …
48df99a
[AISOS-376-ci-fix] Increase network-resync-period assert timeout from…
0d1cdd0
[AISOS-376-ci-fix] Increase e2e test assertion timeouts for network r…
92f3d41
[AISOS-376-ci-fix] Increase network-resync-jitter assert timeout 60s→…
6930072
[AISOS-376-ci-fix] Increase network-resync-jitter timeout from 120s t…
ea1807e
[AISOS-376-ci-fix] Fix CalculateJitteredDuration to use positive-only…
4342121
[AISOS-376] review: address PR feedback
c72ecbb
[AISOS-376] review: address PR feedback
6468f6c
[AISOS-376-ci-analyze] Analyze CI failures (attempt 0)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,3 +42,6 @@ __pycache__/ | |
|
|
||
| /bundle/ | ||
| bundle.Dockerfile | ||
|
|
||
| # Forge workflow state (do not commit) | ||
| .forge/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
api/v1alpha1/zz_generated.applicationcredential-resource.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.