~junaidali/charms/trusty/plumgrid-director/pg-restart

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
options:
  plumgrid-virtual-ip:
    default: 192.168.100.250
    type: string
    description: IP address of the Director's Management interface. Same IP can be used to access PG Console.
  lcm-ssh-key:
    default: 'null'
    type: string
    description: Public SSH key of PLUMgrid LCM which is running PG-Tools.
  mgmt-interface:
    type: string
    default: 'juju-br0'
    description: The interface connected to PLUMgrid Managment network.
  os-data-network:
    type: string
    default:
    description: |
      The IP address and netmask of the OpenStack Data network (e.g.,
      192.168.0.0/24)
      .
      This network will be used for tenant network traffic in overlay
      networks.
  fabric-interfaces:
    default: 'MANAGEMENT'
    type: string
    description: |
       Interfaces that will provide fabric connectivity on the director nodes.
       Provided in form of json in a string. These interfaces have to be connected
       to the os-data-network specified in the config. Default value is MANAGEMENT which
       will configure the management interface as the fabric interface on each
       director.
  network-device-mtu:
    type: string
    default: '1580'
    description: The MTU size for interfaces managed by director.
  install_sources:
    default: 'ppa:plumgrid-team/stable'
    type: string
    description: Provide the install source from where to install the PLUMgrid debs.
  install_keys:
    default: null
    type: string
    description: Provide the respective keys of the install sources.
  plumgrid-build:
    default: 'latest'
    type: string
    description: |
       Provide the build version of PLUMgrid packages that needs to be installed
  iovisor-build:
    default: 'latest'
    type: string
    description: |
       Provide the build version of iovisor package that needs to be installed
  plumgrid-license-key:
    default: null
    type: string
    description: Provide the PLUMgrid ONS License key.
  opsvm-ip:
    default: 127.0.0.1
    type: string
    description: IP address of the PLUMgrid Operations VM Management interface.