Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Oct 22, 2020
  3. Mar 09, 2020
  4. Mar 05, 2020
  5. Feb 24, 2020
  6. Feb 21, 2020
    • Benjamin Bertrand's avatar
      Add app version in navbar · 626f22d9
      Benjamin Bertrand authored
      The version file is created when building the docker image
      using the git tag.
      
      Switch to calendar versioning
      
      JIRA INFRA-1789 #action In Progress
      626f22d9
  7. Sep 18, 2019
  8. Sep 17, 2019
  9. May 10, 2019
    • Benjamin Bertrand's avatar
      Allow users to delete their host · a6811ba9
      Benjamin Bertrand authored
      - admin can delete any hosts
      - normal users can delete hosts they created
      
      Note that still only admin users can delete hosts via the API (more dangerous
      operation as a script could delete many hosts).
      
      JIRA INFRA-1018 #action In Progress
      a6811ba9
  10. May 09, 2019
  11. Apr 05, 2019
  12. Apr 03, 2019
  13. Apr 02, 2019
  14. Mar 18, 2019
    • Benjamin Bertrand's avatar
      Allow users to create VM/VIOC · 8f209774
      Benjamin Bertrand authored
      - users with access to the network can create VIOC
      - VM can be created only in the ALLOWED_VM_CREATION_DOMAINS
      
      JIRA INFRA-775
      8f209774
    • Benjamin Bertrand's avatar
      Add osversion field to CreateVMForm · dbe8ad11
      Benjamin Bertrand authored
      - vm_osversion is passed as extra variables to the create_vm job
      template
      - vm_cores/vm_memory/vm_disk_size are also passed as extra variables
      instead of saving them as host variables. Saving the variables in the
      host when submitting the form forces to update the inventory before to
      trigger the job to create the VM. This can be avoided using extra
      variables. Furthermore those variables don't need to be in the
      inventory, they can be retrieved as facts.
      
      JIRA INFRA-877
      dbe8ad11
  15. Mar 05, 2019
    • Benjamin Bertrand's avatar
      Remove tags and add is_ioc field to host table · f331b452
      Benjamin Bertrand authored
      Tags were basically only used for IOCs.
      Tags were linked to the interface (and not the host).
      But for IOC we assume it should always be the main (first) interface.
      
      Using a field on the host table will make it more obvious for users.
      
      Created a IOC dynamic group type, to create a group including all IOCs
      
      JIRA INFRA-862 #action In Progress
      f331b452
  16. Jan 28, 2019
    • Benjamin Bertrand's avatar
      Add post install job after VM creation · 4d2dcf3b
      Benjamin Bertrand authored
      After a VM or VIOC creation, a post install job can be triggered.
      The job to trigger is based on the domain and defined in the
      AWX_POST_INSTALL dictionary.
      
      Admin users have the option to skip this post job if required.
      
      The job is enqueued in RQ with a dependency on the creation job.
      So it's only triggered after successful completion of the first one.
      
      JIRA INFRA-769
      4d2dcf3b
  17. Jan 25, 2019
  18. Oct 11, 2018
  19. Oct 05, 2018
  20. Sep 28, 2018
    • Benjamin Bertrand's avatar
      Allow to delete hosts and interfaces via the API · 9977c3e7
      Benjamin Bertrand authored
      Add endpoints:
      DELETE /network/hosts/<host_id>
      DELETE /network/interfaces/<interface_id>
      
      JIRA INFRA-570 #action In Progress
      9977c3e7
    • 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
    • Benjamin Bertrand's avatar
      Add button to export items to excel file · 8471ec5b
      Benjamin Bertrand authored
      Retrieving all items from the database takes some time.
      The task is thus handled by the RQ worker.
      We use ajax to periodically monitor the status of the job
      and redirect to the file when ready.
      A progress bar is displayed to let the user see the progress.
      
      The mechanism put in place could be re-used for other use cases.
      
      JIRA INFRA-545 #action In Progress
      8471ec5b
  21. Sep 21, 2018
  22. Aug 21, 2018
  23. Jul 16, 2018
  24. Jul 06, 2018
  25. May 25, 2018
  26. Feb 20, 2018
  27. Feb 16, 2018
  28. Feb 14, 2018
  29. Feb 13, 2018
  30. Feb 09, 2018
Loading