Skip to content

Commit eb2cd61

Browse files
authored
Remove HostIP reference (#114)
Signed-off-by: mrrajan <[email protected].>
1 parent 171da29 commit eb2cd61

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

roles/tpa_single_node/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Requires RHEL 9.3 or later.
2727
| ------------------------------------------- | ---------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------ |
2828
| tpa_single_node_trustification_image | Trustification image. | str | `registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:0bef82c8139cc89ef4840e36ad519ca24bb54f70` |
2929
| tpa_single_node_base_hostname | The user name logging in to the registry to pull images. | str | `trustification` |
30-
| tpa_single_node_rhel_host | Ip of the instance. | str | |
3130
| tpa_single_node_certificates_dir | Folder where to place the certificates to deploy on the instance. | str | `certs` |
3231
| tpa_single_node_config_dir | Configuration directory on the instance. | str | `/etc/rhtpa` |
3332
| tpa_single_node_kube_manifest_dir | Configuration directory on the instance containing the manifests. | str | `/etc/rhtpa/manifests` |

roles/tpa_single_node/meta/argument_specs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ argument_specs:
1616
type: "str"
1717
version_added: "2.0.0"
1818
default: "trustification"
19-
tpa_single_node_rhel_host:
20-
description: "Ip of the instance."
21-
type: "str"
22-
version_added: "2.0.0"
2319
tpa_single_node_certificates_dir:
2420
description: "Folder where to place the certificates to deploy on the instance."
2521
type: "str"

roles/tpa_single_node/tasks/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
2-
- name: Get IP of the current node
3-
ansible.builtin.set_fact:
4-
tpa_single_node_rhel_host: "{{ ansible_ssh_host }}"
5-
62
- name: Set a variable about RHEL
73
ansible.builtin.set_fact:
84
rhel: false

roles/tpa_single_node/templates/manifests/server/Deployment.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ spec:
173173
- containerPort: 8080
174174
name: endpoint
175175
protocol: TCP
176-
hostIP: {{ tpa_single_node_rhel_host }}
177176
{% if tpa_single_node_ui_tls == 'true' %}
178177
hostPort: 443
179178
{% else %}

0 commit comments

Comments
 (0)