146b00efa7
Previously we mounted /etc/timezone if the kolla_base_distro is debian or ubuntu. This would fail prechecks if debian or ubuntu images were deployed on CentOS. While this is not a supported combination, for correctness we should fix the condition to reference the host OS rather than the container OS, since that is where the /etc/timezone file is located. Change-Id: Ifc252ae793e6974356fcdca810b373f362d24ba5 Closes-Bug: #1882553
121 lines
4.6 KiB
YAML
121 lines
4.6 KiB
YAML
---
|
|
project_name: "murano"
|
|
|
|
murano_services:
|
|
murano-api:
|
|
container_name: murano_api
|
|
group: murano-api
|
|
enabled: true
|
|
image: "{{ murano_api_image_full }}"
|
|
volumes: "{{ murano_api_default_volumes + murano_api_extra_volumes }}"
|
|
dimensions: "{{ murano_api_dimensions }}"
|
|
haproxy:
|
|
murano_api:
|
|
enabled: "{{ enable_murano }}"
|
|
mode: "http"
|
|
external: false
|
|
port: "{{ murano_api_port }}"
|
|
murano_api_external:
|
|
enabled: "{{ enable_murano }}"
|
|
mode: "http"
|
|
external: true
|
|
port: "{{ murano_api_port }}"
|
|
murano-engine:
|
|
container_name: murano_engine
|
|
group: murano-engine
|
|
enabled: true
|
|
image: "{{ murano_engine_image_full }}"
|
|
volumes: "{{ murano_engine_default_volumes + murano_engine_extra_volumes }}"
|
|
dimensions: "{{ murano_engine_dimensions }}"
|
|
|
|
|
|
####################
|
|
# Database
|
|
####################
|
|
murano_database_name: "murano"
|
|
murano_database_user: "{% if use_preconfigured_databases | bool and use_common_mariadb_user | bool %}{{ database_user }}{% else %}murano{% endif %}"
|
|
murano_database_address: "{{ database_address | put_address_in_context('url') }}:{{ database_port }}"
|
|
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
murano_install_type: "{{ kolla_install_type }}"
|
|
murano_tag: "{{ openstack_tag }}"
|
|
|
|
murano_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ murano_install_type }}-murano-api"
|
|
murano_api_tag: "{{ murano_tag }}"
|
|
murano_api_image_full: "{{ murano_api_image }}:{{ murano_api_tag }}"
|
|
|
|
murano_engine_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ murano_install_type }}-murano-engine"
|
|
murano_engine_tag: "{{ murano_tag }}"
|
|
murano_engine_image_full: "{{ murano_engine_image }}:{{ murano_engine_tag }}"
|
|
|
|
murano_api_dimensions: "{{ default_container_dimensions }}"
|
|
murano_engine_dimensions: "{{ default_container_dimensions }}"
|
|
|
|
murano_api_default_volumes:
|
|
- "{{ node_config_directory }}/murano-api/:{{ container_config_directory }}/:ro"
|
|
- "{{ kolla_dev_repos_directory ~ '/murano/murano:/var/lib/kolla/venv/lib/python' ~ distro_python_version ~ '/site-packages/murano' if murano_dev_mode | bool else '' }}"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "{{ '/etc/timezone:/etc/timezone:ro' if ansible_os_family == 'Debian' else '' }}"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
murano_engine_default_volumes:
|
|
- "{{ node_config_directory }}/murano-engine/:{{ container_config_directory }}/:ro"
|
|
- "{{ kolla_dev_repos_directory ~ '/murano/murano:/var/lib/kolla/venv/lib/python' ~ distro_python_version ~ '/site-packages/murano' if murano_dev_mode | bool else '' }}"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "{{ '/etc/timezone:/etc/timezone:ro' if ansible_os_family == 'Debian' else '' }}"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
|
|
murano_extra_volumes: "{{ default_extra_volumes }}"
|
|
murano_api_extra_volumes: "{{ murano_extra_volumes }}"
|
|
murano_engine_extra_volumes: "{{ murano_extra_volumes }}"
|
|
|
|
####################
|
|
# OpenStack
|
|
####################
|
|
murano_admin_endpoint: "{{ admin_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ murano_api_port }}"
|
|
murano_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ murano_api_port }}"
|
|
murano_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn | put_address_in_context('url') }}:{{ murano_api_port }}"
|
|
|
|
murano_logging_debug: "{{ openstack_logging_debug }}"
|
|
|
|
openstack_murano_auth: "{{ openstack_auth }}"
|
|
|
|
murano_agent_timeout: 3600
|
|
|
|
####################
|
|
# Kolla
|
|
####################
|
|
murano_git_repository: "{{ kolla_dev_repos_git }}/{{ project_name }}"
|
|
murano_dev_repos_pull: "{{ kolla_dev_repos_pull }}"
|
|
murano_dev_mode: "{{ kolla_dev_mode }}"
|
|
murano_source_version: "{{ kolla_source_version }}"
|
|
|
|
####################
|
|
# Notifications
|
|
####################
|
|
murano_notification_topics:
|
|
- name: notifications
|
|
enabled: "{{ enable_ceilometer | bool }}"
|
|
|
|
murano_enabled_notification_topics: "{{ murano_notification_topics | selectattr('enabled', 'equalto', true) | list }}"
|
|
|
|
####################
|
|
# Keystone
|
|
####################
|
|
murano_ks_services:
|
|
- name: "murano"
|
|
type: "application-catalog"
|
|
description: "Openstack Application Catalogue"
|
|
endpoints:
|
|
- {'interface': 'admin', 'url': '{{ murano_admin_endpoint }}'}
|
|
- {'interface': 'internal', 'url': '{{ murano_internal_endpoint }}'}
|
|
- {'interface': 'public', 'url': '{{ murano_public_endpoint }}'}
|
|
|
|
murano_ks_users:
|
|
- project: "service"
|
|
user: "{{ murano_keystone_user }}"
|
|
password: "{{ murano_keystone_password }}"
|
|
role: "admin"
|