We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently IBP installation playbook doesn't support multizone openshift cluster & storage config yet.
storage
storage: console: class: <non-default-storageclass> size: 50Gi clusterdata: zones: - dal10 - dal12 - dal13
Final config could look like:
--- - name: Deploy IBM Blockchain Platform console hosts: localhost vars: state: present target: openshift arch: amd64 project: <project> image_registry_password: <image_registry_password> image_registry_email: <image_registry_email> console_domain: <console_domain> console_email: <console_email> console_default_password: <console_default_password> wait_timeout: 3600 storage: console: class: my-storage-class size: 50Gi clusterdata: zones: - dal10 - dal12 - dal13 roles: - ibm.blockchain_platform.console
The text was updated successfully, but these errors were encountered:
@alxiong good spot on zones, will get that added; storage class is already there though: https://ibm-blockchain.github.io/ansible-collection/roles/console.html
console_storage_class and console_storage_size
console_storage_class
console_storage_size
Sorry, something went wrong.
Extend console role so you can specify zones (resolves IBM-Blockchain…
6b195d7
…#249) Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
acefa96
No branches or pull requests
Currently IBP installation playbook doesn't support multizone openshift cluster &
storage
config yet.Final config could look like:
The text was updated successfully, but these errors were encountered: