Add support to use bifrost-deploy behind proxy

Change-Id: If90c2dfd32c8bc50671f6dd38e5a82b434c07151
Depends-On: https://review.opendev.org/#/c/720338
This commit is contained in:
Bartosz Bezak 2020-08-14 16:50:08 +02:00
parent d1e5de2120
commit 9da39345ad
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@
image: "{{ bifrost_deploy_image_full }}" image: "{{ bifrost_deploy_image_full }}"
name: "bifrost_deploy" name: "bifrost_deploy"
privileged: True privileged: True
environment: "{{ container_proxy }}"
volumes: volumes:
- "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro" - "{{ node_config_directory }}/bifrost/:/etc/bifrost:ro"
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Add support to use bifrost-deploy behind proxy. It uses existing
container_proxy variable.