We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e87c0 commit 009b6a6Copy full SHA for 009b6a6
playbooks/templates/common/macros.jinja
@@ -23,7 +23,9 @@ host {# we can change to hardware here if we want #}
23
metadata :
24
product: "{{ maas_env_product | default('rpco') }}"
25
rpc_env_identifier: "{{ maas_env_identifier | default('unknown')}}"
26
+{% if not(maas_env_product is defined and maas_env_product == 'osa') %}
27
product_version: "{{ lookup('pipe', get_product_version_cmd )}}"
28
+{% endif %}
29
{% if not(maas_env_product is defined and 'ceph' in maas_env_product) %}
30
osa_version: "{{ lookup('pipe', get_product_osa_version_cmd )}}"
31
{% endif %}
0 commit comments