Skip to content

Commit

Permalink
Revert "Add support for vcenter.nsxt.skip_ssl_verify"
Browse files Browse the repository at this point in the history
This reverts commit f4ed4e0.
  • Loading branch information
medvedzver authored and ktchen14 committed Jul 11, 2018
1 parent fb7242c commit 9053989
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions jobs/vsphere_cpi/spec
Expand Up @@ -60,9 +60,6 @@ properties:
-----BEGIN CERTIFICATE-----
MII...
-----END CERTIFICATE-----
vcenter.nsxt.skip_ssl_verify:
description: Skip ssl verification for nsxt
default: false
vcenter.nsxt.default_vif_type:
description: "Default vif_type for logical port attachment. Supported types: PARENT."
vcenter.http_logging:
Expand Down
3 changes: 0 additions & 3 deletions jobs/vsphere_cpi/templates/cpi.erb
Expand Up @@ -29,9 +29,6 @@ export no_proxy="<%= no_proxy %>"
<% if_p('vcenter.nsxt.ca_cert') do %>
export BOSH_NSXT_CA_CERT_FILE=$BOSH_JOBS_DIR/vsphere_cpi/config/nsxt_cacert.pem
<% end %>
<% if_p('vcenter.nsxt.skip_ssl_verify') do |skip_ssl| %>
export NSXT_SKIP_SSL_VERIFY="<%= skip_ssl %>"
<% end %>

export PATH=$BOSH_PACKAGES_DIR/ruby-2.4-r4/bin:$BOSH_PACKAGES_DIR/iso9660wrap/bin:$PATH
export HOME=~
Expand Down

0 comments on commit 9053989

Please sign in to comment.