File tree Expand file tree Collapse file tree 11 files changed +31
-16
lines changed Expand file tree Collapse file tree 11 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ v3_endpoint_type = publicURL
10
10
[compute]
11
11
min_compute_nodes = 2
12
12
min_microversion = 2.1
13
- max_microversion = 2.88
13
+ max_microversion = 2.93
14
14
15
15
[service-clients]
16
16
http_timeout = 600
@@ -26,7 +26,7 @@ console_output = true
26
26
storage_protocol = ceph
27
27
build_timeout = 600
28
28
min_microversion = 3.0
29
- max_microversion = 3.66
29
+ max_microversion = 3.70
30
30
31
31
[image]
32
32
build_timeout = 600
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
-v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
255
255
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
256
256
$KAYOBE_IMAGE \
257
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
257
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack -e rally_no_sensitive_log=false
258
258
env :
259
259
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
260
260
Original file line number Diff line number Diff line change 2
2
Swap
3
3
====
4
4
5
+ Support for :kayobe-doc: `managing swap files and devices
6
+ <configuration/reference/hosts.html#swap> ` was added to Kayobe in the Zed
7
+ release. The custom playbook described below is retained for backwards
8
+ compatibility but may be removed in a future release.
9
+
5
10
StackHPC Kayobe configuration provides a ``swap.yml `` custom playbook that may
6
11
be used to configure a swap device.
7
12
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ collections:
3
3
- name : stackhpc.cephadm
4
4
version : 1.14.0
5
5
- name : stackhpc.pulp
6
- version : 0.4.1
6
+ version : 0.5.2
7
7
- name : stackhpc.hashicorp
8
8
version : 2.4.0
9
9
roles :
Original file line number Diff line number Diff line change 1
1
---
2
+ # NOTE: Kayobe provides support for managing swap devices and files since the
3
+ # Zed release. This playbook is retained for backwards compatibility but will
4
+ # be removed in a future release.
5
+
2
6
# Custom playbook to configure a swap device. This may be used as a
3
7
# post-overcloud host configure hook.
4
8
#
Original file line number Diff line number Diff line change 3
3
# Cephadm deployment configuration.
4
4
5
5
# Ceph release name.
6
- cephadm_ceph_release : " {{ ' quincy' }} "
6
+ cephadm_ceph_release : " quincy"
7
7
8
8
# Ceph FSID.
9
9
# cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'quincy' }}"
12
12
cephadm_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
13
14
14
# Ceph container image tag.
15
- cephadm_image_tag : " {{ ' v17.2.6' }} "
15
+ cephadm_image_tag : " v17.2.6"
16
16
17
17
# Ceph custom repo workaround for Ubuntu Jammy as there are no official ceph repos for jammy.
18
18
cephadm_custom_repos : " {{ ansible_facts['distribution_release'] == 'jammy' }}"
Original file line number Diff line number Diff line change 10
10
set -eu
11
11
12
12
BASE_PATH=~
13
- KAYOBE_BRANCH=stackhpc/yoga
14
- KAYOBE_CONFIG_BRANCH=stackhpc/yoga
13
+ KAYOBE_BRANCH=stackhpc/zed
14
+ KAYOBE_CONFIG_BRANCH=stackhpc/zed
15
15
KAYOBE_ENVIRONMENT=aufn-ceph
16
16
17
17
PELICAN_HOST=" 10.0.0.34 pelican pelican.service.compute.sms-lab.cloud"
Original file line number Diff line number Diff line change 2
2
# ##############################################################################
3
3
# Cephadm deployment configuration.
4
4
5
- # Ceph container image.
6
- cephadm_image : " quay.io/ceph/ceph:v16.2.5"
7
-
8
5
# List of additional cephadm commands to run before deployment
9
6
# cephadm_commands:
10
7
# - "config set global osd_pool_default_size {{ [3, groups['osds'] | length] | min }}"
Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ common
24
24
[kolla-toolbox:children]
25
25
common
26
26
27
+ [opensearch:children]
28
+ control
29
+
30
+ # TODO: This is used for cleanup and can be removed in the Antelope cycle.
31
+ [elasticsearch-curator:children]
32
+ opensearch
33
+
34
+ # Opensearch dashboards
35
+ [opensearch-dashboards:children]
36
+ opensearch
37
+
27
38
# Glance
28
39
[glance-api:children]
29
40
glance
@@ -475,9 +486,8 @@ monitoring
475
486
[prometheus-openstack-exporter:children]
476
487
monitoring
477
488
478
- # NOTE(Alex-Welsh): This might need removing, since we have moved to opensearch
479
489
[prometheus-elasticsearch-exporter:children]
480
- elasticsearch
490
+ opensearch
481
491
482
492
[prometheus-blackbox-exporter:children]
483
493
monitoring
@@ -520,4 +530,4 @@ ovn-database
520
530
ovn-database
521
531
522
532
[ovn-sb-db:children]
523
- ovn-database
533
+ ovn-database
Original file line number Diff line number Diff line change @@ -497,7 +497,6 @@ stackhpc_pulp_images_kolla:
497
497
- prometheus-blackbox-exporter
498
498
- prometheus-cadvisor
499
499
- prometheus-haproxy-exporter
500
- - prometheus-jiralert
501
500
- prometheus-libvirt-exporter
502
501
- prometheus-memcached-exporter
503
502
- prometheus-msteams
Original file line number Diff line number Diff line change 1
1
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/zed
2
- ansible-modules-hashivault ; python_version >= "3.8"
2
+ ansible-modules-hashivault
You can’t perform that action at this time.
0 commit comments