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

Deprecate hyperstart, CC shim, and CC proxy #1428

Merged
merged 4 commits into from
Apr 13, 2019

Commits on Apr 12, 2019

  1. vc: deprecate hyperstart agent

    The hyperstart agent has not been supported in kata since 2.1,
    so remove it as a component to kata. Mentioned in issue kata-containers#1113.
    
    Fixes: kata-containers#1419
    
    Signed-off-by: Gabi Beyer <gabrielle.n.beyer@intel.com>
    gabibeyer authored and Gabi Beyer committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    d4ef9c0 View commit details
    Browse the repository at this point in the history
  2. vc: remove virtc api cli

    previously used as a small api client for virtcontainers, virtc
    no longer needed.
    
    Fixes kata-containers#1419
    
    Signed-off-by: Gabi Beyer <gabrielle.n.beyer@intel.com>
    gabibeyer authored and Gabi Beyer committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c658770 View commit details
    Browse the repository at this point in the history
  3. vc: Deprecate CC proxy and shim

    Clear Containers proxy and shim are no longer supported. This
    was mentioned in issue kata-containers#1113. Their functionalities are thus
    removed from the runtime.
    
    Fixes kata-containers#1419
    
    Signed-off-by: Gabi Beyer <gabrielle.n.beyer@intel.com>
    gabibeyer authored and Gabi Beyer committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c425079 View commit details
    Browse the repository at this point in the history
  4. vc: modify ioctl function to handle shim test

    The kata shim tests make use of an ioctl function, so instead
    of having a custom one within that file, use the ioctl
    function in utils/utils_linux
    
    Fixes kata-containers#1419
    
    Signed-off-by: Gabi Beyer <Gabrielle.n.beyer@intel.com>
    Gabi Beyer authored and Gabi Beyer committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b08ab6a View commit details
    Browse the repository at this point in the history