Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions install-pcf/openstack/tasks/create-infrastructure/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -eu

ROOT=$PWD

echo "$OPENSTACK_CA_CERT" > /ca.crt
export OS_CACERT='/ca.crt'

function get_opsman_version() {
cut -d\# -f 1 ops-manager/version
}
Expand Down
1 change: 1 addition & 0 deletions install-pcf/openstack/tasks/create-infrastructure/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ params:
DYNAMIC_SERVICES_DNS:
EXTERNAL_NETWORK:
EXTERNAL_NETWORK_ID:
OPENSTACK_CA_CERT:

run:
path: pcf-pipelines/install-pcf/openstack/tasks/create-infrastructure/task.sh