9f5608fbad
The nginx_port variable is insufficiently generic enough in the event a user really wanted to run Apache, or some other web server. As such, this commit renames the setting to file_url_port to prevent any confusion meanwhile supporting the ability to continue to use an override setting should the variable nginx_port be defined in an externally generated variable setting file. Change-Id: Ida88cdec6ba162920df09dbdd335a9ad7868c842
17 lines
587 B
YAML
17 lines
587 B
YAML
---
|
|
# defaults file for bifrost-deploy-nodes-dynamic
|
|
ironic_url: "http://localhost:6385/"
|
|
# Deprecated: nginx_port is no longer used and file_url_port should
|
|
# be used instead.
|
|
file_url_port: "{{ nginx_port | default('8080') }}"
|
|
network_interface: "virbr0"
|
|
ans_network_interface: "{{ network_interface | replace('-', '_') }}"
|
|
http_boot_folder: "/httpboot"
|
|
deploy_image_filename: "deployment_image.qcow2"
|
|
deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
|
|
inventory_dhcp: false
|
|
inventory_dhcp_static_ip: true
|
|
inventory_dns: false
|
|
deploy_url_protocol: "http"
|
|
noauth_mode: true
|