Openstack 16 installation error

Posted on

I'm following the "https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html-single/quick_start_guide/index" to setup openstack all in one test setup.
When I run the below command:

$ sudo openstack tripleo deploy  --templates  --local-ip=$IP/$NETMASK  -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml   -r /usr/share/openstack-tripleo-heat-templates/roles/Standalone.yaml   -e $HOME/containers-prepare-parameters.yaml   -e $HOME/standalone_parameters.yaml   --output-dir $HOME   --standalone

I'm getting below error:

rendering j2 template to file: /home/stack/tripleo-heat-installer-templates/./puppet/standalone-role.yaml
Exception: Image registry.redhat.io/rhosp-rhel8/openstack-cinder-scheduler has no tag 16.0-105.
Available tags: 16.1.7-9.1646285769, 16.1.5-2.1619641818, 16.1.2, 16.2.0-60, 16.1.3, 16.2.3-10, 16.1.4-10, 16.1.7, 16.0-78, 16.1.5-1.1618379274-source, 16.1.4-10-source, 16.1-43, 16.1.5, 16.1.4, 16.1.3-6-source, 16.2.0-60.1638437527, 16.1.8-10, 16.1-49, 16.1.5-1-source, 16.1.3-4-source, 16.1.8-7-source, 16.1.5-2.1619641818-source, 16.1.8-9.1651483896-source, 16.2.3-11, 16.1.6-7-source, 16.1.3-4, 16.1.6, 16.1.8-9-source, 16.1.3-5.1611701648, 16.2.1-6-source, 16.2.0, 16.2.2-12-source, 16.2.2-15, 16.2.2, 16.1.3-6.1614769698-source, 16.0-104, 16.2.1-6, 16.1.3-6.1614769698, 16.2.2-10, 16.1.3-6, 16.1.6-4, 16.2.2-14, 16.2.2-14-source, 16.2.2-15-source, 16.2.2-12.1651565461-source, 16.2.2-12, 16.0-103, 16.1.6-4-source, 16.1.3-5, 16.2.0-60.1638437527-source

Below is the

# Generated with the following on 2023-09-15T16:07:13.467088
#
#   openstack tripleo container image prepare default --output-env-file /home/stack/containers-prepare-parameters.yaml
#

parameter_defaults:
  ContainerImagePrepare:
  - set:
      ceph_alertmanager_image: ose-prometheus-alertmanager
      ceph_alertmanager_namespace: registry.redhat.io/openshift4
      ceph_alertmanager_tag: 4.1
      ceph_grafana_image: rhceph-3-dashboard-rhel7
      ceph_grafana_namespace: registry.redhat.io/rhceph
      ceph_grafana_tag: 3
      ceph_image: rhceph-4-rhel8
      ceph_namespace: registry.redhat.io/rhceph
      ceph_node_exporter_image: ose-prometheus-node-exporter
      ceph_node_exporter_namespace: registry.redhat.io/openshift4
      ceph_node_exporter_tag: v4.1
      ceph_prometheus_image: ose-prometheus
      ceph_prometheus_namespace: registry.redhat.io/openshift4
      ceph_prometheus_tag: 4.1
      ceph_tag: latest
      name_prefix: openstack-
      name_suffix: ''
      namespace: registry.redhat.io/rhosp-rhel8
      neutron_driver: ovn
      rhel_containers: false
      tag: '16.0'
    tag_from_label: '{version}-{release}'
  ContainerImageRegistryCredentials:
    registry.redhat.io:
      rh-ee-pramakri: "Pugal123$"
  ContainerImageRegistryLogin: true

Kindly help to sort out this issue and progress the deployment

Responses