Process a template, create a new binary build to customize something and them change the DeploymentConfig to use the new Image...
oc process openshift//datagrid72-basic | oc create -f -
| install | |
| url --url=http://example.com/your/path/to/rhel7/install/image/RHEL-7/7.0/Server/x86_64/os/ | |
| lang en_US.UTF-8 | |
| keyboard us | |
| network --onboot yes --device eth0 --bootproto dhcp --ipv6 auto | |
| rootpw foobar | |
| firewall --service=ssh | |
| authconfig --enableshadow --passalgo=sha512 | |
| selinux --enforcing | |
| timezone --utc Asia/Tokyo |
In this example, we're going to download the Midnight Sun box.
# The box URL is https://app.vagrantup.com/uwmidsun/boxes/box/versions/2.1.0
# In general, we just take the box URL, and then append the provider URL
# https://app.vagrantup.com/<organization name>/boxes/<box name>/versions/<version>/providers/<provider>.box
wget https://app.vagrantup.com/uwmidsun/boxes/box/versions/2.1.0/providers/virtualbox.box -O box-2.1.0.box
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of