Skip to content

Commit

Permalink
Misc minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Dec 13, 2024
1 parent e6a83b5 commit dcfbf7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/fix-grub-rl9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
path: /boot/efi/EFI/rocky/grub.cfg
regexp: --root-dev-only\s?
replace: ""
when: stat_result.stat.exists
when: stat_result.stat.exists
8 changes: 6 additions & 2 deletions etc/kayobe/ansible/stackhpc-openstack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,19 @@
- { name: pip }
- { name: setuptools }

- name: Ensure required Python packages are installed
- name: Ensure required individual Python packages are installed
ansible.builtin.pip:
name:
- "{{ repo_tmpdir.path }}"
- "-r {{ repo_tmpdir.path }}/requirements.txt"
- pytest-html
- pytest-timeout
virtualenv: "{{ sot_venv }}"

- name: Ensure Python requirements file packages are installed
ansible.builtin.pip:
requirements: "{{ repo_tmpdir.path }}/requirements.txt"
virtualenv: "{{ sot_venv }}"

- name: Include Kolla Ansible passwords
ansible.builtin.include_vars:
file: "{{ kayobe_env_config_path }}/kolla/passwords.yml"
Expand Down

0 comments on commit dcfbf7f

Please sign in to comment.