blob: 0561f20f5e5c62d241b46721f5fb0133b954c01b [file] [log] [blame]
Ubuntue9cd1ee2019-11-07 16:26:50 +00001# Copyright © 2019 AT&T Intellectual Property. All rights reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
vv770d97b84ea2020-08-17 22:30:24 +000014make-dcaegen2: make-dcae-bootstrap make-dcae-cloudify-manager make-dcae-config-binding-service make-dcae-healthcheck make-dcae-servicechange-handler make-dcae-inventory-api make-dcae-deployment-handler make-dcae-policy-handler make-dcae-dashboard
Jack Lucas346b52f2019-02-07 18:36:42 -050015
16make-dcae-bootstrap:
Ubuntue9cd1ee2019-11-07 16:26:50 +000017 cd components && helm dep up dcae-bootstrap && helm lint dcae-bootstrap
Jack Lucas346b52f2019-02-07 18:36:42 -050018
19make-dcae-cloudify-manager:
Ubuntue9cd1ee2019-11-07 16:26:50 +000020 cd components && helm dep up dcae-cloudify-manager && helm lint dcae-cloudify-manager
Jack Lucas346b52f2019-02-07 18:36:42 -050021
22make-dcae-config-binding-service:
Ubuntue9cd1ee2019-11-07 16:26:50 +000023 cd components && helm dep up dcae-config-binding-service && helm lint dcae-config-binding-service
Jack Lucas346b52f2019-02-07 18:36:42 -050024
25make-dcae-healthcheck:
Ubuntue9cd1ee2019-11-07 16:26:50 +000026 cd components && helm dep up dcae-healthcheck && helm lint dcae-healthcheck
Jack Lucas346b52f2019-02-07 18:36:42 -050027
Jack Lucas346b52f2019-02-07 18:36:42 -050028make-dcae-servicechange-handler:
Ubuntue9cd1ee2019-11-07 16:26:50 +000029 cd components && helm dep up dcae-servicechange-handler && helm lint dcae-servicechange-handler
Jack Lucas346b52f2019-02-07 18:36:42 -050030
31make-dcae-inventory-api:
Ubuntue9cd1ee2019-11-07 16:26:50 +000032 cd components && helm dep up dcae-inventory-api && helm lint dcae-inventory-api
Jack Lucasecc9f602019-03-19 11:38:42 -040033
34make-dcae-deployment-handler:
Ubuntue9cd1ee2019-11-07 16:26:50 +000035 cd components && helm dep up dcae-deployment-handler && helm lint dcae-deployment-handler
Jack Lucasecc9f602019-03-19 11:38:42 -040036
37make-dcae-policy-handler:
Ubuntue9cd1ee2019-11-07 16:26:50 +000038 cd components && helm dep up dcae-policy-handler && helm lint dcae-policy-handler
Vijay Venkatesh Kumara4535c92019-08-02 01:45:23 +000039
40make-dcae-dashboard:
Ubuntue9cd1ee2019-11-07 16:26:50 +000041 cd components && helm dep up dcae-dashboard && helm lint dcae-dashboard
42
43clean:
44 @find . -type f -name '*.tgz' -delete
45 @find . -type f -name '*.lock' -delete