Merge "Add support to use bifrost-deploy behind proxy"

This commit is contained in:
Zuul 2020-08-17 15:17:37 +00:00 committed by Gerrit Code Review
commit 9275fc1368
2 changed files with 6 additions and 0 deletions
ansible/roles/bifrost/tasks
releasenotes/notes

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

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