Skip to content

Commit

Permalink
add http_proxy in k8s roles
Browse files Browse the repository at this point in the history
Change-Id: Ieca21b0a15a2cddd59614353c699790c6489ab3e
Partial-Bug: #1794241
(cherry picked from commit 4628d04)
  • Loading branch information
caowei010 committed Oct 8, 2018
1 parent 984dc7b commit 2ac5161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/install_k8s.yml
Expand Up @@ -39,3 +39,6 @@
- roles: "{{ hostvars['localhost'].roles }}"
- k8s_master_ip: "{{ hostvars['localhost'].k8s_master_ip }}"
- k8s_master_name: "{{ hostvars['localhost'].k8s_master_name }}"
environment:
- https_proxy: "{{ contrail_configuration.HTTPS_PROXY|default('') }}"
- http_proxy: "{{ contrail_configuration.HTTP_PROXY|default('') }}"

0 comments on commit 2ac5161

Please sign in to comment.