Ann Taraday | b8ffade | 2018-11-19 17:01:04 +0400 | [diff] [blame^] | 1 | classes: |
| 2 | - system.barbican.client |
| 3 | - system.barbican.client.v1 |
| 4 | - system.keystone.client.os_client_config.octavia_identity |
| 5 | |
| 6 | parameters: |
| 7 | _param: |
| 8 | octavia_image_cert_file: '/etc/octavia/certs/image.crt' |
| 9 | |
| 10 | barbican: |
| 11 | client: |
| 12 | resources: |
| 13 | v1: |
| 14 | cloud_name: octavia_identity |
| 15 | secrets: |
| 16 | OctaviaAmphoraSecret: |
| 17 | type: certificate |
| 18 | algorithm: RSA |
| 19 | payload_content_type: application/octet-stream |
| 20 | payload_content_encoding: base64 |
| 21 | payload_path: ${_param:octavia_image_cert_file} |
| 22 | encodeb64_payload: true |
| 23 | acl: |
| 24 | OctaviaAmphoraSecret: |
| 25 | octavia: |
| 26 | enabled: True |