tripleo-quickstart-extras/roles/standalone/templates/standalone_config.yaml.j2
Emilien Macchi 334271d8a3 standalone: enable ConfigDebug by default
Like we already enable Debug & ContainerImagePrepareDebug by default,
let's also have ConfigDebug which is very handy to have config steps
logs.

Change-Id: I252585a91de919c36c3a0713dc78f7bd4a038025
2019-11-27 07:02:16 -05:00

35 lines
1.5 KiB
Django/Jinja

parameter_defaults:
CertmongerCA: local
CloudName: {{ standalone_ip }}
ContainerCli: {{ standalone_container_cli }}
ContainerImagePrepareDebug: true
ControlPlaneStaticRoutes: []
Debug: true
ConfigDebug: true
DeploymentUser: {{ undercloud_user }}
DnsServers: {{ undercloud_undercloud_nameservers | to_json }}
{% if standalone_container_prep_updates is defined and standalone_container_prep_updates %}
DockerInsecureRegistryAddress:
- {{ standalone_ip }}:8787
{% endif %}
{% if undercloud_docker_registry_mirror is defined and undercloud_docker_registry_mirror %}
DockerRegistryMirror: {{undercloud_docker_registry_mirror}}
{% endif %}
MasqueradeNetworks:
{{ standalone_network }}.0/{{ standalone_network_prefix }}:
- {{ standalone_network }}.0/{{ standalone_network_prefix }}
NeutronPublicInterface: {{ standalone_interface }}
StandaloneCtlplaneLocalSubnet: ctlplane-subnet
StandaloneCtlplaneSubnets:
ctlplane-subnet:
DhcpRangeEnd: {{ standalone_network }}.40
DhcpRangeStart: {{ standalone_network }}.20
NetworkCidr: {{ standalone_network }}.0/{{ standalone_network_prefix }}
NetworkGateway: {{ standalone_ip }}
StandaloneEnableRoutedNetworks: false
StandaloneHomeDir: {{ working_dir }}
InterfaceLocalMtu: 1500
NovaComputeLibvirtType: {{ standalone_libvirt_type }}
SELinuxMode: {{ standalone_selinux_mode }}
NovaHWMachineType: x86_64=pc,aarch64=virt-rhel7.6.0,ppc64=pseries-rhel7.6.0,ppc64le=pseries-rhel7.6.0