This is an automated email from the ASF dual-hosted git repository.
damondouglas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 68f6b551541 One more macos change (#31123)
add 28a2682d54c add terraform for utility cluster. Add name override to
gke (#30847)
No new revisions were added by this update.
Summary of changes:
.gitignore | 11 +-
.../01-strimzi-operator/.terraform.lock.hcl | 21 +
.../kafka/strimzi/01-strimzi-operator/README.md | 28 -
.../strimzi/01-strimzi-operator/common.tfvars | 12 +-
.../kafka/strimzi/01-strimzi-operator/kafka.tf | 22 +-
.../strimzi/01-strimzi-operator/kustomization.yaml | 23 -
.../strimzi/01-strimzi-operator/namespace.yaml | 22 -
.../kafka/strimzi/01-strimzi-operator/provider.tf | 6 +-
...10-ServiceAccount-strimzi-cluster-operator.yaml | 23 -
...-ClusterRole-strimzi-cluster-operator-role.yaml | 170 -
.../020-RoleBinding-strimzi-cluster-operator.yaml | 31 -
...-ClusterRole-strimzi-cluster-operator-role.yaml | 55 -
...lusterRoleBinding-strimzi-cluster-operator.yaml | 31 -
...-ClusterRole-strimzi-cluster-operator-role.yaml | 48 -
.../022-RoleBinding-strimzi-cluster-operator.yaml | 31 -
...-ClusterRole-strimzi-cluster-operator-role.yaml | 82 -
.../023-RoleBinding-strimzi-cluster-operator.yaml | 31 -
.../030-ClusterRole-strimzi-kafka-broker.yaml | 32 -
...i-cluster-operator-kafka-broker-delegation.yaml | 33 -
.../031-ClusterRole-strimzi-entity-operator.yaml | 61 -
...luster-operator-entity-operator-delegation.yaml | 33 -
.../033-ClusterRole-strimzi-kafka-client.yaml | 33 -
...i-cluster-operator-kafka-client-delegation.yaml | 34 -
.../01-strimzi-operator/v0.33.2/040-Crd-kafka.yaml | 6208 --------------------
.../v0.33.2/041-Crd-kafkaconnect.yaml | 1952 ------
.../v0.33.2/042-Crd-strimzipodset.yaml | 135 -
.../v0.33.2/043-Crd-kafkatopic.yaml | 270 -
.../v0.33.2/044-Crd-kafkauser.yaml | 702 ---
.../v0.33.2/045-Crd-kafkamirrormaker.yaml | 1228 ----
.../v0.33.2/046-Crd-kafkabridge.yaml | 1178 ----
.../v0.33.2/047-Crd-kafkaconnector.yaml | 146 -
.../v0.33.2/048-Crd-kafkamirrormaker2.yaml | 1992 -------
.../v0.33.2/049-Crd-kafkarebalance.yaml | 159 -
.../050-ConfigMap-strimzi-cluster-operator.yaml | 52 -
.../060-Deployment-strimzi-cluster-operator.yaml | 155 -
.../01-strimzi-operator/v0.33.2/kustomization.yaml | 46 -
.../strimzi/01-strimzi-operator}/variables.tf | 25 +-
.../kafka/strimzi/02-kafka-persistent/README.md | 17 +-
.../gke-internal-load-balanced/kustomization.yaml | 4 +-
.test-infra/kafka/strimzi/README.md | 133 +-
....kafka-workflows.apache-beam-testing.tfbackend} | 1 +
.../google-kubernetes-engine/.terraform.lock.hcl | 42 +
.../google-kubernetes-engine/README.md | 84 +-
.../google-kubernetes-engine/cluster.tf | 15 +-
.../copyme.apache-beam-testing.tfbackend} | 1 +
.../google-kubernetes-engine/iam.tf} | 28 +-
... => kafka-workflows.apache-beam-testing.tfvars} | 7 +-
.../google-kubernetes-engine/outputs.tf} | 5 +-
.../google-kubernetes-engine/prerequisites.tf | 24 +
.../google-kubernetes-engine/provider.tf | 6 +
.../us-central1.apache-beam-testing.tfvars | 4 +-
.../us-west1.apache-beam-testing.tfvars | 4 +-
.../google-kubernetes-engine/variables.tf | 16 +
build.gradle.kts | 3 +
54 files changed, 283 insertions(+), 15232 deletions(-)
create mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/.terraform.lock.hcl
delete mode 100644 .test-infra/kafka/strimzi/01-strimzi-operator/README.md
copy
playground/kafka-emulator/src/main/java/org/apache/beam/playground/package-info.java
=> .test-infra/kafka/strimzi/01-strimzi-operator/common.tfvars (81%)
copy
examples/multi-language/src/main/java/org/apache/beam/examples/multilanguage/JavaPrefixConfiguration.java
=> .test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf (69%)
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/kustomization.yaml
delete mode 100644 .test-infra/kafka/strimzi/01-strimzi-operator/namespace.yaml
copy playground/terraform/infrastructure/memorystore/outputs.tf =>
.test-infra/kafka/strimzi/01-strimzi-operator/provider.tf (91%)
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/010-ServiceAccount-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/020-ClusterRole-strimzi-cluster-operator-role.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/020-RoleBinding-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/021-ClusterRole-strimzi-cluster-operator-role.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/021-ClusterRoleBinding-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/022-ClusterRole-strimzi-cluster-operator-role.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/022-RoleBinding-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/023-ClusterRole-strimzi-cluster-operator-role.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/023-RoleBinding-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/030-ClusterRole-strimzi-kafka-broker.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/030-ClusterRoleBinding-strimzi-cluster-operator-kafka-broker-delegation.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/031-ClusterRole-strimzi-entity-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/031-RoleBinding-strimzi-cluster-operator-entity-operator-delegation.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/033-ClusterRole-strimzi-kafka-client.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/033-ClusterRoleBinding-strimzi-cluster-operator-kafka-client-delegation.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/040-Crd-kafka.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/041-Crd-kafkaconnect.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/042-Crd-strimzipodset.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/043-Crd-kafkatopic.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/044-Crd-kafkauser.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/045-Crd-kafkamirrormaker.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/046-Crd-kafkabridge.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/047-Crd-kafkaconnector.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/048-Crd-kafkamirrormaker2.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/049-Crd-kafkarebalance.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/050-ConfigMap-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/060-Deployment-strimzi-cluster-operator.yaml
delete mode 100644
.test-infra/kafka/strimzi/01-strimzi-operator/v0.33.2/kustomization.yaml
copy .test-infra/{pipelines/infrastructure/03.io/dataflow-to-bigquery =>
kafka/strimzi/01-strimzi-operator}/variables.tf (60%)
copy
.test-infra/{pipelines/infrastructure/02.network/apache-beam-testing.tfbackend
=>
terraform/google-cloud-platform/google-kubernetes-engine/.kafka-workflows.apache-beam-testing.tfbackend}
(90%)
create mode 100644
.test-infra/terraform/google-cloud-platform/google-kubernetes-engine/.terraform.lock.hcl
copy
.test-infra/{pipelines/infrastructure/01.setup/apache-beam-testing.tfbackend =>
terraform/google-cloud-platform/google-kubernetes-engine/copyme.apache-beam-testing.tfbackend}
(89%)
copy .test-infra/{pipelines/infrastructure/01.setup/services.tf =>
terraform/google-cloud-platform/google-kubernetes-engine/iam.tf} (59%)
copy
.test-infra/terraform/google-cloud-platform/google-kubernetes-engine/{us-central1.apache-beam-testing.tfvars
=> kafka-workflows.apache-beam-testing.tfvars} (79%)
copy .test-infra/{pipelines/infrastructure/02.network/data.tf =>
terraform/google-cloud-platform/google-kubernetes-engine/outputs.tf} (79%)