~corey.bryant/charms/trusty/neutron-api/stuff

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Subbarayudu Mukkamala
  • Date: 2015-10-27 14:50:30 UTC
  • mfrom: (153 neutron-api-274709)
  • mto: This revision was merged to the branch mainline in revision 155.
  • Revision ID: smukkamala@nuagenetworks.net-20151027145030-3lr5cofupf4tond8
MergeĀ fromĀ lp:~openstack-charmers/charms/trusty/.../next/

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        ovs - OpenvSwitch Plugin
101
101
        vsp - Nuage Networks VSP
102
102
        nsx - VMWare NSX
 
103
        Calico - Project Calico Networking
103
104
      .
104
105
  overlay-network-type:
105
106
    default: gre
110
111
        gre
111
112
        vxlan
112
113
      .
 
114
      Multiple types can be provided - field is space delimited.
113
115
  flat-network-providers:
114
116
    type: string
115
117
    default:
402
404
    description: |
403
405
      A comma-separated list of nagios servicegroups.
404
406
      If left empty, the nagios_context will be used as the servicegroup
 
407
  # PLUMgrid Plugin configuration
 
408
  plumgrid-username:
 
409
    default: plumgrid
 
410
    type: string
 
411
    description: Username to access PLUMgrid Director
 
412
  plumgrid-password:
 
413
    default: plumgrid
 
414
    type: string
 
415
    description: Password to access PLUMgrid Director
 
416
  plumgrid-virtual-ip:
 
417
    default:
 
418
    type: string
 
419
    description: IP address of PLUMgrid Director
 
420
  # end of PLUMgrid configuration
405
421
  manage-neutron-plugin-legacy-mode:
406
422
    type: boolean
407
423
    default: True
418
434
    default:
419
435
    description: Optional source for archive containing additional packages.
420
436
 
 
437
  # Calico plugin configuration
 
438
  calico-origin:
 
439
    default:
 
440
    type: string
 
441
    description: |
 
442
      Repository from which to install Calico packages. If set, must be
 
443
      a PPA URL, of the form ppa:somecustom/ppa. Changing this value
 
444
      after installation will force an immediate software upgrade.
 
445
  # End of Calico plugin configuration
 
446
  action-managed-upgrade:
 
447
    type: boolean
 
448
    default: False
 
449
    description: |
 
450
      If True enables openstack upgrades for this charm via juju actions.
 
451
      You will still need to set openstack-origin to the new repository but
 
452
      instead of an upgrade running automatically across all units, it will
 
453
      wait for you to execute the openstack-upgrade action for this charm on
 
454
      each unit. If False it will revert to existing behavior of upgrading
 
455
      all units on config change.