~charmers/charms/trusty/vem/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: ChingWei Chang
  • Date: 2014-03-05 06:58:20 UTC
  • Revision ID: cwchang@cisco.com-20140305065820-z2fsbdzs4tbf8eo4
Initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  n1kv-source:
 
3
    default: distro
 
4
    type: string
 
5
    description: |
 
6
      Repository from which to install.  May be one of the following:
 
7
      distro (default), ppa:somecustom/ppa, a deb url sources entry,
 
8
      or a supported Cloud Archive release pocket.
 
9
      Supported Cloud Archive sources include
 
10
    
 
11
  n1kv-vsm-ip:
 
12
    type: string
 
13
    default: "10.10.10.10"
 
14
    description: "Management ip of VSM"
 
15
  n1kv-vsm-domain-id:
 
16
    type: int
 
17
    default: 1000
 
18
    description: "Domain id this vsm will be controlling"
 
19
  host_mgmt_intf:
 
20
    type: string
 
21
    default: "br0"
 
22
    description: "Management interface of the Host"
 
23
  uplink_profile:
 
24
    type: string
 
25
    default: "phys eth2 profile sys-uplink"
 
26
    description: "Port-Profile mapping for all UVEM managed Interfaces"
 
27
  vtep_config:
 
28
    type: string
 
29
    default: " "
 
30
    description: "VTEP config. Syntax: virt <port-name> profile <profile-name> [mode static|dhcp] [address <ipaddr>]"
 
31
  node_type:
 
32
    type: string
 
33
    default: "compute"
 
34
    description: "Function of this node in Cisco Openstack network"
 
35
  mapping:
 
36
    type: string
 
37
    default: ""
 
38
    description: "Host Specific configuration mapping"
 
39
  n1kv-version:
 
40
    type: string
 
41
    default: ""
 
42
    description: "Version number of VEM packages. If left blank, it will pick up the latest"
 
43
  n1kv-local-repo:
 
44
    type: string
 
45
    default: ""
 
46
    description: "Provide the local address of VEM bits"
 
47
  vtep_in_same_subnet:
 
48
    type: string
 
49
    default: "no"
 
50
    description: "If vteps created are in same subnet for the purpose of loadbalancing, rpf checking is set to loose mode for all interfaces on the compute node and the quantum-gateway"