From 57fb88ddb501aff5ed7e6b373d9d2c8698dfe2d8 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 1 Apr 2015 10:04:38 -0400 Subject: [PATCH] Add missing ironic_url variable references. Added ironic_url to defaults and READMEs for bifrost-unprovision-nodes and ironic-delete roles. --- roles/bifrost-unprovision-nodes/README.md | 2 ++ roles/bifrost-unprovision-nodes/defaults/main.yml | 2 +- roles/ironic-delete/README.md | 2 ++ roles/ironic-delete/defaults/main.yml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/bifrost-unprovision-nodes/README.md b/roles/bifrost-unprovision-nodes/README.md index 155e92872..95f3e95ca 100644 --- a/roles/bifrost-unprovision-nodes/README.md +++ b/roles/bifrost-unprovision-nodes/README.md @@ -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 ------------ diff --git a/roles/bifrost-unprovision-nodes/defaults/main.yml b/roles/bifrost-unprovision-nodes/defaults/main.yml index 4086025da..44445bba9 100644 --- a/roles/bifrost-unprovision-nodes/defaults/main.yml +++ b/roles/bifrost-unprovision-nodes/defaults/main.yml @@ -1,2 +1,2 @@ --- -# defaults file for bifrost-unprovision-nodes +ironic_url: "http://localhost:6385/" diff --git a/roles/ironic-delete/README.md b/roles/ironic-delete/README.md index b6db930e5..02068ebc7 100644 --- a/roles/ironic-delete/README.md +++ b/roles/ironic-delete/README.md @@ -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 ------------ diff --git a/roles/ironic-delete/defaults/main.yml b/roles/ironic-delete/defaults/main.yml index ed97d539c..44445bba9 100644 --- a/roles/ironic-delete/defaults/main.yml +++ b/roles/ironic-delete/defaults/main.yml @@ -1 +1,2 @@ --- +ironic_url: "http://localhost:6385/"