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

feat: allow solo to deploy pre-configured resource profiles #175

Merged
merged 27 commits into from
Apr 7, 2024

Commits on Mar 26, 2024

  1. feat: add prompt for profile during network deploy

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    521e3d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. feat: first implementation of resource profile manager

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    be9f6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c657a10 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: use wait for pod ready condition to check pod condition to impro…

    …ve robustness
    
    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d24a204 View commit details
    Browse the repository at this point in the history
  2. test: use separate profile files for tests

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e9b2e50 View commit details
    Browse the repository at this point in the history
  3. fix: use port forward if load balancer IP is not in supported network…

    … interface subnets
    
    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5898ab4 View commit details
    Browse the repository at this point in the history
  4. fix: update profile tiny

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4215ac5 View commit details
    Browse the repository at this point in the history
  5. doc: update README with console log of the commands

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e1504c1 View commit details
    Browse the repository at this point in the history
  6. fix: update tiny profile

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a58323a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix: mirror node db resource spec interpretation

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cd362f0 View commit details
    Browse the repository at this point in the history
  2. fix: add additional profiles

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1708f0c View commit details
    Browse the repository at this point in the history
  3. fix: create cached values file directory during solo init

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3f48a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat: add dev scripts to view telemetry

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4781678 View commit details
    Browse the repository at this point in the history
  2. fix defaults and constants

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d1afeb9 View commit details
    Browse the repository at this point in the history
  3. make it work

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ce95971 View commit details
    Browse the repository at this point in the history
  4. fix dev telemetry scripts

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b3f7eb0 View commit details
    Browse the repository at this point in the history
  5. use correct FST version

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5bbf7fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b0fcf2 View commit details
    Browse the repository at this point in the history
  7. update wait time

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    40b3fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. save sample dashboar

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4620f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a78d4 View commit details
    Browse the repository at this point in the history
  3. fix setup script

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    765732d View commit details
    Browse the repository at this point in the history
  4. test: increase test timeout

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    daf17da View commit details
    Browse the repository at this point in the history
  5. address PR comments and remove dev folder

    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3012780 View commit details
    Browse the repository at this point in the history
  6. test: reduce error logging in the console for failed test to avoid co…

    …nfusion in CI logs
    
    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    32c463c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f81257 View commit details
    Browse the repository at this point in the history
  8. test: increase test execution time to accommodate recently added chec…

    …k steps
    
    Signed-off-by: Lenin Mehedy <[email protected]>
    leninmehedy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9394895 View commit details
    Browse the repository at this point in the history