Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    4d2dcf3b
    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
    History
    Add post install job after VM creation
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.