summaryrefslogtreecommitdiffstats
path: root/lib/undercloud-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Removing --flat and network_isolation variablesDan Radez1-47/+42
2016-09-22migrating to proposed common network settings fileDan Radez1-20/+20
2016-09-20Handling file loads and tmp dirs differentlyDan Radez1-2/+2
2016-09-15Increase ironic undercloud timoutsrandyl1-0/+2
2016-09-07moving inventory file parsing to pythonDan Radez1-5/+0
2016-08-22removing enabled_network_list as an argument to network envDan Radez1-2/+2
2016-08-04Fix network_isolation argparse issueFeng Pan1-2/+2
2016-08-03Enable nested kvm for virtual deploymentFeng Pan1-1/+0
2016-07-19Allows specifying domain name for overcloud/undercloudTim Rozet1-0/+11
2016-07-06Splitting out deploy.sh undercloud to functions fileDan Radez1-0/+277
s="o">[cnt + 1] echo -e "\n\n\n*** Starting build attempt # $cnt" cd /tmp/fuel-main make iso rc=$? if [ $rc -ne 0 ]; then echo "### Build failed with rc $rc ###" else echo "### Build successful at attempt # $cnt" fi done exit $rc