Enzo Candotti d00a224bf5 Update fm-rest-api tags to use Debian build
This change updates the fm-rest-api image tag to
'master-debian-stable-latest', due to the migration of fm-rest-api
docker image to Debian.

Test plan:
PASS: Apply openstack application and update the fm-rest-api url to pull
this new image tag. Verify that:
    - pods are up and running with the new image/tag specified.
    - the container is running on Debian.
    - from inside the container, fm querys are working as expected.
    - server listening on port 18003 from inside the container
    is working as expected.

Story: 2009831
Task: 46722

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: Ibd1fa0ff02d1fa6034334acb4de60b97b19a5a54
2022-11-09 15:45:29 +00:00

56 lines
1.5 KiB
YAML

#
# Copyright (c) 2022 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
release_group: osh-openstack-fm-rest-api
endpoints:
identity:
force_public_endpoint: true
pod:
affinity:
anti:
type:
default: requiredDuringSchedulingIgnoredDuringExecution
tolerations:
fm:
enabled: true
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: openstack-compute-node
operator: Exists
effect: NoSchedule
resources:
enabled: true
fm:
requests:
ephemeral-storage: "20000Ki"
labels:
api:
node_selector_key: openstack-control-plane
node_selector_value: enabled
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
images:
tags:
fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
ks_user: docker.io/starlingx/stx-heat:master-centos-stable-latest
ks_service: docker.io/starlingx/stx-heat:master-centos-stable-latest
ks_endpoints: docker.io/starlingx/stx-heat:master-centos-stable-latest
fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
db_init: docker.io/starlingx/stx-heat:master-centos-stable-latest
db_drop: docker.io/starlingx/stx-heat:master-centos-stable-latest
conf:
fm:
api:
bind_host: "::"
keystone_authtoken:
auth_uri: http://keystone.openstack.svc.cluster.local:80/v3
auth_url: http://keystone.openstack.svc.cluster.local:80/v3
...