Project

General

Profile

action #75403

Updated by okurz over 3 years ago

## Motivation 
 Brought up during SUSE QA Tools retrospective 2020-10-27 : We already have https://gitlab.suse.de/openqa/salt-states-openqa#local-test-deployment which we could extend with common commands we use to manage the OSD infrastructure. 

 ## Acceptance criteria 
 * **AC1:** README file of salt-states-openqa mentions common salt commands used in production 

 ## Suggestions 

 * Add "common salt commands" to https://gitlab.suse.de/openqa/salt-states-openqa 
 * Generalize the test instructions to replace `salt-call --local` 
 * Include common commands to apply 
  * `salt -l error \* state.apply highstate` 
  * `salt -C 'G@roles:worker' cmd.run 'uptime'`

Back