File tree Expand file tree Collapse file tree 6 files changed +8
-10
lines changed
kolla/config/fluentd/output Expand file tree Collapse file tree 6 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Full method
48
48
2. Edit your Kolla-Ansible checkout to include changes not yet included
49
49
upstream.
50
50
51
+ TODO
52
+
51
53
.. _kolla-change :
52
54
53
55
1. Add this line within the ``kolla_docker `` dict in
@@ -62,16 +64,7 @@ Full method
62
64
This change will break new deployments and should be reverted once this
63
65
process is complete
64
66
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
75
68
environment
76
69
77
70
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