From: albertoflorez Date: Mon, 8 Jul 2019 11:36:00 +0000 (+0200) Subject: ADD opennebula to html X-Git-Tag: v6.0.2rc1^2~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLW-UI.git;a=commitdiff_plain;h=024885be6895a8b84ddb62c2613ddd4fcbeacc4d ADD opennebula to html Change-Id: I7e3db0ef8d51e35ad60ed66432eabb3b2f3b464a Signed-off-by: albertoflorez --- diff --git a/vimhandler/template/config/opennebula.html b/vimhandler/template/config/opennebula.html new file mode 100644 index 0000000..87eeda8 --- /dev/null +++ b/vimhandler/template/config/opennebula.html @@ -0,0 +1,33 @@ +
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
\ No newline at end of file diff --git a/vimhandler/template/config/opennebula_show.html b/vimhandler/template/config/opennebula_show.html new file mode 100644 index 0000000..7833e72 --- /dev/null +++ b/vimhandler/template/config/opennebula_show.html @@ -0,0 +1,24 @@ +
+ +
+
+ + +
+

{{ datacenter.sdn_ctrl|default:"---" }}

+
+
+
+ +
+

{{ datacenter.sdn_port_map|default:"---" }}

+
+
+
+ +
+

{{ datacenter.config.vim_network_name|default:"---" }}

+
+
+
+
diff --git a/vimhandler/template/vim_create.html b/vimhandler/template/vim_create.html index f7f91a2..4dccc37 100644 --- a/vimhandler/template/vim_create.html +++ b/vimhandler/template/vim_create.html @@ -59,6 +59,7 @@ + @@ -153,6 +154,7 @@ {% include 'config/openstack.html' %} {% include 'config/vmware.html' %} {% include 'config/aws.html' %} + {% include 'config/opennebula.html' %}