aboutsummaryrefslogtreecommitdiffstats
path: root/environments/composable-roles/monolithic-nonha.yaml
blob: f49ddf2aaa6bc431a7d067e865ca99fb9f6e462c (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
# *******************************************************************
# This file was created automatically by the sample environment
# generator. Developers should use `tox -e genconfig` to update it.
# Users are recommended to make changes to a copy of the file instead
# of the original, if any customizations are needed.
# *******************************************************************
# title: Monolithic Controller Non-HA deployment
# description: |
#   A Heat environment that can be used to deploy controller and compute
#   services in an Non-HA configuration with SSL undercloud only and a
#   flat network.
#   This should be used with a roles_data.yaml containing the Controller,
#   Compute and CephStorage roles.
#   openstack overcloud roles generate -o ~/roles_data.yaml Controller Compute CephStorage
parameter_defaults:
  # Number of CephStorage nodes to deploy
  # Type: number
  CephStorageCount: 1

  # Format for CephStorage node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
  # Type: string
  CephStorageHostnameFormat: '%stackname%-cephstorage-%index%'

  # Number of Compute nodes to deploy
  # Type: number
  ComputeCount: 1

  # Format for Compute node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
  # Type: string
  ComputeHostnameFormat: '%stackname%-novacompute-%index%'

  # Number of Controller nodes to deploy
  # Type: number
  ControllerCount: 1

  # Format for Controller node hostnames Note %index% is translated into the index of the node, e.g 0/1/2 etc and %stackname% is replaced with the stack name e.g overcloud
  # Type: string
  ControllerHostnameFormat: '%stackname%-controller-%index%'

  # DNS servers to use for the Overcloud
  # Type: comma_delimited_list
  DnsServers: ['8.8.8.8', '8,8.4.4']

  # NTP servers list. Defaulted to pool.ntp.org in order to have a sane default for Pacemaker deployments when not configuring this parameter by default.
  # Type: comma_delimited_list
  NtpServer: ['pool.ntp.org']

  # Name of the flavor for Ceph nodes
  # Type: string
  OvercloudCephStorageFlavor: ceph

  # Name of the flavor for Compute nodes
  # Type: string
  OvercloudComputeFlavor: compute

  # Name of the flavor for Controller nodes
  # Type: string
  OvercloudControllerFlavor: control