Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion deployment/inventory/sample/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ ontap_data_lif: "" # ONTAP data LIF IP address
ontap_svm: "" # Storage Virtual Machine (SVM) name
ontap_username: "" # ONTAP username with admin privileges
ontap_password: "" # ONTAP password
ontap_aggregate: "" # ONTAP aggregate name for volume creation

huggingToken: "" # Huggingface token is required for gated/private models

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ontap_data_lif: ""
ontap_svm: ""
ontap_username: ""
ontap_password: ""
ontap_aggregate: ""
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ ontap_data_lif: ""
ontap_svm: ""
ontap_username: ""
ontap_password: ""
ontap_aggregate: ""
```

## New Ansible Role Created
Expand Down Expand Up @@ -216,7 +215,6 @@ spec:
svm: {{ ontap_svm }}
username: {{ ontap_username }}
password: {{ ontap_password }}
aggregate: {{ ontap_aggregate }}
```

[**trident-storageclass.yaml.j2**](https://github.com/sushma-m1/Enterprise-RAG/blob/main/deployment/roles/infrastructure/netapp_trident_csi_setup/templates/trident-storageclass.yaml.j2): Kubernetes StorageClass
Expand Down Expand Up @@ -263,7 +261,6 @@ ontap_data_lif: "192.168.1.101" # ONTAP data interface IP
ontap_svm: "svm_ai" # Storage Virtual Machine name
ontap_username: "admin" # ONTAP admin username
ontap_password: "password123" # ONTAP admin password
ontap_aggregate: "aggr1" # Target aggregate for volumes
```

## Deployment Process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
release_namespace: "{{ trident_namespace }}"
create_namespace: true
chart_version: "100.{{ trident_operator_version }}"
update_repo_cache: true
wait: true
tags:
- install
- post-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ spec:
managementLIF: {{ ontap_management_lif }}
dataLIF: {{ ontap_data_lif }}
svm: {{ ontap_svm }}
aggregate: {{ ontap_aggregate }}
credentials:
name: {{ trident_backend_name }}-secret