Skip to content
New issue

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

IBP console: support multizone & storage config #249

Closed
alxiong opened this issue May 28, 2020 · 1 comment
Closed

IBP console: support multizone & storage config #249

alxiong opened this issue May 28, 2020 · 1 comment

Comments

@alxiong
Copy link
Contributor

alxiong commented May 28, 2020

Currently IBP installation playbook doesn't support multizone openshift cluster & storage config yet.

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
@alxiong alxiong changed the title IBP console: support multizone config IBP console: support multizone & storageclass May 29, 2020
@alxiong alxiong changed the title IBP console: support multizone & storageclass IBP console: support multizone & storage config May 29, 2020
@sstone1
Copy link
Contributor

sstone1 commented Jun 2, 2020

@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

sstone1 pushed a commit to sstone1/ansible-collection that referenced this issue Jun 2, 2020
…#249)

Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
@sstone1 sstone1 closed this as completed in acefa96 Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants