Add missing ironic_url variable references.
Added ironic_url to defaults and READMEs for bifrost-unprovision-nodes and ironic-delete roles.
This commit is contained in:
parent
363c5aaeef
commit
57fb88ddb5
@ -16,6 +16,8 @@ Role Variables
|
||||
|
||||
baremetal_csv_file: This is the path to the CSV file which is enumarated through for nodes to be acted upon.
|
||||
|
||||
ironic_url: The setting defining the URL to the Ironic API. Presently defaulted to: "http://localhost:6385/"
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# defaults file for bifrost-unprovision-nodes
|
||||
ironic_url: "http://localhost:6385/"
|
||||
|
@ -13,6 +13,8 @@ Role Variables
|
||||
|
||||
baremetal_csv_file: This is the CSV file of nodes that is enumarted through for operations.
|
||||
|
||||
ironic_url: This is the url for the ironic server to connect to. It is presently defaulted to "http://localhost:6385/".
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
---
|
||||
ironic_url: "http://localhost:6385/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user