File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ skip_list:
88 - yaml
99 - role-name[path]
1010 - yaml[line-length]
11+ exclude_paths:
12+ # These files use import_playbook with runtime env var lookups (KAYOBE_CONFIG_PATH / VIRTUAL_ENV)
13+ # that cannot be resolved at lint time.
14+ - etc/kayobe/ansible/fixes/fix-hostname.yml
15+ - etc/kayobe/ansible/maintenance/ubuntu-upgrade.yml
16+ - etc/kayobe/ansible/secret-store/vault-bao-migration-all.yml
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ jobs:
8787 matrix :
8888 include :
8989 # NOTE(upgrade): Keep these in sync with Kayobe's supported Ansible and Python versions (see release notes).
90- - ansible : " 2.18"
90+ - ansible : " 2.19"
91+ python : " 3.12"
92+ - ansible : " 2.20"
9193 python : " 3.12"
92- - ansible : " 2.17"
93- python : " 3.10"
9494 name : Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
9595 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
9696 steps :
Original file line number Diff line number Diff line change 66 - name : Check if ngs enabled
77 ansible.builtin.set_fact :
88 ngs_enabled : >-
9- {{ 'genericswitch' in kolla_neutron_ml2_mechanism_drivers | default(false ) }}
9+ {{ 'genericswitch' in kolla_neutron_ml2_mechanism_drivers | default([] ) }}
1010 when : kolla_neutron_ml2_mechanism_drivers
1111
1212- name : Set facts for seed node
Original file line number Diff line number Diff line change 1- kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/18.4 .0.3
1+ kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/20.0 .0.5
22ansible-modules-hashivault >= 5.3.0
33pulp-glue == 0.33.*
44pulp-glue-deb == 0.3.*
You can’t perform that action at this time.
0 commit comments