Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Update NSGs after changes to instance config #1385

Merged

Commits on Oct 21, 2021

  1. Refactor set_admins into configuration.py and update deployment param…

    …s with nsg_config
    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    92fcf34 View commit details
    Browse the repository at this point in the history
  2. Fixing arguments.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    44cc3ad View commit details
    Browse the repository at this point in the history
  3. Param takes in network config json

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7c2d83f View commit details
    Browse the repository at this point in the history
  4. Fixing Client in deploy

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    84c7785 View commit details
    Browse the repository at this point in the history
  5. removing import

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1f80945 View commit details
    Browse the repository at this point in the history
  6. Adding onefuzztypes to reqs.txt

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7abb98e View commit details
    Browse the repository at this point in the history
  7. Reverting to single list

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    253c91c View commit details
    Browse the repository at this point in the history
  8. Removing imports.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f373f1f View commit details
    Browse the repository at this point in the history
  9. Retriggering build

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    e4162c9 View commit details
    Browse the repository at this point in the history
  10. Setting specific pip version for local testing.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    8464f75 View commit details
    Browse the repository at this point in the history
  11. Removing imports?

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    3a282a2 View commit details
    Browse the repository at this point in the history
  12. More imports.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a70a322 View commit details
    Browse the repository at this point in the history
  13. Fixing formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    3a96831 View commit details
    Browse the repository at this point in the history
  14. Updating how to parse nsg param.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    6c2cbc9 View commit details
    Browse the repository at this point in the history
  15. Removing old logging statements.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    24e209c View commit details
    Browse the repository at this point in the history
  16. Fixing types.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c1e6aed View commit details
    Browse the repository at this point in the history
  17. REmoving bad log

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    09fcf2d View commit details
    Browse the repository at this point in the history
  18. Removing local pip version.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9478dc2 View commit details
    Browse the repository at this point in the history
  19. Removing comments

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    874d4ee View commit details
    Browse the repository at this point in the history
  20. fixing

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    011eb3f View commit details
    Browse the repository at this point in the history
  21. Formatting

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c83e480 View commit details
    Browse the repository at this point in the history
  22. Fixing .split()

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0977af7 View commit details
    Browse the repository at this point in the history
  23. Adding NSG rule checks and type.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    801be3d View commit details
    Browse the repository at this point in the history
  24. Formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b68d1da View commit details
    Browse the repository at this point in the history
  25. Formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0eb45b5 View commit details
    Browse the repository at this point in the history
  26. Removing imports.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9f1ee89 View commit details
    Browse the repository at this point in the history
  27. Fixing formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f452452 View commit details
    Browse the repository at this point in the history
  28. Testing formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b8cb662 View commit details
    Browse the repository at this point in the history
  29. Retrigger?

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4636570 View commit details
    Browse the repository at this point in the history
  30. New InstanceConfigClient class.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2b683e2 View commit details
    Browse the repository at this point in the history
  31. Retrigger.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    134c54a View commit details
    Browse the repository at this point in the history
  32. Cherry picked commit.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7d6ccea View commit details
    Browse the repository at this point in the history
  33. Reformatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    08e8bc6 View commit details
    Browse the repository at this point in the history
  34. Actually fixing formatting.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    fb6079e View commit details
    Browse the repository at this point in the history
  35. Fixing table_service call.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    59f2bcc View commit details
    Browse the repository at this point in the history
  36. Fixing return statement and nsg_rule pass.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4488a8a View commit details
    Browse the repository at this point in the history
  37. Full config.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    691ef7c View commit details
    Browse the repository at this point in the history
  38. Removing commented out code.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    68be1d1 View commit details
    Browse the repository at this point in the history
  39. Fixing logic.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    8851319 View commit details
    Browse the repository at this point in the history
  40. Adding wildcard check.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b156332 View commit details
    Browse the repository at this point in the history
  41. Code for updating NSGs when instance_config updated.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0bba7bf View commit details
    Browse the repository at this point in the history
  42. Updating argument to set_allowed_rules

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    12ee87b View commit details
    Browse the repository at this point in the history
  43. Updating model to no longer be optional.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    127319c View commit details
    Browse the repository at this point in the history
  44. Fixing args for set_allowed_rules

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    570d815 View commit details
    Browse the repository at this point in the history
  45. trying to fix calls to get_nsg

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    5ed3565 View commit details
    Browse the repository at this point in the history
  46. Updating calls to nsg lib

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4357461 View commit details
    Browse the repository at this point in the history
  47. Fixing imports.

    nharper285 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0f3dbc7 View commit details
    Browse the repository at this point in the history
  48. Updating calls to set_allowed and creating constructor for NSGConfig …

    …type.
    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f0c7530 View commit details
    Browse the repository at this point in the history
  49. Removing constructor and manually setting default ip

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    67e3446 View commit details
    Browse the repository at this point in the history
  50. Fixing models.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7340a3c View commit details
    Browse the repository at this point in the history
  51. Hopefully fixing docs.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    23c5070 View commit details
    Browse the repository at this point in the history
  52. Fix set_allowed call

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    398a39c View commit details
    Browse the repository at this point in the history
  53. Adding error handling for update config.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    35571d0 View commit details
    Browse the repository at this point in the history
  54. Changing to error check.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    286a346 View commit details
    Browse the repository at this point in the history
  55. Fixing error call.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b64a02c View commit details
    Browse the repository at this point in the history
  56. Fixing imports.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    abef082 View commit details
    Browse the repository at this point in the history
  57. Adding empty() function on request.

    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    96e109b View commit details
    Browse the repository at this point in the history
  58. Removing empty function.

    # Conflicts:
    #	src/pytypes/onefuzztypes/models.py
    nharper32 authored and stas committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d002f14 View commit details
    Browse the repository at this point in the history
  59. Fixing files for update.

    nharper32 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c0d2439 View commit details
    Browse the repository at this point in the history
  60. Fixing nsg.py.

    nharper32 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    42effa7 View commit details
    Browse the repository at this point in the history
  61. Fixing imports.

    nharper285 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    e65ea4c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. removing commented code.

    nharper285 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a961b2b View commit details
    Browse the repository at this point in the history