From 9d9d9229788b8ca873f9d7012c1e0663aa0dc5c2 Mon Sep 17 00:00:00 2001 From: Tejinder Dhingra Date: Fri, 16 Sep 2022 14:57:18 +0530 Subject: [PATCH 1/4] README.md: Updated ISTIO installation profile information --- helm/osdu-infra-onprem/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/osdu-infra-onprem/README.md b/helm/osdu-infra-onprem/README.md index e3b4098f..66c9f7ce 100644 --- a/helm/osdu-infra-onprem/README.md +++ b/helm/osdu-infra-onprem/README.md @@ -90,7 +90,9 @@ Specify the stoarge class with the command below: ### 4. Install ISTIO in cluster -Install ISTIO, version 1.12.6 or above. Visit [this site](https://istio.io/latest/docs/setup/getting-started/) for detailed information about how to install ISTIO in your cluster. +Install ISTIO, version 1.12.6 or above, use **default** installation configuration profile while installing. + +Visit [this site](https://istio.io/latest/docs/setup/getting-started/) for detailed information about how to install ISTIO in your cluster. To learn more about ISTIO installation configuration profile visit [this link](https://istio.io/latest/docs/setup/additional-setup/config-profiles/). ### 5. Add namespace label (for secure mode) -- GitLab From 6d961fc6798f6377d03ec8a6a7a91944365f1c38 Mon Sep 17 00:00:00 2001 From: Tejinder Dhingra Date: Fri, 16 Sep 2022 15:49:03 +0530 Subject: [PATCH 2/4] onprem_minicube/README.md: Updated links --- examples/osdu_onprem_minikube/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osdu_onprem_minikube/README.md b/examples/osdu_onprem_minikube/README.md index a2bb4c23..01054f93 100644 --- a/examples/osdu_onprem_minikube/README.md +++ b/examples/osdu_onprem_minikube/README.md @@ -12,7 +12,7 @@ The solution is based on the original [OSDU on-prem helm chart](../../helm/osdu- ### Minikube -The code was tested on minikube v1.25.2[^1] with istio and istio-provisioner minikube addons enabled, in [development mode](../../helm/osdu-infra-onprem/README.md#1--development-mode) (a single node, **6vcpu**, **16Gb memory**) +The code was tested on minikube v1.25.2[^1] with istio and istio-provisioner minikube addons enabled, in [development mode](../../helm/osdu-infra-onprem/README.md#1-development-mode) (a single node, **6vcpu**, **16Gb memory**) Minikube configuration: @@ -27,4 +27,4 @@ minikube config set memory 16000 ## Provisioning -When minikube is ready, OSDU can be installed with [external](../osdu_onprem_external_infra/README.md#elasticsearch) elasticsearch and [custom-values.yaml](../simple_osdu_onprem/README.md) installation. +When minikube is ready, OSDU can be installed with [external](../osdu_onprem_external_infra/README.md#elasticsearch) elasticsearch and [custom-values.yaml](../simple_osdu_onprem/README.md#provisioning-with-custom-values) installation. -- GitLab From bc7649a7f9597f45bd2e0142fc9d5c0219fc109d Mon Sep 17 00:00:00 2001 From: Tejinder Dhingra Date: Fri, 16 Sep 2022 17:15:31 +0530 Subject: [PATCH 3/4] osdu-infra-onprem/README.md: Updated information about ISTIO installation profile. --- helm/osdu-infra-onprem/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/helm/osdu-infra-onprem/README.md b/helm/osdu-infra-onprem/README.md index 66c9f7ce..ef2f613c 100644 --- a/helm/osdu-infra-onprem/README.md +++ b/helm/osdu-infra-onprem/README.md @@ -90,7 +90,7 @@ Specify the stoarge class with the command below: ### 4. Install ISTIO in cluster -Install ISTIO, version 1.12.6 or above, use **default** installation configuration profile while installing. +Install ISTIO, version 1.12.6 or above, this installation has been tested with **default** installation configuration profile. Visit [this site](https://istio.io/latest/docs/setup/getting-started/) for detailed information about how to install ISTIO in your cluster. To learn more about ISTIO installation configuration profile visit [this link](https://istio.io/latest/docs/setup/additional-setup/config-profiles/). @@ -138,7 +138,7 @@ To verify that all the resources and tools are ready for installation, perform t kubectl get svc -A | grep 'istio-' ``` - The output list should include following services: + The output list should include all or most of the following services: * istio-citadel * istio-galley * istio-ingressgateway @@ -147,6 +147,8 @@ To verify that all the resources and tools are ready for installation, perform t * istio-sidecar-injector * istio-telemetry + *Note: The services in the above list may also vary upon version and installation profile used, for confirmation kindly refer to the documentation of the specific version on ISTIOs official site.* + * To get ISTIO Ingress Gateway IP address run: ```sh @@ -204,7 +206,9 @@ More details on configuration can be found in the original [Bitnami Helm Chart R ### Airflow Environmental variables List of arbitrary env variables. These variables must be set for Scheduler, Workers and Webserver pods. -### FIXME Add all variables to readme! + +### FIXME Add all variables to readme + | Environmental variables | Airflow representation of variables | Value | | --------------------------------------------------------- | ------------------------------------------- | ------------------------------------------- | | AIRFLOW\_VAR\_ANTHOS\_\_IMAGE\_\_CSV\_PARSER | anthos\_\_image\_\_csv\_parser | {path-to-image}/csv-parser | -- GitLab From 55accc9092d73ae9ae080c5ae59f2e9a8da49de0 Mon Sep 17 00:00:00 2001 From: Tejinder Dhingra Date: Fri, 16 Sep 2022 17:41:38 +0530 Subject: [PATCH 4/4] osdu-infra-onprem/README.md: Corrected grammar for ISTIO verification step. --- helm/osdu-infra-onprem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/osdu-infra-onprem/README.md b/helm/osdu-infra-onprem/README.md index ef2f613c..1dc5c3ec 100644 --- a/helm/osdu-infra-onprem/README.md +++ b/helm/osdu-infra-onprem/README.md @@ -138,7 +138,7 @@ To verify that all the resources and tools are ready for installation, perform t kubectl get svc -A | grep 'istio-' ``` - The output list should include all or most of the following services: + The output list can be similar as noted below: * istio-citadel * istio-galley * istio-ingressgateway -- GitLab