metrics-deployer.yaml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. #!/bin/bash
  2. #
  3. # Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
  4. # and other contributors as indicated by the @author tags.
  5. #
  6. # Licensed under the Apache License, Version 2.0 (the "License");
  7. # you may not use this file except in compliance with the License.
  8. # You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18. apiVersion: "v1"
  19. kind: "Template"
  20. metadata:
  21. name: metrics-deployer-template
  22. annotations:
  23. description: "Template for deploying the required Metrics integration. Requires cluster-admin 'metrics-deployer' service account and 'metrics-deployer' secret."
  24. tags: "infrastructure"
  25. labels:
  26. metrics-infra: deployer
  27. provider: openshift
  28. component: deployer
  29. objects:
  30. -
  31. apiVersion: v1
  32. kind: Pod
  33. metadata:
  34. generateName: metrics-deployer-
  35. spec:
  36. securityContext: {}
  37. containers:
  38. - image: ${IMAGE_PREFIX}metrics-deployer:${IMAGE_VERSION}
  39. name: deployer
  40. securityContext: {}
  41. volumeMounts:
  42. - name: secret
  43. mountPath: /secret
  44. readOnly: true
  45. - name: empty
  46. mountPath: /etc/deploy
  47. env:
  48. - name: PROJECT
  49. valueFrom:
  50. fieldRef:
  51. fieldPath: metadata.namespace
  52. - name: POD_NAME
  53. valueFrom:
  54. fieldRef:
  55. fieldPath: metadata.name
  56. - name: IMAGE_PREFIX
  57. value: ${IMAGE_PREFIX}
  58. - name: IMAGE_VERSION
  59. value: ${IMAGE_VERSION}
  60. - name: MASTER_URL
  61. value: ${MASTER_URL}
  62. - name: MODE
  63. value: ${MODE}
  64. - name: REDEPLOY
  65. value: ${REDEPLOY}
  66. - name: IGNORE_PREFLIGHT
  67. value: ${IGNORE_PREFLIGHT}
  68. - name: USE_PERSISTENT_STORAGE
  69. value: ${USE_PERSISTENT_STORAGE}
  70. - name: DYNAMICALLY_PROVISION_STORAGE
  71. value: ${DYNAMICALLY_PROVISION_STORAGE}
  72. - name: HAWKULAR_METRICS_HOSTNAME
  73. value: ${HAWKULAR_METRICS_HOSTNAME}
  74. - name: CASSANDRA_NODES
  75. value: ${CASSANDRA_NODES}
  76. - name: CASSANDRA_PV_SIZE
  77. value: ${CASSANDRA_PV_SIZE}
  78. - name: METRIC_DURATION
  79. value: ${METRIC_DURATION}
  80. - name: USER_WRITE_ACCESS
  81. value: ${USER_WRITE_ACCESS}
  82. - name: HEAPSTER_NODE_ID
  83. value: ${HEAPSTER_NODE_ID}
  84. - name: METRIC_RESOLUTION
  85. value: ${METRIC_RESOLUTION}
  86. dnsPolicy: ClusterFirst
  87. restartPolicy: Never
  88. serviceAccount: metrics-deployer
  89. volumes:
  90. - name: empty
  91. emptyDir: {}
  92. - name: secret
  93. secret:
  94. secretName: metrics-deployer
  95. parameters:
  96. -
  97. description: 'Specify prefix for metrics components; e.g. for "openshift/origin-metrics-deployer:latest", set prefix "openshift/origin-"'
  98. name: IMAGE_PREFIX
  99. value: "registry.access.redhat.com/openshift3/"
  100. -
  101. description: 'Specify version for metrics components; e.g. for "openshift/origin-metrics-deployer:latest", set version "latest"'
  102. name: IMAGE_VERSION
  103. value: "3.3.0"
  104. -
  105. description: "Internal URL for the master, for authentication retrieval"
  106. name: MASTER_URL
  107. value: "https://kubernetes.default.svc:443"
  108. -
  109. description: "External hostname where clients will reach Hawkular Metrics"
  110. name: HAWKULAR_METRICS_HOSTNAME
  111. required: true
  112. -
  113. description: "Can be set to: 'preflight' to perform validation before a deployment; 'deploy' to perform an initial deployment; 'refresh' to delete and redeploy all components but to keep persisted data and routes; 'redeploy' to delete and redeploy everything (losing all data in the process); 'validate' to re-run validations after a deployment"
  114. name: MODE
  115. value: "deploy"
  116. -
  117. description: "(Deprecated) Turns 'deploy' mode into 'redeploy' mode, deleting and redeploying everything (losing all data in the process)"
  118. name: REDEPLOY
  119. value: "false"
  120. -
  121. description: "If preflight validation is blocking deployment and you're sure you don't care about it, this will ignore the results and proceed to deploy."
  122. name: IGNORE_PREFLIGHT
  123. value: "false"
  124. -
  125. description: "Set to true for persistent storage, set to false to use non persistent storage"
  126. name: USE_PERSISTENT_STORAGE
  127. value: "true"
  128. -
  129. description: "Set to true to dynamically provision storage, set to false to use use pre-created persistent volumes"
  130. name: DYNAMICALLY_PROVISION_STORAGE
  131. value: "false"
  132. -
  133. description: "The number of Cassandra Nodes to deploy for the initial cluster"
  134. name: CASSANDRA_NODES
  135. value: "1"
  136. -
  137. description: "The persistent volume size for each of the Cassandra nodes"
  138. name: CASSANDRA_PV_SIZE
  139. value: "10Gi"
  140. -
  141. description: "How many days metrics should be stored for."
  142. name: METRIC_DURATION
  143. value: "7"
  144. -
  145. description: "If a user accounts should be allowed to write metrics."
  146. name: USER_WRITE_ACCESS
  147. value: "false"
  148. -
  149. description: "The identifier used when generating metric ids in Hawkular"
  150. name: HEAPSTER_NODE_ID
  151. value: "nodename"
  152. -
  153. description: "How often metrics should be gathered. Defaults value of '15s' for 15 seconds"
  154. name: METRIC_RESOLUTION
  155. value: "15s"