Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/undercloud/templates/undercloud.10.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ inspection_iprange = 192.0.2.5,192.0.2.50

# Whether to clean overcloud nodes (wipe the hard drive) between
# deployments and after the introspection. (boolean value)
#clean_nodes = false
clean_nodes = {{ironic_node_cleaning}}


[auth]
Expand Down
2 changes: 1 addition & 1 deletion ansible/undercloud/templates/undercloud.11.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ inspection_iprange = 192.168.24.5,192.168.24.50

# Whether to clean overcloud nodes (wipe the hard drive) between
# deployments and after the introspection. (boolean value)
#clean_nodes = false
clean_nodes = {{ironic_node_cleaning}}

# List of enabled bare metal drivers. (list value)
#enabled_drivers = pxe_ipmitool,pxe_drac,pxe_ilo,pxe_ssh
Expand Down
2 changes: 1 addition & 1 deletion ansible/undercloud/templates/undercloud.12.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ inspection_iprange = 192.168.24.5,192.168.24.50

# Whether to clean overcloud nodes (wipe the hard drive) between
# deployments and after the introspection. (boolean value)
#clean_nodes = false
clean_nodes = {{ironic_node_cleaning}}

# List of enabled bare metal drivers. (list value)
#enabled_drivers = pxe_ipmitool,pxe_drac,pxe_ilo
Expand Down
4 changes: 4 additions & 0 deletions ansible/undercloud/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ dns_server: 8.8.8.8

# instackenv:
instackenv_json:


# enables or disables ironic node cleaning for OSP>9
ironic_node_cleaning: true