File tree Expand file tree Collapse file tree 7 files changed +9
-0
lines changed
kolla/config/fluentd/output Expand file tree Collapse file tree 7 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
RabbitMQ
3
3
========
4
4
5
+ FIXME
6
+
5
7
High Availability
6
8
=================
7
9
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ Full method
59
59
2. Edit your Kolla-Ansible checkout to include changes not yet included
60
60
upstream.
61
61
62
+ TODO
63
+
62
64
.. _kolla-change :
63
65
64
66
1. Add this line within the ``kolla_docker `` dict in
Original file line number Diff line number Diff line change
1
+ {# Is it fixed yet? #}
1
2
{% raw %}
2
3
{% for item in syslog_facilities | selectattr('enabled') %}
3
4
<match syslog.{{ item.facility }}.**>
Original file line number Diff line number Diff line change
1
+ {# Is it fixed yet? #}
1
2
{% raw %}
2
3
{% if enable_caso | bool and inventory_hostname in groups['caso'] %}
3
4
<match apel.events>
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ stackhpc_pulp_repo_rocky_9_4_crb_version: 20240702T000233
37
37
stackhpc_pulp_repo_rocky_9_4_extras_version : 20240707T235817
38
38
stackhpc_pulp_repo_rocky_9_4_highavailability_version : 20240629T235004
39
39
stackhpc_pulp_repo_rocky_9_sig_security_common_version : 20240708T235303
40
+ # BUMP?
40
41
stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20240418T070026
41
42
stackhpc_pulp_repo_ubuntu_jammy_security_version : 20240418T043733
42
43
stackhpc_pulp_repo_ubuntu_jammy_version : 20240418T043733
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ stackhpc_overcloud_dib_elements:
38
38
stackhpc_overcloud_dib_env_vars :
39
39
DIB_BLOCK_DEVICE_CONFIG : " {{ stackhpc_overcloud_dib_block_device_config_uefi_lvm }}"
40
40
DIB_BOOTLOADER_DEFAULT_CMDLINE : " nofb nomodeset gfxpayload=text net.ifnames=1 rd.auto"
41
+ # FIXME: Make host images work with metadata too?
41
42
DIB_CLOUD_INIT_DATASOURCES : " ConfigDrive"
42
43
DIB_CONTAINERFILE_RUNTIME : " docker"
43
44
DIB_CONTAINERFILE_NETWORK_DRIVER : " host"
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
37
37
stackhpc_repo_ubuntu_jammy_security_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
38
38
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_repo_distribution }}"
39
39
40
+ # Can we drop this if we bump ubuntu snapshots?
40
41
# Ubuntu jammy CVE-3034-6287
41
42
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 }}"
42
43
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " {{ stackhpc_repo_distribution }}"
You can’t perform that action at this time.
0 commit comments