Skip to content

Commit

Permalink
Merge pull request #42 from metal-stack/remove-default-image-of-bmc-c…
Browse files Browse the repository at this point in the history
…atcher

Remove default image for bmc-catcher.
  • Loading branch information
mwennrich authored Dec 1, 2020
2 parents 84c1533 + 91fe9fa commit 768cb5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions partition/roles/bmc-catcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ This role uses variables from [partition-defaults](/partition). So, make sure yo
You can look up all the default values of this role [here](defaults/main.yaml).

| Name | Mandatory | Description |
| -----------------------| --------- | -------------------------------- |
| bmc_catcher_image_name | | Image version of the bmc-catcher |
| ---------------------- | --------- | -------------------------------- |
| bmc_catcher_image_name | yes | Image version of the bmc-catcher |
| bmc_catcher_image_tag | yes | Image tag of the bmc-catcher |
1 change: 0 additions & 1 deletion partition/roles/bmc-catcher/defaults/main/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
bmc_catcher_image_name: metalstack/bmc-catcher
bmc_catcher_ignore_macs: []
1 change: 1 addition & 0 deletions partition/roles/bmc-catcher/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
quiet: yes
that:
- bmc_catcher_image_tag is defined
- bmc_catcher_image_name is defined

- name: deploy bmc-catcher service
include_role:
Expand Down

0 comments on commit 768cb5d

Please sign in to comment.