bd9633e604
Since bifrost users may choose to modify their environments in order to support HTTPS, we should enable the users to have the ability to make that setting change for generated URLs. Change-Id: I725bb365243baa00d41321db0c4bb1b0f8d99b2f
13 lines
396 B
YAML
13 lines
396 B
YAML
---
|
|
# defaults file for bifrost-deploy-nodes-dynamic
|
|
ironic_url: "http://localhost:6385/"
|
|
nginx_port: 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
|
|
|
|
deploy_url_protocol: "http"
|