Skip to content

Commit

Permalink
[host-ocp4-assisted-installer] remove api_vip and ingress_vip (#7583)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Jan 18, 2024
1 parent afa75c9 commit 3a43445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/host-ocp4-assisted-installer/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,8 @@
cluster_networks:
- cidr: "10.132.0.0/14"
host_prefix: 23
api_vip: "{{ ai_network_prefix }}.100"
api_vips:
- ip: "{{ ai_network_prefix }}.100"
ingress_vip: "{{ ai_network_prefix }}.101"
ingress_vips:
- ip: "{{ ai_network_prefix }}.101"
register: newcluster
Expand Down

0 comments on commit 3a43445

Please sign in to comment.