Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAYSAT-1943: Update version of cfs-config-util #81

Merged
merged 1 commit into from
Dec 4, 2024
Merged
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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.22
2.6.23
4 changes: 2 additions & 2 deletions update-mgmt-ncn-cfs-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# MIT License
#
# (C) Copyright 2022 Hewlett Packard Enterprise Development LP
# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -58,7 +58,7 @@ fi

print_stage "Updating CFS configuration(s)"

cfs-config-util --product "${RELEASE_NAME}:${RELEASE_VERSION}" --playbook sat-ncn.yml $@
cfs-config-util update-configs --product "${RELEASE_NAME}:${RELEASE_VERSION}" --playbook sat-ncn.yml $@
rc=$?

if [[ $rc -eq 2 ]]; then
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading