This file is indexed.

/usr/share/doc/python-hpilo-doc/html/federation.html is in python-hpilo-doc 3.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Federation groups &#8212; python-hpilo 3.9 documentation</title>
    
    <link rel="stylesheet" href="_static/cloud.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '3.9',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/cloud.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="python-hpilo 3.9 documentation" href="index.html" />
    <link rel="next" title="Active Health System and Insight Remote Support" href="ahs.html" />
    <link rel="prev" title="iLO event log" href="log.html" /> 
        <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body role="document">
    <div class="relbar-top">
        
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="ahs.html" title="Active Health System and Insight Remote Support"
             accesskey="N">next</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="log.html" title="iLO event log"
             accesskey="P">previous</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">python-hpilo 3.9 documentation</a> &#187;</li>
 
      </ul>
    </div>
    </div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="federation-groups">
<h1>Federation groups<a class="headerlink" href="#federation-groups" title="Permalink to this headline"></a></h1>
<p>iLO federation allows you to manage multiple iLOs and servers from a single iLO
web interface, including firmware updates, license installs and querying health
status.</p>
<dl class="class">
<dt>
<em class="property">class </em><code class="descclassname">hpilo.</code><code class="descname">Ilo</code></dt>
<dd><dl class="method">
<dt id="hpilo.Ilo.add_federation_group">
<code class="descname">add_federation_group</code><span class="sig-paren">(</span><em>group_name</em>, <em>group_key</em>, <em>admin_priv=False</em>, <em>remote_cons_priv=True</em>, <em>reset_server_priv=False</em>, <em>virtual_media_priv=False</em>, <em>config_ilo_priv=True</em>, <em>login_priv=False</em><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.add_federation_group" title="Permalink to this definition"></a></dt>
<dd><p>Add a new federation group</p>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.get_federation_all_groups">
<code class="descname">get_federation_all_groups</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.get_federation_all_groups" title="Permalink to this definition"></a></dt>
<dd><p>Get all federation group names</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">ilo</span><span class="o">.</span><span class="n">get_federation_all_groups</span><span class="p">()</span>
<span class="go">[&#39;DEFAULT&#39;]</span>
</pre></div>
</div>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.get_federation_all_groups_info">
<code class="descname">get_federation_all_groups_info</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.get_federation_all_groups_info" title="Permalink to this definition"></a></dt>
<dd><p>Get all federation group names and associated privileges</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">ilo</span><span class="o">.</span><span class="n">get_federation_all_groups_info</span><span class="p">()</span>
<span class="go">{&#39;DEFAULT&#39;: {&#39;admin_priv&#39;: False,</span>
<span class="go">             &#39;config_ilo_priv&#39;: False,</span>
<span class="go">             &#39;group_name&#39;: &#39;DEFAULT&#39;,</span>
<span class="go">             &#39;login_priv&#39;: True,</span>
<span class="go">             &#39;remote_cons_priv&#39;: False,</span>
<span class="go">             &#39;reset_server_priv&#39;: False,</span>
<span class="go">             &#39;virtual_media_priv&#39;: False}}</span>
</pre></div>
</div>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.get_federation_group">
<code class="descname">get_federation_group</code><span class="sig-paren">(</span><em>group_name</em><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.get_federation_group" title="Permalink to this definition"></a></dt>
<dd><p>Get privileges for a specific federation group</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">ilo</span><span class="o">.</span><span class="n">get_federation_group</span><span class="p">(</span><span class="n">group_name</span><span class="o">=</span><span class="s2">&quot;DEFAULT&quot;</span><span class="p">)</span>
<span class="go">{&#39;admin_priv&#39;: False,</span>
<span class="go"> &#39;config_ilo_priv&#39;: False,</span>
<span class="go"> &#39;group_name&#39;: &#39;DEFAULT&#39;,</span>
<span class="go"> &#39;login_priv&#39;: True,</span>
<span class="go"> &#39;remote_cons_priv&#39;: False,</span>
<span class="go"> &#39;reset_server_priv&#39;: False,</span>
<span class="go"> &#39;virtual_media_priv&#39;: False}</span>
</pre></div>
</div>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.mod_federation_group">
<code class="descname">mod_federation_group</code><span class="sig-paren">(</span><em>group_name</em>, <em>new_group_name=None</em>, <em>group_key=None</em>, <em>admin_priv=None</em>, <em>remote_cons_priv=None</em>, <em>reset_server_priv=None</em>, <em>virtual_media_priv=None</em>, <em>config_ilo_priv=None</em>, <em>login_priv=None</em><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.mod_federation_group" title="Permalink to this definition"></a></dt>
<dd><p>Set attributes for a federation group, only specified arguments will
be changed.  All arguments except group_name, new_group_name and
group_key should be boolean</p>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.delete_federation_group">
<code class="descname">delete_federation_group</code><span class="sig-paren">(</span><em>group_name</em><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.delete_federation_group" title="Permalink to this definition"></a></dt>
<dd><p>Delete the specified federation group membership</p>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.get_federation_multicast">
<code class="descname">get_federation_multicast</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.get_federation_multicast" title="Permalink to this definition"></a></dt>
<dd><p>Get the iLO federation mulicast settings</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">ilo</span><span class="o">.</span><span class="n">get_federation_multicast</span><span class="p">()</span>
<span class="go">{&#39;ipv6_multicast_scope&#39;: &#39;Site&#39;,</span>
<span class="go"> &#39;multicast_announcement_interval&#39;: &#39;Disabled&#39;,</span>
<span class="go"> &#39;multicast_discovery_enabled&#39;: &#39;No&#39;,</span>
<span class="go"> &#39;multicast_ttl&#39;: 5}</span>
</pre></div>
</div>
</dd></dl>

<dl class="method">
<dt id="hpilo.Ilo.set_federation_multicast">
<code class="descname">set_federation_multicast</code><span class="sig-paren">(</span><em>multicast_discovery_enabled=True</em>, <em>multicast_announcement_interval=600</em>, <em>ipv6_multicast_scope='Site'</em>, <em>multicast_ttl=5</em><span class="sig-paren">)</span><a class="headerlink" href="#hpilo.Ilo.set_federation_multicast" title="Permalink to this definition"></a></dt>
<dd><p>Set the Federation multicast configuration</p>
</dd></dl>

</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
        <p class="logo"><a href="index.html" title="index">
          <img class="logo" src="_static/python-hpilo.png" alt="Logo"/>
        </a></p>
  <div class="sphinxprev">
    <h4>Previous page</h4>
    <p class="topless"><a href="log.html"
                          title="Previous page">&larr; iLO event log</a></p>
  </div>
  <div class="sphinxnext">
    <h4>Next page</h4>
    <p class="topless"><a href="ahs.html"
                          title="Next page">&rarr; Active Health System and Insight Remote Support</a></p>
  </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
    
    
        <div class="sidebar-toggle-group no-js">
            
            <button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
                 «
                <span class="show-for-small">hide menu</span>
                
            </button>
            <button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">
                
                <span class="show-for-small">menu</span>
                <span class="hide-for-small">sidebar</span>
                 »
            </button>
        </div>
    
      <div class="clearer"></div>
    </div>
    <div class="relbar-bottom">
        
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="ahs.html" title="Active Health System and Insight Remote Support"
             >next</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="log.html" title="iLO event log"
             >previous</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">python-hpilo 3.9 documentation</a> &#187;</li>
 
      </ul>
    </div>
    </div>

    <div class="footer" role="contentinfo">
        &#169; Copyright 2011-2016, Dennis Kaarsemaker.
    </div>
    <!-- cloud_sptheme 1.4 -->
  </body>
</html>