You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sap_hypervisor_node_preconfigure(redhat_ocpv)
- Added assert for kubeconfig
- Unified storageclass to sapstorage for both trident and hpp and
make configurable
- trident: make parameters configurable in role
- removed unused create-sap-bridge.yml, label-worker-invtsc.yml, sriov-enabled-unsupported-nics.sh
- restructured tasks
- added flags for finegranular tasks control, mainly for debugging
- add vlan interface support
- nmstate: wait for webhooks pods to be available
- fix bridge and NAD name for additional bridges
- added MCP wait to when installing hostpath provisioner
- Storageclass names and default is configurable now
- Wait and check for hco-webhook pod
- hostpath provisioner: mkfs.xfs in pod, simplified systemd
startup scripts
- name: Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined
9
+
- name: Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG | KUBECONFIG if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
10
10
when: >
11
-
sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined or
12
-
sap_hypervisor_node_preconfigure_ocp_kubeconfig_path == None or
# kubeconfig file Red Hat OpenShift cluster connection.
107
+
# Needs to contain a valid API token for trident storage operator to work.
108
+
# If not provided, the kubeconfig will be read from the environment variables
109
+
# KUBECONFIG or K8S_AUTH_KUBECONFIG
110
+
sap_hypervisor_node_preconfigure_kubeconfig:
120
111
121
112
```
122
-
You need to provide username and password for the Red Hat OpenShift Cluster. The `kubeconfig` file can be specified in `sap_hypervisor_node_preconfigure_ocp_kubeconfig_path` or if omitted, the environment variable`K8S_AUTH_KUBECONFIG` has to point to it. Default is, to use the CA certificate and Red Hat OpenShift cluster API endpoint as specified in the `kubeconfig`file (controlled by variable `sap_hypervisor_node_preconfigure_ocp_extract_kubeconfig`). Make sure to specify the username and password for the cluster: `sap_hypervisor_node_preconfigure_ocp_admin_username` and `sap_hypervisor_node_preconfigure_ocp_admin_password`.
113
+
You need to provide a `kubeconfig` file in `sap_hypervisor_node_kubeconfig` or if omitted, either the environment variables`K8S_AUTH_KUBECONFIG`or `KUBECONFIG`has to point to it. If using the trident storage operator, the `kubeconfig`has also to contain a valid API token.
123
114
124
115
Next are variables that define what storage configuration should be configured, if the operators should be installed and the configuration of the workers should be done.
0 commit comments