Skip to content

Commit 8f45cdd

Browse files
authored
Merge branch 'stackhpc/2024.1' into octavia_docs
2 parents ac0c3cc + 286bf05 commit 8f45cdd

File tree

350 files changed

+17763
-5422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+17763
-5422
lines changed

.ansible-lint

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
skip_list:
3+
- no-changed-when
4+
- risky-file-permissions
5+
- run-once
6+
- name[template]
7+
- package-latest
8+
- yaml
9+
- role-name[path]
10+
- yaml[line-length]

.ansible-lint-ignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains ignores to rule violations for ansible-lint
2+
etc/kayobe/ansible/vault-deploy-barbican.yml fqcn[action-core]
3+
etc/kayobe/ansible/vault-generate-backend-tls.yml fqcn[action-core]
4+
etc/kayobe/ansible/vault-generate-internal-tls.yml fqcn[action-core]
5+
etc/kayobe/ansible/vault-generate-test-external-tls.yml fqcn[action-core]
6+
etc/kayobe/ansible/rabbitmq-reset.yml command-instead-of-module
7+
etc/kayobe/ansible/ubuntu-upgrade.yml syntax-check[missing-file]

.automation.conf/config.sh

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
# See: https://github.com/stackhpc/docker-rally/blob/master/bin/rally-verify-wrapper.sh for a full list of tempest parameters that can be overriden.
55
# You can override tempest parameters like so:
6-
export TEMPEST_CONCURRENCY=2
6+
7+
# The Tempest concurrency determines how many tests can be running at once.
8+
# Higher values run tests faster but risk running out of resources and failing tests
9+
# On production systems, Tempest concurrency can usually be set to a high number e.g. 16-64. It is often limited by the number of available floating IPs.
10+
# On virtualised test environments, compute and networking speeds often limit the concurrency to 1-16 before tests begin to fail due to timeouts.
11+
export TEMPEST_CONCURRENCY=16
12+
13+
714
# Specify single test whilst experimenting
815
#export TEMPEST_PATTERN="${TEMPEST_PATTERN:-tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name}"
916

@@ -21,9 +28,7 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2128
fi
2229

2330
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-multinode" ]]; then
24-
# SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
25-
# the concurrency is set too high.
26-
export TEMPEST_CONCURRENCY=1
31+
export TEMPEST_CONCURRENCY=4
2732
# Uncomment this to perform a full tempest test
2833
# export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
2934
# export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/bin/bash
2+
3+
set -euE
4+
set -o pipefail
5+
6+
PARENT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7+
KAYOBE_AUTOMATION_DIR="$(realpath "${PARENT}/../../.automation")"
8+
9+
function main {
10+
if [ "${PULP_DO_CONTAINER_SYNC:-}" = true ]; then
11+
${KAYOBE_AUTOMATION_DIR}/scripts/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/pulp-container-sync.yml' -e stackhpc_pulp_images_kolla_filter="${PULP_KOLLA_FILTER:-}"
12+
fi
13+
if [ "${PULP_DO_CONTAINER_PUBLISH:-}" = true ]; then
14+
${KAYOBE_AUTOMATION_DIR}/scripts/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/pulp-container-publish.yml' -e stackhpc_pulp_images_kolla_filter="${PULP_KOLLA_FILTER:-}"
15+
fi
16+
if [ "${PULP_DO_REPO_SYNC:-}" = true ]; then
17+
${KAYOBE_AUTOMATION_DIR}/scripts/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml'
18+
fi
19+
if [ "${PULP_DO_REPO_PUBLISH:-}" = true ]; then
20+
${KAYOBE_AUTOMATION_DIR}/scripts/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml'
21+
fi
22+
if [ "${PULP_DO_REPO_PROMOTE:-}" = true ]; then
23+
${KAYOBE_AUTOMATION_DIR}/scripts/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml'
24+
fi
25+
}
26+
27+
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
28+
main
29+
fi

.automation.conf/tempest/load-lists/barbican

+335
Large diffs are not rendered by default.

.automation.conf/tempest/load-lists/cinder

+160
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_create_get_delete_collector_mapping[id-af902c86-6022-4b94-a716-ec7932d5ae78]
2+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_collector_mappings[id-9c1d4c27-6e7c-42d7-b663-d88f097b7131]
3+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_collector_state[id-3fd83647-3058-4450-9588-a528557585c5]
4+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_rated_tenants[id-e439019e-9e8a-4bcd-aa83-95bdba6e6115]
5+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_rating_modules[id-fba44b6a-6ca4-4155-b5c6-c4eb2465e4fb]
6+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_reload_rating_modules[id-daeef22b-d52d-4e89-abb0-ae492e4648d4]
7+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_set_collector_state[id-71131104-fdae-43ec-9bed-c8d1d5ba7eb0]
8+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyAdminAPITest.test_update_rating_module[id-7fc9e020-9547-4a66-a691-94cab7181358]
9+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_get_config[id-3285bccf-d043-4ad1-b64f-af4db8317cf9]
10+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_get_metric[id-64ecae87-0138-41bd-829f-91302dae7802]
11+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_get_metrics[id-43b03099-0493-4291-9749-85cd8d512811]
12+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_get_storage_dataframes[id-e233139b-3c75-4b70-b1f5-0776ef32c916]
13+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_report_summary[id-cccbff8a-24b2-4251-8f7b-ea941d048b9d]
14+
cloudkitty_tempest_plugin.tests.api.v1.test_cloudkitty_api.CloudkittyPrimaryAPITest.test_report_total[id-2492dfd7-0688-4957-93ac-8c91933c28f5]
15+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_create_delete_hashmap_field[id-974669f9-392e-4aec-8e15-d24db23f08d4]
16+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_create_delete_hashmap_group[id-0f9200ab-146b-4349-a579-ce12062f465b]
17+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_create_delete_hashmap_mapping[id-b7ad24e5-c72c-469a-886b-db43aab8f328]
18+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_create_delete_hashmap_service[id-9e968284-7209-46e1-9742-4882b6e2cf2f]
19+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_create_delete_update_hashmap_threshold[id-d2b3dba3-91df-4aa7-9ae2-96d971df2dbf]
20+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_field[id-9ae98590-ff55-47f9-885e-baa4da1957d1]
21+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_group_mappings[id-92860fc8-596a-42fd-b0d5-97e0f5a7bd2c]
22+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_group[id-858a019a-fb64-4656-b7a6-c92917f641ab]
23+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_mapping_group[id-98ca42dd-a9e2-477a-8e42-16389aed1f44]
24+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_mappings[id-4deb6914-7ba0-4219-a119-61b39bd58807]
25+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_rating_types[id-7037a3f8-b462-4243-a0bc-ffa3b4700397]
26+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_service[id-6c4260c0-8701-4959-b00e-4789d31715a7]
27+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_services[id-9e9a67d1-e53d-46cf-8e13-8a332c40c32f]
28+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_threshold[id-dc463432-3b92-44ac-8caf-b789857f9db7]
29+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_get_hashmap_thresholds[id-d04caad5-eb18-40ce-817e-13c257633cca]
30+
cloudkitty_tempest_plugin.tests.api.v1.test_hashmap_api.CloudkittyHashmapAPITest.test_update_hashmap_mapping[id-6a04634d-2d3a-406e-980a-e7c7c9cc081b]
31+
cloudkitty_tempest_plugin.tests.api.v1.test_pyscript_api.CloudkittyPyscriptAPITest.test_create_update_delete_pyscript[id-9e78cccc-ca85-42ce-8648-4cd9682375df]
32+
cloudkitty_tempest_plugin.tests.api.v1.test_pyscript_api.CloudkittyPyscriptAPITest.test_get_pyscript[id-3fbaf8b4-c472-4509-8d73-55dc4a87a442]
33+
cloudkitty_tempest_plugin.tests.api.v1.test_pyscript_api.CloudkittyPyscriptAPITest.test_get_pyscripts[id-2015c966-b707-40f7-b84d-9aa6550b9e41]
34+
cloudkitty_tempest_plugin.tests.api.v1.test_pyscript_api.CloudkittyPyscriptAPITestNegative.test_update_script_negative[id-999c97cc-1d71-43b8-988f-d89b8fac4040,negative]

0 commit comments

Comments
 (0)