--- # Copyright Red Hat, Inc. # All Rights Reserved. # # 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. # All variables intended for modification should be placed in this file. # All variables within this role should have a prefix of "cifmw_edpm_deploy" cifmw_edpm_deploy_basedir: "{{ cifmw_basedir }}" cifmw_edpm_deploy_manifests_dir: "{{ cifmw_manifests | default(cifmw_edpm_deploy_basedir ~ '/artifacts/manifests') }}" cifmw_edpm_deploy_retries: 100 cifmw_edpm_deploy_run_validation: false cifmw_edpm_deploy_dryrun: false # Enableing tls-e extends the time to deploy and if we land on a slighly slower node # 40 can fail. So we increase the timeout to 60 minutes, tls will be enabled by default # in the future so we bump the default timeout to 60 minutes instead of doing it in a specific # job that uses this role. cifmw_edpm_deploy_timeout: 60 cifmw_edpm_deploy_registry_url: "{{ cifmw_install_yamls_defaults['DATAPLANE_REGISTRY_URL'] }}" cifmw_edpm_deploy_prepare_run: true cifmw_edpm_deploy_nova_compute_extra_config: "" # Defines the kind of resources that should be applied only in step 2 of the EDPM deployment cifmw_edpm_deploy_step2_kind: "OpenStackDataPlaneDeployment"