aboutsummaryrefslogtreecommitdiffstats
path: root/contrail-controller/config.yaml
blob: 72fdc678adfad29cc566f00fd9dd93d0d7b6e5b0 (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
options:
  control-network:
    type: string
    description: |
      The IP address and netmask of the control network (e.g. 192.168.0.0/24).
      This network will be used for Contrail endpoints.
      If not specified, default network will be used.
  auth-mode:
    type: string
    default: cloud-admin
    description: |
      It represents 'aaa_mode' configuration key of Contrail.
      Can be one of: 'rbac', 'cloud-admin' or 'no-auth'
      Authentication mode. Detailed information can be found in the Contrail documentation.
  cloud-admin-role:
    type: string
    default: admin
    description: |
      Role name in keystone for users that have full access to everything.
  global-read-only-role:
    type: string
    description: |
      Role name in keystone for users that have read-only access to everything.
  vip:
    type: string
    description: |
      Contrail API VIP to be used for configuring client-side software like neutron plugin.
      (to be set up also in KeepAlived charm configuration if it’s used for HA)
      Private IP of the first Contrail API unit will be used if not set.