Skip to content

Commit

Permalink
Adding infra server packages
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Jan 7, 2025
1 parent 57974e7 commit 2f10abe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions components/automate-cs-bookshelf/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
pkg_upstream_url="https://www.chef.io/automate"
pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/mlsa/1.0.1/20240125084021
#"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/automate-platform-tools/0.1.0/20241212061203
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/bookshelf/15.10.27/20250102025130"
)
Expand Down
5 changes: 3 additions & 2 deletions components/automate-cs-oc-bifrost/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
pkg_upstream_url="https://www.chef.io/automate"
pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/mlsa/1.0.1/20240125084021
#"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/automate-platform-tools/0.1.0/20241212061203
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/oc_bifrost/15.10.27/20250102025130"
)
Expand Down
5 changes: 3 additions & 2 deletions components/automate-cs-ocid/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ pkg_svc_run="return 0"

pkg_upstream_url="https://www.chef.io/automate"
pkg_deps=(
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/mlsa/1.0.1/20240125084021
#"${local_platform_tools_origin:-chef}/automate-platform-tools"
chef/automate-platform-tools/0.1.0/20241212061203
# WARNING: Version pin managed by .expeditor/update_chef_server.sh
"${vendor_origin}/oc_id/15.10.27/20250102025130"
)
Expand Down
2 changes: 1 addition & 1 deletion components/automate-load-balancer/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pkg_binds_optional=(
)

do_download() {
cp -f cacert.pem /hab/pkgs/core/cacerts/2021.10.26/20240105224256/ssl/certs/cacert.pem
cp -f cacert.pem /hab/pkgs/core/cacerts/2023.12.12/20241017111624/ssl/certs/cacert.pem
do_default_download
pushd "${HAB_CACHE_SRC_PATH}" || return 1
download_file "${headers_more_source}" "${headers_more_filename}" "${headers_more_shasum}"
Expand Down

0 comments on commit 2f10abe

Please sign in to comment.