Skip to content

fix: delegate BMC validation to worker node for telemetry and add subnet validation for kube-vip and update calico_cidr #8852

fix: delegate BMC validation to worker node for telemetry and add subnet validation for kube-vip and update calico_cidr

fix: delegate BMC validation to worker node for telemetry and add subnet validation for kube-vip and update calico_cidr #8852

Workflow file for this run

name: Ansible Lint
on:
pull_request:
branches:
- main
- staging
- release_1.7.1
- pub/build_stream
- pub/q2_dev
- pub/telemetry
- pub/q2_upgrade
- pub/q2_ansible
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Ansible and Ansible Lint
run: |
python -m pip install --upgrade pip
pip install ansible-core
- name: Install Ansible Collections from requirements.yml
run: |
ansible-galaxy collection install -r .config/requirements.yml --force --clear-response-cache
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: --config=.config/ansible-lint.yml