Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Need to indicate whether Gluster nodes are used for other purposes #44

@alanbchristie

Description

@alanbchristie

At the moment the templating assumes the Gluster nodes will be independent of the compute nodes. So the resulting inventory file contains duplicate definitions under the nodes: block.

Also the nodes appear to have an infra-compute label and should probably just have a generic compute label.

        nodes:
          hosts:
            xchem-master-1.novalocal:
              openshift_node_group_name: 'node-config-master-compute'
            xchem-infra-1.novalocal:
              openshift_node_group_name: 'node-config-infra-compute'
            xchem-graph-001.novalocal:
              openshift_node_group_name: 'node-config-graph'
            xchem-app-001.novalocal:
              openshift_node_group_name: 'node-config-app'
            xchem-gpu-001.novalocal:
              openshift_node_group_name: 'node-config-gpu'
            xchem-infra-1.novalocal:
              openshift_node_group_name: 'node-config-infra-compute'
            xchem-graph-001.novalocal:
              openshift_node_group_name: 'node-config-infra-compute'
            xchem-app-001.novalocal:
              openshift_node_group_name: 'node-config-infra-compute'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions