diff options
Diffstat (limited to 'tools/pod10prep.sh')
-rwxr-xr-x | tools/pod10prep.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/pod10prep.sh b/tools/pod10prep.sh new file mode 100755 index 0000000..69982ce --- /dev/null +++ b/tools/pod10prep.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -x + +sed -i 's/ens785f1/eno4/g' ../type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml + +cp files/heat-public-net-deployment-pod10.yaml files/heat-public-net-deployment.yaml |