summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/dynamic_inventory.py
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/dynamic_inventory.py')
-rwxr-xr-xxci/playbooks/dynamic_inventory.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/xci/playbooks/dynamic_inventory.py b/xci/playbooks/dynamic_inventory.py
index b5c4609b..bf9483da 100755
--- a/xci/playbooks/dynamic_inventory.py
+++ b/xci/playbooks/dynamic_inventory.py
@@ -53,6 +53,11 @@ class XCIInventory(object):
self.opnfv_networks['opnfv']['storage'] = {}
self.opnfv_networks['opnfv']['storage']['address'] = '172.29.244.10/24'
+ # Add localhost
+ self.add_host('deployment_host')
+ self.add_hostvar('deployment_host', 'ansible_ssh_host', '127.0.0.1')
+ self.add_hostvar('deployment_host', 'ansible_connection', 'local')
+
self.read_pdf_idf()
self.parse_args()