Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
    • Benjamin Bertrand's avatar
      Add button to delete hosts · f3206d0a
      Benjamin Bertrand authored
      - set cascade to all and delete-orphan to delete interfaces when
        deleting a host
      - button added on the view host page to delete host (admin only)
      
      JIRA INFRA-557 #action In Progress
      f3206d0a
  2. Sep 21, 2018
  3. Aug 01, 2018
  4. Jul 31, 2018
  5. Jul 17, 2018
  6. Jul 12, 2018
  7. Jul 11, 2018
  8. Jul 09, 2018
    • Benjamin Bertrand's avatar
      Use sqlalchemy events hook to trigger tasks · d9516a98
      Benjamin Bertrand authored
      Use the before_flush hook to trigger the core services update.
      It's much nicer than having to call a method in several places.
      
      The core services update is triggered on creation/modification/deletion
      of an Interface.
      
      In the before_flush we can manipulate the session (add objects) but we
      shouldn't call commit.
      The db.session.commit() was removed from the launch_task method.
      d9516a98
  9. Jul 06, 2018
  10. Jul 02, 2018
  11. Jun 28, 2018
  12. May 25, 2018
  13. May 24, 2018
  14. May 23, 2018
  15. May 09, 2018
  16. Apr 27, 2018
  17. Apr 23, 2018
    • Benjamin Bertrand's avatar
      Add stack_member field to item · ce031db6
      Benjamin Bertrand authored
      This is to be used for stack of switches only
      
      - a stack_member is linked to an host (device_type has to be "Switch")
      - a stack_member is an integer between 0 and 9 (included) or can be None
      - the couple (host_id, stack_member) must be unique
      
      JIRA INFRA-267
      ce031db6
    • Benjamin Bertrand's avatar
      Add extra default device types · 1a2f3786
      Benjamin Bertrand authored
      - rename "Virtual" to "Virtual Machine"
      - add "Virtual IOC"
      - add several physical devices (Switch, Industrial PC IOC, MicroTCA,
        VME, PLC)
      1a2f3786
  18. Apr 20, 2018
  19. Apr 10, 2018
  20. Apr 06, 2018
  21. Mar 16, 2018
    • Benjamin Bertrand's avatar
      Fix default available IPs · 03daacce
      Benjamin Bertrand authored
      We should reserve 10 addresses at the beginning and 5 at the end.
      Meaning for a /24 network, we should start at 11 and end at 249.
      03daacce
  22. Mar 14, 2018
  23. Mar 13, 2018
  24. Feb 12, 2018
    • Benjamin Bertrand's avatar
      Allow admin to create interface outside range · a653f0d9
      Benjamin Bertrand authored
      The network range defines the IP to be allocated.
      This is to reserve some specific addresses (for gateway for example).
      
      An admin user should be able to define an interface outside the network
      range.
      
      The IP address select field was replaced with a string field
      (initialized to the first available IP).
      
      Fixes INFRA-200
      a653f0d9
  25. Feb 09, 2018
  26. Jan 03, 2018
  27. Dec 22, 2017
  28. Dec 20, 2017
  29. Dec 19, 2017
Loading