install cdrom lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 rootpw --plaintext PASSWORD firewall --enabled --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --disabled timezone Asia/Tokyo bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet" text skipx zerombr clearpart --all --initlabel autopart auth --useshadow --enablemd5 firstboot --disabled reboot %packages --ignoremissing @core bzip2 kernel-devel kernel-headers -ipw2100-firmware -ipw2200-firmware -ivtv-firmware %end %post /usr/bin/yum -y install sudo /usr/sbin/groupadd -g 501 perforce /usr/sbin/useradd perforce -u 501 -g perforce -G wheel echo "PASSWORD"|passwd --stdin perforce echo "perforce ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/perforce echo "Defaults:perforce !requiretty" >> /etc/sudoers.d/perforce chmod 0440 /etc/sudoers.d/perforce %end
# | 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. |