Deploy Openstack-base+Octavia ( Focal+Ussuri+Octavia)

I deployed openstack-base adding Octavia to it for HA. Everything deploys correctly except for two error messages.
1- glance-simplestreams-sync / 0 * unknown !!!
2- For the installation of the disk-image-octavia (amphora-haproxy image), I always have the failed error message :
juju run-action --wait octavia-diskimage-retrofit/leader retrofit-image
unit-octavia-diskimage-retrofit-0:
UnitId: octavia-diskimage-retrofit/0
id: “35”
message: unable to find suitable source image
results:
Stdout: |
lxc
status: failed
Thank’s . !
Capture%20d%E2%80%99%C3%A9cran%20de%202020-06-18%2020-18-20|690x388

What is the output to:

juju config glance-simplestreams-sync source

ppa:simplestreams-dev/trunk

I solved the problem.
the solution is to modify the file:
loadbalancer-octavia.yaml

options:
source: ppa:simplestreams-dev/trunk
use_swift: False
mirror_list: “[{url: ‘Ubuntu Cloud Images’,
name_prefix: ‘ubuntu:released’,
path: ‘streams/v1/index.sjson’,
max: 1,
item_filters: [
‘release~(xenial|bionic|focal)’,
‘arch~(x86_64|amd64)’,
‘ftype~(disk1.img|disk.img)’
]
},
{url: ‘Ubuntu Minimal Cloud Images Daily Builds’,
name_prefix: ‘ubuntu:released’,
path: ‘streams/v1/index.sjson’,
max: 1,
item_filters: [
‘release~(xenial|bionic|focal)’,
‘arch~(x86_64|amd64)’,
‘ftype~(disk1.img|disk.img)’
]
}]”
Thank’s.

1 Like