Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 931913 Details for
Bug 1113766
Foreman Openstack Kickstart Template deploying RHEL 7 has issues
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Working RHEL7 Foreman ks template
RHEL7 Working ks_template.txt (text/plain), 2.19 KB, created by
Kurt Hey
on 2014-08-28 12:08:43 UTC
(
hide
)
Description:
Working RHEL7 Foreman ks template
Filename:
MIME Type:
Creator:
Kurt Hey
Created:
2014-08-28 12:08:43 UTC
Size:
2.19 KB
patch
obsolete
>install ><%= @mediapath %> >lang en_US.UTF-8 >selinux --permissive >keyboard us >skipx >network --bootproto <%= @static ? "static" : "dhcp" %> --hostname <%= @host %> >rootpw --iscrypted <%= root_pass %> >firewall --<%= @host.operatingsystem.major.to_i >= 6 ? "service=" : "" %>ssh >authconfig --useshadow --passalgo=sha256 --kickstart >timezone America/Chicago >services --disabled autofs,gpm,sendmail,cups,iptables,ip6tables,auditd,arptables_jf,xfs,pcmcia,isdn,rawdevices,hpoj,bluetooth,openibd,avahi-daemon,avahi-dnsconfd,hidd,hplip,pcscd,restorecond,mcstrans,rhnsd,yum-updatesd > >bootloader --location=mbr --append="nofb quiet splash=quiet" <%= grub_pass %> > ><% if @dynamic -%> >%include /tmp/diskpart.cfg ><% else -%> ><%= @host.diskLayout %> ><% end -%> > >text >reboot > >%packages --ignoremissing >yum >dhclient >ntp >wget >redhat-lsb-core >net-tools >@Base >@Core > ><% if @dynamic -%> >%pre ><%= @host.diskLayout %> ><% end -%> >%end > >%post --nochroot >exec < /dev/tty3 > /dev/tty3 >#changing to VT 3 so that we can see whats going on.... >/usr/bin/chvt 3 >( >cp -va /etc/resolv.conf /mnt/sysimage/etc/resolv.conf >/usr/bin/chvt 1 >) 2>&1 | tee /mnt/sysimage/root/install.postnochroot.log >%end > >%post >logger "Starting anaconda <%= @host %> postinstall" >exec < /dev/tty3 > /dev/tty3 >#changing to VT 3 so that we can see whats going on.... >/usr/bin/chvt 3 >( >#update local time >echo "updating system time" >/usr/sbin/ntpdate -sub <%= @host.params["ntp-server"] || "0.fedora.pool.ntp.org" %> >/usr/sbin/hwclock --systohc > ><%= snippets "redhat_register" %> > ># update all the base packages from the updates repository >yum -t -y -e 0 update > ># and add the puppet package >yum -t -y -e 0 install puppet > >echo "Configuring puppet" >cat > /etc/puppet/puppet.conf << EOF ><%= snippets "puppet.conf" %> >EOF > ># Setup puppet to run on system reboot >/sbin/chkconfig --level 345 puppet on > >puppet agent -o --tags no_such_tag --server <%= @host.puppetmaster %> --no-daemonize > >sync > ># Inform the build system that we are done. >echo "Informing Foreman that we are built" >wget -q -O /dev/null --no-check-certificate <%= foreman_url %> ># Sleeping an hour for debug >) 2>&1 | tee /root/install.post.log >exit 0 >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1113766
: 931913