Kay Yan
97946cfdb7
support containerd static binary
Co-authored-by: Max Gautier <mg@max.gautier.name>
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2 months ago
Aman Shrivastava
f9385ec918
Add argocd_install component to hash update script with checksum entries ( #12358 )
3 months ago
Max Gautier
3a2862ea19
Move checksums to kubespray_defaults/vars ( #12234 )
The checksums are not a defaults and are not meant to be changed from
the inventories.
Furthermore, role defaults have a lower priority that hosts facts, which
technically means a rogue hosts could hijack the hashes for its
variables.
4 months ago
Max Gautier
7db2aa1cba
Rename kubespray-defaults to kubespray_defaults
Role names in ansible collection should not contains hyphens.
4 months ago
Max Gautier
79fbfdf271
component_hash_update: support calico_crds ( #12122 )
- add support for "no_arch" downloads: arch-indendendant files such as
YAML manifests, helm charts, etc.
- wire calico_crds with it.
5 months ago
Max Gautier
fe2ab898b8
component_hash_update: remove obsolete todos ( #12098 )
6 months ago
Max Gautier
bc36e9d440
hash-updater: apply formatter
8 months ago
Max Gautier
d8629b8e7e
download: separate static metadata into it's own file
By separating logic from data, we should make it easier to add new
components.
8 months ago
Max Gautier
4d3f06e69e
download: cleanup graphQL query
- remove unused parts in the response
- clarify variables names
8 months ago
Max Gautier
d17bd286ea
download: allow excluding some component
This is handy when some component releases is buggy (missing file at the
download links) to not block everything else.
Move the filtering up the stack so we don't have to do it multiples
times.
8 months ago
Max Gautier
55cff4f3d3
download: get checksums file relative to git root
This means the update-hashes command can be run anywhere in Kubespray
repository without having to figure out the correct path.
8 months ago
Max Gautier
76e07daa12
download: put grapqQL query in package + read from importlib
8 months ago
Max Gautier
a551922c84
Adapt download.py to run as a package script
8 months ago
Max Gautier
ba3258d7f0
Move download_hash.py into a python package
Can operate on several branches without the need for backport
8 months ago
Max Gautier
9b56840d51
download: create pyproject.toml
8 months ago