Skip to content

Commit 1d3853b

Browse files
panosmaurikosananos
authored andcommitted
feat: Add karmada-search plugin
Signed-off-by: Panos Mavrikos <pmavrikos@nubificus.co.uk>
1 parent f685703 commit 1d3853b

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

orchestrators/inventory.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all:
33
management_cluster:
44
hosts:
55
testvm00:
6-
ansible_host: 192.168.5.12
6+
ansible_host: 192.168.5.34
77
ansible_user: mlsysops
88
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
99
ansible_python_interpreter: /usr/bin/python3
@@ -19,8 +19,8 @@ all:
1919
children:
2020
master_nodes:
2121
hosts:
22-
testvm01:
23-
ansible_host: 192.168.5.55
22+
testvm1:
23+
ansible_host: 192.168.5.14
2424
ansible_user: mlsysops
2525
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
2626
ansible_python_interpreter: /usr/bin/python3
@@ -33,8 +33,8 @@ all:
3333
vaccel: "false"
3434
worker_nodes:
3535
hosts:
36-
testvm02:
37-
ansible_host: 192.168.5.7
36+
testvm2:
37+
ansible_host: 192.168.5.6
3838
ansible_user: mlsysops
3939
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
4040
ansible_python_interpreter: /usr/bin/python3
@@ -43,8 +43,8 @@ all:
4343
is_vm: true
4444
continuumLayer: node
4545
vaccel: "false"
46-
testvm03:
47-
ansible_host: 192.168.5.79
46+
testvm3:
47+
ansible_host: 192.168.5.23
4848
ansible_user: mlsysops
4949
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
5050
ansible_python_interpreter: /usr/bin/python3
@@ -57,8 +57,8 @@ all:
5757
children:
5858
master_nodes:
5959
hosts:
60-
testvm04:
61-
ansible_host: 192.168.5.41
60+
testvm4:
61+
ansible_host: 192.168.5.46
6262
ansible_user: mlsysops
6363
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
6464
ansible_python_interpreter: /usr/bin/python3
@@ -71,8 +71,8 @@ all:
7171
vaccel: "false"
7272
worker_nodes:
7373
hosts:
74-
testvm05:
75-
ansible_host: 192.168.5.29
74+
testvm5:
75+
ansible_host: 192.168.5.18
7676
ansible_user: mlsysops
7777
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
7878
ansible_python_interpreter: /usr/bin/python3
@@ -85,8 +85,8 @@ all:
8585
children:
8686
master_nodes:
8787
hosts:
88-
testvm06:
89-
ansible_host: 192.168.5.9
88+
testvm6:
89+
ansible_host: 192.168.5.68
9090
ansible_user: mlsysops
9191
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
9292
ansible_python_interpreter: /usr/bin/python3
@@ -99,8 +99,8 @@ all:
9999
vaccel: "false"
100100
worker_nodes:
101101
hosts:
102-
testvm07:
103-
ansible_host: 192.168.5.63
102+
testvm7:
103+
ansible_host: 192.168.5.13
104104
ansible_user: mlsysops
105105
ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa
106106
ansible_python_interpreter: /usr/bin/python3

orchestrators/karmada-install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
- "*.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
9090
- "*.{{ .Release.Namespace }}.svc"
9191
{% endraw %}
92+
93+
components:
94+
- search
95+
96+
search:
97+
enableResourceRegistry: true
9298
mode: '0644'
9399
tags: install
94100

0 commit comments

Comments
 (0)