FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c05000cd authored by Paul Browne's avatar Paul Browne
Browse files

Merge branch 'antelope-deployment' into 'arcus/2023.1-staging'

Antelope deployment

See merge request !522
parents b46c2d28 e023e0bf
No related branches found
No related tags found
2 merge requests!527Sync arcus/2023.1-staging to arcus/2023.1-production,!522Antelope deployment
......@@ -8,7 +8,7 @@
# Higher values run tests faster but risk running out of resources and failing tests
# 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.
# On virtualised test environments, compute and networking speeds often limit the concurrency to 1-16 before tests begin to fail due to timeouts.
export TEMPEST_CONCURRENCY=16
export TEMPEST_CONCURRENCY=2
# Specify single test whilst experimenting
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -23,7 +23,7 @@ frontend prometheus_server_external_front
option httplog
option forwardfor
http-request set-header X-Forwarded-Proto https if { ssl_fc }
bind {{ kolla_external_vip_address }}:{{ prometheus_port }} ssl crt /etc/haproxy/haproxy.pem
bind {{ kolla_external_vip_address }}:{{ prometheus_port }} ssl crt /etc/haproxy/certificates/haproxy.pem
default_backend prometheus_server_external_back
backend prometheus_server_external_back
......
......@@ -160,9 +160,6 @@ enable_cluster_user_trust: true
# Use a dedicated service project for Octavia load-balancers
octavia_service_auth_project: octavia-lbs
# No yoga image at the moment for blazar, so we use antelope:
blazar_api_image_full: "{{ docker_registry }}/stackhpc/blazar-api:2023.1-rocky-9-20241107T140552"
blazar_manager_image_full: "{{ docker_registry }}/stackhpc/blazar-manager:2023.1-rocky-9-20241107T140552"
# kolla_base_distro must be set here to be resolvable on a per-host basis
# This is necessary for os migrations where mixed clouds might be deployed
kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"
......
......@@ -145,7 +145,7 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
# Kolla Ansible source repository.
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
stackhpc_kolla_ansible_source_version: "2023.1/neutron-service-limit"
###############################################################################
# Container image registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment