Skip to content

Commit

Permalink
[liferay] VM images updates - 2024-11-08-093935 (#2797)
Browse files Browse the repository at this point in the history
* [liferay] VM images updates - 2024-11-08-093935

* sha256 changed for liferay 7.4.3.125-ga125

* sha1 changed for liferay 7.4.3.125-ga125

* sha1 for bundle was changed

* sha1 for bundle was changed

* sha1 for bundle was changed

* Removed readme.html file from test

---------

Co-authored-by: Adrian Manikowski <manikowski@google.com>
  • Loading branch information
armandomiani and AdrianManiek authored Nov 26, 2024
1 parent 5287710 commit a3f92c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 4 additions & 4 deletions vm/chef/cookbooks/liferay/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

default['liferay']['version'] = '7.4.3.72-ga72'
default['liferay']['version'] = '7.4.3.125-ga125'
# SHA1 value check for liferay SOURCE, the cookbook download it from
# https://github.com/liferay/liferay-portal/archive/refs/tags/<version>.tar.gz
default['liferay']['sha1']['source'] = '6ec72fa189386ee7e4886786cbf054479ec45479'
default['liferay']['sha1']['source'] = '4166db516f4da321e8828d7f306198a6f3c6d2fa'
# SHA1 value check for liferay bundle, the cookbook download it from
# https://github.com/liferay/liferay-portal/releases/download/<version>/liferay-ce-portal-tomcat-<version>-<date>.tar.gz
default['liferay']['sha1']['bundle'] = 'a6c8882e14cf4ffe4ca609def4b3053b14ad1f50'
default['liferay']['sha1']['bundle'] = '19c06dd4a23527430b0de239042d0b96633e8fac'
default['liferay']['packages'] = ['jq', 'zip']

default['liferay']['home'] = '/opt/liferay'
Expand Down
8 changes: 1 addition & 7 deletions vm/tests/solutions/spec/liferay/liferay_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,12 +20,6 @@
end
end

describe 'Liferay bundle should exists' do
describe file('/opt/liferay/readme.html') do
it { should exist }
end
end

describe 'Liferay service script should exists' do
describe file('/etc/systemd/system/liferay.service') do
it { should exist }
Expand Down

0 comments on commit a3f92c0

Please sign in to comment.