mesosphere / universe

The Mesosphere Universe package repository.
http://mesosphere.github.io/universe
Apache License 2.0
304 stars 426 forks source link

Release beta-confluent-kafka 2.10.0-5.5.1-2-beta (automated commit) #2581

Closed mesosphere-ci closed 3 years ago

mesosphere-ci commented 3 years ago

Release beta-confluent-kafka 2.10.0-5.5.1-2-beta (automated commit)

Description: Source URL: https://infinity-artifacts.s3.amazonaws.com/permanent/confluent-kafka/assets/2.10.0-5.5.1-beta2-beta/stub-universe-confluent-kafka.json

Changes between revisions 10 => 11: 0 files added: [] 0 files removed: [] 4 files changed:

--- 10/config.json
+++ 11/config.json
@@ -32,6 +32,14 @@
             "type": "application/x-secret+string"
           }
         },
+        "license": {
+          "description": "The activation license for confluent enterprise. The service runs with the trial limit of 30 days if no license is provided during installation.",
+          "type": "string",
+          "default": "",
+          "media": {
+            "type": "application/x-secret+string"
+          }
+        },
         "virtual_network_enabled": {
           "description": "Enable virtual networking",
           "type": "boolean",
@@ -46,6 +54,16 @@
           "description": "Labels to pass to the virtual network plugin. Comma-separated key:value pairs. For example: k_0:v_0,k_1:v_1,...,k_n:v_n",
           "type": "string",
           "default": ""
+        },
+        "permanent-failure-timeout-secs": {
+          "type": "integer",
+          "description": "Time in seconds to wait before declaring a task as permanently failed.",
+          "default": 120
+        },
+        "min-replace-delay-secs": {
+          "type": "integer",
+          "description": "Time to wait between destructive task recoveries.",
+          "default": 240
         },
         "log_level": {
           "description": "The log level for the DC/OS service.",
@@ -665,11 +683,6 @@
           "type": "string",
           "description": "Volume profile to be used for storing Kafka Broker data."
         },
-        "disk_path": {
-          "type": "string",
-          "description": "Relative path of consistent disk",
-          "default": "kafka-broker-data"
-        },
         "external_volume": {
           "type": "object",
           "description": "The Kafka external volume configuration.\nOnly Portworx external volumes are supported.",
@@ -682,12 +695,12 @@
             "volume_name": {
               "type": "string",
               "description": "Name of the external volume. If empty, service path will be used.",
-              "default": "KafkaVolume"
+              "default": "kafkaVolume"
             },
             "volume_driver_options": {
               "type": "string",
-              "default": "size=5",
-              "description": "Options for volume driver(size in GiB)."
+              "default": "size=10",
+              "description": "Options for volume driver."
             },
             "volume_path": {
               "title": "Volume Path",
@@ -696,6 +709,11 @@
               "default": "kafka-broker-data"
             }
           }
+        },
+        "disk_path": {
+          "type": "string",
+          "description": "Relative path of consistent disk",
+          "default": "kafka-broker-data"
         },
         "count": {
           "description": "Number of brokers to run",
--- 10/marathon.json.mustache
+++ 11/marathon.json.mustache
@@ -32,13 +32,15 @@
   {{/service.service_account_secret}} 
   "env": {
     "PACKAGE_NAME": "beta-confluent-kafka",
-    "PACKAGE_VERSION": "2.10.0-5.5.1-beta",
-    "PACKAGE_BUILD_TIME_EPOCH_MS": "1598621732790",
-    "PACKAGE_BUILD_TIME_STR": "Fri Aug 28 2020 13:35:32 +0000",
+    "PACKAGE_VERSION": "2.10.0-5.5.1-2-beta",
+    "PACKAGE_BUILD_TIME_EPOCH_MS": "1601981936399",
+    "PACKAGE_BUILD_TIME_STR": "Tue Oct 06 2020 10:58:56 +0000",
     "FRAMEWORK_NAME": "{{service.name}}",
     "FRAMEWORK_PRINCIPAL": "{{service.service_account}}",
     "FRAMEWORK_USER": "{{service.user}}",
     "FRAMEWORK_LOG_LEVEL": "{{service.log_level}}",
+    "PERMANENT_FAILURE_TIMEOUT_SECS": "{{service.permanent-failure-timeout-secs}}",
+    "MIN_REPLACE_DELAY_SECS": "{{service.min-replace-delay-secs}}",
     "BROKER_KILL_GRACE_PERIOD": "{{brokers.kill_grace_period}}",
     "LIBMESOS_URI": "{{resource.assets.uris.libmesos-bundle-tar-gz}}",
     "BOOTSTRAP_URI": "{{resource.assets.uris.bootstrap-zip}}",
@@ -79,7 +81,7 @@
     {{#brokers.external_volume.enabled}}
     "BROKER_EXTERNAL_VOLUME_PORTWORX_OPTIONS" : "{{brokers.external_volume.volume_driver_options}}",
     "BROKER_EXTERNAL_VOLUME_NAME" : "{{brokers.external_volume.volume_name}}",
-    "BROKER_EXTERNAL_VOLUME_PATH" : "{{brokers.external_volume.volume_path}}",
+    "BROKER_EXTERNAL_VOLUME_PATH" : "{{brokers.external_volume.volume_path}}"
     {{/brokers.external_volume.enabled}}
     "BROKER_DISK_PATH": "{{brokers.disk_path}}",
     "BROKER_JAVA_HEAP": "{{brokers.heap.size}}",
@@ -317,7 +319,8 @@
     "TASKCFG_ALL_KAFKA_CONFLUENT_SUPPORT_METRICS_ENABLE": "{{kafka.confluent_support_metrics_enable}}",
     "TASKCFG_ALL_KAFKA_CONFLUENT_SUPPORT_CUSTOMER_ID": "{{kafka.confluent_support_customer_id}}",
     "TASKCFG_ALL_KAFKA_CONFLUENT_METRICS_REPORTER_TOPIC": "{{kafka.confluent_metrics_reporter_topic}}",
-    "TASKCFG_ALL_KAFKA_CONFLUENT_METRICS_REPORTER_TOPIC_REPLICAS": "{{kafka.confluent_metrics_reporter_topic_replicas}}"
+    "TASKCFG_ALL_KAFKA_CONFLUENT_METRICS_REPORTER_TOPIC_REPLICAS": "{{kafka.confluent_metrics_reporter_topic_replicas}}",
+    "TASKCFG_ALL_CONFLUENT_LICENSE": "{{service.license}}"
   },
   "uris": [
     "{{resource.assets.uris.bootstrap-zip}}",
--- 10/package.json
+++ 11/package.json
@@ -2,13 +2,13 @@
   "packagingVersion": "4.0",
   "minDcosReleaseVersion": "1.11",
   "upgradesFrom": [
-    "2.3.0-4.1.1-beta"
+    "2.10.0-5.5.1-beta"
   ],
   "downgradesTo": [
-    "2.3.0-4.1.1-beta"
+    "2.10.0-5.5.1-beta"
   ],
   "name": "beta-confluent-kafka",
-  "version": "2.10.0-5.5.1-beta",
+  "version": "2.10.0-5.5.1-2-beta",
   "maintainer": "partner-support@confluent.io",
   "description": "Apache Kafka by Confluent\n\n\tDocumentation: https://docs.mesosphere.com/service-docs/confluent-kafka/",
   "selected": false,
@@ -30,5 +30,5 @@
       "url": "https://raw.githubusercontent.com/confluentinc/kafka/trunk/LICENSE"
     }
   ],
-  "lastUpdated": 1598621735
+  "lastUpdated": 1601981941
 }--- 10/resource.json
+++ 11/resource.json
@@ -3,13 +3,13 @@
     "uris": {
       "jre-tar-gz": "https://downloads.mesosphere.com/java/openjdk-jre-11.0.3.7-hotspot-linux-x64.tar.gz",
       "libmesos-bundle-tar-gz": "https://downloads.mesosphere.com/libmesos-bundle/libmesos-bundle-1.14-beta.tar.gz",
-      "bootstrap-zip": "https://downloads.mesosphere.com/dcos-commons/artifacts/0.58.0-rc1/bootstrap.zip",
+      "bootstrap-zip": "https://downloads.mesosphere.com/dcos-commons/artifacts/0.58.0-rc2/bootstrap.zip",
       "kafka-tgz": "https://packages.confluent.io/archive/5.5/confluent-5.5.1-2.12.tar.gz",
       "kafka-jre-tar-gz": "https://downloads.mesosphere.com/java/openjdk-jre-8u212b03-hotspot-linux-x64.tar.gz",
-      "kafka-scheduler-zip": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-beta/confluent-kafka-scheduler.zip",
+      "kafka-scheduler-zip": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-2-beta/confluent-kafka-scheduler.zip",
       "kafka-statsd-jar": "https://downloads.mesosphere.com/kafka/assets/kafka-statsd-metrics2-0.5.3.jar",
       "statsd-client-jar": "https://downloads.mesosphere.com/kafka/assets/java-dogstatsd-client-2.3.jar",
-      "setup-helper-zip": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-beta/setup-helper.zip",
+      "setup-helper-zip": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-2-beta/setup-helper.zip",
       "zookeeper-client-jar": "https://downloads.mesosphere.io/kafka/assets/zookeeper/zookeeper-3.5.8.jar",
       "custom-kafka-principal-jar": "https://downloads.mesosphere.com/kafka/assets/kafka-custom-principal-builder-1.0.0.jar",
       "netcat": "https://downloads.mesosphere.com/kafka/assets/nc64"
@@ -31,7 +31,7 @@
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-beta/dcos-service-cli-darwin"
+          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-2-beta/dcos-service-cli-darwin"
         }
       },
       "linux": {
@@ -43,7 +43,7 @@
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-beta/dcos-service-cli-linux"
+          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-2-beta/dcos-service-cli-linux"
         }
       },
       "windows": {
@@ -55,7 +55,7 @@
             }
           ],
           "kind": "executable",
-          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-beta/dcos-service-cli.exe"
+          "url": "https://downloads.mesosphere.com/confluent-kafka/assets/2.10.0-5.5.1-2-beta/dcos-service-cli.exe"
         }
       }
     }
rishabh96b commented 3 years ago

Closing this PR for https://github.com/mesosphere/universe/pull/2582