Skip to content

Commit

Permalink
Merge pull request #28 from hemanthnakkina/heat-api-consolidate
Browse files Browse the repository at this point in the history
Combine heat-api and heat-api-cfn rocks
  • Loading branch information
Liam Young authored Jul 24, 2023
2 parents 01e5cc9 + 87e050c commit 4f66896
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
components=()
# trim file name to component name
for file in ${{ steps.changed-files.outputs.all_changed_and_modified_files }}; do
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
component=$(echo $file | sed 's/rocks\/\(\S.*\)\/rockcraft.yaml/\1/')
[[ ! -z "$component" ]] && components+=($component)
done
Expand Down
191 changes: 0 additions & 191 deletions rocks/heat-api-cfn/LICENSE

This file was deleted.

32 changes: 0 additions & 32 deletions rocks/heat-api-cfn/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions rocks/heat-api-cfn/rockcraft.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion rocks/heat-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# heat-api ROCK

This is a ROCK OCI image for heat-api.
This is a ROCK OCI image for heat-api and heat-api-cfn.

More information is coming.

Expand Down
6 changes: 1 addition & 5 deletions rocks/heat-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ package-repositories:
cloud: antelope
priority: always

services:
heat-api:
override: replace
command: /usr/bin/heat-api

parts:
heat-user:
plugin: nil
Expand All @@ -41,3 +36,4 @@ parts:
overlay-packages:
- sudo
- heat-api
- heat-api-cfn

0 comments on commit 4f66896

Please sign in to comment.