35 Commits

Author SHA1 Message Date
cb84a02b6f Readd parse_logic
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-27 12:27:11 +02:00
8f432d3353 Remove debugging;Housekeeping;Rename dict 2022-06-27 10:55:17 +02:00
1cdbcaccaf Filter invalid results
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-27 10:28:27 +02:00
f1c6161bcb Revert debugging;Switch ansible module
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-27 09:56:48 +02:00
123518a787 Debugging versions
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-27 09:54:57 +02:00
2ec6a756b7 Quote whole cli string
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-27 09:27:33 +02:00
a1779be079 Change yq syntax
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-27 09:03:43 +02:00
8ed9b2f754 Fix firstboot logic;Refactor helm chart parsing;Housekeeping
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-27 08:44:16 +02:00
72202d9f21 Fix missing parenthesis;Attempt parsing argo-cd chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 22:30:10 +02:00
9eb5fbd0a3 Fix component name;Temporarily add ignore_errors
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-26 21:35:41 +02:00
c58ede04c4 Add missing galaxy collection;Fix logic to parse charts for container images;Add ArgoCD
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 21:20:16 +02:00
662e8984c3 Fix linting errors; Extend firstboot logic
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 21:01:27 +02:00
b7abf25907 Fix version number;Parse, Pull & Compress container images
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 20:56:45 +02:00
18fa7742fa Add short pause before first provisioner
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 18:48:06 +02:00
f6993c2052 Remove redundant quotes
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 18:32:05 +02:00
59d1730ca5 Update var reference #2
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 18:24:57 +02:00
b087203cfb Update var reference
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 18:06:15 +02:00
d39d594bf0 Reorganize vars dict;Parse & loop through dict key/values
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-26 17:54:19 +02:00
487239365e Remove debugging;Set loop_control label
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-25 23:57:55 +02:00
6ea03d152c Debugging paths
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 23:43:20 +02:00
01991435ae Remove loop redundancy
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 23:32:29 +02:00
a64b5b2325 Fix missing quote
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 21:14:47 +02:00
38d7442025 Remove redundant tasks
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 21:03:42 +02:00
cf91519076 Add jinja filter
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 20:48:15 +02:00
bae044e145 Fix misaligned var references
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 20:23:27 +02:00
f39b4bbb62 Try dynamic logic for archived/compressed/flat static binaries
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 18:44:43 +02:00
9739c51100 Fix var reference
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 08:49:53 +02:00
0df98d4341 Quote special char string
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 08:33:12 +02:00
fc23dc068d Fix var reference;Install packages;Change DHCP identifier to MAC
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 08:28:44 +02:00
4d78d65ad8 Add missing role reference
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 01:13:37 +02:00
c1440d9dcd Add ansible galaxy collection requirements
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 01:08:11 +02:00
4a5f390ae1 Fix linting errors
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 00:54:36 +02:00
e0a5b5a5da Reorganize dependencies/components;Fix folder name
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-25 00:50:44 +02:00
081aaaaa19 Fix/Replace old references;Fix syntaxes
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-24 23:55:54 +02:00
2bd0f8df0a Initial build based on 22.04
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-24 23:44:10 +02:00
21 changed files with 266 additions and 29 deletions

View File

@@ -14,11 +14,11 @@ steps:
- name: Debugging information - name: Debugging information
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
commands: commands:
- yamllint --version
- packer --version
- ansible --version - ansible --version
- ovftool --version - ovftool --version
- name: Ubuntu Server 22.04 - packer --version
- yamllint --version
- name: Kubernetes Bootstrap Appliance
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
pull: always pull: always
commands: commands:
@@ -30,13 +30,16 @@ steps:
ansible \ ansible \
packer/preseed/UbuntuServer22.04/user-data \ packer/preseed/UbuntuServer22.04/user-data \
scripts scripts
- |
ansible-galaxy install \
-r ansible/requirements.yml
- | - |
packer init -upgrade \ packer init -upgrade \
./packer ./packer
- | - |
packer validate \ packer validate \
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \ -var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-var vm_guestos=ubuntuserver22.04 \ -var vm_guestos=k8sbootstrap \
-var repo_username=$${REPO_USERNAME} \ -var repo_username=$${REPO_USERNAME} \
-var repo_password=$${REPO_PASSWORD} \ -var repo_password=$${REPO_PASSWORD} \
-var vsphere_password=$${VSPHERE_PASSWORD} \ -var vsphere_password=$${VSPHERE_PASSWORD} \
@@ -46,7 +49,7 @@ steps:
packer build \ packer build \
-on-error=cleanup -timestamp-ui \ -on-error=cleanup -timestamp-ui \
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \ -var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-var vm_guestos=ubuntuserver22.04 \ -var vm_guestos=k8sbootstrap \
-var repo_username=$${REPO_USERNAME} \ -var repo_username=$${REPO_USERNAME} \
-var repo_password=$${REPO_PASSWORD} \ -var repo_password=$${REPO_PASSWORD} \
-var vsphere_password=$${VSPHERE_PASSWORD} \ -var vsphere_password=$${VSPHERE_PASSWORD} \

View File

@@ -1 +1 @@
# Packer.Images [![Build Status](https://ci.spamasaurus.com/api/badges/djpbessems/Packer.Images/status.svg?ref=refs/heads/UbuntuServer22.04)](https://ci.spamasaurus.com/djpbessems/Packer.Images) # Packer.Images [![Build Status](https://ci.spamasaurus.com/api/badges/djpbessems/Packer.Images/status.svg?ref=refs/heads/Kubernetes.Bootstrap.Appliance)](https://ci.spamasaurus.com/djpbessems/Packer.Images)

View File

@@ -1,7 +1,11 @@
--- ---
- hosts: all - hosts: all
gather_facts: false gather_facts: false
vars_files:
- metacluster.yml
become: true become: true
roles: roles:
- os - os
- firstboot - firstboot
- appliance
- metacluster

4
ansible/requirements.yml Normal file
View File

@@ -0,0 +1,4 @@
collections:
- ansible.utils
- community.general
- kubernetes.core

View File

@@ -0,0 +1,27 @@
---
- name: Initialize tempfolder
ansible.builtin.tempfile:
state: directory
register: archive
- name: Download & extract archived static binary
ansible.builtin.unarchive:
src: "{{ item.url }}"
dest: "{{ archive.path }}"
remote_src: yes
extra_opts: "{{ item.extra_opts | default(omit) }}"
- name: Install extracted binary
ansible.builtin.copy:
src: "{{ archive.path }}/{{ item.filename }}"
dest: /usr/local/bin/{{ item.filename }}
remote_src: yes
owner: root
group: root
mode: 0755
- name: Cleanup tempfolder
ansible.builtin.file:
path: "{{ archive.path }}"
state: absent
when: archive.path is defined

View File

@@ -0,0 +1,46 @@
# - name: Create folder structure(s)
# ansible.builtin.file:
# path: "{{ item }}"
# state: directory
# loop:
# - /foo
- name: Download & install static binaries
ansible.builtin.get_url:
url: "{{ item.url }}"
dest: /usr/local/bin/{{ item.filename }}
owner: root
group: root
mode: 0755
loop: "{{ dependencies.static_binaries | selectattr('archive', 'undefined') }}"
loop_control:
label: "{{ item.filename }}"
- name: Download, extract & install archived static binaries
include_tasks: dependencies.archive_compressed.yml
loop: "{{ dependencies.static_binaries | rejectattr('archive', 'undefined') | selectattr('archive', 'equalto', 'compressed') }}"
loop_control:
label: "{{ item.filename }}"
- name: Install ansible-galaxy collections
ansible.builtin.shell:
cmd: ansible-galaxy collection install {{ item }}
loop: "{{ dependencies.ansible_galaxy_collections }}"
- name: Install distro packages
ansible.builtin.apt:
pkg: "{{ dependencies.packages }}"
state: latest
update_cache: yes
install_recommends: no
- name: Upgrade all packages
ansible.builtin.apt:
name: '*'
state: latest
update_cache: yes
- name: Cleanup apt cache
ansible.builtin.apt:
autoremove: yes
purge: yes

View File

@@ -0,0 +1,2 @@
- name: Install & configure dependencies
import_tasks: dependencies.yml

View File

@@ -7,4 +7,5 @@
- vapp - vapp
- network - network
- users - users
- metacluster
- cleanup - cleanup

View File

@@ -0,0 +1,18 @@
- name: Install K3s
ansible.builtin.command:
cmd: ./install.sh
chdir: /opt/metacluster/k3s
environment:
INSTALL_K3S_SKIP_DOWNLOAD: 'true'
INSTALL_K3S_EXEC: 'server --cluster-init'
- name: Ensure API availability
ansible.utils.cli_parse:
command: curl -k https://{{ vapp['guestinfo.ipaddress'] }}:6443/livez?verbose
parser:
name: ansible.utils.json
set_fact: api_readycheck
ignore_errors: yes
until: api_readycheck.apiVersion is defined
retries: 3
delay: 30

View File

@@ -1,10 +1,12 @@
- name: Set hostname - name: Set hostname
ansible.builtin.hostname: ansible.builtin.hostname:
name: "{{ ovfproperties['guestinfo.hostname'] }}" name: "{{ vapp['guestinfo.hostname'] }}"
- name: Create netplan configuration file - name: Create netplan configuration file
ansible.builtin.template: ansible.builtin.template:
src: netplan.j2 src: netplan.j2
dest: /etc/netplan/00-installer-config.yaml dest: /etc/netplan/00-installer-config.yaml
- name: Apply netplan configuration - name: Apply netplan configuration
ansible.builtin.shell: ansible.builtin.shell:
cmd: /usr/sbin/netplan apply cmd: /usr/sbin/netplan apply

View File

@@ -3,8 +3,8 @@ network:
ethernets: ethernets:
ens192: ens192:
addresses: addresses:
- {{ ovfproperties['guestinfo.ipaddress'] }}/{{ ovfproperties['guestinfo.prefixlength'] }} - {{ vapp['guestinfo.ipaddress'] }}/{{ vapp['guestinfo.prefixlength'] }}
gateway4: {{ ovfproperties['guestinfo.gateway'] }} gateway4: {{ vapp['guestinfo.gateway'] }}
nameservers: nameservers:
addresses: addresses:
- {{ ovfproperties['guestinfo.dnsserver'] }} - {{ vapp['guestinfo.dnsserver'] }}

View File

@@ -1,14 +1,14 @@
- name: Set root password - name: Set root password
ansible.builtin.user: ansible.builtin.user:
name: root name: root
password: "{{ ovfproperties['guestinfo.rootpw'] | password_hash('sha512', 65534 | random(seed=ovfproperties['guestinfo.hostname']) | string) }}" password: "{{ vapp['guestinfo.rootpw'] | password_hash('sha512', 65534 | random(seed=vapp['guestinfo.hostname']) | string) }}"
generate_ssh_key: yes generate_ssh_key: yes
ssh_key_bits: 2048 ssh_key_bits: 2048
ssh_key_file: .ssh/id_rsa ssh_key_file: .ssh/id_rsa
- name: Save root SSH publickey - name: Save root SSH publickey
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /root/.ssh/authorized_keys path: /root/.ssh/authorized_keys
line: "{{ ovfproperties['guestinfo.rootsshkey'] }}" line: "{{ vapp['guestinfo.rootsshkey'] }}"
- name: Disable SSH password authentication - name: Disable SSH password authentication
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/ssh/sshd_config path: /etc/ssh/sshd_config

View File

@@ -12,8 +12,8 @@
register: ovfenv register: ovfenv
- name: Assign vApp properties to dictionary - name: Assign vApp properties to dictionary
ansible.builtin.set_fact: ansible.builtin.set_fact:
ovfproperties: >- vapp: >-
{{ ovfproperties | default({}) | {{ vapp | default({}) |
combine({((item.values() | list)[0].values() | list)[0]: combine({((item.values() | list)[0].values() | list)[0]:
((item.values() | list)[0].values() | list)[1]}) ((item.values() | list)[0].values() | list)[1]})
}} }}

View File

@@ -2,6 +2,7 @@
ansible.builtin.file: ansible.builtin.file:
path: /opt/firstboot path: /opt/firstboot
state: directory state: directory
- name: Create firstboot script file - name: Create firstboot script file
ansible.builtin.template: ansible.builtin.template:
src: firstboot.j2 src: firstboot.j2
@@ -9,11 +10,13 @@
owner: root owner: root
group: root group: root
mode: o+x mode: o+x
- name: Create @reboot crontab job - name: Create @reboot crontab job
ansible.builtin.cron: ansible.builtin.cron:
name: firstboot name: firstboot
special_time: reboot special_time: reboot
job: "/opt/firstboot/firstboot.sh" job: "/opt/firstboot/firstboot.sh"
- name: Copy payload folder - name: Copy payload folder
ansible.builtin.copy: ansible.builtin.copy:
src: ansible_payload/ src: ansible_payload/
@@ -21,6 +24,3 @@
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
- name: Install ansible-galaxy collection
ansible.builtin.shell:
cmd: ansible-galaxy collection install community.general

View File

@@ -0,0 +1,46 @@
- name: Create folder structure(s)
ansible.builtin.file:
path: "{{ item }}"
state: directory
loop:
- /opt/metacluster/helm-charts
- /opt/metacluster/container-images
- name: Add helm repositories
kubernetes.core.helm_repository:
name: "{{ item.name }}"
repo_url: "{{ item.url }}"
state: present
loop: "{{ platform.helm_repositories }}"
- name: Fetch helm charts
ansible.builtin.command:
cmd: helm fetch {{ item.value.helm.chart }} --untar --version {{ item.value.helm.version }}
chdir: /opt/metacluster/helm-charts
loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control:
label: "{{ item.key }}"
- name: Parse helm charts for container images
ansible.builtin.shell:
cmd: "{{ item.value.helm.parse_logic }}"
chdir: /opt/metacluster/helm-charts/{{ item.key }}
register: containerimages
loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control:
label: "{{ item.key }}"
- name: Pull and store containerimages
ansible.builtin.command:
cmd: skopeo copy docker://{{ item }} docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}
chdir: /opt/metacluster/container-images
ignore_errors: yes
loop: "{{ containerimages.results | map(attribute='stdout_lines') | flatten }}"
- name: Compress tarballs
community.general.archive:
dest: /opt/metacluster/container-images/{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar.gz
path: /opt/metacluster/container-images/{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar
remove: yes
ignore_errors: yes
loop: "{{ containerimages.results | map(attribute='stdout_lines') | flatten }}"

View File

@@ -0,0 +1,28 @@
- name: Create folder structure(s)
ansible.builtin.file:
path: "{{ item }}"
state: directory
loop:
- /var/lib/rancher/k3s/agent/images
- /opt/metacluster/k3s
- name: Download & install K3s binary
ansible.builtin.get_url:
url: https://github.com/k3s-io/k3s/releases/download/{{ platform.k3s.version }}/k3s
dest: /usr/local/bin/k3s
owner: root
group: root
mode: 0755
- name: Download K3s images tarball
ansible.builtin.get_url:
url: https://github.com/k3s-io/k3s/releases/download/{{ platform.k3s.version }}/k3s-airgap-images-amd64.tar.gz
dest: /var/lib/rancher/k3s/agent/images
- name: Download K3s install script
ansible.builtin.get_url:
url: https://get.k3s.io
dest: /opt/metacluster/k3s/install.sh
owner: root
group: root
mode: 0755

View File

@@ -0,0 +1,4 @@
- name: Pre-stage K3s components
import_tasks: k3s.yml
- name: Pre-stage meta components
import_tasks: components.yml

View File

@@ -1,14 +1,16 @@
- name: Install additional packages - name: Install additional packages
ansible.builtin.apt: ansible.builtin.apt:
name: "{{ item }}" pkg: "{{ packages }}"
state: latest state: latest
update_cache: yes update_cache: yes
loop: "{{ packages }}" install_recommends: no
- name: Upgrade all packages - name: Upgrade all packages
ansible.builtin.apt: ansible.builtin.apt:
name: "*" name: '*'
state: latest state: latest
update_cache: yes update_cache: yes
- name: Cleanup - name: Cleanup
ansible.builtin.apt: ansible.builtin.apt:
autoremove: yes autoremove: yes

View File

@@ -0,0 +1,50 @@
platform:
k3s:
version: v1.24.1+k3s1
helm_repositories:
- name: longhorn
url: https://charts.longhorn.io
- name: harbor
url: https://helm.goharbor.io
- name: argo
url: https://argoproj.github.io/argo-helm
components:
longhorn:
helm:
version: 1.3.0
chart: longhorn/longhorn
parse_logic: cat values.yaml | yq eval '.. | select(has("repository")) | .repository + ":" + .tag'
harbor:
helm:
version: 1.9.1 # (= Harbor v2.5.1)
chart: harbor/harbor
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
argo-cd:
helm:
version: 4.9.7 # (= ArgoCD v2.4.2)
chart: argo/argo-cd
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
dependencies:
ansible_galaxy_collections:
- ansible.utils
- community.general
- kubernetes.core
static_binaries:
- filename: helm
url: https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
archive: compressed
extra_opts: --strip-components=1
- filename: yq
url: http://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64
packages:
- skopeo

View File

@@ -3,7 +3,7 @@ packer {
} }
} }
source "vsphere-iso" "ubuntuserver" { source "vsphere-iso" "k8sbootstrap" {
vcenter_server = var.vcenter_server vcenter_server = var.vcenter_server
username = var.vsphere_username username = var.vsphere_username
password = var.vsphere_password password = var.vsphere_password
@@ -60,18 +60,18 @@ source "vsphere-iso" "ubuntuserver" {
export { export {
images = false images = false
output_directory = "/scratch/ubuntuserver" output_directory = "/scratch/k8sbootstrap"
} }
remove_cdrom = true remove_cdrom = true
} }
build { build {
sources = [ sources = [
"source.vsphere-iso.ubuntuserver" "source.vsphere-iso.k8sbootstrap"
] ]
provisioner "ansible" { provisioner "ansible" {
only = ["vsphere-iso.ubuntuserver"] pause_before = "2m30s"
playbook_file = "ansible/playbook.yml" playbook_file = "ansible/playbook.yml"
user = "ubuntu" user = "ubuntu"
@@ -85,16 +85,15 @@ build {
} }
post-processor "shell-local" { post-processor "shell-local" {
only = ["vsphere-iso.ubuntuserver"]
inline = [ inline = [
"pwsh -command \"& scripts/Update-OvfConfiguration.ps1 \\", "pwsh -command \"& scripts/Update-OvfConfiguration.ps1 \\",
" -OVFFile '/scratch/ubuntuserver/${var.vm_guestos}-${var.vm_name}.ovf' \\", " -OVFFile '/scratch/k8sbootstrap/${var.vm_guestos}-${var.vm_name}.ovf' \\",
" -Parameter @{'appliance.name'='${var.vm_guestos}';'appliance.version'='${var.vm_name}'}\"", " -Parameter @{'appliance.name'='${var.vm_guestos}';'appliance.version'='${var.vm_name}'}\"",
"pwsh -file scripts/Update-Manifest.ps1 \\", "pwsh -file scripts/Update-Manifest.ps1 \\",
" -ManifestFileName '/scratch/ubuntuserver/${var.vm_guestos}-${var.vm_name}.mf'", " -ManifestFileName '/scratch/k8sbootstrap/${var.vm_guestos}-${var.vm_name}.mf'",
"ovftool --acceptAllEulas --allowExtraConfig --overwrite \\", "ovftool --acceptAllEulas --allowExtraConfig --overwrite \\",
" '/scratch/ubuntuserver/${var.vm_guestos}-${var.vm_name}.ovf' \\", " '/scratch/k8sbootstrap/${var.vm_guestos}-${var.vm_name}.ovf' \\",
" /output/Ubuntu-Server-22.04.ova" " /output/Kubernetes.Bootstrap.Appliance.ova"
] ]
} }
} }

View File

@@ -11,6 +11,7 @@ autoinstall:
ethernets: ethernets:
ens192: ens192:
dhcp4: true dhcp4: true
dhcp-identifier: mac
storage: storage:
layout: layout:
name: direct name: direct