Skip to content

bndl generates bundle.conf with bug for description #491

@longshorej

Description

@longshorej

Description should not be what it is below:

components {
  cp-zookeeper {
    description = <pyhocon.config_tree.NoneValue object at 0x7f452549aac8>
    file-system-type = "oci-image"
    start-command = []
    endpoints {
      cp-zookeeper-tcp-2181 {
        bind-protocol = "tcp"
        bind-port = 2181
        service-name = "cp-zookeeper-tcp-2181"
      }
      cp-zookeeper-tcp-2888 {
        bind-protocol = "tcp"
        bind-port = 2888
        service-name = "cp-zookeeper-tcp-2888"
      }
      cp-zookeeper-tcp-3888 {
        bind-protocol = "tcp"
        bind-port = 3888
        service-name = "cp-zookeeper-tcp-3888"
      }
    }
    volumes {
      volume-etc-zookeeper-secrets = "/etc/zookeeper/secrets"
      volume-var-lib-zookeeper-data = "/var/lib/zookeeper/data"
      volume-var-lib-zookeeper-log = "/var/lib/zookeeper/log"
    }
  }
  bundle-status {
    description = "Status check for the bundle component"
    file-system-type = "universal"
    start-command = [
      "check"
      "--any-address"
      "$CP_ZOOKEEPER_TCP_2181_HOST?retry-delay=10&retry-count=6"
      "$CP_ZOOKEEPER_TCP_2888_HOST?retry-delay=10&retry-count=6"
      "$CP_ZOOKEEPER_TCP_3888_HOST?retry-delay=10&retry-count=6"
    ]
    endpoints {}
  }
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions