Skip to content

Initial setup

Georgios Argyriou requested to merge init_setup into master
  • The tool is ready to run both in dev and prod, but its actions differ, as there are different users in koji and kojitest.
  • While NO_ACTION=True, we do a smoke test. No actions will take place, but they will be printed.
  • If we set NO_ACTION=False, we need to define a large enough MAX_USERS_DEACTIVATE number in order to run properly (currently) either in koji or in kojitest, as there are 6 users for deactivation in kojitest and 18 in koji.
  • For more details, check comment(s) in https://its.cern.ch/jira/browse/LOS-978

Merge request reports