Merge "Add python interpreter to ansible postconfig"

This commit is contained in:
Zuul 2018-12-24 01:09:22 +00:00 committed by Gerrit Code Review
commit 473ec7fbf8
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,10 @@ parameters:
type: string
default: 'standalone'
description: Cloud name for the clouds.yaml
PythonInterpreter:
type: string
description: The python interpreter to use for python and ansible actions
default: /usr/bin/python
conditions:
@ -55,6 +59,10 @@ resources:
type: OS::Heat::SoftwareConfig
properties:
group: ansible
inputs:
- name: ansible_python_interpreter
description: Python interpreter to use for the ansible execution
default: {get_param: PythonInterpreter}
config: |
---
- name: StandalonePostConfig