Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/advise-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
venv: ~/venvs/advise-review
input_dir: "{{ lookup('env', 'PWD') }}/overcloud-introspection-data"
output_dir: "{{ lookup('env', 'PWD') }}/review"
advise_pattern: .*.eval # Uses regex
advise_pattern: .*.eval # Uses regex
tasks:
- name: Install dependencies
ansible.builtin.pip:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/fix-houston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

handlers:
- name: Reload systemd
ansible.builtin.command: systemctl daemon-reload # noqa command-instead-of-module
ansible.builtin.command: systemctl daemon-reload # noqa command-instead-of-module
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/stackhpc-cloud-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
depth: 1
single_branch: true

- name: Ensure the latest versions of pip and setuptools are installed # noqa package-latest
- name: Ensure the latest versions of pip and setuptools are installed # noqa package-latest
ansible.builtin.pip:
name: "{{ item.name }}"
state: latest
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/kolla/config/ironic/policy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Retrieve multiple Node records
# GET /nodes
# GET /nodes/detail
Expand Down
Loading