diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 19:54:18 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 19:54:18 -0500 |
commit | 17ca54b9b94641d282b1d9a6d437e035582e5a2d (patch) | |
tree | 40f75b3ca176304b4b5afec6d0b635eaa3e036c4 /devel/requirements/3b_runner.xml | |
parent | a9bda84e7db37a94612fba445362f3e9754c55b1 (diff) | |
download | horizon-17ca54b9b94641d282b1d9a6d437e035582e5a2d.tar.gz horizon-17ca54b9b94641d282b1d9a6d437e035582e5a2d.tar.bz2 horizon-17ca54b9b94641d282b1d9a6d437e035582e5a2d.tar.xz horizon-17ca54b9b94641d282b1d9a6d437e035582e5a2d.zip |
req: 3b: Add Runner.Execute.nameserver.FQDN
Diffstat (limited to 'devel/requirements/3b_runner.xml')
-rw-r--r-- | devel/requirements/3b_runner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 50e8832..08f223e 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -712,6 +712,10 @@ <title>Runner.Execute.nameserver</title> <para>If one or more <literal>nameserver</literal> keys are specified in the HorizonScript, the system shall write the nameservers specified to the <literal>/etc/resolv.conf</literal> file in the target namespace.</para> </formalpara> + <formalpara id="Runner.Execute.nameserver.FQDN"> + <title>Runner.Execute.nameserver.FQDN</title> + <para>If the <literal>hostname</literal> key contains a domain name part (at least one ASCII period <literal>.</literal> followed by at least one alphanumeric character), the system shall write the domain name to the <literal>/etc/resolv.conf</literal> file in the target namespace.</para> + </formalpara> <formalpara id="Runner.Execute.network"> <title>Runner.Execute.network</title> <para>If the value of the <literal>network</literal> key is <literal>true</literal>, the system shall execute the <literal>netssid</literal>, <literal>netaddress</literal>, and <literal>nameserver</literal> keys in the installation environment.</para> |