Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Use one kube service per bosh job #382

Merged
merged 16 commits into from
Sep 6, 2018

Commits on Sep 6, 2018

  1. Add job properties to role manifest

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    16fb1a2 View commit details
    Browse the repository at this point in the history
  2. Job names are included in tests now

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    6ef732f View commit details
    Browse the repository at this point in the history
  3. Headless services generate internal services now

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e2fc283 View commit details
    Browse the repository at this point in the history
  4. Handle case where no opinions are defined

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0bba2cb View commit details
    Browse the repository at this point in the history
  5. StatefulSets need scaling defined

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    fe755dd View commit details
    Browse the repository at this point in the history
  6. Hostnames can't have _

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    90fbc26 View commit details
    Browse the repository at this point in the history
  7. Group port definitions by statefulset, not service

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    722ba5d View commit details
    Browse the repository at this point in the history
  8. Restore creation of service based only on role

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    b6066d8 View commit details
    Browse the repository at this point in the history
  9. Restructure container properties to avoid pointers

    This lets us skip nil checks and iterate on empty lists instead.
    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    63099a7 View commit details
    Browse the repository at this point in the history
  10. Add doc line to createPort()

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    be7434d View commit details
    Browse the repository at this point in the history
  11. Clarify newService / newGenericService

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    f3b3767 View commit details
    Browse the repository at this point in the history
  12. Added check for instance group service

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    fc28eca View commit details
    Browse the repository at this point in the history
  13. Use ConvertNameToKey to transform job, role names

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0caecf1 View commit details
    Browse the repository at this point in the history
  14. Refactor createPorts() to clarify usage

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    12dcafa View commit details
    Browse the repository at this point in the history
  15. Update assert text

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    5276e51 View commit details
    Browse the repository at this point in the history
  16. Use clearer name for newClusteringService()

    Alex Harford committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    1615af7 View commit details
    Browse the repository at this point in the history