puppet-ironic/manifests
Vasyl Saienko 5736ebba4c Add ability to translate swift account project name to UUID
This patch adds ability to translate swift account project name to UUID and update
glance/swift_account option in the following format 'AUTH_uuid'.

By either calling ironic_config directly:

  ironic_config {
    'glance/swift_account': value => 'swift_account_project_name', transform_to => 'project_uuid'
  }

or by defining ::ironic::glance class:

  class{'::ironic::glance':
    swift_account_project_name => 'project_name'
  }

Change-Id: I1df2e069b7922f64c0971551bf57d7c06bd318e2
2017-03-28 10:04:19 +03:00
..
api Allow python-memcache install from authtoken class 2017-01-11 17:55:27 -05:00
db [inspector] create a separate database configuration for ironic-inspector 2016-10-04 13:27:27 +02:00
drivers Deprecate ironic::drivers::ssh as *_ssh drivers will be removed soon 2017-03-17 11:25:45 +01:00
inspector Allow python-memcache install from authtoken class 2017-01-11 17:55:27 -05:00
keystone Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
pxe Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
wsgi Add customization for wsgi process display name 2016-12-21 14:01:07 +08:00
api.pp Add separate manifest for configuring access to neutron 2017-02-07 10:52:17 +01:00
bifrost.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
client.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
conductor.pp Add ability to translate net name to UUID 2017-03-27 10:45:11 +03:00
config.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
cors.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
db.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
deps.pp Add oslo::db to dependency chain 2017-01-22 21:44:35 +08:00
glance.pp Add ability to translate swift account project name to UUID 2017-03-28 10:04:19 +03:00
init.pp Install ironic-common in pxe module if not defined 2017-03-01 14:24:15 -05:00
inspector.pp Restart dnsmasq when config changes 2017-03-23 11:16:22 +00:00
logging.pp Merge "Remove verbose" 2016-10-25 19:29:03 +00:00
neutron.pp Add domain parameters to switch, neutron and glance auth modules 2017-03-14 16:42:15 +01:00
params.pp Fix common options position in params.pp 2016-11-09 08:32:21 +08:00
policy.pp Add hooks for external install & svc management 2016-09-17 17:11:05 -06:00
pxe.pp Install ironic-common in pxe module if not defined 2017-03-01 14:24:15 -05:00
service_catalog.pp Add separate manifest for configuring access to the service catalog 2017-03-15 16:25:56 +01:00
swift.pp Add domain parameters to switch, neutron and glance auth modules 2017-03-14 16:42:15 +01:00