Add a heat-cfntools element for openshift-origin
heat-cfntools from the tripleo-image-elements repo is a bit heavyweight. Instead this element simply installs the latest repo package of heat-cfntools and symlinks to /opt/aws/bin. Change-Id: I5a0ec433c352f3ac0bb415381c7e41d4370d1e85
This commit is contained in:
parent
a2ad92fa58
commit
c06788efff
6
openshift-origin/elements/heat-cfntools/install.d/05-heat-cfntools
Executable file
6
openshift-origin/elements/heat-cfntools/install.d/05-heat-cfntools
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -uex
|
||||
|
||||
install-packages heat-cfntools
|
||||
cfn-create-aws-symlinks --source /usr/bin
|
Loading…
Reference in New Issue
Block a user