bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/defaults/main.yml
Yolanda Robla 5553ccab81 Add inventory_dns feature to bifrost
This will allow to configure addressing based on inventory

Change-Id: I71517146a197e39ed8ff2205e4234685d95331ad
2016-01-15 15:58:25 +01:00

15 lines
465 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
inventory_dhcp_static_ip: true
inventory_dns: false
deploy_url_protocol: "http"
noauth_mode: true