diff --git a/kubespray/inventory/exem/inventory.ini b/kubespray/inventory/exem/inventory.ini index 18489e2a..069c149e 100644 --- a/kubespray/inventory/exem/inventory.ini +++ b/kubespray/inventory/exem/inventory.ini @@ -1,21 +1,27 @@ [all] -hostname1 ansible_host=10.10.54.200 ip=10.10.54.200 etcd_member_name=hostname1 ansible_port=22 -hostname2 ansible_host=10.10.54.201 ip=10.10.54.201 ansible_port=22 -hostname3 ansible_host=10.10.54.202 ip=10.10.54.202 ansible_port=22 +master ansible_host=10.10.54.200 ip=10.10.54.200 etcd_member_name=master ansible_port=22 +worker1 ansible_host=10.10.54.201 ip=10.10.54.201 ansible_port=22 +worker2 ansible_host=10.10.54.202 ip=10.10.54.202 ansible_port=22 +master2 ansible_host=10.10.54.203 ip=10.10.54.202 etcd_member_name=master2 ansible_port=22 +master3 ansible_host=10.10.54.204 ip=10.10.54.202 etcd_member_name=master3 ansible_port=22 [kube_control_plane] -hostname1 +master +master2 +master3 [etcd] -hostname1 +master +master2 +master3 [kube_node] -hostname2 -hostname3 +worker1 +worker2 [calico_rr] [k8s_cluster:children] kube_control_plane kube_node -calico_rr \ No newline at end of file +calico_rr diff --git a/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..366862b7 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl b/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl deleted file mode 100755 index 4c6c72d5..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..5a3c3d3b Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl b/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl deleted file mode 100755 index 40b00735..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..aed90720 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl b/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl deleted file mode 100755 index e4145c1c..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..bcfa5687 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl b/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl deleted file mode 100755 index 51134987..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..599e4b75 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl b/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl deleted file mode 100755 index c14fd4f6..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-macosx_10_12_universal2.whl b/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-macosx_10_12_universal2.whl deleted file mode 100755 index 196b3ef5..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-macosx_10_12_universal2.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl new file mode 100755 index 00000000..99fa655b Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/importlib_resources-5.0.7-py3-none-any.whl b/kubespray/roles/exem-infra/files/files_repo/python/importlib_resources-5.0.7-py3-none-any.whl deleted file mode 100755 index c09e91e4..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/importlib_resources-5.0.7-py3-none-any.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl b/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl deleted file mode 100755 index f45f9e8e..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl and /dev/null differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100755 index 00000000..32f7e481 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl b/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl new file mode 100755 index 00000000..4c728c55 Binary files /dev/null and b/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl differ diff --git a/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl b/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl deleted file mode 100755 index c62ab8c5..00000000 Binary files a/kubespray/roles/exem-infra/files/files_repo/python/ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl and /dev/null differ