Add support to use bifrost-deploy behind proxy
Change-Id: If90c2dfd32c8bc50671f6dd38e5a82b434c07151 Depends-On: https://review.opendev.org/#/c/720338
This commit is contained in:
parent
d1e5de2120
commit
9da39345ad
@ -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"
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Add support to use bifrost-deploy behind proxy. It uses existing
|
||||||
|
container_proxy variable.
|
Loading…
Reference in New Issue
Block a user