Document URL: For vSphere: https://docs.openshift.com/container-platform/4.1/installing/installing_vsphere/installing-vsphere.html#installation-infrastructure-user-infra_installing-vsphere For BareMetal: https://docs.openshift.com/container-platform/4.1/installing/installing_bare_metal/installing-bare-metal.html#installation-infrastructure-user-infra_installing-bare-metal Section Number and Name: Describe the issue: While Deploying the UPI 4.1 cluster we are expected to create the infrastructure, and setup the DNS to point the api, api-int, etcd-x and *.apps. For *.apps wildcard, we can setup the DNS as we are aware of the LB address. But as we cannot make the static config to the Hosts via ignition config, it is not getting clear how we should do the dns mapping as the hosts are expected to take the IP address from DHCP and we cannot get it till we boot the host. For now, Once we power on the hosts and once we get the IP's then we can make the DNS config. Can we have a short Example which we can use as a guide while setting up the infrastructure just like we have example inventory file for OCP 3.11[1]? [1] https://docs.openshift.com/container-platform/3.11/install/example_inventories.html Suggestions for improvement: It would be much easier if we can have a demo process to set up the infrastructure.