@@ -215,8 +215,8 @@ Execute the playbook that creates the VMs.
215215
216216[source,bash]
217217----
218- ansible-playbook ocp/4.15/install_upi /ansible/01-proxmox-vms.yaml \
219- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
218+ ansible-playbook ocp/4.15/upi_proxmox /ansible/01-proxmox-vms.yaml \
219+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
220220 -e '{"selected_groups": ["ocp_control_plane","ocp_bootstrap"]}'
221221----
222222
@@ -251,8 +251,9 @@ This will generate a directory with name defined on the `ocp_install_root_dir`
251251
252252[source,bash]
253253----
254- ansible-playbook ocp/4.15/install_upi/ansible/02-ocp-services-oi-binaries.yaml \
255- -e @ocp/4.15/install_upi/ansible/defaults/main.yaml
254+ ansible-playbook ocp/4.15/upi_proxmox/ansible/02-ocp-services-oi-binaries.yaml \
255+ -e bootstrap_host=ocp_services
256+ -e @ocp/4.15/upi_proxmox/ansible/defaults/main.yaml \
256257----
257258
258259[.lead]
@@ -278,8 +279,8 @@ Add `-K`, or `--ask-become-pass` if your host required password for sudo.
278279
279280[source,bash]
280281----
281- ansible-playbook ocp/4.15/install_upi /ansible/10-ocp-services-config-host-playbook.yaml \
282- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
282+ ansible-playbook ocp/4.15/upi_proxmox /ansible/10-ocp-services-config-host-playbook.yaml \
283+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
283284----
284285
285286Configure HA Proxy.
@@ -295,8 +296,8 @@ Add `-K`, or `--ask-become-pass` if your host required password for sudo.
295296
296297[source,bash]
297298----
298- ansible-playbook ocp/4.15/install_upi /ansible/15-ocp-services-haproxy-playbook.yaml \
299- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
299+ ansible-playbook ocp/4.15/upi_proxmox /ansible/15-ocp-services-haproxy-playbook.yaml \
300+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
300301 -e @_local_config/network.yaml
301302----
302303
@@ -315,8 +316,8 @@ Add `-K`, or `--ask-become-pass` if your host required password for sudo.
315316
316317[source,bash]
317318----
318- ansible-playbook ocp/4.15/install_upi /ansible/18-ocp-services-oi-playbook.yaml \
319- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
319+ ansible-playbook ocp/4.15/upi_proxmox /ansible/18-ocp-services-oi-playbook.yaml \
320+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
320321 -e @_local_config/network.yaml \
321322 -e pull_secret=${RH_CLUSTER_PULL_SECRET} \
322323 -e ssh_pub_key_file=${SSH_PUB_KEY_FILE}
@@ -336,8 +337,8 @@ This playbook will perform the following tasks for each of the Proxmox hosts con
336337
337338[source,bash]
338339----
339- ansible-playbook ocp/4.15/install_upi /ansible/20-proxmox-prepare-coreos-install.yaml \
340- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
340+ ansible-playbook ocp/4.15/upi_proxmox /ansible/20-proxmox-prepare-coreos-install.yaml \
341+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
341342 -e skip_download=true <1>
342343----
343344<1> Optional variable to skip downloading the ISO if it is already downloaded.
@@ -347,8 +348,8 @@ Extract the installation sources and scripts from the `openshift-install`, as
347348
348349[source,bash]
349350----
350- ansible-playbook ocp/4.15/install_upi /ansible/25-ocp-services-show-rhcos-info.yaml \
351- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
351+ ansible-playbook ocp/4.15/upi_proxmox /ansible/25-ocp-services-show-rhcos-info.yaml \
352+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
352353----
353354
354355Execute the `coreos-installer` command obtained on the previous Ansible
@@ -359,8 +360,8 @@ The VMs are setup so it's time to start the OpenShift cluster deployment.
359360
360361[source,bash]
361362----
362- ansible-playbook ocp/4.15/install_upi /ansible/28-proxmox-vm-start-deployment.yaml \
363- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
363+ ansible-playbook ocp/4.15/upi_proxmox /ansible/28-proxmox-vm-start-deployment.yaml \
364+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
364365----
365366
366367=== Followup on the deployment
@@ -413,8 +414,8 @@ Get the authentication.
413414
414415[source,bash]
415416----
416- ansible-playbook ocp/4.15/install_upi /ansible/50-ocp-services-get-ocp-auth-playbook.yaml \
417- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
417+ ansible-playbook ocp/4.15/upi_proxmox /ansible/50-ocp-services-get-ocp-auth-playbook.yaml \
418+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
418419----
419420
420421=== Copy the kubernetes config file
@@ -450,8 +451,8 @@ Add `-K`, or `--ask-become-pass` if your host required password for sudo.
450451
451452[source,bash]
452453----
453- ansible-playbook ocp/4.15/install_upi /ansible/35-ocp-services-remove-bootstrap-haproxy-playbook.yaml \
454- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
454+ ansible-playbook ocp/4.15/upi_proxmox /ansible/35-ocp-services-remove-bootstrap-haproxy-playbook.yaml \
455+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
455456----
456457
457458== Add Compute Nodes
@@ -460,8 +461,8 @@ Generate compute node VMS.
460461
461462[source,bash]
462463----
463- ansible-playbook ocp/4.15/install_upi /ansible/01-proxmox-vms.yaml \
464- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
464+ ansible-playbook ocp/4.15/upi_proxmox /ansible/01-proxmox-vms.yaml \
465+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
465466 -e '{"selected_groups": ["ocp_compute_node"]}'<1>
466467 -e '{"vm_host_list": ["ocp4-co-3"]}'<2>
467468----
@@ -474,8 +475,8 @@ Start the `compute-node` VMs to execute the ignition installation.
474475
475476[source,bash]
476477----
477- ansible-playbook ocp/4.15/install_upi /ansible/20-proxmox-prepare-coreos-install.yaml \
478- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
478+ ansible-playbook ocp/4.15/upi_proxmox /ansible/20-proxmox-prepare-coreos-install.yaml \
479+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
479480 -e '{"selected_groups": ["ocp_compute_node"]}'
480481 -e '{"vm_host_list": ["ocp4-co-3"]}'
481482 -e skip_download=true
@@ -486,8 +487,8 @@ Extract the installation sources and scripts from the `openshift-install`, as
486487
487488[source,bash]
488489----
489- ansible-playbook ocp/4.15/install_upi /ansible/25-ocp-services-show-rhcos-info.yaml \
490- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
490+ ansible-playbook ocp/4.15/upi_proxmox /ansible/25-ocp-services-show-rhcos-info.yaml \
491+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
491492----
492493
493494Once all the VMs show the `Install complete` message the VMs are setup. It's
@@ -496,8 +497,8 @@ Once all the VMs show the `Install complete` message the VMs are setup. It's
496497
497498[source,bash]
498499----
499- ansible-playbook ocp/4.15/install_upi /ansible/28-proxmox-vm-start-deployment.yaml \
500- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
500+ ansible-playbook ocp/4.15/upi_proxmox /ansible/28-proxmox-vm-start-deployment.yaml \
501+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
501502 -e '{"selected_groups": ["ocp_compute_node"]}'
502503 -e '{"vm_host_list": ["ocp4-co-3"]}'
503504----
@@ -540,8 +541,8 @@ The Openshift installation folder is required to maintain the cluster.
540541
541542[source,bash]
542543----
543- ansible-playbook ocp/4.15/install_upi /ansible/99-ocp-services-ocp-clean-playbook.yaml \
544- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml \
544+ ansible-playbook ocp/4.15/upi_proxmox /ansible/99-ocp-services-ocp-clean-playbook.yaml \
545+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml \
545546 -e remove_binaries_dir=true <1>
546547----
547548<1> Also remove the folder containing the OpenShift binaries
@@ -556,8 +557,8 @@ Remove the taints on the nodes so the control-plane nodes can execute
556557
557558[source,bash]
558559----
559- ansible-playbook ocp/4.15/install_upi /ansible/31-ocp-services-remove-cp-taints.yaml \
560- -e @ocp/4.15/install_upi /ansible/defaults/main.yaml
560+ ansible-playbook ocp/4.15/upi_proxmox /ansible/31-ocp-services-remove-cp-taints.yaml \
561+ -e @ocp/4.15/upi_proxmox /ansible/defaults/main.yaml
561562----
562563
563564=== No CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?
0 commit comments