In TripleO DCN environment, we can't run Cinder Volume at the Edge (using the new CinderVolumeEdge composable service): CREATE_FAILED Resource CREATE failed: StackValidationFailed: resources.ServiceChain: Property error: ServiceChain.resources[30].properties: Property ContainerCinderVolumeIm age not assigned CREATE_FAILED StackValidationFailed: resources.ServiceChain: Property error: resources[30].properties: Property ContainerCinderConfigImage not assigned
This bug may present itself if you run the command below and don't see entries for ContainerCinderConfigImage or ContainerCinderVolumeImage in the images.yaml. openstack tripleo container image prepare \ ... -e /usr/share/openstack-tripleo-heat-templates/environments/dcn-storage.yaml \ ... --output-env-file images.yaml I experienced the above but after ensuring my containers on the undercloud had /usr/share/openstack-tripleo-common-containers/container-images/tripleo_containers.yaml.j2 from the fixing patch [1] the output file contained the necessary entries. [1] https://review.opendev.org/c/openstack/tripleo-common/+/782009/6/container-images/tripleo_containers.yaml.j2
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform (RHOSP) 16.2 enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:3483