summaryrefslogtreecommitdiffstats
path: root/environments/tls-endpoints-public-ip.yaml
blob: 7311a1f9a4af29805c00489134b210459e8d94b0 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Use this environment when deploying an SSL-enabled overcloud where the public
# endpoint is an IP address.
parameter_defaults:
  EndpointMap:
    AodhAdmin: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
    AodhInternal: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
    AodhPublic: {protocol: 'https', port: '13042', host: 'IP_ADDRESS'}
    BarbicanAdmin: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
    BarbicanInternal: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
    BarbicanPublic: {protocol: 'https', port: '13311', host: 'IP_ADDRESS'}
    CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
    CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
    CeilometerPublic: {protocol: 'https', port: '13777', host: 'IP_ADDRESS'}
    CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    CephRgwPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
    CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
    CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
    CinderPublic: {protocol: 'https', port: '13776', host: 'IP_ADDRESS'}
    CongressAdmin: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'}
    CongressInternal: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'}
    CongressPublic: {protocol: 'https', port: '13789', host: 'IP_ADDRESS'}
    ContrailAnalyticsApiAdmin: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
    ContrailAnalyticsApiInternal: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
    ContrailAnalyticsApiPublic: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorHttpAdmin: {protocol: 'http', port: '8089',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorHttpInternal: {protocol: 'http', port: '8089',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorHttpPublic: {protocol: 'http', port: '8089',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorSandeshAdmin: {protocol: 'http', port: '8086',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorSandeshInternal: {protocol: 'http', port: '8086',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsCollectorSandeshPublic: {protocol: 'http', port: '8086',
      host: 'IP_ADDRESS'}
    ContrailAnalyticsHttpAdmin: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
    ContrailAnalyticsHttpInternal: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
    ContrailAnalyticsHttpPublic: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
    ContrailAnalyticsRedisAdmin: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
    ContrailAnalyticsRedisInternal: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
    ContrailAnalyticsRedisPublic: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
    ContrailConfigAdmin: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
    ContrailConfigInternal: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
    ContrailConfigPublic: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
    ContrailDiscoveryAdmin: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
    ContrailDiscoveryInternal: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
    ContrailDiscoveryPublic: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
    ContrailWebuiHttpAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    ContrailWebuiHttpInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    ContrailWebuiHttpPublic: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    ContrailWebuiHttpsAdmin: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
    ContrailWebuiHttpsInternal: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
    ContrailWebuiHttpsPublic: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
    Ec2ApiAdmin: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
    Ec2ApiInternal: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
    Ec2ApiPublic: {protocol: 'https', port: '13788', host: 'IP_ADDRESS'}
    GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
    GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
    GlancePublic: {protocol: 'https', port: '13292', host: 'IP_ADDRESS'}
    GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
    GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
    GnocchiPublic: {protocol: 'https', port: '13041', host: 'IP_ADDRESS'}
    HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
    HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
    HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
    HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
    HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
    HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
    HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
    IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
    IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
    IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
    KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
    KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
    KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
    ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
    ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
    ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
    MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
    MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
    MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
    MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
    NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
    NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
    NeutronPublic: {protocol: 'https', port: '13696', host: 'IP_ADDRESS'}
    NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
    NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
    NovaPublic: {protocol: 'https', port: '13774', host: 'IP_ADDRESS'}
    NovaPlacementAdmin: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
    NovaPlacementInternal: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
    NovaPlacementPublic: {protocol: 'https', port: '13778', host: 'IP_ADDRESS'}
    NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
    NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
    NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'IP_ADDRESS'}
    OctaviaAdmin: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
    OctaviaInternal: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
    OctaviaPublic: {protocol: 'https', port: '13876', host: 'IP_ADDRESS'}
    PankoAdmin: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
    PankoInternal: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
    PankoPublic: {protocol: 'https', port: '13779', host: 'IP_ADDRESS'}
    SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
    SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
    SaharaPublic: {protocol: 'https', port: '13386', host: 'IP_ADDRESS'}
    SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
    SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
    TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
    TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
    TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
    ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
    ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
    ZaqarPublic: {protocol: 'https', port: '13888', host: 'IP_ADDRESS'}
    ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
    ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
    ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
t;Result13.Bandwidth(MBps)" ], "type": "field" } ] ], "tags": [] }, { "alias": "16MB", "dsType": "influxdb", "groupBy": [], "measurement": "opnfv_yardstick_tc069", "orderByTime": "ASC", "policy": "default", "refId": "O", "resultFormat": "time_series", "select": [ [ { "params": [ "Result14.Bandwidth(MBps)" ], "type": "field" } ] ], "tags": [] }, { "alias": "32MB", "dsType": "influxdb", "groupBy": [], "measurement": "opnfv_yardstick_tc069", "orderByTime": "ASC", "policy": "default", "refId": "P", "resultFormat": "time_series", "select": [ [ { "params": [ "Result15.Bandwidth(MBps)" ], "type": "field" } ] ], "tags": [] }, { "alias": "64MB", "dsType": "influxdb", "groupBy": [], "measurement": "opnfv_yardstick_tc069", "orderByTime": "ASC", "policy": "default", "refId": "Q", "resultFormat": "time_series", "select": [ [ { "params": [ "Result16.Bandwidth(MBps)" ], "type": "field" } ] ], "tags": [] } ], "thresholds": [ { "colorMode": "warning", "fill": true, "line": true, "op": "gt", "value": 30 }, { "colorMode": "ok", "fill": true, "line": true, "op": "lt", "value": 30 } ], "timeFrom": null, "timeShift": null, "title": "Memory Bandwidth- Ramspeed", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "MBs", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "yardstick", "fill": 1, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "dsType": "influxdb", "groupBy": [], "measurement": "opnfv_yardstick_tc069", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "Result1.Block_size(kb)" ], "type": "field" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Panel Title", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [ "Compute" ], "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_tc069", "version": 4 }