blob: 73628868c69eeeedc83e718ad51bf7286fbd15ee [file] [log] [blame]
Tadas Sutkaitis0b597442024-02-15 06:13:39 +02001# Copyright (c) 2024 VEXXHOST, Inc.
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +00002#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15galaxy_info:
16 author: VEXXHOST, Inc.
17 description: Ansible role for OpenStack designate
18 license: Apache-2.0
19 min_ansible_version: 5.5.0
20 platforms:
Tadas Sutkaitis0b597442024-02-15 06:13:39 +020021 - name: EL
22 versions:
23 - "8"
24 - "9"
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +000025 - name: Ubuntu
26 versions:
27 - focal
Tadas Sutkaitis0b597442024-02-15 06:13:39 +020028 - jammy
okozachenko12030e9791d2022-09-27 16:57:51 +100029
30dependencies:
Mohammed Naser8b5c3062023-01-14 01:47:20 -050031 - role: defaults
Mohammed Naser0a13cee2023-03-02 11:28:29 +010032 - role: openstacksdk
guilhermesteinmullerdca72972023-01-24 18:08:10 +000033 - role: openstack_helm_endpoints
34 vars:
35 openstack_helm_endpoints_chart: designate
Mohammed Naser7538f022023-03-19 00:22:08 +000036 - role: vexxhost.kubernetes.upload_helm_chart
guilhermesteinmullerdca72972023-01-24 18:08:10 +000037 vars:
Mohammed Naser2145fc32023-01-29 23:23:03 +000038 upload_helm_chart_src: "{{ designate_helm_chart_path }}"
39 upload_helm_chart_dest: "{{ designate_helm_chart_ref }}"