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:
Julia Kreger 2015-04-01 10:04:38 -04:00
parent 363c5aaeef
commit 57fb88ddb5
4 changed files with 6 additions and 1 deletions

View File

@ -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
------------

View File

@ -1,2 +1,2 @@
---
# defaults file for bifrost-unprovision-nodes
ironic_url: "http://localhost:6385/"

View File

@ -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
------------

View File

@ -1 +1,2 @@
---
ironic_url: "http://localhost:6385/"