Skip to content

Commit 43778de

Browse files
committed
Random TODOs & FIXMEs
1 parent 66195f4 commit 43778de

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

doc/source/operations/rabbitmq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
RabbitMQ
33
========
44

5+
FIXME
6+
57
High Availability
68
=================
79

doc/source/operations/secret-rotation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Full method
5959
2. Edit your Kolla-Ansible checkout to include changes not yet included
6060
upstream.
6161

62+
TODO
63+
6264
.. _kolla-change:
6365

6466
1. Add this line within the ``kolla_docker`` dict in

etc/kayobe/kolla/config/fluentd/output/00-local.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Is it fixed yet? #}
12
{% raw %}
23
{% for item in syslog_facilities | selectattr('enabled') %}
34
<match syslog.{{ item.facility }}.**>

etc/kayobe/kolla/config/fluentd/output/03-opensearch.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Is it fixed yet? #}
12
{% raw %}
23
{% if enable_caso | bool and inventory_hostname in groups['caso'] %}
34
<match apel.events>

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stackhpc_pulp_repo_rocky_9_4_crb_version: 20240702T000233
3737
stackhpc_pulp_repo_rocky_9_4_extras_version: 20240707T235817
3838
stackhpc_pulp_repo_rocky_9_4_highavailability_version: 20240629T235004
3939
stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20240708T235303
40+
# BUMP?
4041
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20240418T070026
4142
stackhpc_pulp_repo_ubuntu_jammy_security_version: 20240418T043733
4243
stackhpc_pulp_repo_ubuntu_jammy_version: 20240418T043733

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ stackhpc_overcloud_dib_elements:
3838
stackhpc_overcloud_dib_env_vars:
3939
DIB_BLOCK_DEVICE_CONFIG: "{{ stackhpc_overcloud_dib_block_device_config_uefi_lvm }}"
4040
DIB_BOOTLOADER_DEFAULT_CMDLINE: "nofb nomodeset gfxpayload=text net.ifnames=1 rd.auto"
41+
# FIXME: Make host images work with metadata too?
4142
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"
4243
DIB_CONTAINERFILE_RUNTIME: "docker"
4344
DIB_CONTAINERFILE_NETWORK_DRIVER: "host"

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
3737
stackhpc_repo_ubuntu_jammy_security_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
3838
stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_repo_distribution }}"
3939

40+
# Can we drop this if we bump ubuntu snapshots?
4041
# Ubuntu jammy CVE-3034-6287
4142
stackhpc_repo_ubuntu_jammy_cve_2024_6387_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-jammy-cve-2024-6387/{{ stackhpc_repo_ubuntu_jammy_cve_2024_6387_version }}"
4243
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version: "{{ stackhpc_repo_distribution }}"

0 commit comments

Comments
 (0)