Skip to content

MinIO Service is getting deployed with the incorrect Network mappings. #281

@alpeon

Description

@alpeon

Description

When instantiating the Multi-Node MinIO oneflow template the VMs are getting instantiated with incorrect networks.

Image

Fix

Change the multiple occasions

 "NIC": [
  {
            "NAME": "NIC0\n  NETWORK_ID = $public"
          },
          {
            "NAME": "NIC1\n  NETWORK_ID = $private"
          }
]

to

 "NIC": [
          {
            "NAME": "NIC0",
            "NETWORK_ID": "$Public"
          },
          {
            "NAME": "NIC1",
            "NETWORK_ID": "$Private"
          }
        ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions