~mthaddon/charms/trusty/content-fetcher/trunk

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
options:
  username:
    default: ""
    type: string
    description: Username to use. Used by swift
  secret:
    default: ""
    type: string
    description: Secret to use, could be key or password. Used by swift
  archive_location:
    default: ""
    type: string
    description: URL for archive or path to file within the container for swift. Used by all types
  auth_url:
    default: ""
    type: string
    description: URL for authenticating against Keystone. Used by swift
  tenant_name:
    default: ""
    type: string
    description: Swift entity that owns resources. Used by swift
  container_name:
    default: ""
    type: string
    description: Swift container to put objects in. Used by swift
  dest_dir:
    default: "/srv/content"
    type: string
    description: Destination to hold contents. Used by all types
  keep_dir_count:
    default: 5
    type: int
    description: Number of backups of old content to keep. Used by all types
  deploy_trigger:
    default: 0
    type: int
    description: Increment to trigger a content update. Used by all types
  ssh_host_key:
    default: ""
    type: string
    description: The host key of the server with remote content. Used by bzr+shh 
  update_on_change:
    default: True
    type: boolean
    description: |
      When true any charm config change or upgrade charm triggers a fresh fetch and deploy of
      content. When false new content is only updated by incrementing deploy_trigger