Use the same json file for source and package install

This commit is contained in:
James Slagle 2014-03-19 09:44:18 -04:00
parent 8859ab023e
commit 61d2d029ef
3 changed files with 0 additions and 20 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
set -eux
# Add scripts directory from tripleo-incubator and diskimage-builder to the
# path.
# These scripts can't just be symlinked into a bin directory because they do
# directory manipulation that assumes they're in a known location.
if [ ! -e /etc/profile.d/tripleo-incubator-scripts.sh ]; then
sudo bash -c "echo export PATH='\$PATH':/opt/stack/tripleo-incubator/scripts/ >> /etc/profile.d/tripleo-incubator-scripts.sh"
sudo bash -c "echo export PATH=/opt/stack/diskimage-builder/bin/:'\$PATH' >> /etc/profile.d/tripleo-incubator-scripts.sh"
fi

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eux
sed -i "s/OS::Heat::UpdateWaitConditionHandle/AWS::CloudFormation::WaitConditionHandle/g" /opt/stack/tripleo-heat-templates/overcloud-source.yaml

View File

@ -1,3 +1 @@
tripleo-incubator
tripleo-heat-templates
os-refresh-config