aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/services.yaml
blob: 21387c9bb11eff5cd9822144416b361738d921b4 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
heat_template_version: ocata

description: >
  Utility stack to convert an array of services into a set of combined
  role configs.

parameters:
  Services:
    default: []
    description: |
        List nested stack service templates.
    type: comma_delimited_list
  ServiceNetMap:
    default: {}
    description: Mapping of service_name -> network name. Typically set
                 via parameter_defaults in the resource registry.  This
                 mapping overrides those in ServiceNetMapDefaults.
    type: json
  EndpointMap:
    default: {}
    description: Mapping of service endpoint -> protocol. Typically set
                 via parameter_defaults in the resource registry.
    type: json
  DefaultPasswords:
    default: {}
    description: Mapping of service -> default password. Used to help
                 pass top level passwords managed by Heat into services.
    type: json

resources:

  PuppetServices:
    type: ../../puppet/services/services.yaml
    properties:
      Services: {get_param: Services}
      ServiceNetMap: {get_param: ServiceNetMap}
      EndpointMap: {get_param: EndpointMap}
      DefaultPasswords: {get_param: DefaultPasswords}

  ServiceChain:
    type: OS::Heat::ResourceChain
    properties:
      resources: {get_param: Services}
      concurrent: true
      resource_properties:
        ServiceNetMap: {get_param: ServiceNetMap}
        EndpointMap: {get_param: EndpointMap}
        DefaultPasswords: {get_param: DefaultPasswords}

outputs:
  role_data:
    description: Combined Role data for this set of services.
    value:
      service_names:
        {get_attr: [PuppetServices, role_data, service_names]}
      monitoring_subscriptions:
        {get_attr: [PuppetServices, role_data, monitoring_subscriptions]}
      logging_sources:
        {get_attr: [PuppetServices, role_data, logging_sources]}
      logging_groups:
        {get_attr: [PuppetServices, role_data, logging_groups]}
      service_config_settings:
        {get_attr: [PuppetServices, role_data, service_config_settings]}
      config_settings:
        {get_attr: [PuppetServices, role_data, config_settings]}
      global_config_settings:
        {get_attr: [PuppetServices, role_data, global_config_settings]}
      step_config:
        {get_attr: [ServiceChain, role_data, step_config]}
      puppet_config: {get_attr: [ServiceChain, role_data, puppet_config]}
      kolla_config:
        map_merge: {get_attr: [ServiceChain, role_data, kolla_config]}
      docker_config:
        {get_attr: [ServiceChain, role_data, docker_config]}
      docker_puppet_tasks:
        {get_attr: [ServiceChain, role_data, docker_puppet_tasks]}
      host_prep_tasks:
        yaql:
          # Note we use distinct() here to filter any identical tasks
          expression: $.data.where($ != null).select($.get('host_prep_tasks')).where($ != null).flatten().distinct()
          data: {get_attr: [ServiceChain, role_data]}
      upgrade_tasks:
        yaql:
          # Note we use distinct() here to filter any identical tasks, e.g yum update for all services
          expression: $.data.where($ != null).select($.get('upgrade_tasks')).where($ != null).flatten().distinct()
          data: {get_attr: [ServiceChain, role_data]}
      upgrade_batch_tasks:
        yaql:
          # Note we use distinct() here to filter any identical tasks, e.g yum update for all services
          expression: $.data.where($ != null).select($.get('upgrade_batch_tasks')).where($ != null).flatten().distinct()
          data: {get_attr: [ServiceChain, role_data]}
      service_metadata_settings:
        get_attr: [PuppetServices, role_data, service_metadata_settings]
span class="p">: [ [ { "params": [ "openstack-volume-list_outage_time" ], "type": "field" } ] ], "tags": [] } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 5 }, { "colorMode": "ok", "fill": true, "line": true, "op": "lt", "value": 5 } ], "timeFrom": null, "timeShift": null, "title": "command monitor (outage time)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "yardstick", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 4, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "alias": "", "dsType": "influxdb", "groupBy": [], "measurement": "opnfv_yardstick_tc056", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"sla_pass\" FROM \"opnfv_yardstick_tc056\" WHERE $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "sla_pass" ], "type": "field" } ] ], "tags": [] } ], "thresholds": "0.5,1", "title": "SLA PASS/FAIL", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [ "HA" ], "templating": { "list": [] }, "time": { "from": "now/d", "to": "now/d" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "opnfv_yardstick_tc056", "version": 2 }