File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed
ansible/roles/octavia_preconf
base-helm-configs/octavia Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ amphora_ssh_key_name: amphora-ssh-key
3434amphora_flavor_name : m1.amphora
3535amphora_image_version : focal
3636amphora_image_name : amphora-ubuntu-{{ amphora_image_version }}
37+ amphora_image_url : " https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-{{ amphora_image_version }}.qcow2"
3738
3839# these are the defaults for certs
3940octavia_create_certs : true
Original file line number Diff line number Diff line change 3535
3636- name : Get the image for amphora
3737 get_url :
38- url : https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu- {{ amphora_image_version }}.qcow2
38+ url : " {{ amphora_image_url }}"
3939 dest : /tmp/test-only-amphora-x64-haproxy-ubuntu-{{ amphora_image_version }}.qcow2
4040 register : download_amphora_image
4141 until : download_amphora_image is success
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ images:
1414 octavia_health_manager : " ghcr.io/rackerlabs/genestack-images/octavia:2024.1-latest"
1515 octavia_health_manager_init : " ghcr.io/rackerlabs/genestack-images/heat:2024.1-latest"
1616 octavia_housekeeping : " ghcr.io/rackerlabs/genestack-images/octavia:2024.1-latest"
17+ octavia_worker_init : " ghcr.io/rackerlabs/genestack-images/heat:2024.1-latest"
1718 octavia_worker : " ghcr.io/rackerlabs/genestack-images/octavia:2024.1-latest"
1819 openvswitch_vswitchd : " ghcr.io/rackerlabs/genestack-images/ovs:v3.5.1-latest"
1920 rabbit_init : null
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : autoscaling/v2
3+ kind : HorizontalPodAutoscaler
4+ metadata :
5+ name : nova-compute-ironic
6+ namespace : openstack
7+ spec :
8+ maxReplicas : 9
9+ minReplicas : 2
10+ metrics :
11+ - resource :
12+ name : cpu
13+ target :
14+ averageUtilization : 80
15+ type : Utilization
16+ type : Resource
17+ - resource :
18+ name : memory
19+ target :
20+ averageUtilization : 80
21+ type : Utilization
22+ type : Resource
23+ scaleTargetRef :
24+ apiVersion : apps/v1
25+ kind : StatefulSet
26+ name : nova-compute-ironic
You can’t perform that action at this time.
0 commit comments