openstack-ansible-ops/mcapi_vexxhost/playbooks/sonobuoy.yml
Jonathan Rosser 51a254943f Add role to install and run sonobouy k8s validation tests
Change-Id: Ic5af3ec8f8553f54f95e945a91068873f02d1d1a
2024-02-12 21:38:31 +00:00

23 lines
814 B
YAML

---
# Copyright 2024, BBC R&D.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Install and run sonobuoy
hosts: utility_all[0]
gather_facts: false
roles:
- openstack.osa.source_install_vars
- osa_ops.mcapi_vexxhost.sonobuoy
environment: "{{ deployment_environment_variables | default({}) }}"