Skip to content

Commit

Permalink
lab mode: always create assisted records
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 2, 2024
1 parent f7e0a04 commit 0e39be2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
4 changes: 0 additions & 4 deletions paramfiles/lab_hypershift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ baremetal_macs:
- aa:aa:aa:aa:bb:04
disk_size: 60
installer_disk_size: 200
lab_extra_dns:
- assisted-service-multicluster-engine
- assisted-service-assisted-installer
- assisted-image-service-multicluster-engine
notify: true
nfs: true
disconnected: true
Expand Down
4 changes: 0 additions & 4 deletions paramfiles/lab_ztp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ ztp_spokes:
virtual_nodes_number: 1
disk_size: 60
installer_disk_size: 200
lab_extra_dns:
- assisted-service-multicluster-engine
- assisted-service-assisted-installer
- assisted-image-service-multicluster-engine
notify: true
nfs: true
4 changes: 0 additions & 4 deletions paramfiles/lab_ztp_ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ ztp_spokes:
virtual_nodes_number: 1
disk_size: 60
installer_disk_size: 200
lab_extra_dns:
- assisted-service-multicluster-engine
- assisted-service-assisted-installer
- assisted-image-service-multicluster-engine
#notify: true
nfs: true
installer_mac: aa:bb:aa:aa:bb:01
4 changes: 0 additions & 4 deletions paramfiles/lab_ztp_ipv6_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ ztp_spokes:
virtual_nodes_number: 1
disk_size: 60
installer_disk_size: 200
lab_extra_dns:
- assisted-service-multicluster-engine
- assisted-service-assisted-installer
- assisted-image-service-multicluster-engine
notify: true
nfs: true
disk_interface: sata
Expand Down
3 changes: 3 additions & 0 deletions plans/kcli_plan_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ apps:
- oauth-openshift.apps.{{ cluster }}.{{ domain }}
- prometheus-k8s-openshift-monitoring.apps.{{ cluster }}.{{ domain }}
- canary-openshift-ingress-canary.apps.{{ cluster }}.{{ domain }}
- assisted-service-multicluster-engine.apps.{{ cluster }}.{{ domain }}
- assisted-service-assisted-installer.apps.{{ cluster }}.{{ domain }}
- assisted-image-service-multicluster-engine.apps.{{ cluster }}.{{ domain }}
{% for entry in lab_extra_dns %}
- {{ entry }}.apps.{{ cluster }}.{{ domain }}
{% endfor %}
Expand Down

0 comments on commit 0e39be2

Please sign in to comment.