yum install -y fuse-libs mkdir -p /mnt/vmware mount -o loop /home/perforce/linux.iso /mnt/vmware cd /tmp tar xzf /mnt/vmware/VMwareTools-*.tar.gz umount /mnt/vmware rm -fr /home/perforce/linux.iso /tmp/vmware-tools-distrib/vmware-install.pl -d rm -fr /tmp/vmware-tools-distrib rm -rf /etc/udev/rules.d/70-persistent-net.rules sed -i "s/HWADDR=.*//" /etc/sysconfig/network-scripts/ifcfg-eth0
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 19430 | tjuricek |
Revise the CentOS 6.7 VM to be deployable as new infrastructure. I seem to be running into DNS issues, which seems to be causing EC to completely ignore my host. So this *might not* be completely ironed out. |
||
#1 | 15623 | tjuricek |
Add infrastructure project. This project should allow any team to setup a CD environment locally using VMWare products. A 'build' workflow will run tests, generate installers, etc, on a Jenkins instance configured with necessary plugins. A later 'release' workflow will initially push successful runs into the 'build/' directory of the branch in the workshop. (A 'production release' will use that data and push it into internal infrastructure for package signing and hosting.) Documentation will be written. This is a large set of files, so I wanted to submit them where my connection to the workshop server is faster. |