Increases CloudBuild disk to 200GB + uses curl to fetch mlabconfig.py
The two noteworthy changes in the release are:
- Increase Cloud Build VM disks from the default 100GB to 200GB. Production builds were failing because we were running out of disk space.
- mlabconfig.py was moved from the operator repo to the siteinfo repo. Now, instead of cloning the operator repo to get at mlabconfig.py, we just use
curl
to fetch mlabconfig.py from the siteinfo repo.
Another small change is to bump the CoreOS version in .travis.yml
so that Travis build complete as expected with the same CoreOS version as everything else.