summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/osh/openstack-glance/glance.yaml
blob: 0442bc604621170839e51a28eea3a9213d3d9c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  replacement: true
  name: glance
  labels:
    name: glance-type
  layeringDefinition:
    abstract: false
    layer: type
    parentSelector:
      name: glance-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  test:
    enabled: false
  values:
    pod:
      replicas:
        api: 3
        registry: 3
    conf:
      rally_tests:
        run_tempest: false
...