Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 18, 2017
1 parent 9bbe752 commit db2145c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/radl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,18 @@ the virtual machine.
``IM_NODE_FQDN``
Complete FQDN of the virtual machine.

``IM_NODE_PRIVATE_IP``
Private IP of the virtual machine. In case that the VM has more that one the first one will be returned.

``IM_NODE_PUBLIC_IP``
Public IP of the virtual machine. In case that the VM has more that one the first one will be returned.

``IM_NODE_NUM``
The value of the substitution ``#N#`` in the virtual machine.

``IM_NODE_CLOUD_TYPE``
Cloud type where the VM has been deployed.

``IM_MASTER_HOSTNAME``
Hostname (without the domain) of the virtual machine doing the *master*
role.
Expand All @@ -442,6 +451,9 @@ the virtual machine.
``IM_NODE_NET_<iface num>_IP``
The IP assigned to the network interface num ``iface num``.

``IM_INFRASTRUCTURE_ID``
The identifier asigned by the IM to the infrastrucure this VM belongs to.

``IM_INFRASTRUCTURE_RADL``
The RADL in JSON format: networks, systems and deploys. (from ver. 1.6.2). It enables to use
RADL values in Ansible recipes. The ``.`` in the properties are replaced by ``_``
Expand Down

0 comments on commit db2145c

Please sign in to comment.