Azure Red Hat OpenShift RP
Перейти к файлу
Matthew Barnes 5e13c68a5b Vendor installer release 4.9
This also forces the RP from Go 1.14 to Go 1.16.

Aside from requiring OCP 4.9 / Kubernetes 1.22 modules, the
other go.mod changes are all manual workarounds from failed
"make vendor" runs.
2022-01-25 11:47:14 -05:00
.config adding suppression for verify_test_dsa.go 2021-09-14 12:27:49 -07:00
.gdn Updated .gdnsuppress to includ default membership 2021-11-16 15:43:21 -08:00
.github other: add pkotas as codeowner 2021-12-14 14:48:17 +00:00
.pipelines Merge pull request #1906 from CloudFitSoftware/cfs/enable-sbom 2022-01-24 10:26:36 +11:00
cmd/aro Start reading release graph for mirroring to 4.6 2021-12-17 14:47:52 -05:00
deploy Merge pull request #1902 from bryanro92/mdm_mdsd 2022-01-18 14:59:03 -05:00
docs Merge pull request #1548 from petrkotas/restart-mdm 2022-01-17 16:17:19 -05:00
hack Vendor installer release 4.9 2022-01-25 11:47:14 -05:00
pkg Vendor installer release 4.9 2022-01-25 11:47:14 -05:00
portal Bump follow-redirects from 1.14.0 to 1.14.7 in /portal 2022-01-15 07:49:53 +00:00
python Fixing encoding to a value supported by Python3.6 AND fulfilling pylint requirements. 2021-11-30 14:49:30 +00:00
swagger refactor fips from preview api to feature flag and admin api 2021-10-01 15:58:30 -04:00
test Merge pull request #1854 from newera-begins/newera-begins-e2e-scalenodes-patch1 2022-01-17 15:47:11 -05:00
vendor Replace old GoGo Protobuf versions - CVE-2021-3121 2021-12-03 12:02:22 -05:00
.env Implement ARO extension 2019-12-15 22:06:27 -06:00
.gitignore for those that use an IDE 2021-11-24 09:26:47 +00:00
.golangci.yml enable lint on CI 2020-11-19 08:09:59 -06:00
.sha256sum refactor fips from preview api to feature flag and admin api 2021-10-01 15:58:30 -04:00
CONTRIBUTING.md add CONTRIBUTING.md 2019-12-16 19:16:53 -06:00
Dockerfile.aro add gateway 2021-08-19 10:21:09 -04:00
Dockerfile.aro-multistage add gateway 2021-08-19 10:21:09 -04:00
Dockerfile.autorest Python Track 2 SDK 2021-08-13 11:47:17 -05:00
Dockerfile.fluentbit Revert updates to fluentbit dockerfile (#1842) 2021-11-17 10:35:27 -05:00
Dockerfile.proxy run microdnf update 2020-01-10 16:55:12 -06:00
LICENSE Initial commit 2019-10-15 22:43:52 -05:00
Makefile Revert "[PIPELINES 4] Create release based on annotated git tag" 2022-01-19 15:07:14 +01:00
README.md Move installer and go-cosmosdb to jewzaam's GitHub account (#1796) 2021-10-19 08:51:08 +01:00
SECURITY.md add SECURITY.md 2019-12-16 19:16:53 -06:00
deps.go Move installer and go-cosmosdb to jewzaam's GitHub account (#1796) 2021-10-19 08:51:08 +01:00
env.example Add aro-operator 2020-07-29 15:46:23 +01:00
go.mod Vendor installer release 4.9 2022-01-25 11:47:14 -05:00
go.sum add old GoGo Protobuf versions to go.mod exclude 2021-12-06 10:01:15 -05:00

README.md

Azure Red Hat OpenShift Resource Provider

Welcome!

For information relating to the generally available Azure Red Hat OpenShift v4 service, please see the following links:

Quickstarts

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Repository map

  • .pipelines: CI workflows using Azure pipelines.

  • cmd/aro: RP entrypoint.

  • deploy: ARM templates to deploy RP in development and production.

  • docs: Documentation.

  • hack: Build scripts and utilities.

  • pkg: RP source code:

    • pkg/api: RP internal and external API definitions.

    • pkg/backend: RP backend workers.

    • pkg/bootstraplogging: Bootstrap logging configuration

    • pkg/client: Autogenerated ARO service Go client.

    • pkg/cluster: Cluster create/update/delete operations wrapper for OCP installer.

    • pkg/database: RP CosmosDB wrapper layer.

    • pkg/deploy: /deploy ARM template generation code.

    • pkg/env: RP environment-specific shims for running in production, development or test

    • pkg/frontend: RP frontend webserver.

    • pkg/metrics: Handles RP metrics via statsd.

    • pkg/mirror: OpenShift release mirror tooling.

    • pkg/monitor: Monitors running clusters.

    • pkg/operator/controllers: A list of controllers instantiated by the operator component.

      • alertwebhook: Ensures that the receiver endpoint defined in the alertmanager-main secret matches the webserver endpoint at aro-operator-master.openshift-azure-operator:8080, to avoid the AlertmanagerReceiversNotConfigured warning.

      • checker: Watches the Cluster resource for changes and updates conditions of the resource based on checks mentioned below

        • internetchecker: validate outbound internet connectivity to the nodes

        • serviceprincipalchecker: validate cluster service principal has the correct role/permissions

      • clusteroperatoraro: Ensures that the ARO cluster object is consistent and immutable

      • dnsmasq: Ensures that a dnsmasq systemd service is defined as a machineconfig for all nodes. The dnsmasq config contains records for azure load balancers such as api, api-int and *.apps domains so they will resolve even if custom DNS on the VNET is set.

      • genevalogging: Ensures all the Geneva logging resources in the openshift-azure-logging namespace matches the pre-defined specification found in pkg/operator/controllers/genevalogging/genevalogging.go.

      • machine: validate machine objects have the correct provider spec, vm type, vm image, disk size, three master nodes exist, and the number of worker nodes match the desired worker replicas

      • machineset: Ensures that a minimum of two worker replicas are met.

      • monitoring: Ensures that the OpenShift monitoring configuration in the openshift-monitoring namespace is consistent and immutable.

      • node: Force deletes pods when a node fails to drain for 1 hour. It should clear up any pods that refuse to be evicted on a drain due to violating a pod disruption budget.

      • pullsecret: Ensures that the ACR credentials in the openshift-config/pull-secret secret match those in the openshift/azure-operator/cluster secret.

      • rbac: Ensures that the aro-sre clusterrole and clusterrolebinding exist and are consistent.

      • routefix: Ensures all the routefix resources in the namespace openshift-azure-routefix remain on the cluster.

      • subnets: Ensures that the Network Security Groups (NSGs) are correct, and updates the Azure Machine Provider spec with subnet, vnet, and Network Resource Group.

      • workaround: Applies a set of temporay workarounds to the ARO cluster.

    • pkg/portal: Portal for running promql queries against a cluster or requesting a kubeconfig for a cluster.

    • pkg/proxy: Proxy service for portal kubeconfig cluster access.

    • pkg/swagger: Swagger specification generation code.

    • pkg/util: Utility libraries.

  • python: Autogenerated ARO service Python client and az aro client extension.

  • swagger: Autogenerated ARO service Swagger specification.

  • test: End-to-end tests.

  • vendor: Vendored Go libraries.

Basic architecture

  • pkg/frontend is intended to become a spec-compliant RP web server. It is backed by CosmosDB. Incoming PUT/DELETE requests are written to the database with an non-terminal (Updating/Deleting) provisioningState.

  • pkg/backend reads documents with non-terminal provisioningStates, asynchronously updates them and finally updates document with a terminal provisioningState (Succeeded/Failed). The backend updates the document with a heartbeat - if this fails, the document will be picked up by a different worker.

  • As CosmosDB does not support document patch, care is taken to correctly pass through any fields in the internal model which the reader is unaware of (see github.com/ugorji/go/codec.MissingFielder). This is intended to help in upgrade cases and (in the future) with multiple microservices reading from the database in parallel.

  • Care is taken to correctly use optimistic concurrency to avoid document corruption through concurrent writes (see RetryOnPreconditionFailed).

  • The pkg/api architecture differs somewhat from github.com/openshift/openshift-azure: the intention is to fix the broken merge semantics and try pushing validation into the versioned APIs to improve error reporting.

  • Everything is intended to be crash/restart/upgrade-safe, horizontally scaleable, upgradeable...