Compare commits

...

22 Commits

Author SHA1 Message Date
5e4567b162 chore: Specify fully qualified container image name
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m3s
Container & Helm chart / Cluster API node template (push) Failing after 5s
2024-06-08 21:49:36 +10:00
7febe35286 chore: Switch to dind-rootless runner
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 44s
Container & Helm chart / Cluster API node template (push) Failing after 5s
2024-06-08 21:42:26 +10:00
7f68acc95e chore: Inherit dind volumes
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 56s
Container & Helm chart / Cluster API node template (push) Failing after 5s
2024-06-08 21:40:16 +10:00
ca01cc7d4c chore: Switch to dind runner
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 25s
Container & Helm chart / Cluster API node template (push) Failing after 1m6s
2024-06-08 21:30:55 +10:00
809574dcd2 build: Rebase to existing docker-run action
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m9s
Container & Helm chart / Cluster API node template (push) Failing after 23s
2024-06-08 21:28:36 +10:00
64ed3cd449 chore: Specify user to run action steps as
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m17s
Container & Helm chart / Cluster API node template (push) Failing after 1m20s
2024-06-08 21:10:16 +10:00
bbaff25725 chore: Attempt privilege escalation
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 25s
Container & Helm chart / Cluster API node template (push) Failing after 2s
2024-06-08 21:05:41 +10:00
c70620e88c build: Explicitly install node through package manager
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m4s
Container & Helm chart / Cluster API node template (push) Failing after 2s
2024-06-08 21:03:15 +10:00
f25d15ed39 chore: Install node as first action workflow step
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 47s
Container & Helm chart / Cluster API node template (push) Failing after 4s
2024-06-08 20:56:00 +10:00
11ac815ac6 chore: Disable mountpoints
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m22s
Container & Helm chart / Cluster API node template (push) Failing after 3s
2024-06-08 20:51:26 +10:00
abc231fb22 feat: Initial release w/ semantic release
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 38s
Container & Helm chart / Cluster API node template (push) Failing after 1m30s
2024-06-08 20:47:20 +10:00
5c1dcf95c8 chore: Disable linting job
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 28s
Container & Helm chart / Cluster API node template (push) Has been skipped
2024-06-08 20:46:12 +10:00
7e6c1d6aa9 build: Rebase to gitea actions pipeline
Some checks failed
Container & Helm chart / Linting (push) Failing after 1m1s
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 2m13s
Container & Helm chart / Cluster API node template (push) Has been skipped
2024-06-08 20:43:37 +10:00
24aaf55e4b Add cloud-init VMware datasource
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 09:19:46 +02:00
297fb39202 Upgrade kubeadm apiVersion
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-19 12:38:09 +02:00
13b8e4c43d Upgrade K8s major version
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-05-19 12:17:34 +02:00
cc0f2bd683 Rebase OS version;Upgrade K8s minor version
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-19 12:11:01 +02:00
619923b2d4 Upgrade K8s version
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-18 20:18:09 +01:00
19628c3080 Remove custom ansible role (overwrite cloud-init datasource priority)
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-18 20:15:48 +01:00
e6c366a5be Remove redundant package installation
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-04 15:50:41 +01:00
12ae24f950 Disable unrelated dependency
Some checks failed
continuous-integration/drone/push Build is failing
2023-03-04 13:01:08 +01:00
b94b7a2916 Update versions
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-04 12:47:18 +01:00
12 changed files with 151 additions and 33 deletions

View File

@ -6,9 +6,6 @@ volumes:
- name: output
claim:
name: flexvolsmb-drone-output
- name: scratch
claim:
name: flexvolsmb-drone-scratch
steps:
- name: Debugging information
@ -22,19 +19,13 @@ steps:
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always
commands:
- |
apt-get update
- |
apt-get install -y \
curl \
make
- |
jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json
- |
make deps-ova
- |
make build-node-ova-vsphere-ubuntu-2004
make build-node-ova-vsphere-ubuntu-2204
- |
mv -fv ./output/**/*.ova /output
environment:

View File

@ -0,0 +1,113 @@
name: Container & Helm chart
on: [push]
jobs:
# linting:
# name: Linting
# runs-on: dind-rootless
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4
# - name: yamllint
# uses: bewuethr/yamllint-action@v1
# with:
# config-file: .yamllint.yaml
semrel_dryrun:
name: Semantic Release (Dry-run)
runs-on: dind-rootless
outputs:
version: ${{ steps.sem_rel.outputs.version }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: |
npm install \
semantic-release \
@semantic-release/commit-analyzer \
@semantic-release/exec
- name: Semantic Release (dry-run)
id: sem_rel
run: |
npx semantic-release \
--package @semantic-release/exec \
--package semantic-release \
--branches ${{ gitea.refname }} \
--tag-format 'v${version}' \
--dry-run \
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
--analyzeCommits @semantic-release/commit-analyzer \
--verifyRelease @semantic-release/exec \
--verifyReleaseCmd 'echo "version=${nextRelease.version}" >> $GITHUB_OUTPUT'
env:
GIT_CREDENTIALS: ${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_APIKEY }}
- name: Assert semantic release output
run: |
[[ -z "${{ steps.sem_rel.outputs.version }}" ]] && {
echo 'No release tag - exiting'; exit 1
} || {
echo 'Release tag set correctly: ${{ steps.sem_rel.outputs.version }}'; exit 0
}
build_image:
name: Cluster API node template
# volumes:
# - /data:/data
# - /output:/output
runs-on: dind
# needs: [semrel_dryrun, linting]
needs: semrel_dryrun
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: addnab/docker-run-action@v3
with:
image: registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.29
# options: --user root
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }} --rm
run: |
make deps-ova
- name: Build node template
uses: addnab/docker-run-action@v3
with:
image: registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.29
# options: --user root
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }} --rm
run: |
make build-node-ova-vsphere-ubuntu-2204
# env:
# PACKER_LOG: 1
# semrel:
# name: Semantic Release
# runs-on: dind-rootless
# needs: [build_container, build_chart]
# steps:
# - name: Check out repository code
# uses: actions/checkout@v3
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 20
# - name: Install dependencies
# run: |
# npm install \
# semantic-release \
# @semantic-release/changelog \
# @semantic-release/commit-analyzer \
# @semantic-release/git \
# @semantic-release/release-notes-generator
# - name: Semantic Release
# run: |
# npx semantic-release \
# --branches ${{ gitea.refname }} \
# --tag-format 'v${version}' \
# --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/changelog,@semantic-release/git
# env:
# GIT_CREDENTIALS: ${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_APIKEY }}

View File

@ -93,7 +93,7 @@ deps-gce:
deps-ova: ## Installs/checks dependencies for OVA builds
deps-ova:
hack/ensure-ansible.sh
hack/ensure-ansible-windows.sh
: hack/ensure-ansible-windows.sh
hack/ensure-packer.sh
hack/ensure-goss.sh
hack/ensure-ovftool.sh

View File

@ -1,6 +0,0 @@
- name: Override cloud-init datasource list
ansible.builtin.copy:
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
content: |
# To update this file, run dpkg-reconfigure cloud-init
datasource_list: [ VMware, None ]

View File

@ -1,11 +1,11 @@
apiVersion: kubeadm.k8s.io/v1beta2
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
imageRepository: {{ kubernetes_container_registry }}
kubernetesVersion: {{ kubernetes_semver }}
dns:
imageRepository: {{ kubernetes_container_registry }}/coredns
---
apiVersion: kubeadm.k8s.io/v1beta2
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
nodeRegistration:
criSocket: {{ containerd_cri_socket }}

View File

@ -43,3 +43,11 @@
- { src: files/etc/networkd-dispatcher/routable.d/20-chrony.j2, dest: /etc/networkd-dispatcher/routable.d/20-chrony }
- { src: files/etc/networkd-dispatcher/off.d/20-chrony.j2, dest: /etc/networkd-dispatcher/off.d/20-chrony }
- { src: files/etc/networkd-dispatcher/no-carrier.d/20-chrony.j2, dest: /etc/networkd-dispatcher/no-carrier.d/20-chrony }
- name: Create cloud-init datasource config file
copy:
dest: /etc/cloud/ds-identify.cfg
force: true
content: |
datasource: VMware
when: ansible_distribution_version is version('22.04', '>=')

View File

@ -93,3 +93,15 @@
file:
state: absent
path: /etc/udev/rules.d/70-persistent-net.rules
- name: Remove subiquity disable cloud-init networking config
file:
path: /etc/cloud/cloud.cfg.d/subiquity-disable-cloudinit-networking.cfg
state: absent
when: ansible_distribution_version is version('22.04', '>=')
- name: Remove 99-installer.cfg which sets the cloud-init datasource to None
file:
path: /etc/cloud/cloud.cfg.d/99-installer.cfg
state: absent
when: ansible_distribution_version is version('22.04', '>=')

View File

@ -2,8 +2,8 @@
"additional_executables": "false",
"additional_executables_destination_path": "",
"additional_executables_list": "",
"additional_registry_images": "false",
"additional_registry_images_list": "",
"additional_registry_images": "true",
"additional_registry_images_list": "ghcr.io/kube-vip/kube-vip:v0.5.5",
"additional_url_images": "false",
"additional_url_images_list": "",
"load_additional_components": "false"

View File

@ -1,7 +1,7 @@
{
"build_target": "virt",
"disable_public_repos": "false",
"extra_debs": "open-iscsi",
"extra_debs": "nfs-common open-iscsi",
"extra_repos": "",
"extra_rpms": "",
"firstboot_custom_roles_post": "",
@ -9,9 +9,9 @@
"http_proxy": "",
"https_proxy": "",
"no_proxy": "",
"node_custom_roles_post": "custom",
"node_custom_roles_post": "",
"node_custom_roles_pre": "",
"pause_image": "registry.k8s.io/pause:3.6",
"pause_image": "registry.k8s.io/pause:3.9",
"pip_conf_file": "",
"redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm",
"reenable_public_repos": "true",

View File

@ -8,16 +8,16 @@
"kubernetes_container_registry": "registry.k8s.io",
"kubernetes_deb_gpg_key": "https://packages.cloud.google.com/apt/doc/apt-key.gpg",
"kubernetes_deb_repo": "\"https://apt.kubernetes.io/ kubernetes-xenial\"",
"kubernetes_deb_version": "1.23.15-00",
"kubernetes_deb_version": "1.27.1-00",
"kubernetes_http_source": "https://dl.k8s.io/release",
"kubernetes_load_additional_imgs": "false",
"kubernetes_rpm_gpg_check": "True",
"kubernetes_rpm_gpg_key": "\"https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg\"",
"kubernetes_rpm_repo": "https://packages.cloud.google.com/yum/repos/kubernetes-el7-{{user `kubernetes_rpm_repo_arch`}}",
"kubernetes_rpm_repo_arch": "x86_64",
"kubernetes_rpm_version": "1.23.15-0",
"kubernetes_semver": "v1.23.15",
"kubernetes_series": "v1.23",
"kubernetes_rpm_version": "1.27.1-0",
"kubernetes_semver": "v1.27.1",
"kubernetes_series": "v1.27",
"kubernetes_source_type": "pkg",
"systemd_prefix": "/usr/lib/systemd",
"sysusr_prefix": "/usr",

View File

@ -221,7 +221,7 @@
}
],
"password": "{{user `password`}}",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c '{{user `shutdown_command`}}'",
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c 'usermod -L {{user `ssh_username`}} && {{user `shutdown_command`}}'",
"ssh_password": "{{user `ssh_password`}}",
"ssh_timeout": "4h",
"ssh_username": "{{user `ssh_username`}}",

View File

@ -8,9 +8,9 @@
"distro_name": "ubuntu",
"distro_version": "22.04",
"guest_os_type": "ubuntu-64",
"iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum_type": "sha256",
"iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"