tripleo-heat-templates/extraconfig/services
Michele Baldessari 5b6984eb0f Fixup ipaclient.yaml for python3
This change does two things:
1. it uses print() which is the only supported way of calling print
   in python3 (and still works with python2). This way we avoid the
   following error:

SyntaxError: Missing parentheses in call to 'print'. Did you mean print('...')?

2. It uses the PythonInterpreter variable to choose the python
   interpreter

Tested and we correctly get the right wanted interpreter:
...
fqdn=`echo $data | /usr/bin/python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj.get("join", {}).get("hostname", ""))'`
...

Change-Id: I6e68664c650d0481a9f0cfd21985434d8c75e1a2
Co-Authored-By: Luca Miccini <lmiccini@redhat.com>
2019-03-21 07:02:08 +00:00
..
README.rst Add readme for experimental extraconfig/services 2017-12-15 15:41:23 +00:00
ipaclient.yaml Fixup ipaclient.yaml for python3 2019-03-21 07:02:08 +00:00
ipsec.yaml Convert dynamic lookups to use colon notation 2018-11-12 21:21:49 -07:00
kubernetes-master.yaml Make ceph-ansible working dir owned by tripleo-admin 2019-02-12 09:13:15 +05:30
kubernetes-worker.yaml Convert dynamic lookups to use colon notation 2018-11-12 21:21:49 -07:00
openshift-cns.yaml Merge "Fix deployment of gluster with openshift AllInOne" 2019-02-07 06:48:09 +00:00
openshift-infra.yaml Set balance to source for openshift_router endpoints 2018-11-30 13:57:32 -05:00
openshift-master.yaml Merge "Introduce OpenShiftAnsiblePath parameter" 2019-03-13 17:43:41 +00:00
openshift-node.yaml Generate post-deployment openshift-ansible inventory 2019-01-23 11:42:26 +01:00
openshift-worker.yaml Let openshift-ansible configure the firewall 2018-10-12 16:36:20 +02:00
rhsm.yaml Force rhsm re-registration during upgrades. 2018-12-11 17:17:29 +01:00
skydive-agent.yaml skydive external_deploy_task migration 2018-06-22 12:12:36 +02:00
skydive-analyzer.yaml Merge "Allow embedded Skydive etcd port" 2019-03-13 21:13:28 +00:00

README.rst

Externally Installed Services

The services in this directory and the Ansible hook they use (external_deploy_tasks) are currently considered experimental.