From c60ae2dc1a4008cef074ab113163ed407fac6350 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Wed, 18 Aug 2021 12:26:31 -0400 Subject: [collect,docs] Drop `--master` and update internal references This commit follows up on the previous changes from #2555 by fully dropping the `--master` option in favor of `--primary`, `--manager`, and `--controller`. Internal references have been updated as well, using the term `primary` across all instances. Note that within OCP cluster profile, 'primary' labeling and option setting still relies on the 'master' label/role reported by the environment, as that remains the term used to identify such nodes. Resolves: #2329 Signed-off-by: Jake Hunsaker --- plugins_overview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins_overview.py') diff --git a/plugins_overview.py b/plugins_overview.py index 26c3d38f..46bcbf5a 100644 --- a/plugins_overview.py +++ b/plugins_overview.py @@ -73,7 +73,7 @@ for plugfile in sorted(os.listdir(PLUGDIR)): # if plugname != 'bcache': # continue plugs_data[plugname] = { - 'sourcecode': 'https://github.com/sosreport/sos/blob/master/sos/report/plugins/%s.py' % plugname, + 'sourcecode': 'https://github.com/sosreport/sos/blob/main/sos/report/plugins/%s.py' % plugname, 'distros': [], 'profiles': [], 'packages': [], -- cgit