Skip to content

Commit

Permalink
Pull request quattor#122: Update man page for map_service
Browse files Browse the repository at this point in the history
Merge in AQUILON_AQD/aqd from ~PRIYAJ/aquilon.aqd:priyaj/for_review/map_service_doc to master

* commit 'ea302ab00bdf931d7f7f69655c9985e75dee89f5':
  Update man page for  map_service
  • Loading branch information
priyaj1 committed Mar 1, 2022
2 parents c86a68a + ea302ab commit 8729f30
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions etc/input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2343,10 +2343,15 @@
</command>

<command name="map_service">
Map a service instance to a location. This declares that the specified service
instance is default within a specific location, and will be a candidate for
automatic selection during any bind_server (or rebuilds that invoke bind_server)
commands.
Map a service instance to a location, network or host_environment.

The specified service instance is default for all hosts within a specific location if mapped to a location.
The specified service instance is default for all hosts in the subnet if mapped to a networkip.

The service can also be mapped to a personality/archetype or host_environment. In this case the default will be
determined by host personality or host environment first before defaulting to broader networkip or location.
The specified service will be automatically mapped to a host during a host reconfigure, make host, make cluster.

<optgroup mandatory="True" fields="all">
<option name="service" type="string" mandatory="True">Service name</option>
<option name="instance" type="string" mandatory="True">Instance name</option>
Expand Down Expand Up @@ -2415,8 +2420,8 @@
</command>

<command name="unmap_service">
Remove the map from a service instance to a location. Existing bindings of
clients will remain unmodified.
Remove the map from a service instance to a location, network or host_environment.
Existing bindings of clients will remain unmodified.
<optgroup mandatory="True" fields="all">
<option name="service" type="string" mandatory="True">Service name</option>
<option name="instance" type="string" mandatory="True">Instance name</option>
Expand Down

0 comments on commit 8729f30

Please sign in to comment.