No need to have hiera_data_file

This commit is contained in:
Flavio Percoco 2017-09-20 16:41:47 +02:00
parent 92b762857c
commit 401f351c09
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,8 @@ action: provision
service_name: glance
namespace: openstack
hiera_data: {}
hiera_data_file: ''
hieradata: {}
hieradata_file: ''
clouds_config: 'clouds-secret'

View File

@ -2,8 +2,6 @@
include_role:
name: 'ansible-role-k8s-tripleo'
vars:
hieradata: '{{hiera_data}}'
hieradata_file: '{{hiera_data_file}}'
schema:
# NOTE(flaper87): We should be able to use the connection
# str coming from hiera. Let's use k8s' DNS for now.