Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial prototype of aws-ecs-1 variant #946

Merged
merged 28 commits into from
Jul 27, 2020

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    c0dd8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6295501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062d3ad View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    13e6b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. ecs-agent: new package

    samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    d9d430f View commit details
    Browse the repository at this point in the history
  2. docker-engine: use cgroupfs cgroup driver

    The systemd cgroup driver imposes additional restrictions on the name of
    cgroup parents, causing workflows that depend on non-conforming names to
    fail.
    samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    a7a7971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169b4d0 View commit details
    Browse the repository at this point in the history
  4. packages: define %{_cross_variant} macro

    This macro can be used for conditions in variant-specific packages like
    `os`.
    samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    75d49e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e06a20 View commit details
    Browse the repository at this point in the history
  6. os: build ecs-settings-applier for aws-ecs-1

    ecs-settings-applier is built conditionally for aws-ecs-1.  Attempting
    to compile ecs-settings-applier for another variant will fail, as the
    applier depends on the definition of model::Model in the ECS variant.
    samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    75d4f04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9b34a1 View commit details
    Browse the repository at this point in the history
  8. docker-engine: allow Docker to use default bridge

    The default docker0 bridge allows container networking to function in a
    familiar way to developers.  The bridge is used by `docker run` when
    exposing ports and used by Amazon ECS.
    samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    8727e78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44b6499 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82d497d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a8ea51 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfcd781 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d6ef49 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0ad8bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b69acb5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d7b097 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    061f2fd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4587c69 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0debe9f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3402fa7 View commit details
    Browse the repository at this point in the history
  21. Unpack expected Options

    jahkeup authored and samuelkarp committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    950a0ff View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b95c80f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    50a427b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8025807 View commit details
    Browse the repository at this point in the history