Skip to content

Commit

Permalink
MEP-8 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jun 11, 2021
1 parent 142a7e3 commit 81a4053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions control-plane/roles/metal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ You can look up all the default values of this role [here](defaults/main/main.ya
| metal_api_partitions | | Creates partitions (as masterdata) to the metal-api after deployment |
| metal_api_networks | | Creates networks (as masterdata) to the metal-api after deployment |
| metal_api_ips | | Creates ips (as masterdata) to the metal-api after deployment |
| metal_api_filesystemlayouts | | Creates filesystemlayouts to the metal-api after deployment |
| metal_api_resources | | Sets the given container resources |
| metal_api_bmc_superuser_enabled | | Enables creating the BMC superuser and disabling the default one |
| metal_api_bmc_superuser_pwd | | If enabled use this password for the new BMC superuser |
Expand Down
1 change: 1 addition & 0 deletions control-plane/roles/metal/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ metal_api_images: []
metal_api_partitions: []
metal_api_networks: []
metal_api_ips: []
metal_api_filesystemlayouts: []
metal_api_resources:
metal_api_s3_enabled: false
metal_api_s3_address:
Expand Down
5 changes: 5 additions & 0 deletions control-plane/roles/metal/templates/metal-values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ metal_api:
---
{{ entity | to_nice_yaml | indent(width=4, first=false) }}
{% endfor %}
filesystemlayouts: |
{% for entity in metal_api_filesystemlayouts %}
---
{{ entity | to_nice_yaml | indent(width=4, first=false) }}
{% endfor %}

masterdata_api:
provider_tenant: {{ metal_masterdata_api_provider_tenant }}
Expand Down

0 comments on commit 81a4053

Please sign in to comment.