diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-18 12:26:31 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-23 10:56:17 -0400 |
commit | c60ae2dc1a4008cef074ab113163ed407fac6350 (patch) | |
tree | a6d7bcb0a9c01ba7c1467a11f538786007d2ab53 /plugins_overview.py | |
parent | 417a962a8f7af764d2107b1432a391649cd078bb (diff) | |
download | sos-c60ae2dc1a4008cef074ab113163ed407fac6350.tar.gz |
[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 <jhunsake@redhat.com>
Diffstat (limited to 'plugins_overview.py')
-rw-r--r-- | plugins_overview.py | 2 |
1 files changed, 1 insertions, 1 deletions
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': [], |