diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-19 10:54:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-19 10:54:36 +0000 |
commit | 431bc8109a0233ddd915374a9d0f19da76754352 (patch) | |
tree | 278e7ef43c05742afc20f930027a6526dbef9afe /docker/services/swift-proxy.yaml | |
parent | 1ecf50207bbc15005c590b0e7cd3e0266e60c94b (diff) | |
parent | e81ddeb685f494bfcfa592212fe8d44c9cc55862 (diff) |
Merge "Introduce common resources for docker templates"
Diffstat (limited to 'docker/services/swift-proxy.yaml')
-rw-r--r-- | docker/services/swift-proxy.yaml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/docker/services/swift-proxy.yaml b/docker/services/swift-proxy.yaml index e60aca12..6e8d6eb9 100644 --- a/docker/services/swift-proxy.yaml +++ b/docker/services/swift-proxy.yaml @@ -29,6 +29,9 @@ parameters: resources: + ContainersCommon: + type: ./containers-common.yaml + SwiftProxyBase: type: ../../puppet/services/swift-proxy.yaml properties: @@ -65,15 +68,18 @@ outputs: user: swift restart: always volumes: - - /var/lib/kolla/config_files/swift_proxy.json:/var/lib/kolla/config_files/config.json:ro - # FIXME I'm mounting /etc/swift as rw. Are the rings written to - # at all during runtime? - - /var/lib/config-data/swift/etc/swift:/etc/swift:rw - - /etc/hosts:/etc/hosts:ro - - /etc/localtime:/etc/localtime:ro - - /run:/run - - /srv/node:/srv/node - - /dev:/dev + yaql: + expression: $.data.common.concat($.data.service) + data: + common: {get_attr: [ContainersCommon, volumes]} + service: + - /var/lib/kolla/config_files/swift_proxy.json:/var/lib/kolla/config_files/config.json:ro + # FIXME I'm mounting /etc/swift as rw. Are the rings written to + # at all during runtime? + - /var/lib/config-data/swift/etc/swift:/etc/swift:rw + - /run:/run + - /srv/node:/srv/node + - /dev:/dev environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS host_prep_tasks: |