Skip to content
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

fix cluster-api-upgrade job #150

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion molecule/cluster-api-upgrade/molecule.yml

This file was deleted.

43 changes: 43 additions & 0 deletions molecule/cluster-api-upgrade/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright (c) 2024 VEXXHOST, Inc.
# SPDX-License-Identifier: Apache-2.0

dependency:
name: galaxy
driver:
name: default
options:
managed: False
ansible_connection_options:
ansible_become: "true"
ansible_connection: local
platforms:
- name: instance
groups:
- controllers
provisioner:
name: ansible
config_options:
connection:
pipelining: true
defaults:
callbacks_enabled: ansible.posix.profile_tasks
inventory:
group_vars:
all:
kubernetes_version: ${KUBERNETES_VERSION-1.28.13}
cilium_helm_values:
operator:
replicas: 1
controllers:
clusterctl_version: 1.8.4
cluster_api_version: 1.8.4
cluster_api_infrastructure_provider: openstack
cluster_api_infrastructure_version: 0.11.2
cluster_api_node_selector:
kubernetes.io/os: linux
keepalived_interface: "{{ ansible_facts['default_ipv4'].interface }}"
keepalived_vip: 172.17.0.100
keepalived_vrid: 42
kubernetes_hostname: "{{ ansible_facts['default_ipv4'].address }}"
verifier:
name: ansible
Loading