Skip to content

Commit 8369a91

Browse files
committed
Random TODOs & FIXMEs
1 parent 66cecd9 commit 8369a91

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

doc/source/operations/secret-rotation.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Full method
4848
2. Edit your Kolla-Ansible checkout to include changes not yet included
4949
upstream.
5050

51+
TODO
52+
5153
.. _kolla-change:
5254

5355
1. Add this line within the ``kolla_docker`` dict in
@@ -62,16 +64,7 @@ Full method
6264
This change will break new deployments and should be reverted once this
6365
process is complete
6466

65-
.. _k-a-change:
66-
67-
2. Cherry-pick `this patch
68-
<https://review.opendev.org/c/openstack/kolla-ansible/+/903178>`__
69-
70-
.. code:: bash
71-
72-
git fetch https://review.opendev.org/openstack/kolla-ansible refs/changes/78/903178/2 && git cherry-pick FETCH_HEAD
73-
74-
3. Re-install Kolla-Ansible from source in your Kolla-Ansible Python
67+
2. Re-install Kolla-Ansible from source in your Kolla-Ansible Python
7568
environment
7669

7770

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)