From 62dfcabd3cce6dd9e2f82995e444ae99c9fa3e95 Mon Sep 17 00:00:00 2001 From: Emily Casey Date: Fri, 15 Apr 2016 08:34:01 -0500 Subject: [PATCH] Make oss build [#117456229] Signed-off-by: Anthony Emengo --- images/build | 2 +- images/manifest.yml | 1 + versions.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/images/build b/images/build index 43eb012..a4b0f96 100755 --- a/images/build +++ b/images/build @@ -11,7 +11,7 @@ rm -rf "$output_dir"/output-* "$pcfdev_dir/bosh/setup-packer" "$output_dir/packer-bosh" -releases='diego cf garden-linux etcd' +releases='diego cf garden-linux etcd cf-mysql' "$pcfdev_dir/bosh/clone-releases" "$pcfdev_dir/bosh/build" "$output_dir/assets" $releases diff --git a/images/manifest.yml b/images/manifest.yml index 84ed28e..76a4412 100644 --- a/images/manifest.yml +++ b/images/manifest.yml @@ -116,6 +116,7 @@ properties: system_domain: local.pcfdev.io app_domains: [local.pcfdev.io] system_domain_organization: pcfdev-org + network_name: default name: pcfdev ssl: skip_cert_verify: true diff --git a/versions.json b/versions.json index e7d958b..69366c6 100644 --- a/versions.json +++ b/versions.json @@ -21,7 +21,7 @@ }, { "name" : "cf-mysql-release", - "url" : "https://github.com/ekcase/cf-mysql-release", - "sha" : "0864fac431083425b641d8a6fa1b12671976815e" + "url" : "https://github.com/ekcasey/cf-mysql-release", + "sha" : "b19d3abfd6f0c749145a319b30d6a097c84e963a" } ]