~openstack-charmers-next/charms/vivid/hacluster/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Author(s): David Ames
  • Date: 2016-06-23 08:45:49 UTC
  • Revision ID: james.page@ubuntu.com-20160623084549-btxjk9fkzcx7ruts
DNS HA

Allow DNS be the HA resource in leiu of a VIP when using MAAS 2.0.
Added an OCF resource dns
Added maas_dns.py as the api script to update a MAAS 2.0 DNS resource
record.

Charmhelpers sync to pull in DNS HA helpers

Change-Id: I0b71feec86a77643892fadc08f2954204b541d01

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    type: string
62
62
    default:
63
63
    description: MAAS credentials (required for STONITH).
 
64
  maas_source:
 
65
     type: string
 
66
     default: ppa:maas/stable
 
67
     description: |
 
68
       PPA for python3-maas-client:
 
69
       .
 
70
         - ppa:maas/stable
 
71
         - ppa:maas/next
 
72
       .
 
73
       The last option should be used in conjunction with the key configuration
 
74
       option.
 
75
       Used when service_dns is set on the primary charm for DNS HA
64
76
  cluster_count:
65
77
    type: int
66
78
    default: 2