aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/pdf/template/cloud_openstack.json
blob: 30b297d45985c8265ba069fe897c6049c2cad119 (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
{
  "_comment_head": "Maintainer - Sridhar Rao <sridhar.rao@spirent.com>",
    "vim_info": {
    "vim_name": " ",
    "vim_id": " ",
    "vendor": " ",
    "version": " ",
    "installer": "",
    "deployment_style": "",
    "container_orchestrator": "",
    "storage_type": ""
  },
  "vim_functional": {
    "scheduler_filters": "",
    "cpu_allocation_ratio": ""
  },
  "jumphost_info": {
    "ip": "",
    "name": ""
  },
   "undercloud_ook": {
    "dns": {
      "cluster_domain": "",
      "service_ip": ""
    },
    "etcd": {
      "service_ip": "",
      "container_port": "",
      "haproxy_port": ""
    },
    "masters": [
      {
        "hostname": ""
      }
    ],
    "networking": {
      "type": "",
      "interface_used": "",
      "api_service_ip": "",
      "etcd_service_ip": "",
      "pod_cidr": "",
      "service_cidr": "",
      "apiserver_port": "",
      "haproxy_port": "",
      "servicenode_port_range": ""
    },
    "kvps": [
      {
        "key": "",
        "value": ""
      }
    ]
  },
  "undercloud_ooo": {
    "host_name": "",
    "local_ip": "",
    "public_host": "",
    "admin_host": "",
    "local_interface": "",
    "inspection_interface": "",
    "networking": {
      "ctrlplane_cidr": "",
      "ctrlplane_ip_start": "",
      "ctrlplane_ip_end": "",
      "inspection_range": "",
      "gateway": ""
    }
  },
  "_comment_sw1": "Software Begins",
  "undercloud_sw_profiles": [
    {
      "profile_name": "",
      "sw_list": [
        {
          "name": "",
          "version": ""
        }
      ]
    }
  ],
  "openstack_sw_profiles": [
    {
      "profile_name": "",
      "sw_list": [
        {
          "name": "",
          "version": ""
        }
      ]
    }
  ],
  "infra_sw_profiles": [
    {
      "profile_name": "",
      "sw_list": [
        {
          "name": "",
          "version": ""
        }
      ]
    }
  ],
  "software_set": [
    {
      "set_name": "",
      "undercloud_profile": "",
      "infrasw_profile": "",
      "openstack_profile": ""
    }
  ]
}