| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Default values for staffeln. |
| # This is a YAML-formatted file. |
| # Declare name/value pairs to be passed into your templates. |
| # name: value |
| |
| --- |
| labels: |
| api: |
| node_selector_key: openstack-control-plane |
| node_selector_value: enabled |
| conductor: |
| node_selector_key: openstack-control-plane |
| node_selector_value: enabled |
| job: |
| node_selector_key: openstack-control-plane |
| node_selector_value: enabled |
| test: |
| node_selector_key: openstack-control-plane |
| node_selector_value: enabled |
| |
| release_group: null |
| |
| # NOTE(philsphicas): the pre-install hook breaks upgrade for helm2 |
| # Set to false to upgrade using helm2 |
| helm3_hook: true |
| |
| images: |
| tags: |
| bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal |
| dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 |
| db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal |
| db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal |
| staffeln_db_sync: ghcr.io/vexxhost/staffeln:v2.2.3 |
| staffeln_api: ghcr.io/vexxhost/staffeln:v2.2.3 |
| staffeln_conductor: ghcr.io/vexxhost/staffeln:v2.2.3 |
| image_repo_sync: docker.io/docker:17.07.0 |
| pull_policy: "IfNotPresent" |
| local_registry: |
| active: false |
| exclude: |
| - dep_check |
| - image_repo_sync |
| |
| pod: |
| priorityClassName: |
| staffeln_api: null |
| staffeln_conductor: null |
| staffeln_tests: null |
| bootstrap: null |
| db_sync: null |
| runtimeClassName: |
| staffeln_api: null |
| staffeln_conductor: null |
| staffeln_tests: null |
| bootstrap: null |
| db_sync: null |
| security_context: |
| staffeln: |
| pod: |
| runAsUser: 42424 |
| container: |
| staffeln_api: |
| allowPrivilegeEscalation: false |
| readOnlyRootFilesystem: true |
| staffeln_conductor: |
| allowPrivilegeEscalation: false |
| readOnlyRootFilesystem: true |
| test: |
| pod: |
| runAsUser: 42424 |
| container: |
| staffeln_test: |
| allowPrivilegeEscalation: false |
| readOnlyRootFilesystem: true |
| affinity: |
| anti: |
| type: |
| default: preferredDuringSchedulingIgnoredDuringExecution |
| topologyKey: |
| default: kubernetes.io/hostname |
| weight: |
| default: 10 |
| tolerations: |
| staffeln: |
| enabled: false |
| tolerations: |
| - key: node-role.kubernetes.io/master |
| operator: Exists |
| effect: NoSchedule |
| mounts: |
| staffeln_api: |
| init_container: null |
| staffeln_api: |
| volumeMounts: |
| volumes: |
| staffeln_conductor: |
| init_container: null |
| staffeln_conductor: |
| volumeMounts: |
| volumes: |
| staffeln_bootstrap: |
| init_container: null |
| staffeln_bootstrap: |
| volumeMounts: |
| volumes: |
| staffeln_tests: |
| init_container: null |
| staffeln_tests: |
| volumeMounts: |
| volumes: |
| staffeln_db_sync: |
| staffeln_db_sync: |
| volumeMounts: |
| volumes: |
| replicas: |
| api: 1 |
| conductor: 1 |
| lifecycle: |
| upgrades: |
| deployments: |
| revision_history: 3 |
| pod_replacement_strategy: RollingUpdate |
| rolling_update: |
| max_unavailable: 1 |
| max_surge: 3 |
| disruption_budget: |
| api: |
| min_available: 0 |
| conductor: |
| min_available: 0 |
| resources: |
| enabled: false |
| api: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| conductor: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| jobs: |
| bootstrap: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| db_init: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| db_sync: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| db_drop: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| tests: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| image_repo_sync: |
| requests: |
| memory: "128Mi" |
| cpu: "100m" |
| limits: |
| memory: "1024Mi" |
| cpu: "2000m" |
| |
| network: |
| api: |
| ingress: |
| public: false |
| classes: |
| namespace: "nginx" |
| cluster: "nginx-cluster" |
| annotations: |
| nginx.ingress.kubernetes.io/rewrite-target: / |
| external_policy_local: false |
| node_port: |
| enabled: false |
| port: 8808 |
| |
| network_policy: |
| staffeln: |
| ingress: |
| - {} |
| egress: |
| - {} |
| |
| bootstrap: |
| enabled: true |
| script: null |
| |
| dependencies: |
| dynamic: |
| common: |
| local_image_registry: |
| jobs: |
| - staffeln-image-repo-sync |
| services: |
| - endpoint: node |
| service: local_image_registry |
| static: |
| api: |
| jobs: |
| - staffeln-db-sync |
| services: |
| - endpoint: internal |
| service: oslo_db |
| - endpoint: internal |
| service: identity |
| conductor: |
| jobs: |
| - staffeln-db-sync |
| services: |
| - endpoint: internal |
| service: oslo_db |
| - endpoint: internal |
| service: identity |
| - endpoint: internal |
| service: oslo_messaging |
| db_drop: |
| services: |
| - endpoint: internal |
| service: oslo_db |
| db_init: |
| services: |
| - endpoint: internal |
| service: oslo_db |
| db_sync: |
| jobs: |
| - staffeln-db-init |
| services: |
| - endpoint: internal |
| service: oslo_db |
| image_repo_sync: |
| services: |
| - endpoint: internal |
| service: local_image_registry |
| |
| conf: |
| clouds: |
| clouds: |
| envvars: |
| auth: {} |
| staffeln: |
| conductor: |
| backup_metadata_key: __staffeln_backup |
| retention_metadata_key: __staffeln_retention |
| backup_min_interval: 86400 |
| backup_service_period: 3600 |
| retention_service_period: 3600 |
| backup_cycle_timout: 6h |
| retention_time: 2w |
| database: |
| max_retries: -1 |
| db_max_retries: 60 |
| pool_timeout: 600 |
| use_db_reconnect: true |
| coordination: |
| backend_url: "" |
| logging: |
| loggers: |
| keys: |
| - root |
| - staffeln |
| handlers: |
| keys: |
| - stdout |
| - stderr |
| - "null" |
| formatters: |
| keys: |
| - context |
| - default |
| logger_root: |
| level: WARNING |
| handlers: 'null' |
| logger_staffeln: |
| level: INFO |
| handlers: |
| - stdout |
| qualname: staffeln |
| logger_amqp: |
| level: WARNING |
| handlers: stderr |
| qualname: amqp |
| logger_amqplib: |
| level: WARNING |
| handlers: stderr |
| qualname: amqplib |
| logger_eventletwsgi: |
| level: WARNING |
| handlers: stderr |
| qualname: eventlet.wsgi.server |
| logger_sqlalchemy: |
| level: WARNING |
| handlers: stderr |
| qualname: sqlalchemy |
| logger_boto: |
| level: WARNING |
| handlers: stderr |
| qualname: boto |
| handler_null: |
| class: logging.NullHandler |
| formatter: default |
| args: () |
| handler_stdout: |
| class: StreamHandler |
| args: (sys.stdout,) |
| formatter: context |
| handler_stderr: |
| class: StreamHandler |
| args: (sys.stderr,) |
| formatter: context |
| formatter_context: |
| class: oslo_log.formatters.ContextFormatter |
| datefmt: "%Y-%m-%d %H:%M:%S" |
| formatter_default: |
| format: "%(message)s" |
| datefmt: "%Y-%m-%d %H:%M:%S" |
| # Names of secrets used by bootstrap and environmental checks |
| secrets: |
| identity: |
| admin: staffeln-keystone-admin |
| oslo_db: |
| admin: staffeln-db-admin |
| staffeln: staffeln-db-user |
| oci_image_registry: |
| staffeln: staffeln-oci-image-registry |
| |
| endpoints: |
| cluster_domain_suffix: cluster.local |
| local_image_registry: |
| name: docker-registry |
| namespace: docker-registry |
| hosts: |
| default: localhost |
| internal: docker-registry |
| node: localhost |
| host_fqdn_override: |
| default: null |
| port: |
| registry: |
| node: 5000 |
| oci_image_registry: |
| name: oci-image-registry |
| namespace: oci-image-registry |
| auth: |
| enabled: false |
| staffeln: |
| username: staffeln |
| password: password |
| hosts: |
| default: localhost |
| host_fqdn_override: |
| default: null |
| port: |
| registry: |
| default: null |
| identity: |
| name: keystone |
| auth: |
| admin: |
| region_name: RegionOne |
| username: admin |
| password: password |
| project_name: admin |
| user_domain_name: default |
| project_domain_name: default |
| hosts: |
| default: keystone |
| internal: keystone-api |
| host_fqdn_override: |
| default: null |
| path: |
| default: /v3 |
| scheme: |
| default: http |
| port: |
| api: |
| default: 80 |
| internal: 5000 |
| staffeln: |
| name: staffeln |
| hosts: |
| default: staffeln-api |
| public: staffeln |
| host_fqdn_override: |
| default: null |
| path: |
| default: '/v1' |
| scheme: |
| default: http |
| service: http |
| port: |
| api: |
| default: 8808 |
| public: 80 |
| service: 8808 |
| oslo_db: |
| auth: |
| admin: |
| username: root |
| password: password |
| secret: |
| tls: |
| internal: mariadb-tls-direct |
| staffeln: |
| username: staffeln |
| password: password |
| hosts: |
| default: mariadb |
| host_fqdn_override: |
| default: null |
| path: /staffeln |
| scheme: mysql+pymysql |
| port: |
| mysql: |
| default: 3306 |
| oslo_cache: |
| auth: |
| # NOTE(portdirect): this is used to define the value for keystone |
| # authtoken cache encryption key, if not set it will be populated |
| # automatically with a random value, but to take advantage of |
| # this feature all services should be set to use the same key, |
| # and memcache service. |
| memcache_secret_key: null |
| hosts: |
| default: memcached |
| host_fqdn_override: |
| default: null |
| port: |
| memcache: |
| default: 11211 |
| fluentd: |
| namespace: null |
| name: fluentd |
| hosts: |
| default: fluentd-logging |
| host_fqdn_override: |
| default: null |
| path: |
| default: null |
| scheme: 'http' |
| port: |
| service: |
| default: 24224 |
| metrics: |
| default: 24220 |
| # NOTE(tp6510): these endpoints allow for things like DNS lookups and ingress |
| # They are using to enable the Egress K8s network policy. |
| kube_dns: |
| namespace: kube-system |
| name: kubernetes-dns |
| hosts: |
| default: kube-dns |
| host_fqdn_override: |
| default: null |
| path: |
| default: null |
| scheme: http |
| port: |
| dns: |
| default: 53 |
| protocol: UDP |
| ingress: |
| namespace: null |
| name: ingress |
| hosts: |
| default: ingress |
| port: |
| ingress: |
| default: 80 |
| |
| tls: |
| identity: false |
| oslo_db: false |
| |
| manifests: |
| certificates: false |
| configmap_bin: true |
| configmap_etc: true |
| deployment_api: true |
| deployment_conductor: true |
| job_bootstrap: true |
| job_db_init: true |
| job_db_sync: true |
| job_db_drop: false |
| job_image_repo_sync: true |
| pdb_api: true |
| secret_db: true |
| network_policy: false |
| secret_registry: true |
| service_ingress_api: true |
| service_api: true |
| ... |