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

[traffic-gen-in-vm] Place TRex config file and scripts #150

Merged
merged 3 commits into from
Jul 20, 2023

Commits on Jul 19, 2023

  1. Traffic-gen, cloud-init: Copy TRex Config file

    When mounting the disk containing the ConfigMap, the files are read only.
    Copy the TRex configuration file to `/etc` using cloud-init.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    405200c View commit details
    Browse the repository at this point in the history
  2. Traffic-gen, cloud-init: Create scripts directory

    When mounting the disk containing the ConfigMap, the files are read only.
    Create a directory to hold the Python scripts that will be used by TRex.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b6051fb View commit details
    Browse the repository at this point in the history
  3. Traffic-gen, cloud-init: Copy Python scripts

    Copy the Python scripts from the disk containing the ConfigMap
    data to `/opt/tests`.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b2e9325 View commit details
    Browse the repository at this point in the history