Uploaded image for project: '[Read Only] - Hippo Configuration Management'
  1. [Read Only] - Hippo Configuration Management
  2. HCM-73

Use specific YAML keys instead of "name" in repo-config.yaml

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • 0.5
    • Platform Sprint 153, Platform Sprint 154

    Description

      The current repo-config.yaml style looks like this:

      configurations:

      • name: base

        projects:

        - name: project1

          modules:

          - name: module1

        - name: project2

          modules:

          - name: module2

      In a long file, the indentation alone is not a very strong visual clue to find the line where a new project starts. I suggest a change to this format:

      configurations:

      • configuration: base

        projects:

        - project: project1

          modules:

          - module: module1

        - project: project2

          modules:

          - module: module2

      Attachments

        Activity

          People

            Unassigned Unassigned
            PCentgraf Peter Centgraf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: