Skip to content

Commit e8d77da

Browse files
committed
fix image display issues
1 parent 3e959d0 commit e8d77da

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

source/plugins/netris-plugin.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ Zone creation
5656

5757
The CloudStack Zone creation wizard is extended:
5858

59-
.. |netris-isolation-method| image:: /_static/images/netris-isolation-method.png
59+
.. image:: ../_static/images/netris-isolation-method.png
60+
:width: 600px
61+
:align: center
6062

6163
- A new isolation method is added for the Core zone, with Advanced networking and KVM hypervisor: NETRIS
6264

63-
|netris-isolation-method|
64-
6565
- When the NETRIS isolation method is selected, new steps are added to the zone creation wizard:
6666
- Netris Provider: in this step the administrator must provide:
6767
- Netris provider URL along with an internal name for reference
@@ -70,18 +70,22 @@ The CloudStack Zone creation wizard is extended:
7070
- Admin Tenant Name: The name of the Admin Tenant on the Netris provider
7171
- Netris tag: A tag to be used on each Netris VNET creation
7272

73+
.. image:: ../_static/images/netris-provider-config.png
74+
:width: 600px
75+
:align: center
76+
7377
- Public traffic and Netris IP Pool: The public traffic is split in two sections.
7478
- Public traffic: The first Public IP range defined on this section will be marked for system VMs (and a tag will be displayed accordingly, with the name 'systemvm'). The next Public IP ranges defined on this section will be available for VR Public IPs.
7579

76-
.. |Public IP Pool| image:: /_static/images/netris-sysvm-vr-ip-range.png
77-
78-
|Public IP Pool|
80+
.. image:: ../_static/images/netris-sysvm-vr-ip-range.png
81+
:width: 600px
82+
:align: center
7983

8084
- Netris IP Pool: Administrators must provide the Public IP range to be used by VPC operations: Source NAT, Load Balancing, Port Forwarding, Static NAT (this range is marked with the tag 'netris')
8185

82-
.. |Netris Public IP Pool| image:: /_static/images/netris-public-ip-pool.png
83-
84-
|Netris Public IP Pool|
86+
.. image:: ../_static/images/netris-public-ip-pool.png
87+
:width: 600px
88+
:align: center
8589

8690
- When a new zone is being created, CloudStack will check the Public IP ranges defined and will perform the following actions on Netris:
8791
- Create an IPAM allocation for the Netris IP Pool range linked to the default VPC.

0 commit comments

Comments
 (0)