Merge "Add support to use bifrost-deploy behind proxy"
This commit is contained in:
commit
9275fc1368
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.
|
Loading…
x
Reference in New Issue
Block a user