blob: 0d60f156fb589cce2ad25ea1a38b8a8fe0964fc4 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 16 00 00 00 e2 08 02 00 00 00 04 5b 7f | .PNG........IHDR..............[. |
0020 | a3 00 00 80 00 49 44 41 54 78 da ec 7d 07 7c 14 d7 b5 fe aa 0b 44 37 b6 b1 9d d8 4e 1c a7 be e4 | .....IDATx..}.|......D7....N.... |
0040 | a5 bd 97 ff 7b 2f 89 41 d2 ee aa 81 e9 60 6c 83 69 42 7d fb aa 50 0c 36 1d 83 7a ef 15 21 21 90 | ....{/.A.....`l.iB}..P.6..z..!!. |
0060 | 84 3a d5 60 8a b1 e9 ea 1d 6c 27 b1 9d 38 b1 63 c7 15 e6 ff 9d 7b 67 47 a3 d5 ae 90 b0 49 fc 5e | .:.`.....l'..8.c.....{gG.....I.^ |
0080 | 32 bf c3 70 f7 ce 9d 5b ce 3d df 29 77 ee 8c 14 7d d7 fb 25 92 1f d7 af 0f fe 7d e7 c7 0d 4e 7d | 2..p...[.=.)w...}..%......}...N} |
00a0 | 7d d7 fb a8 8d 1b 83 49 7e f4 32 ba b3 fa bf b2 7# Copyright © 2018 Amdocs, Bell Canada, AT&T
# Modifications Copyright © 2021 Orange
# Modifications Copyright © 2021 Nordix Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v2
description: ONAP cassandra
name: cassandra
version: 12.0.0
dependencies:
- name: common
version: ~12.x-0
repository: 'file://../common'
- name: repositoryGenerator
version: ~12.x-0
repository: 'file://../repositoryGenerator'
- name: serviceAccount
version: ~12.x-0
repository: 'file://../serviceAccount'
|