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
1 change: 1 addition & 0 deletions ansible/infra-vm-host-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
- import_playbook: "mdadm.yml"
- import_playbook: "luks.yml"
- import_playbook: "lvm.yml"
- import_playbook: "swap.yml"
- import_playbook: "container-engine.yml"
1 change: 1 addition & 0 deletions ansible/seed-host-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- import_playbook: "mdadm.yml"
- import_playbook: "luks.yml"
- import_playbook: "lvm.yml"
- import_playbook: "swap.yml"
- import_playbook: "kolla-ansible-user.yml"
- import_playbook: "kolla-pip.yml"
- import_playbook: "kolla-target-venv.yml"
Expand Down
1 change: 1 addition & 0 deletions ansible/seed-hypervisor-host-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
- import_playbook: "mdadm.yml"
- import_playbook: "luks.yml"
- import_playbook: "lvm.yml"
- import_playbook: "swap.yml"
- import_playbook: "seed-hypervisor-libvirt-host.yml"
6 changes: 6 additions & 0 deletions etc/kayobe/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@
# compute_libvirt_ceph_repo_install is true. Default is 'squid'.
#compute_libvirt_ceph_repo_release:

###############################################################################
# Compute node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#compute_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
# - state: enabled
#controller_firewalld_rules:

###############################################################################
# Controller node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#controller_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/infra-vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
# - state: enabled
#infra_vm_firewalld_rules:

###############################################################################
# Infrastructure VM node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#infra_vm_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
# - state: enabled
#monitoring_firewalld_rules:

###############################################################################
# Monitoring node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#monitoring_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/seed-hypervisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
# - state: enabled
#seed_hypervisor_firewalld_rules:

###############################################################################
# Seed hypervisor node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#seed_hypervisor_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
# - state: enabled
#seed_firewalld_rules:

###############################################################################
# Seed node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#seed_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
6 changes: 6 additions & 0 deletions etc/kayobe/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
# - state: enabled
#storage_firewalld_rules:

###############################################################################
# Storage node swap configuration.

# List of swap devices. Each item is a dict containing a 'device' item.
#storage_swap:

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
5 changes: 5 additions & 0 deletions releasenotes/notes/fix-swap-support-35ccff76a9b46b4c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes swap configuration for the seed hypervisor, seed and infra VM hosts.
`LP#2138800 <https://bugs.launchpad.net/kayobe/+bug/2138800>`__