Skip to content

Commit

Permalink
removed not needed anymore dns step for ocp4 deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Arrotin <[email protected]>
  • Loading branch information
arrfab committed May 15, 2020
1 parent 197f25e commit 6b26da1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions adhoc-provision-ocp4-node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# This playbook is an ad-hoc task used to deploy bare-metal nodes for OCP4
# It used the following variables, declared through inventory (group/host vars):
# rhcos_version: 4.3.8 # default rhcos version deployed
# rhcos_version: 4.4.3 # default rhcos version deployed
# arch: x86_64 # default architecture
# md-raid-dev: # mdadm device eg: /dev/md126
# deploy_host: # node hosting pxelinux.cfg configurations
Expand Down Expand Up @@ -78,9 +78,3 @@
timeout: 1200
delegate_to: "{{ deploy_host }}"

- name: Updating/Adding IP in local CI dns resolver if needed
shell: "/usr/local/bin/update_dns -n {{ inventory_hostname }} -i {{ ip }}"
delegate_to: "{{ deploy_host }}"
when: centos_ci_node is defined and centos_ci_node
tags:
- dns

0 comments on commit 6b26da1

Please sign in to comment.