├── .github ├── dco.yml ├── pull_request_template.md ├── scripts │ └── spellcheck.sh └── workflows │ ├── make_html.yml │ ├── publish_html.yml │ └── spellcheck.yml ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── bump-version.rb ├── generate_index.rb ├── prepare_latex.sh ├── publish ├── config.yaml └── publish.rb └── source ├── _static ├── css │ └── opennebula.css └── opennebula.png ├── _templates ├── footer.html ├── layout.html ├── thelayout.html └── versions.html ├── conf.py ├── ext ├── spellchecking │ ├── __init__.py │ ├── modules │ │ ├── __init__.py │ │ └── filters.py │ └── wordlists │ │ └── opennebula.txt └── versions.py ├── images ├── 3cbe4d73.png ├── 6.10-sunstone_dashboard.png ├── 6.10-vOneCloud-download-deploy-001.png ├── 6_features.png ├── JV_architecture.png ├── OpenNebula_Hypervisors.png ├── accounting_admin_view.png ├── add_kernel_k3s_vm_template.png ├── add_opennebula_rancher_cluster.png ├── add_opennebula_rancher_node_driver.png ├── add_opennebula_rancher_node_template.png ├── add_the_docker_machine_plugin_binary.png ├── added_opennebula_rancher_node_templates.png ├── added_the_docker_machine_plugin_binary.png ├── adding_openNebula_hosts.png ├── adding_the_docker_machine_plugin_binary.png ├── admin_view.png ├── appliance-custom-vars-password.png ├── appliance-ssh-context.png ├── auth_options_350.png ├── aws_ceph_deployment.png ├── aws_cluster_images_datastore.png ├── aws_cluster_images_datastore_mariadb.png ├── aws_cluster_images_datastore_nginx.png ├── aws_cluster_images_datastore_wordpress.png ├── aws_deployment.png ├── aws_security_groups.png ├── b2d-running.png ├── b2d-vnc.png ├── backup_restic_create.png ├── backup_rsync_create.png ├── backup_schedule.png ├── backup_template_cfg.png ├── backup_vm_cfg.png ├── backup_vm_configuration.png ├── backup_vm_configuration_tab.png ├── case_studies.png ├── certified-kubernetes-logo.svg ├── charterts_on_services.png ├── cloud-view-create.png ├── cloud-view.png ├── cloud_resource_sharing.png ├── cloud_user_acct.png ├── cloud_user_quota.png ├── cloud_user_showback.png ├── collector.png ├── container_multi.svg ├── container_ssh1.svg ├── container_ssh2.svg ├── container_ssh3.svg ├── contextualization.png ├── control-console-fe-endpoint.png ├── control-console-wrong.png ├── control-console.png ├── create_marketplaceapp.png ├── create_the_first_rancher_host.png ├── custom_tags.png ├── customizecloudview.png ├── datastoreoverview.png ├── ddc_alias_sdnat.png ├── ddc_aws_deployment.png ├── ddc_aws_ping.png ├── ddc_create.png ├── ddc_overview.png ├── ddc_packet_deployment.png ├── debian-opennebula.png ├── dh_mktplace.png ├── diagram.png ├── digitalocean_deployment.png ├── docker_arch.png ├── econe-arch_v2.png ├── edge_add_ar.png ├── edge_cluster.png ├── edge_cluster_overview.png ├── edge_datastore.png ├── edge_host.png ├── edge_private_net.png ├── edge_public_net.png ├── equinix_deployment.png ├── exporting_marketplaceapp.png ├── external_ip_nginx_welcome_page.png ├── fireedge-rns-68.png ├── fireedge_cpi_provider_create1.png ├── fireedge_cpi_provider_create2.png ├── fireedge_cpi_provider_create3.png ├── fireedge_cpi_provider_list1.png ├── fireedge_cpi_provider_list2.png ├── fireedge_cpi_provision_create1.png ├── fireedge_cpi_provision_create2.png ├── fireedge_cpi_provision_create3.png ├── fireedge_cpi_provision_create4.png ├── fireedge_cpi_provision_list1.png ├── fireedge_cpi_provision_list2.png ├── fireedge_cpi_provision_log.png ├── fireedge_cpi_provision_show1.png ├── fireedge_drawer_linux_logo.png ├── fireedge_drawer_linux_logo.png_original ├── fireedge_fallback_editor.png ├── fireedge_for_rns.png ├── fireedge_login_linux_logo.png ├── fireedge_login_linux_logo.png_original ├── fireedge_sunstone_admin_dashboard.png ├── fireedge_sunstone_admin_view.png ├── fireedge_sunstone_change_view_dropdown.png ├── fireedge_sunstone_cloud_view.png ├── fireedge_sunstone_dashboard.png ├── fireedge_sunstone_group_defview.png ├── fireedge_sunstone_groupadmin_view.png ├── fireedge_sunstone_settings.png ├── fireedge_sunstone_ssh_console.png ├── fireedge_sunstone_ssh_list.png ├── fireedge_sunstone_teaser.png ├── fireedge_sunstone_user_view.png ├── fireedge_sunstone_views_change.png ├── fixme.gif ├── flow_lcm.png ├── fs_lvm_datastore.png ├── fs_shared.png ├── fs_ssh.png ├── fs_ssh_replica.png ├── get_public_ip_nginx.png ├── google_deployment.png ├── gpupcilist.png ├── grafana-dashboard.png ├── groups_views.png ├── ha_fed_opennebula.png ├── ha_opennebula.png ├── hooks-subsystem-architecture.png ├── host_esx.png ├── hosted_nodes.png ├── hosts_create.png ├── hosts_fireedge.png ├── hybrid_vm_template_create.png ├── hybridcloud.png ├── hyperlinks_sunstone.png ├── icon_exclaim.gif ├── icon_question.gif ├── icons │ └── sunstone │ │ ├── VNC.png │ │ ├── import_into_datastore.png │ │ ├── instantiate.png │ │ ├── parameter_manipulation_icons.png │ │ ├── plus-dark.png │ │ └── trash.png ├── image-nonpersistent.png ├── image-persistent.png ├── import_datastore_getDatastores.png ├── import_host.png ├── import_host_import.png ├── import_template.png ├── import_template_vm.png ├── import_vnet_import_success.png ├── import_wild_vms.png ├── importvmsfromsunstone.png ├── instantiate_as_uid_gid.png ├── instantiate_vcenter_template.png ├── instantiate_vcenter_vm_template.png ├── k3s_fc_metal_aws_cluster_image_datastore.png ├── k3s_kernel_files_datastore.png ├── k3s_kernel_marketplace.png ├── k3s_marketplace.png ├── k3s_server_public_ip.png ├── k3s_service_instantiate.png ├── k3s_service_running.png ├── k3s_service_vm_running.png ├── knowledge_base.png ├── kubernetes-qs-add-sans.png ├── kubernetes-qs-create-ar.png ├── kubernetes-qs-enable-ingress.png ├── kubernetes-qs-marketplace-datastore.png ├── kubernetes-qs-marketplace.png ├── kubernetes-qs-pick-networks-private-1.29.png ├── kubernetes-qs-pick-networks-private.png ├── kubernetes-qs-pick-networks-public-1.29.png ├── kubernetes-qs-pick-networks-public.png ├── kubernetes-replica_host_param.png ├── kubernetes_aws_dns.png ├── kubernetes_aws_private_network.png ├── kubernetes_aws_private_network_address_range.png ├── kubernetes_service_start-1.29.png ├── kubernetes_service_start.png ├── labels_searches_sunstone.png ├── listing_marketplaceapps.png ├── login.png ├── lvm_datastore_detail.png ├── lxd_market1.png ├── lxd_market2.png ├── lxd_screenshot.png ├── lxd_vnc.png ├── manage_groups_1.png ├── manage_groups_2.png ├── mariadb_dh_marketplace.png ├── mariadb_public_network.png ├── mariadb_start_script.png ├── market-place-b2d.png ├── market1306.png ├── market_custom_1.jpg ├── market_custom_2.jpg ├── market_http.png ├── market_migrate_qcow2_vmdk_1.png ├── market_migrate_qcow2_vmdk_2.png ├── market_migrate_qcow2_vmdk_3.png ├── market_migrate_qcow2_vmdk_4.png ├── market_migrate_qcow2_vmdk_5.png ├── market_migrate_vmdk_qcow2_1.png ├── market_migrate_vmdk_qcow2_2.png ├── market_migrate_vmdk_qcow2_3.png ├── marketapp_import.png ├── marketplaces │ ├── apps.png │ ├── change.png │ ├── create_1.png │ ├── create_2.png │ ├── create_3.png │ ├── dashboard.png │ ├── delete.png │ ├── details.png │ ├── enable.png │ └── update.png ├── minione-aws-ubuntu22.04.png ├── minione-aws-ubuntu24.04.png ├── network-02.png ├── network-conf-example.png ├── network.png ├── new_overview_integrators.png ├── new_sunstone_teaser.png ├── nginx_marketplace.png ├── nginx_start_script.png ├── nsx_autodiscover_01.png ├── nsx_create_network_05.png ├── nsx_create_network_06.png ├── nsx_create_network_08.png ├── nsx_create_network_09.png ├── nsx_creation_screenshot.png ├── nsx_driver_classes.png ├── nsx_driver_integration.png ├── nsx_driver_managed_components.png ├── nsx_hook_list.png ├── nsx_import_cluster_sunstone.png ├── nsx_import_vnet_04.png ├── nsx_import_vnet_05.png ├── nsx_setting_nsx_credentials_01.png ├── nsx_status.png ├── occi_diagram.png ├── one_deploy_arch.png ├── one_deploy_arch_local.png ├── one_deploy_arch_shared.png ├── one_deploy_basic_arch.png ├── one_deploy_components.png ├── one_high.png ├── one_scalability.jpg ├── one_vcenter_high.png ├── onedocker-schema-all-in-one.svg ├── onedocker-schema-bootstrap.svg ├── onedocker-schema-microservices.svg ├── oneflow-config-acl.png ├── oneflow-network-map-router_context_config.png ├── oneflow-network-map-service_template_nw_config.png ├── oneflow-network-map-service_template_role_router.png ├── oneflow-network-map.png ├── oneflow-ready-status-checkbox.png ├── oneflow-service.png ├── oneflow-services-list.png ├── oneflow-templates-attrs.png ├── oneflow-templates-delete.png ├── oneflow-templates-list.png ├── oneflow-templates-net-1.png ├── oneflow-templates-net-2.png ├── oneflow-templates-net-3.png ├── oneflow-templates-net-4.png ├── oneflow-templates-net-5.png ├── oneflow-templates-update.png ├── oneflow-templates.png ├── onegate_arch.png ├── onegate_context.png ├── onegate_net.png ├── oneke-architecture.png ├── oneprovision-add_provider.png ├── oneprovision-aws_provider_options.png ├── oneprovision-edge_cluster_inputs.png ├── oneprovision-new_aws_provider.png ├── oneprovision-new_provision.png ├── oneprovision-provider.png ├── oneprovision.png ├── oneprovision_dashboard.png ├── oneprovision_fireedge.png ├── oneprovision_hci_teaser.png ├── onprem-cluster-ceph.png ├── onprem-cluster.png ├── onprem-nginx.png ├── open_cloud_arch-view.png ├── opennebula_interfaces.png ├── os_profile_chain_loaded.png ├── os_profile_selector.png ├── overview_architecture.png ├── overview_builders.png ├── overview_consumers.png ├── overview_containers.png ├── overview_customized-cluster.png ├── overview_edge-cluster.png ├── overview_integrators.png ├── overview_interfaces.png ├── overview_key-features.png ├── overview_operators.png ├── overview_resources.png ├── overview_vdc.png ├── prepare-tmpl-chgrp.png ├── prepare-tmpl-flow-1.png ├── prepare-tmpl-flow-2.png ├── prepare-tmpl-network.png ├── prepare-tmpl-nic-default.png ├── prepare-tmpl-ssh.png ├── prepare-tmpl-user-input-1.png ├── prepare-tmpl-user-input-2.png ├── prepare-tmpl-user-input-3.png ├── privatecloud.png ├── publiccloud.png ├── pure-vmfs.png ├── qs_vdc1.png ├── qs_vdc10.png ├── qs_vdc11.png ├── qs_vdc12.png ├── qs_vdc13.png ├── qs_vdc2.png ├── qs_vdc3.png ├── qs_vdc4.png ├── qs_vdc5.png ├── qs_vdc8.png ├── qs_vdc9.png ├── quickstart-vmware.png ├── rancher_drivers.png ├── rancher_node_drivers.png ├── react_sunstone_console_teaser.png ├── release_66_pic.jpg ├── resize.sh ├── ruby_sunstone-settings-2fa-app.png ├── ruby_sunstone-settings-2fa-keys.png ├── ruby_sunstone-settings-2fa-login.png ├── ruby_sunstone-settings-2fa-result.png ├── ruby_sunstone-settings-auth.png ├── ruby_sunstone-template-user-auth.png ├── ruby_sunstone_cloud_add_ssh_key.png ├── ruby_sunstone_cloud_create_service.png ├── ruby_sunstone_cloud_create_vm.png ├── ruby_sunstone_cloud_create_vm_select_template.png ├── ruby_sunstone_cloud_dash.png ├── ruby_sunstone_cloud_save_vm.png ├── ruby_sunstone_cloud_service_info.png ├── ruby_sunstone_cloud_services_list.png ├── ruby_sunstone_cloud_templates_list.png ├── ruby_sunstone_cloud_user_settings.png ├── ruby_sunstone_cloud_vm_info.png ├── ruby_sunstone_cloud_vm_poweroff.png ├── ruby_sunstone_cloud_vms_list.png ├── ruby_sunstone_guac_rdp.png ├── ruby_sunstone_guac_vnc.png ├── ruby_sunstone_labels_cloud.png ├── ruby_sunstone_labels_edit.png ├── ruby_sunstone_labels_filter.png ├── ruby_sunstone_labels_user_persis.png ├── ruby_sunstone_login_x5094.png ├── ruby_sunstone_persistent_1.png ├── ruby_sunstone_persistent_2.png ├── ruby_sunstone_persistent_3.png ├── scaleway-deployment.jpg ├── scaleway_deployment.png ├── sched_actions.png ├── scheduler_architecture.png ├── select_aws_cluster_public_network.png ├── select_aws_cluster_public_network_nginx.png ├── select_metal_aws_cluster_public_network.png ├── service_sample.png ├── set_oneadmin_password.png ├── set_template_cost.png ├── sg_ar_assign.png ├── sg_vm_view.png ├── sg_vnet_assign.png ├── sg_wizard_create.png ├── shared_system.png ├── show_marketplaceapp.png ├── showback_instantiate.png ├── showback_template_wizard.png ├── source │ └── debian-opennebula.dot ├── spice1.gif ├── ssh_system.png ├── sshaccess-1.png ├── states-complete.png ├── states-simple.png ├── success_stories.png ├── sunstone-add_public_ssh_key2.png ├── sunstone-apps-word_filter.png ├── sunstone-apps_list.png ├── sunstone-aws_cluster_download_oneke.png ├── sunstone-aws_cluster_private_net_template-add_addr.png ├── sunstone-aws_cluster_private_net_template.png ├── sunstone-aws_cluster_replica_host.png ├── sunstone-aws_edge_cluster_deploying.png ├── sunstone-aws_edge_cluster_sys_ds.png ├── sunstone-aws_k8s_vms_list.png ├── sunstone-aws_kubernetes_vnf_ip.png ├── sunstone-change-view.png ├── sunstone-dashboard.png ├── sunstone-dashboard_hamb_menu.png ├── sunstone-download_app-2-DS.png ├── sunstone-download_app.png ├── sunstone-fe-error.png ├── sunstone-full_dashboard.png ├── sunstone-import_wordp_to_ds.png ├── sunstone-kubernetes-user_inputs.png ├── sunstone-login.png ├── sunstone-main.png ├── sunstone-rdp.png ├── sunstone-select_apps.png ├── sunstone-service_oneke_1.29.png ├── sunstone-settings-2fa-app.png ├── sunstone-settings-2fa-dissable.png ├── sunstone-settings-auth.png ├── sunstone-ssh.png ├── sunstone-storage-datastores.png ├── sunstone-system-users.png ├── sunstone-template-user-auth.png ├── sunstone-vm_instantiate-attach_nic1.png ├── sunstone-vm_instantiate-attach_nic1_network_values.png ├── sunstone-vm_instantiate-attach_nic2.png ├── sunstone-vm_instantiate-attach_nic3.png ├── sunstone-vm_instantiate.png ├── sunstone-vm_instantiate_wiz1.png ├── sunstone-vm_instantiate_wiz2.png ├── sunstone-vm_instantiate_wiz3.png ├── sunstone-vm_instantiate_wiz4-attach_nic.png ├── sunstone-vm_templates.png ├── sunstone-vnc.png ├── sunstone-wordpress.png ├── sunstone-wordpress_info.png ├── sunstone_acl_create.png ├── sunstone_acl_create_resources.png ├── sunstone_acl_create_resourcesidentifier.png ├── sunstone_acl_create_rights.png ├── sunstone_acl_create_string.png ├── sunstone_acl_create_string_form.png ├── sunstone_acl_create_string_novalid.png ├── sunstone_acl_create_summary.png ├── sunstone_acl_create_user.png ├── sunstone_acl_create_zone.png ├── sunstone_acl_list.png ├── sunstone_admin_instantiate.png ├── sunstone_change_password.png ├── sunstone_charter_info.png ├── sunstone_clone_template.png ├── sunstone_cloud_add_ssh_key.png ├── sunstone_cloud_create_service.png ├── sunstone_cloud_create_vm.png ├── sunstone_cloud_dash.png ├── sunstone_cloud_save_button.png ├── sunstone_cloud_service_info.png ├── sunstone_cloud_services_list.png ├── sunstone_cloud_user_quotas.png ├── sunstone_cloud_user_settings.png ├── sunstone_cloud_vm_info.png ├── sunstone_cloud_vms_list.png ├── sunstone_cluster_create.png ├── sunstone_cluster_dashboard.png ├── sunstone_cluster_details.png ├── sunstone_cluster_list2.png ├── sunstone_create_host_dialog.png ├── sunstone_create_host_dialog_fc.png ├── sunstone_create_host_dialog_lxc.png ├── sunstone_create_vrouter.png ├── sunstone_dashboard.png ├── sunstone_datablock_create.png ├── sunstone_datastore_ceph.png ├── sunstone_datastores.png ├── sunstone_disable_network_conf.png ├── sunstone_disk_snapshot.png ├── sunstone_download_app.png ├── sunstone_filter.png ├── sunstone_group_defview.png ├── sunstone_group_list.png ├── sunstone_groupadmin_change_view.png ├── sunstone_groupadmin_create_user.png ├── sunstone_groupadmin_create_vm_templates_list.png ├── sunstone_groupadmin_create_vrouter.png ├── sunstone_groupadmin_dash.png ├── sunstone_groupadmin_edit_quota.png ├── sunstone_groupadmin_group_acct.png ├── sunstone_groupadmin_group_showback.png ├── sunstone_groupadmin_instantiate.png ├── sunstone_groupadmin_list_vms.png ├── sunstone_groupadmin_share_template.png ├── sunstone_groupadmin_user_acct.png ├── sunstone_groupadmin_users.png ├── sunstone_guac_nic.png ├── sunstone_guac_nic_1.png ├── sunstone_guac_nic_2.png ├── sunstone_guac_rdp.png ├── sunstone_guac_rdp_interface.png ├── sunstone_guac_vnc.png ├── sunstone_host_pci.png ├── sunstone_image_clone.png ├── sunstone_image_create.png ├── sunstone_import_marketapp.png ├── sunstone_instantiate_template.png ├── sunstone_instantiate_template_dialog.png ├── sunstone_kubernetes_netw_dropdowns.png ├── sunstone_labels_create.png ├── sunstone_labels_edit.png ├── sunstone_labels_filter.png ├── sunstone_link_attribute.png ├── sunstone_list_datatable.png ├── sunstone_list_hosts.png ├── sunstone_list_images.png ├── sunstone_login_2fa.png ├── sunstone_login_dark.png ├── sunstone_login_remote.png ├── sunstone_luks_secret_create.png ├── sunstone_managing_perms.png ├── sunstone_marketplace_import.png ├── sunstone_marketplace_list_import.png ├── sunstone_network_options-2.png ├── sunstone_network_options-3.png ├── sunstone_network_options.png ├── sunstone_nic_passthrough.png ├── sunstone_oneflow_error.png ├── sunstone_oneflow_serviceinputs_convention.png ├── sunstone_oneflow_serviceinputs_layout.png ├── sunstone_oneflow_serviceinputs_noconvention.png ├── sunstone_oneflow_serviceinputs_noconvention_template.png ├── sunstone_persistent_vm.png ├── sunstone_rdp_button.png ├── sunstone_rdp_connection.png ├── sunstone_save_button.png ├── sunstone_save_dialog.png ├── sunstone_save_vm_1.png ├── sunstone_save_vm_2.png ├── sunstone_save_vm_3.png ├── sunstone_schedule_action.png ├── sunstone_select_create_host.png ├── sunstone_setting_list_datatable.png ├── sunstone_settings.png ├── sunstone_sg_attach.png ├── sunstone_sg_main_view.png ├── sunstone_showback.png ├── sunstone_showback_calculate.png ├── sunstone_showback_disks.png ├── sunstone_showback_memory.png ├── sunstone_template_create.png ├── sunstone_template_create_capacity.png ├── sunstone_template_create_image.png ├── sunstone_template_create_nic.png ├── sunstone_template_create_volatile.png ├── sunstone_template_list.png ├── sunstone_template_pci.png ├── sunstone_template_pci.png.png ├── sunstone_template_share.png ├── sunstone_topology.png ├── sunstone_update_quota.png ├── sunstone_updateconf_1.png ├── sunstone_updateconf_2.png ├── sunstone_user_dashboard.png ├── sunstone_user_info_quotas.png ├── sunstone_user_inputs.png ├── sunstone_user_inputs_convention_blog.png ├── sunstone_user_inputs_convention_mysql_1.png ├── sunstone_user_inputs_convention_mysql_2.png ├── sunstone_user_inputs_metadata_1.png ├── sunstone_user_inputs_metadata_2.png ├── sunstone_user_inputs_no_convention.png ├── sunstone_user_list.png ├── sunstone_user_settings.png ├── sunstone_vcenter_customization.png ├── sunstone_vdcs.png ├── sunstone_virt_viewer_button.png ├── sunstone_vm_attach.png ├── sunstone_vm_attachnic.png ├── sunstone_vm_charter.png ├── sunstone_vm_logo.png ├── sunstone_vm_resize.png ├── sunstone_vm_running.png ├── sunstone_vm_snapshot.png ├── sunstone_vmrc.png ├── sunstone_vnc_tty_centos.png ├── sunstone_vnet_create_advanced.png ├── sunstone_vnet_create_general.png ├── sunstone_vnet_leases.png ├── sunstone_vnets.png ├── sunstone_vnetstemplate.png ├── sunstone_vnetstemplate_create.png ├── sunstone_vrouter.png ├── sunstone_yaml_columns1.png ├── sunstone_yaml_columns2.png ├── sunstonevnc4.png ├── support_home.png ├── tl_market1.png ├── tl_market2.png ├── tokens_sunstone.png ├── tproxy-diagram.drawio.png ├── use_cases.png ├── user_stories.png ├── user_view.png ├── usercreation.png ├── userrole.png ├── users_and_groups_tab.png ├── userview.png ├── vOneCloud-download-deploy-001.png ├── vOneCloud-download-deploy-004b.png ├── vOneCloud-download-deploy-005.png ├── vOneCloud-download-deploy-007.png ├── vcenter_acceptance_level.png ├── vcenter_create.png ├── vcenter_create_datastore_step3.png ├── vcenter_create_datastore_step4.png ├── vcenter_create_datastore_step5.png ├── vcenter_create_datastore_step6.png ├── vcenter_create_host.png ├── vcenter_create_host_step2.png ├── vcenter_create_host_step3.png ├── vcenter_create_host_step4.png ├── vcenter_create_host_step5.png ├── vcenter_create_host_step6.png ├── vcenter_create_vnet_step1.png ├── vcenter_customization_step1.png ├── vcenter_datastore_import_step1.png ├── vcenter_datastore_one_folder.png ├── vcenter_datastore_storage_drs.png ├── vcenter_deploy_folder_cli_instantiate.png ├── vcenter_deploy_folder_instantiate.png ├── vcenter_deploy_folder_sample_path_tree.png ├── vcenter_deploy_folder_update_template.png ├── vcenter_disks_statistics_level.png ├── vcenter_enable_gdb_server.png ├── vcenter_enable_vnc.png ├── vcenter_image_import_step3.png ├── vcenter_import_button.png ├── vcenter_install_vib.png ├── vcenter_instantiate_as_persistent_1.png ├── vcenter_mob_browser.png ├── vcenter_moref_url1.png ├── vcenter_moref_url2.png ├── vcenter_multi_dc.png ├── vcenter_network_create.png ├── vcenter_network_import.png ├── vcenter_network_import_step1.png ├── vcenter_network_import_step2.png ├── vcenter_network_import_step3.png ├── vcenter_network_import_step4.png ├── vcenter_network_import_step5.png ├── vcenter_onedb_migrator_1.png ├── vcenter_remote_dc.png ├── vcenter_resource_pool_cluster.png ├── vcenter_resource_pool_fixed_sunstone.png ├── vcenter_resource_pool_list_sunstone.png ├── vcenter_resource_pool_nested.png ├── vcenter_rp.png ├── vcenter_save_as_template_1.png ├── vcenter_template_import_step0.png ├── vcenter_template_import_step1.png ├── vcenter_template_import_step3.png ├── vcenter_template_import_step4.png ├── vcenter_template_import_step8.png ├── vcenter_view.png ├── vcenter_vm_folder_placement.png ├── vcenter_vmdk_create_sunstone_1.png ├── vcenter_vmdk_upload_sunstone_1.png ├── vcenter_vmnic1_assigned.png ├── vcenter_vmnic1_free_host1.png ├── vcenter_vmnic1_free_host2.png ├── vcenter_wild_vm_list.png ├── vcenter_wild_vm_list_import_sunstone.png ├── vdc_groups.png ├── vdc_organization.png ├── vdc_resources.png ├── vdcadmin_change_view.png ├── vdcadmin_change_view_cloud.png ├── vdcadmin_create_admin.png ├── vdcadmin_create_vm.png ├── vdcadmin_ds.png ├── vdcadmin_edit_quota.png ├── vdcadmin_manage_vm.png ├── vdcadmin_quotas.png ├── vdcadmin_saved_img.png ├── vdcadmin_saved_template.png ├── vdcadmin_template_chmod.png ├── vdcadmin_template_chown.png ├── vdcadmin_view.png ├── vdcadmin_vnet.png ├── verify_vcenter_vm_running.png ├── view_cloud_new.png ├── views_change.png ├── views_conf.jpg ├── views_settings.png ├── virt-viewer-example.png ├── virtualrouter.png ├── vm_backup_action.png ├── vm_charter.png ├── vmg_wizard_create-2.png ├── vmg_wizard_create.png ├── vmgroups_ilustration.png ├── vncterm_command.png ├── vnet_automatic_selection.png ├── vnf-context-vars-vrouter.png ├── vnf-context-vars.png ├── vnf-demo-vm1.png ├── vnf-demo-vrouter1.png ├── vnf-demo-vrouter2.png ├── vnf-demo-vrouter3.png ├── vnf-demo-vrouter4.png ├── vnf-demo-vrouter5.png ├── vnf-download.png ├── vnf-sdnat4-diagram.png ├── vnf-vrouter-basic.png ├── vonecloud_logo.png ├── vr_topology.png ├── vultr_deployment.png ├── whmcs_tenants_accept_order.png ├── whmcs_tenants_add_server.png ├── whmcs_tenants_module_settings.png ├── whmcs_tenants_new_product.png ├── whmcs_tenants_system_settings.png ├── windows_bp_bypassnro.png ├── windows_bp_create_image.png ├── windows_bp_virtio_drivers.png ├── wordpress-bootstrap-values.png ├── wordpress-context-vars.png ├── wordpress-download.png ├── wordpress-running.png ├── wordpress-ssl-context-values.png ├── wordpress_dh_marketplace.png ├── wordpress_install_page.png ├── wordpress_marketplace.png ├── wordpress_public_ip.png ├── wordpress_public_network.png ├── wordpress_service_db_role.png ├── wordpress_service_instantiate.png ├── wordpress_service_running.png ├── wordpress_service_template_create.png ├── wordpress_service_wp_role.png ├── wordpress_start_script.png └── zoneswitchsunstone.png ├── images_drawio ├── aws_ceph_deployment.drawio ├── aws_deployment.drawio ├── onprem-cluster-ceph.drawio ├── onprem-cluster.drawio └── tproxy-diagram.drawio ├── index.rst ├── installation_and_configuration ├── authentication │ ├── index.rst │ ├── ldap.rst │ ├── overview.rst │ ├── ssh.rst │ ├── sunstone_auth.rst │ └── x509.rst ├── automatic_deployment │ ├── index.rst │ ├── one_deploy_overview.rst │ ├── one_deploy_tutorial_local_ds.rst │ └── one_deploy_tutorial_shared_ds.rst ├── configuration_management │ ├── appendix.rst │ ├── conflicts.rst │ ├── diff_formats.rst │ ├── index.rst │ ├── overview.rst │ └── usage.rst ├── data_center_federation │ ├── config.rst │ ├── index.rst │ ├── overview.rst │ └── usage.rst ├── frontend_installation │ ├── database.rst │ ├── index.rst │ ├── install.rst │ ├── opennebula_repository_configuration.rst │ └── overview.rst ├── ha │ ├── frontend_ha.rst │ ├── index.rst │ ├── overview.rst │ └── vm_ha.rst ├── index.rst ├── large-scale_deployment │ ├── advanced_ssh_usage.rst │ ├── fireedge_for_large_deployments.rst │ ├── index.rst │ ├── overview.rst │ └── scalability.rst ├── opennebula_services │ ├── database.rst │ ├── fireedge.rst │ ├── index.rst │ ├── oned.rst │ ├── oneflow.rst │ ├── onegate.rst │ ├── overview.rst │ ├── replace_failing_fe.rst │ ├── support.rst │ └── troubleshooting.rst └── whmcs_tenants │ ├── admin_usage.rst │ ├── configure.rst │ ├── index.rst │ ├── overview.rst │ └── users_guide.rst ├── integration_and_development ├── automation_tools_integration │ ├── ansible.rst │ ├── index.rst │ ├── overview.rst │ └── terraform.rst ├── edge_provider_drivers_development │ ├── index.rst │ ├── overview.rst │ └── provision_driver.rst ├── index.rst ├── infrastructure_drivers_development │ ├── devel-auth.rst │ ├── devel-im.rst │ ├── devel-ipam.rst │ ├── devel-market.rst │ ├── devel-nm.rst │ ├── devel-sched.rst │ ├── devel-vmm.rst │ ├── index.rst │ ├── overview.rst │ └── sd.rst ├── references │ ├── build_deps.rst │ ├── cloud_auth.rst │ ├── compile.rst │ ├── host_states.rst │ ├── img_states.rst │ ├── index.rst │ ├── overview.rst │ ├── sunstone_dev.rst │ └── vm_states.rst └── system_interfaces │ ├── api.rst │ ├── appflow_api.rst │ ├── go.rst │ ├── hook_driver.rst │ ├── index.rst │ ├── java.rst │ ├── onegate_api.rst │ ├── overview.rst │ ├── overview.rst.del │ ├── python.rst │ └── ruby.rst ├── intro_release_notes ├── index.rst ├── release_notes │ ├── acknowledgements.rst │ ├── arm64_beta.rst │ ├── compatibility.rst │ ├── edge_clusters.txt │ ├── index.rst │ ├── known_issues.rst │ ├── platform_notes.rst │ └── whats_new.rst ├── release_notes_community │ ├── index.rst │ └── what_is.rst ├── release_notes_enterprise │ ├── index.rst │ └── what_is.rst └── upgrades │ ├── index.rst │ ├── overview.rst │ ├── restoring_version.rst │ ├── start_here.rst │ ├── upgrade_from_previous_versions.rst │ ├── upgrading_federation.rst │ ├── upgrading_ha.rst │ └── upgrading_single.rst ├── locale └── es │ └── LC_MESSAGES │ ├── administration │ ├── authentication │ │ ├── external_auth.po │ │ ├── index.po │ │ ├── ldap.po │ │ ├── ssh_auth.po │ │ └── x509_auth.po │ ├── hosts_and_clusters │ │ ├── cluster_guide.po │ │ ├── host_guide.po │ │ ├── hostsubsystem.po │ │ └── index.po │ ├── index.po │ ├── monitoring │ │ ├── imesxpullg.po │ │ ├── imsshpullg.po │ │ ├── imudppushg.po │ │ ├── index.po │ │ └── mon.po │ ├── networking │ │ ├── ebtables.po │ │ ├── firewall.po │ │ ├── hm-vlan.po │ │ ├── index.po │ │ ├── nm.po │ │ ├── openvswitch.po │ │ ├── router.po │ │ └── vmwarenet.po │ ├── other_subsystems │ │ ├── index.po │ │ └── mysql.po │ ├── references │ │ ├── ds_conf.po │ │ ├── index.po │ │ ├── log_debug.po │ │ ├── oned_conf.po │ │ ├── onedb.po │ │ └── schg.po │ ├── storage │ │ ├── ceph_ds.po │ │ ├── file_ds.po │ │ ├── fs_ds.po │ │ ├── fs_lvm_ds.po │ │ ├── gluster_ds.po │ │ ├── index.po │ │ ├── lvm_drivers.po │ │ ├── lvm_ds.po │ │ ├── sm.po │ │ ├── system_ds.po │ │ └── vmware_ds.po │ ├── sunstone_gui │ │ ├── cloud_auth.po │ │ ├── cloud_view.po │ │ ├── index.po │ │ ├── suns_auth.po │ │ ├── suns_views.po │ │ ├── sunstone.po │ │ └── vdc_admin_view.po │ ├── users_and_groups │ │ ├── accounting.po │ │ ├── auth_overview.po │ │ ├── chmod.po │ │ ├── index.po │ │ ├── manage_acl.po │ │ ├── manage_groups.po │ │ ├── manage_users.po │ │ └── quota_auth.po │ └── virtualization │ │ ├── evmwareg.po │ │ ├── index.po │ │ ├── kvmg.po │ │ ├── vmmg.po │ │ └── xeng.po │ ├── advanced_administration │ ├── application_flow_and_auto-scaling │ │ ├── appflow_configure.po │ │ ├── appflow_elasticity.po │ │ ├── appflow_use_cli.po │ │ ├── index.po │ │ └── oneapps_overview.po │ ├── application_insight │ │ ├── index.po │ │ ├── onegate_configure.po │ │ ├── onegate_overview.po │ │ └── onegate_usage.po │ ├── cloud_bursting │ │ ├── ec2g.po │ │ ├── index.po │ │ └── introh.po │ ├── data_center_federation │ │ ├── federationconfig.po │ │ ├── federationmng.po │ │ ├── index.po │ │ └── introf.po │ ├── high_availability │ │ ├── ftguide.po │ │ ├── index.po │ │ └── oneha.po │ ├── index.po │ ├── public_cloud │ │ ├── ec2qcg.po │ │ ├── ec2qec.po │ │ ├── ec2qug.po │ │ ├── index.po │ │ ├── introc.po │ │ ├── occicg.po │ │ └── occiug.po │ └── scalability │ │ ├── index.po │ │ ├── one_scalability.po │ │ └── suns_advance.po │ ├── design_and_installation │ ├── building_your_cloud │ │ ├── glossary.po │ │ ├── ignc.po │ │ ├── index.po │ │ ├── intro.po │ │ ├── plan.po │ │ └── understand.po │ ├── index.po │ └── quick_starts │ │ ├── index.po │ │ ├── qs_centos_kvm.po │ │ ├── qs_centos_vmware.po │ │ ├── qs_centos_xen.po │ │ ├── qs_ubuntu_kvm.po │ │ └── qs_vdc.po │ ├── index.po │ ├── integration │ ├── cloud_interfaces │ │ ├── index.po │ │ └── occidd.po │ ├── getting_started │ │ ├── index.po │ │ └── introapis.po │ ├── index.po │ ├── infrastructure_integration │ │ ├── devel-auth.po │ │ ├── devel-cloudbursting.po │ │ ├── devel-im.po │ │ ├── devel-nm.po │ │ ├── devel-vmm.po │ │ ├── hooks.po │ │ ├── index.po │ │ └── sd.po │ ├── references │ │ ├── build_deps.po │ │ ├── compile.po │ │ ├── index.po │ │ └── sunstone_server_plugin_guide.po │ └── system_interfaces │ │ ├── api.po │ │ ├── appflow_api.po │ │ ├── index.po │ │ ├── java.po │ │ └── ruby.po │ ├── release_notes │ ├── index.po │ └── release_notes │ │ ├── acknowledgements.po │ │ ├── compatibility.po │ │ ├── features.po │ │ ├── index.po │ │ ├── known_issues.po │ │ ├── upgrade_38.po │ │ ├── upgrade_40.po │ │ ├── upgrade_42.po │ │ ├── upgrade_44.po │ │ ├── uspng.po │ │ └── whats_new.po │ ├── sphinx.po │ └── user │ ├── index.po │ ├── opennebula_marketplace │ ├── index.po │ ├── marketplace.po │ └── vm4market.po │ ├── references │ ├── cli.po │ ├── img_template.po │ ├── index.po │ ├── template.po │ └── vnet_template.po │ ├── virtual_machine_setup │ ├── add_content.po │ ├── bcont.po │ ├── cloud-init.po │ ├── cong.po │ ├── context_overview.po │ ├── index.po │ └── windows_context.po │ └── virtual_resource_management │ ├── img_guide.po │ ├── index.po │ ├── intropr.po │ ├── vgg.po │ ├── vm_guide.po │ └── vm_guide_2.po ├── management_and_operations ├── backups │ ├── backup_jobs.rst │ ├── index.rst │ ├── io_limit.rst │ ├── operations.rst │ ├── overview.rst │ ├── restic.rst │ └── rsync.rst ├── capacity_planning │ ├── affinity.rst │ ├── index.rst │ ├── overcommitment.rst │ ├── overview.rst │ ├── quotas.rst │ └── scheduler │ │ ├── configuration.rst │ │ ├── drs.rst │ │ ├── index.rst │ │ ├── overview.rst │ │ └── rank_scheduler.rst ├── end-user_web_interfaces │ ├── cloud_view.rst │ ├── fireedge_sunstone.rst │ ├── groupadmin_view.rst │ ├── index.rst │ ├── overview.rst │ └── sunstone_labels.rst ├── guest_os │ ├── creating_images.rst │ ├── index.rst │ ├── kvm_contextualization.rst │ ├── os_profile.rst │ └── windows_best_practice.rst ├── host_cluster_management │ ├── cluster_guide.rst │ ├── hosts.rst │ ├── index.rst │ ├── numa.rst │ └── overview.rst ├── index.rst ├── monitor_alert │ ├── configuration.rst │ ├── forecast.rst │ ├── index.rst │ ├── metrics.rst │ ├── overview.rst │ └── prometheus │ │ ├── alerts.rst │ │ ├── grafana.rst │ │ ├── index.rst │ │ ├── install.rst │ │ ├── metrics.rst │ │ └── overview.rst ├── multivm_service_management │ ├── appflow_elasticity.rst │ ├── appflow_use_cli.rst │ ├── index.rst │ ├── onegate_usage.rst │ └── overview.rst ├── network_management │ ├── index.rst │ ├── manage_vnets.rst │ ├── overview.rst │ ├── security_groups.rst │ ├── self_provision.rst │ ├── tproxy.rst │ ├── vn_templates.rst │ └── vrouter.rst ├── references │ ├── cli.rst │ ├── img_template.rst │ ├── index.rst │ ├── install_steps.txt │ ├── template.rst │ ├── template.txt │ └── vnet_template.rst ├── storage_management │ ├── datastores.rst │ ├── images.rst │ ├── index.rst │ └── overview.rst ├── users_groups_management │ ├── accounting.rst │ ├── auth_overview.rst │ ├── chmod.rst │ ├── fireedge_sunstone_views.rst │ ├── index.rst │ ├── manage_groups.rst │ ├── manage_users.rst │ ├── manage_vdcs.rst │ └── showback.rst └── vm_management │ ├── index.rst │ ├── overview.rst │ ├── vm_instances.rst │ └── vm_templates.rst ├── marketplace ├── appliances │ ├── index.rst │ ├── marketapps.rst │ ├── oneke.rst │ ├── oneke.txt │ ├── oneke_changelog.rst │ ├── overview.rst │ ├── shared │ │ ├── cert.txt │ │ ├── features-alpine.txt │ │ ├── features-ubuntu.txt │ │ ├── features.txt │ │ ├── import.txt │ │ ├── report.txt │ │ ├── run.txt │ │ ├── site_address.txt │ │ ├── ssh.txt │ │ ├── update.txt │ │ └── vnf_sdnat4_req.txt │ ├── vnf.rst │ ├── vr.txt │ ├── wordpress.rst │ └── wordpress.txt ├── index.rst ├── ova_management │ ├── import_ova.rst │ ├── index.rst │ └── overview.rst ├── private_marketplaces │ ├── index.rst │ ├── market_http.rst │ ├── market_s3.rst │ └── overview.rst ├── public_marketplaces │ ├── index.rst │ ├── lxc.rst │ ├── opennebula.rst │ └── overview.rst └── sunstone_marketplaces │ ├── index.rst │ └── sunstone_marketplaces.rst ├── open_cluster_deployment ├── common_node │ ├── apparmor.txt │ ├── epel.txt │ ├── networking.txt │ ├── next_steps.txt │ ├── passwordless_ssh.txt │ ├── repositories.txt │ ├── selinux.txt │ └── storage.txt ├── index.rst ├── kvm_node │ ├── index.rst │ ├── kvm_driver.rst │ ├── kvm_node_installation.rst │ ├── overview.rst │ ├── pci_passthrough.rst │ └── vgpu.rst ├── lxc_node │ ├── index.rst │ ├── lxc_driver.rst │ ├── lxc_node_installation.rst │ └── overview.rst ├── networking_setup │ ├── bridged.rst │ ├── index.rst │ ├── node.rst │ ├── openvswitch.rst │ ├── overview.rst │ ├── vlan.rst │ └── vxlan.rst └── storage_setup │ ├── ceph_ds.rst │ ├── dev_ds.rst │ ├── file_ds.rst │ ├── index.rst │ ├── internals_fs_common.txt │ ├── iscsi_ds.rst │ ├── local_ds.rst │ ├── lvm_drivers.rst │ ├── nas_ds.rst │ ├── netapp_ds.rst │ ├── overview.rst │ └── qcow2_options.txt ├── opennebula-white.png ├── overview ├── cloud_architecture_and_design │ ├── cloud_architecture_design.rst │ ├── edge_cloud_reference_architecture.rst │ ├── index.rst │ └── open_cloud_reference_architecture.rst ├── index.rst ├── opennebula_concepts │ ├── index.rst │ ├── key_features.rst │ └── opennebula_overview.rst └── solutions_and_best_practices │ ├── cloud_access_model_and_roles.rst │ ├── index.rst │ ├── knowledge_base.rst │ └── use_cases.rst ├── provision_clusters ├── edge_clusters │ ├── aws_cluster.rst │ ├── equinix_cluster.rst │ ├── index.rst │ ├── onprem_cluster.rst │ ├── overview.rst │ └── scaleway_cluster.rst ├── hci_clusters │ ├── aws_cluster_ceph.rst │ ├── index.rst │ ├── onprem_cluster_ceph.rst │ └── overview.rst ├── index.rst ├── operations │ ├── cluster_operations.rst │ ├── index.rst │ ├── overview.rst │ └── provider_operations.rst ├── providers │ ├── activate_metal.txt │ ├── activate_virtual.txt │ ├── aws_provider.rst │ ├── customize.txt │ ├── equinix_provider.rst │ ├── index.rst │ ├── onprem_provider.rst │ ├── overview.rst │ └── scaleway_provider.rst └── references │ ├── index.rst │ ├── playbooks.rst │ ├── roles.rst │ ├── template.rst │ └── virtual.rst ├── quick_start ├── deployment_basics │ ├── index.rst │ ├── overview.rst │ ├── try_opennebula_hosted.rst │ ├── try_opennebula_on_kvm.rst │ └── try_opennebula_onprem.rst ├── index.rst ├── operation_basics │ ├── index.rst │ ├── operating_edge_cluster.rst │ ├── overview.rst │ └── provisioning_edge_cluster.rst └── usage_basics │ ├── index.rst │ ├── overview.rst │ ├── running_kubernetes_clusters.rst │ └── running_virtual_machines.rst ├── site_conf.yml └── sunstone_cluster_details.png /.github/dco.yml: -------------------------------------------------------------------------------- 1 | require: 2 | members: false 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | source/_build 3 | *.vscode 4 | *pyc 5 | source/toc.html 6 | *.mo 7 | .DS_Store 8 | .vscode/ 9 | source/_build/ 10 | *.bkp 11 | *.dtmp 12 | -------------------------------------------------------------------------------- /prepare_latex.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | find source -name "*.rst" | xargs sed -i 's/.. prompt:: .*/.. code-block:: bash/g' 4 | -------------------------------------------------------------------------------- /source/_static/opennebula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/_static/opennebula.png -------------------------------------------------------------------------------- /source/ext/spellchecking/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/ext/spellchecking/__init__.py -------------------------------------------------------------------------------- /source/ext/spellchecking/modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/ext/spellchecking/modules/__init__.py -------------------------------------------------------------------------------- /source/images/3cbe4d73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/3cbe4d73.png -------------------------------------------------------------------------------- /source/images/6.10-sunstone_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/6.10-sunstone_dashboard.png -------------------------------------------------------------------------------- /source/images/6.10-vOneCloud-download-deploy-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/6.10-vOneCloud-download-deploy-001.png -------------------------------------------------------------------------------- /source/images/6_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/6_features.png -------------------------------------------------------------------------------- /source/images/JV_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/JV_architecture.png -------------------------------------------------------------------------------- /source/images/OpenNebula_Hypervisors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/OpenNebula_Hypervisors.png -------------------------------------------------------------------------------- /source/images/accounting_admin_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/accounting_admin_view.png -------------------------------------------------------------------------------- /source/images/add_kernel_k3s_vm_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/add_kernel_k3s_vm_template.png -------------------------------------------------------------------------------- /source/images/add_opennebula_rancher_cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/add_opennebula_rancher_cluster.png -------------------------------------------------------------------------------- /source/images/add_opennebula_rancher_node_driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/add_opennebula_rancher_node_driver.png -------------------------------------------------------------------------------- /source/images/add_opennebula_rancher_node_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/add_opennebula_rancher_node_template.png -------------------------------------------------------------------------------- /source/images/add_the_docker_machine_plugin_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/add_the_docker_machine_plugin_binary.png -------------------------------------------------------------------------------- /source/images/added_opennebula_rancher_node_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/added_opennebula_rancher_node_templates.png -------------------------------------------------------------------------------- /source/images/added_the_docker_machine_plugin_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/added_the_docker_machine_plugin_binary.png -------------------------------------------------------------------------------- /source/images/adding_openNebula_hosts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/adding_openNebula_hosts.png -------------------------------------------------------------------------------- /source/images/adding_the_docker_machine_plugin_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/adding_the_docker_machine_plugin_binary.png -------------------------------------------------------------------------------- /source/images/admin_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/admin_view.png -------------------------------------------------------------------------------- /source/images/appliance-custom-vars-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/appliance-custom-vars-password.png -------------------------------------------------------------------------------- /source/images/appliance-ssh-context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/appliance-ssh-context.png -------------------------------------------------------------------------------- /source/images/auth_options_350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/auth_options_350.png -------------------------------------------------------------------------------- /source/images/aws_ceph_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_ceph_deployment.png -------------------------------------------------------------------------------- /source/images/aws_cluster_images_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_cluster_images_datastore.png -------------------------------------------------------------------------------- /source/images/aws_cluster_images_datastore_mariadb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_cluster_images_datastore_mariadb.png -------------------------------------------------------------------------------- /source/images/aws_cluster_images_datastore_nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_cluster_images_datastore_nginx.png -------------------------------------------------------------------------------- /source/images/aws_cluster_images_datastore_wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_cluster_images_datastore_wordpress.png -------------------------------------------------------------------------------- /source/images/aws_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_deployment.png -------------------------------------------------------------------------------- /source/images/aws_security_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/aws_security_groups.png -------------------------------------------------------------------------------- /source/images/b2d-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/b2d-running.png -------------------------------------------------------------------------------- /source/images/b2d-vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/b2d-vnc.png -------------------------------------------------------------------------------- /source/images/backup_restic_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_restic_create.png -------------------------------------------------------------------------------- /source/images/backup_rsync_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_rsync_create.png -------------------------------------------------------------------------------- /source/images/backup_schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_schedule.png -------------------------------------------------------------------------------- /source/images/backup_template_cfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_template_cfg.png -------------------------------------------------------------------------------- /source/images/backup_vm_cfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_vm_cfg.png -------------------------------------------------------------------------------- /source/images/backup_vm_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_vm_configuration.png -------------------------------------------------------------------------------- /source/images/backup_vm_configuration_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/backup_vm_configuration_tab.png -------------------------------------------------------------------------------- /source/images/case_studies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/case_studies.png -------------------------------------------------------------------------------- /source/images/charterts_on_services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/charterts_on_services.png -------------------------------------------------------------------------------- /source/images/cloud-view-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud-view-create.png -------------------------------------------------------------------------------- /source/images/cloud-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud-view.png -------------------------------------------------------------------------------- /source/images/cloud_resource_sharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud_resource_sharing.png -------------------------------------------------------------------------------- /source/images/cloud_user_acct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud_user_acct.png -------------------------------------------------------------------------------- /source/images/cloud_user_quota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud_user_quota.png -------------------------------------------------------------------------------- /source/images/cloud_user_showback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/cloud_user_showback.png -------------------------------------------------------------------------------- /source/images/collector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/collector.png -------------------------------------------------------------------------------- /source/images/contextualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/contextualization.png -------------------------------------------------------------------------------- /source/images/control-console-fe-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/control-console-fe-endpoint.png -------------------------------------------------------------------------------- /source/images/control-console-wrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/control-console-wrong.png -------------------------------------------------------------------------------- /source/images/control-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/control-console.png -------------------------------------------------------------------------------- /source/images/create_marketplaceapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/create_marketplaceapp.png -------------------------------------------------------------------------------- /source/images/create_the_first_rancher_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/create_the_first_rancher_host.png -------------------------------------------------------------------------------- /source/images/custom_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/custom_tags.png -------------------------------------------------------------------------------- /source/images/customizecloudview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/customizecloudview.png -------------------------------------------------------------------------------- /source/images/datastoreoverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/datastoreoverview.png -------------------------------------------------------------------------------- /source/images/ddc_alias_sdnat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_alias_sdnat.png -------------------------------------------------------------------------------- /source/images/ddc_aws_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_aws_deployment.png -------------------------------------------------------------------------------- /source/images/ddc_aws_ping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_aws_ping.png -------------------------------------------------------------------------------- /source/images/ddc_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_create.png -------------------------------------------------------------------------------- /source/images/ddc_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_overview.png -------------------------------------------------------------------------------- /source/images/ddc_packet_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ddc_packet_deployment.png -------------------------------------------------------------------------------- /source/images/debian-opennebula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/debian-opennebula.png -------------------------------------------------------------------------------- /source/images/dh_mktplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/dh_mktplace.png -------------------------------------------------------------------------------- /source/images/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/diagram.png -------------------------------------------------------------------------------- /source/images/digitalocean_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/digitalocean_deployment.png -------------------------------------------------------------------------------- /source/images/docker_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/docker_arch.png -------------------------------------------------------------------------------- /source/images/econe-arch_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/econe-arch_v2.png -------------------------------------------------------------------------------- /source/images/edge_add_ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_add_ar.png -------------------------------------------------------------------------------- /source/images/edge_cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_cluster.png -------------------------------------------------------------------------------- /source/images/edge_cluster_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_cluster_overview.png -------------------------------------------------------------------------------- /source/images/edge_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_datastore.png -------------------------------------------------------------------------------- /source/images/edge_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_host.png -------------------------------------------------------------------------------- /source/images/edge_private_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_private_net.png -------------------------------------------------------------------------------- /source/images/edge_public_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/edge_public_net.png -------------------------------------------------------------------------------- /source/images/equinix_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/equinix_deployment.png -------------------------------------------------------------------------------- /source/images/exporting_marketplaceapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/exporting_marketplaceapp.png -------------------------------------------------------------------------------- /source/images/external_ip_nginx_welcome_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/external_ip_nginx_welcome_page.png -------------------------------------------------------------------------------- /source/images/fireedge-rns-68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge-rns-68.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provider_create1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provider_create1.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provider_create2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provider_create2.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provider_create3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provider_create3.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provider_list1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provider_list1.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provider_list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provider_list2.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_create1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_create1.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_create2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_create2.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_create3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_create3.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_create4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_create4.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_list1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_list1.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_list2.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_log.png -------------------------------------------------------------------------------- /source/images/fireedge_cpi_provision_show1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_cpi_provision_show1.png -------------------------------------------------------------------------------- /source/images/fireedge_drawer_linux_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_drawer_linux_logo.png -------------------------------------------------------------------------------- /source/images/fireedge_drawer_linux_logo.png_original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_drawer_linux_logo.png_original -------------------------------------------------------------------------------- /source/images/fireedge_fallback_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_fallback_editor.png -------------------------------------------------------------------------------- /source/images/fireedge_for_rns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_for_rns.png -------------------------------------------------------------------------------- /source/images/fireedge_login_linux_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_login_linux_logo.png -------------------------------------------------------------------------------- /source/images/fireedge_login_linux_logo.png_original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_login_linux_logo.png_original -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_admin_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_admin_dashboard.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_admin_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_admin_view.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_change_view_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_change_view_dropdown.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_cloud_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_cloud_view.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_dashboard.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_group_defview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_group_defview.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_groupadmin_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_groupadmin_view.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_settings.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_ssh_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_ssh_console.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_ssh_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_ssh_list.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_teaser.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_user_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_user_view.png -------------------------------------------------------------------------------- /source/images/fireedge_sunstone_views_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fireedge_sunstone_views_change.png -------------------------------------------------------------------------------- /source/images/fixme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fixme.gif -------------------------------------------------------------------------------- /source/images/flow_lcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/flow_lcm.png -------------------------------------------------------------------------------- /source/images/fs_lvm_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fs_lvm_datastore.png -------------------------------------------------------------------------------- /source/images/fs_shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fs_shared.png -------------------------------------------------------------------------------- /source/images/fs_ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fs_ssh.png -------------------------------------------------------------------------------- /source/images/fs_ssh_replica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/fs_ssh_replica.png -------------------------------------------------------------------------------- /source/images/get_public_ip_nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/get_public_ip_nginx.png -------------------------------------------------------------------------------- /source/images/google_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/google_deployment.png -------------------------------------------------------------------------------- /source/images/gpupcilist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/gpupcilist.png -------------------------------------------------------------------------------- /source/images/grafana-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/grafana-dashboard.png -------------------------------------------------------------------------------- /source/images/groups_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/groups_views.png -------------------------------------------------------------------------------- /source/images/ha_fed_opennebula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ha_fed_opennebula.png -------------------------------------------------------------------------------- /source/images/ha_opennebula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ha_opennebula.png -------------------------------------------------------------------------------- /source/images/hooks-subsystem-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hooks-subsystem-architecture.png -------------------------------------------------------------------------------- /source/images/host_esx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/host_esx.png -------------------------------------------------------------------------------- /source/images/hosted_nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hosted_nodes.png -------------------------------------------------------------------------------- /source/images/hosts_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hosts_create.png -------------------------------------------------------------------------------- /source/images/hosts_fireedge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hosts_fireedge.png -------------------------------------------------------------------------------- /source/images/hybrid_vm_template_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hybrid_vm_template_create.png -------------------------------------------------------------------------------- /source/images/hybridcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hybridcloud.png -------------------------------------------------------------------------------- /source/images/hyperlinks_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/hyperlinks_sunstone.png -------------------------------------------------------------------------------- /source/images/icon_exclaim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icon_exclaim.gif -------------------------------------------------------------------------------- /source/images/icon_question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icon_question.gif -------------------------------------------------------------------------------- /source/images/icons/sunstone/VNC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/VNC.png -------------------------------------------------------------------------------- /source/images/icons/sunstone/import_into_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/import_into_datastore.png -------------------------------------------------------------------------------- /source/images/icons/sunstone/instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/instantiate.png -------------------------------------------------------------------------------- /source/images/icons/sunstone/parameter_manipulation_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/parameter_manipulation_icons.png -------------------------------------------------------------------------------- /source/images/icons/sunstone/plus-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/plus-dark.png -------------------------------------------------------------------------------- /source/images/icons/sunstone/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/icons/sunstone/trash.png -------------------------------------------------------------------------------- /source/images/image-nonpersistent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/image-nonpersistent.png -------------------------------------------------------------------------------- /source/images/image-persistent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/image-persistent.png -------------------------------------------------------------------------------- /source/images/import_datastore_getDatastores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_datastore_getDatastores.png -------------------------------------------------------------------------------- /source/images/import_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_host.png -------------------------------------------------------------------------------- /source/images/import_host_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_host_import.png -------------------------------------------------------------------------------- /source/images/import_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_template.png -------------------------------------------------------------------------------- /source/images/import_template_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_template_vm.png -------------------------------------------------------------------------------- /source/images/import_vnet_import_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_vnet_import_success.png -------------------------------------------------------------------------------- /source/images/import_wild_vms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/import_wild_vms.png -------------------------------------------------------------------------------- /source/images/importvmsfromsunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/importvmsfromsunstone.png -------------------------------------------------------------------------------- /source/images/instantiate_as_uid_gid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/instantiate_as_uid_gid.png -------------------------------------------------------------------------------- /source/images/instantiate_vcenter_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/instantiate_vcenter_template.png -------------------------------------------------------------------------------- /source/images/instantiate_vcenter_vm_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/instantiate_vcenter_vm_template.png -------------------------------------------------------------------------------- /source/images/k3s_fc_metal_aws_cluster_image_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_fc_metal_aws_cluster_image_datastore.png -------------------------------------------------------------------------------- /source/images/k3s_kernel_files_datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_kernel_files_datastore.png -------------------------------------------------------------------------------- /source/images/k3s_kernel_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_kernel_marketplace.png -------------------------------------------------------------------------------- /source/images/k3s_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_marketplace.png -------------------------------------------------------------------------------- /source/images/k3s_server_public_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_server_public_ip.png -------------------------------------------------------------------------------- /source/images/k3s_service_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_service_instantiate.png -------------------------------------------------------------------------------- /source/images/k3s_service_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_service_running.png -------------------------------------------------------------------------------- /source/images/k3s_service_vm_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/k3s_service_vm_running.png -------------------------------------------------------------------------------- /source/images/knowledge_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/knowledge_base.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-add-sans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-add-sans.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-create-ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-create-ar.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-enable-ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-enable-ingress.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-marketplace-datastore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-marketplace-datastore.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-marketplace.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-pick-networks-private-1.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-pick-networks-private-1.29.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-pick-networks-private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-pick-networks-private.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-pick-networks-public-1.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-pick-networks-public-1.29.png -------------------------------------------------------------------------------- /source/images/kubernetes-qs-pick-networks-public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-qs-pick-networks-public.png -------------------------------------------------------------------------------- /source/images/kubernetes-replica_host_param.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes-replica_host_param.png -------------------------------------------------------------------------------- /source/images/kubernetes_aws_dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes_aws_dns.png -------------------------------------------------------------------------------- /source/images/kubernetes_aws_private_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes_aws_private_network.png -------------------------------------------------------------------------------- /source/images/kubernetes_aws_private_network_address_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes_aws_private_network_address_range.png -------------------------------------------------------------------------------- /source/images/kubernetes_service_start-1.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes_service_start-1.29.png -------------------------------------------------------------------------------- /source/images/kubernetes_service_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/kubernetes_service_start.png -------------------------------------------------------------------------------- /source/images/labels_searches_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/labels_searches_sunstone.png -------------------------------------------------------------------------------- /source/images/listing_marketplaceapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/listing_marketplaceapps.png -------------------------------------------------------------------------------- /source/images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/login.png -------------------------------------------------------------------------------- /source/images/lvm_datastore_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/lvm_datastore_detail.png -------------------------------------------------------------------------------- /source/images/lxd_market1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/lxd_market1.png -------------------------------------------------------------------------------- /source/images/lxd_market2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/lxd_market2.png -------------------------------------------------------------------------------- /source/images/lxd_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/lxd_screenshot.png -------------------------------------------------------------------------------- /source/images/lxd_vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/lxd_vnc.png -------------------------------------------------------------------------------- /source/images/manage_groups_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/manage_groups_1.png -------------------------------------------------------------------------------- /source/images/manage_groups_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/manage_groups_2.png -------------------------------------------------------------------------------- /source/images/mariadb_dh_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/mariadb_dh_marketplace.png -------------------------------------------------------------------------------- /source/images/mariadb_public_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/mariadb_public_network.png -------------------------------------------------------------------------------- /source/images/mariadb_start_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/mariadb_start_script.png -------------------------------------------------------------------------------- /source/images/market-place-b2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market-place-b2d.png -------------------------------------------------------------------------------- /source/images/market1306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market1306.png -------------------------------------------------------------------------------- /source/images/market_custom_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_custom_1.jpg -------------------------------------------------------------------------------- /source/images/market_custom_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_custom_2.jpg -------------------------------------------------------------------------------- /source/images/market_http.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_http.png -------------------------------------------------------------------------------- /source/images/market_migrate_qcow2_vmdk_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_qcow2_vmdk_1.png -------------------------------------------------------------------------------- /source/images/market_migrate_qcow2_vmdk_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_qcow2_vmdk_2.png -------------------------------------------------------------------------------- /source/images/market_migrate_qcow2_vmdk_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_qcow2_vmdk_3.png -------------------------------------------------------------------------------- /source/images/market_migrate_qcow2_vmdk_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_qcow2_vmdk_4.png -------------------------------------------------------------------------------- /source/images/market_migrate_qcow2_vmdk_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_qcow2_vmdk_5.png -------------------------------------------------------------------------------- /source/images/market_migrate_vmdk_qcow2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_vmdk_qcow2_1.png -------------------------------------------------------------------------------- /source/images/market_migrate_vmdk_qcow2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_vmdk_qcow2_2.png -------------------------------------------------------------------------------- /source/images/market_migrate_vmdk_qcow2_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/market_migrate_vmdk_qcow2_3.png -------------------------------------------------------------------------------- /source/images/marketapp_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketapp_import.png -------------------------------------------------------------------------------- /source/images/marketplaces/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/apps.png -------------------------------------------------------------------------------- /source/images/marketplaces/change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/change.png -------------------------------------------------------------------------------- /source/images/marketplaces/create_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/create_1.png -------------------------------------------------------------------------------- /source/images/marketplaces/create_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/create_2.png -------------------------------------------------------------------------------- /source/images/marketplaces/create_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/create_3.png -------------------------------------------------------------------------------- /source/images/marketplaces/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/dashboard.png -------------------------------------------------------------------------------- /source/images/marketplaces/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/delete.png -------------------------------------------------------------------------------- /source/images/marketplaces/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/details.png -------------------------------------------------------------------------------- /source/images/marketplaces/enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/enable.png -------------------------------------------------------------------------------- /source/images/marketplaces/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/marketplaces/update.png -------------------------------------------------------------------------------- /source/images/minione-aws-ubuntu22.04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/minione-aws-ubuntu22.04.png -------------------------------------------------------------------------------- /source/images/minione-aws-ubuntu24.04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/minione-aws-ubuntu24.04.png -------------------------------------------------------------------------------- /source/images/network-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/network-02.png -------------------------------------------------------------------------------- /source/images/network-conf-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/network-conf-example.png -------------------------------------------------------------------------------- /source/images/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/network.png -------------------------------------------------------------------------------- /source/images/new_overview_integrators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/new_overview_integrators.png -------------------------------------------------------------------------------- /source/images/new_sunstone_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/new_sunstone_teaser.png -------------------------------------------------------------------------------- /source/images/nginx_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nginx_marketplace.png -------------------------------------------------------------------------------- /source/images/nginx_start_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nginx_start_script.png -------------------------------------------------------------------------------- /source/images/nsx_autodiscover_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_autodiscover_01.png -------------------------------------------------------------------------------- /source/images/nsx_create_network_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_create_network_05.png -------------------------------------------------------------------------------- /source/images/nsx_create_network_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_create_network_06.png -------------------------------------------------------------------------------- /source/images/nsx_create_network_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_create_network_08.png -------------------------------------------------------------------------------- /source/images/nsx_create_network_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_create_network_09.png -------------------------------------------------------------------------------- /source/images/nsx_creation_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_creation_screenshot.png -------------------------------------------------------------------------------- /source/images/nsx_driver_classes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_driver_classes.png -------------------------------------------------------------------------------- /source/images/nsx_driver_integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_driver_integration.png -------------------------------------------------------------------------------- /source/images/nsx_driver_managed_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_driver_managed_components.png -------------------------------------------------------------------------------- /source/images/nsx_hook_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_hook_list.png -------------------------------------------------------------------------------- /source/images/nsx_import_cluster_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_import_cluster_sunstone.png -------------------------------------------------------------------------------- /source/images/nsx_import_vnet_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_import_vnet_04.png -------------------------------------------------------------------------------- /source/images/nsx_import_vnet_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_import_vnet_05.png -------------------------------------------------------------------------------- /source/images/nsx_setting_nsx_credentials_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_setting_nsx_credentials_01.png -------------------------------------------------------------------------------- /source/images/nsx_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/nsx_status.png -------------------------------------------------------------------------------- /source/images/occi_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/occi_diagram.png -------------------------------------------------------------------------------- /source/images/one_deploy_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_deploy_arch.png -------------------------------------------------------------------------------- /source/images/one_deploy_arch_local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_deploy_arch_local.png -------------------------------------------------------------------------------- /source/images/one_deploy_arch_shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_deploy_arch_shared.png -------------------------------------------------------------------------------- /source/images/one_deploy_basic_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_deploy_basic_arch.png -------------------------------------------------------------------------------- /source/images/one_deploy_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_deploy_components.png -------------------------------------------------------------------------------- /source/images/one_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_high.png -------------------------------------------------------------------------------- /source/images/one_scalability.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_scalability.jpg -------------------------------------------------------------------------------- /source/images/one_vcenter_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/one_vcenter_high.png -------------------------------------------------------------------------------- /source/images/oneflow-config-acl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-config-acl.png -------------------------------------------------------------------------------- /source/images/oneflow-network-map-router_context_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-network-map-router_context_config.png -------------------------------------------------------------------------------- /source/images/oneflow-network-map-service_template_nw_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-network-map-service_template_nw_config.png -------------------------------------------------------------------------------- /source/images/oneflow-network-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-network-map.png -------------------------------------------------------------------------------- /source/images/oneflow-ready-status-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-ready-status-checkbox.png -------------------------------------------------------------------------------- /source/images/oneflow-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-service.png -------------------------------------------------------------------------------- /source/images/oneflow-services-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-services-list.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-attrs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-attrs.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-delete.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-list.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-net-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-net-1.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-net-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-net-2.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-net-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-net-3.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-net-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-net-4.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-net-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-net-5.png -------------------------------------------------------------------------------- /source/images/oneflow-templates-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates-update.png -------------------------------------------------------------------------------- /source/images/oneflow-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneflow-templates.png -------------------------------------------------------------------------------- /source/images/onegate_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onegate_arch.png -------------------------------------------------------------------------------- /source/images/onegate_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onegate_context.png -------------------------------------------------------------------------------- /source/images/onegate_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onegate_net.png -------------------------------------------------------------------------------- /source/images/oneke-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneke-architecture.png -------------------------------------------------------------------------------- /source/images/oneprovision-add_provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-add_provider.png -------------------------------------------------------------------------------- /source/images/oneprovision-aws_provider_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-aws_provider_options.png -------------------------------------------------------------------------------- /source/images/oneprovision-edge_cluster_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-edge_cluster_inputs.png -------------------------------------------------------------------------------- /source/images/oneprovision-new_aws_provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-new_aws_provider.png -------------------------------------------------------------------------------- /source/images/oneprovision-new_provision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-new_provision.png -------------------------------------------------------------------------------- /source/images/oneprovision-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision-provider.png -------------------------------------------------------------------------------- /source/images/oneprovision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision.png -------------------------------------------------------------------------------- /source/images/oneprovision_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision_dashboard.png -------------------------------------------------------------------------------- /source/images/oneprovision_fireedge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision_fireedge.png -------------------------------------------------------------------------------- /source/images/oneprovision_hci_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/oneprovision_hci_teaser.png -------------------------------------------------------------------------------- /source/images/onprem-cluster-ceph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onprem-cluster-ceph.png -------------------------------------------------------------------------------- /source/images/onprem-cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onprem-cluster.png -------------------------------------------------------------------------------- /source/images/onprem-nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/onprem-nginx.png -------------------------------------------------------------------------------- /source/images/open_cloud_arch-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/open_cloud_arch-view.png -------------------------------------------------------------------------------- /source/images/opennebula_interfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/opennebula_interfaces.png -------------------------------------------------------------------------------- /source/images/os_profile_chain_loaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/os_profile_chain_loaded.png -------------------------------------------------------------------------------- /source/images/os_profile_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/os_profile_selector.png -------------------------------------------------------------------------------- /source/images/overview_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_architecture.png -------------------------------------------------------------------------------- /source/images/overview_builders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_builders.png -------------------------------------------------------------------------------- /source/images/overview_consumers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_consumers.png -------------------------------------------------------------------------------- /source/images/overview_containers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_containers.png -------------------------------------------------------------------------------- /source/images/overview_customized-cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_customized-cluster.png -------------------------------------------------------------------------------- /source/images/overview_edge-cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_edge-cluster.png -------------------------------------------------------------------------------- /source/images/overview_integrators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_integrators.png -------------------------------------------------------------------------------- /source/images/overview_interfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_interfaces.png -------------------------------------------------------------------------------- /source/images/overview_key-features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_key-features.png -------------------------------------------------------------------------------- /source/images/overview_operators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_operators.png -------------------------------------------------------------------------------- /source/images/overview_resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_resources.png -------------------------------------------------------------------------------- /source/images/overview_vdc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/overview_vdc.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-chgrp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-chgrp.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-flow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-flow-1.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-flow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-flow-2.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-network.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-nic-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-nic-default.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-ssh.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-user-input-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-user-input-1.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-user-input-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-user-input-2.png -------------------------------------------------------------------------------- /source/images/prepare-tmpl-user-input-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/prepare-tmpl-user-input-3.png -------------------------------------------------------------------------------- /source/images/privatecloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/privatecloud.png -------------------------------------------------------------------------------- /source/images/publiccloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/publiccloud.png -------------------------------------------------------------------------------- /source/images/pure-vmfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/pure-vmfs.png -------------------------------------------------------------------------------- /source/images/qs_vdc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc1.png -------------------------------------------------------------------------------- /source/images/qs_vdc10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc10.png -------------------------------------------------------------------------------- /source/images/qs_vdc11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc11.png -------------------------------------------------------------------------------- /source/images/qs_vdc12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc12.png -------------------------------------------------------------------------------- /source/images/qs_vdc13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc13.png -------------------------------------------------------------------------------- /source/images/qs_vdc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc2.png -------------------------------------------------------------------------------- /source/images/qs_vdc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc3.png -------------------------------------------------------------------------------- /source/images/qs_vdc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc4.png -------------------------------------------------------------------------------- /source/images/qs_vdc5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc5.png -------------------------------------------------------------------------------- /source/images/qs_vdc8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc8.png -------------------------------------------------------------------------------- /source/images/qs_vdc9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/qs_vdc9.png -------------------------------------------------------------------------------- /source/images/quickstart-vmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/quickstart-vmware.png -------------------------------------------------------------------------------- /source/images/rancher_drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/rancher_drivers.png -------------------------------------------------------------------------------- /source/images/rancher_node_drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/rancher_node_drivers.png -------------------------------------------------------------------------------- /source/images/react_sunstone_console_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/react_sunstone_console_teaser.png -------------------------------------------------------------------------------- /source/images/release_66_pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/release_66_pic.jpg -------------------------------------------------------------------------------- /source/images/ruby_sunstone-settings-2fa-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-settings-2fa-app.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone-settings-2fa-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-settings-2fa-keys.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone-settings-2fa-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-settings-2fa-login.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone-settings-2fa-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-settings-2fa-result.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone-settings-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-settings-auth.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone-template-user-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone-template-user-auth.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_add_ssh_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_add_ssh_key.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_create_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_create_service.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_create_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_create_vm.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_create_vm_select_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_create_vm_select_template.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_dash.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_save_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_save_vm.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_service_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_service_info.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_services_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_services_list.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_templates_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_templates_list.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_user_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_user_settings.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_vm_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_vm_info.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_vm_poweroff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_vm_poweroff.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_cloud_vms_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_cloud_vms_list.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_guac_rdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_guac_rdp.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_guac_vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_guac_vnc.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_labels_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_labels_cloud.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_labels_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_labels_edit.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_labels_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_labels_filter.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_labels_user_persis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_labels_user_persis.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_login_x5094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_login_x5094.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_persistent_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_persistent_1.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_persistent_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_persistent_2.png -------------------------------------------------------------------------------- /source/images/ruby_sunstone_persistent_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ruby_sunstone_persistent_3.png -------------------------------------------------------------------------------- /source/images/scaleway-deployment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/scaleway-deployment.jpg -------------------------------------------------------------------------------- /source/images/scaleway_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/scaleway_deployment.png -------------------------------------------------------------------------------- /source/images/sched_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sched_actions.png -------------------------------------------------------------------------------- /source/images/scheduler_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/scheduler_architecture.png -------------------------------------------------------------------------------- /source/images/select_aws_cluster_public_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/select_aws_cluster_public_network.png -------------------------------------------------------------------------------- /source/images/select_aws_cluster_public_network_nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/select_aws_cluster_public_network_nginx.png -------------------------------------------------------------------------------- /source/images/select_metal_aws_cluster_public_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/select_metal_aws_cluster_public_network.png -------------------------------------------------------------------------------- /source/images/service_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/service_sample.png -------------------------------------------------------------------------------- /source/images/set_oneadmin_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/set_oneadmin_password.png -------------------------------------------------------------------------------- /source/images/set_template_cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/set_template_cost.png -------------------------------------------------------------------------------- /source/images/sg_ar_assign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sg_ar_assign.png -------------------------------------------------------------------------------- /source/images/sg_vm_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sg_vm_view.png -------------------------------------------------------------------------------- /source/images/sg_vnet_assign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sg_vnet_assign.png -------------------------------------------------------------------------------- /source/images/sg_wizard_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sg_wizard_create.png -------------------------------------------------------------------------------- /source/images/shared_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/shared_system.png -------------------------------------------------------------------------------- /source/images/show_marketplaceapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/show_marketplaceapp.png -------------------------------------------------------------------------------- /source/images/showback_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/showback_instantiate.png -------------------------------------------------------------------------------- /source/images/showback_template_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/showback_template_wizard.png -------------------------------------------------------------------------------- /source/images/spice1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/spice1.gif -------------------------------------------------------------------------------- /source/images/ssh_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/ssh_system.png -------------------------------------------------------------------------------- /source/images/sshaccess-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sshaccess-1.png -------------------------------------------------------------------------------- /source/images/states-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/states-complete.png -------------------------------------------------------------------------------- /source/images/states-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/states-simple.png -------------------------------------------------------------------------------- /source/images/success_stories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/success_stories.png -------------------------------------------------------------------------------- /source/images/sunstone-add_public_ssh_key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-add_public_ssh_key2.png -------------------------------------------------------------------------------- /source/images/sunstone-apps-word_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-apps-word_filter.png -------------------------------------------------------------------------------- /source/images/sunstone-apps_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-apps_list.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_cluster_download_oneke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_cluster_download_oneke.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_cluster_private_net_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_cluster_private_net_template.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_cluster_replica_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_cluster_replica_host.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_edge_cluster_deploying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_edge_cluster_deploying.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_edge_cluster_sys_ds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_edge_cluster_sys_ds.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_k8s_vms_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_k8s_vms_list.png -------------------------------------------------------------------------------- /source/images/sunstone-aws_kubernetes_vnf_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-aws_kubernetes_vnf_ip.png -------------------------------------------------------------------------------- /source/images/sunstone-change-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-change-view.png -------------------------------------------------------------------------------- /source/images/sunstone-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-dashboard.png -------------------------------------------------------------------------------- /source/images/sunstone-dashboard_hamb_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-dashboard_hamb_menu.png -------------------------------------------------------------------------------- /source/images/sunstone-download_app-2-DS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-download_app-2-DS.png -------------------------------------------------------------------------------- /source/images/sunstone-download_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-download_app.png -------------------------------------------------------------------------------- /source/images/sunstone-fe-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-fe-error.png -------------------------------------------------------------------------------- /source/images/sunstone-full_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-full_dashboard.png -------------------------------------------------------------------------------- /source/images/sunstone-import_wordp_to_ds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-import_wordp_to_ds.png -------------------------------------------------------------------------------- /source/images/sunstone-kubernetes-user_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-kubernetes-user_inputs.png -------------------------------------------------------------------------------- /source/images/sunstone-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-login.png -------------------------------------------------------------------------------- /source/images/sunstone-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-main.png -------------------------------------------------------------------------------- /source/images/sunstone-rdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-rdp.png -------------------------------------------------------------------------------- /source/images/sunstone-select_apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-select_apps.png -------------------------------------------------------------------------------- /source/images/sunstone-service_oneke_1.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-service_oneke_1.29.png -------------------------------------------------------------------------------- /source/images/sunstone-settings-2fa-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-settings-2fa-app.png -------------------------------------------------------------------------------- /source/images/sunstone-settings-2fa-dissable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-settings-2fa-dissable.png -------------------------------------------------------------------------------- /source/images/sunstone-settings-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-settings-auth.png -------------------------------------------------------------------------------- /source/images/sunstone-ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-ssh.png -------------------------------------------------------------------------------- /source/images/sunstone-storage-datastores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-storage-datastores.png -------------------------------------------------------------------------------- /source/images/sunstone-system-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-system-users.png -------------------------------------------------------------------------------- /source/images/sunstone-template-user-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-template-user-auth.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate-attach_nic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate-attach_nic1.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate-attach_nic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate-attach_nic2.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate-attach_nic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate-attach_nic3.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate_wiz1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate_wiz1.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate_wiz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate_wiz2.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate_wiz3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate_wiz3.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_instantiate_wiz4-attach_nic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_instantiate_wiz4-attach_nic.png -------------------------------------------------------------------------------- /source/images/sunstone-vm_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vm_templates.png -------------------------------------------------------------------------------- /source/images/sunstone-vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-vnc.png -------------------------------------------------------------------------------- /source/images/sunstone-wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-wordpress.png -------------------------------------------------------------------------------- /source/images/sunstone-wordpress_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone-wordpress_info.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_resources.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_resourcesidentifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_resourcesidentifier.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_rights.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_string.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_string_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_string_form.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_string_novalid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_string_novalid.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_summary.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_user.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_create_zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_create_zone.png -------------------------------------------------------------------------------- /source/images/sunstone_acl_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_acl_list.png -------------------------------------------------------------------------------- /source/images/sunstone_admin_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_admin_instantiate.png -------------------------------------------------------------------------------- /source/images/sunstone_change_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_change_password.png -------------------------------------------------------------------------------- /source/images/sunstone_charter_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_charter_info.png -------------------------------------------------------------------------------- /source/images/sunstone_clone_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_clone_template.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_add_ssh_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_add_ssh_key.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_create_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_create_service.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_create_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_create_vm.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_dash.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_save_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_save_button.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_service_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_service_info.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_services_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_services_list.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_user_quotas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_user_quotas.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_user_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_user_settings.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_vm_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_vm_info.png -------------------------------------------------------------------------------- /source/images/sunstone_cloud_vms_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cloud_vms_list.png -------------------------------------------------------------------------------- /source/images/sunstone_cluster_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cluster_create.png -------------------------------------------------------------------------------- /source/images/sunstone_cluster_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cluster_dashboard.png -------------------------------------------------------------------------------- /source/images/sunstone_cluster_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cluster_details.png -------------------------------------------------------------------------------- /source/images/sunstone_cluster_list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_cluster_list2.png -------------------------------------------------------------------------------- /source/images/sunstone_create_host_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_create_host_dialog.png -------------------------------------------------------------------------------- /source/images/sunstone_create_host_dialog_fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_create_host_dialog_fc.png -------------------------------------------------------------------------------- /source/images/sunstone_create_host_dialog_lxc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_create_host_dialog_lxc.png -------------------------------------------------------------------------------- /source/images/sunstone_create_vrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_create_vrouter.png -------------------------------------------------------------------------------- /source/images/sunstone_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_dashboard.png -------------------------------------------------------------------------------- /source/images/sunstone_datablock_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_datablock_create.png -------------------------------------------------------------------------------- /source/images/sunstone_datastore_ceph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_datastore_ceph.png -------------------------------------------------------------------------------- /source/images/sunstone_datastores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_datastores.png -------------------------------------------------------------------------------- /source/images/sunstone_disable_network_conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_disable_network_conf.png -------------------------------------------------------------------------------- /source/images/sunstone_disk_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_disk_snapshot.png -------------------------------------------------------------------------------- /source/images/sunstone_download_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_download_app.png -------------------------------------------------------------------------------- /source/images/sunstone_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_filter.png -------------------------------------------------------------------------------- /source/images/sunstone_group_defview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_group_defview.png -------------------------------------------------------------------------------- /source/images/sunstone_group_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_group_list.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_change_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_change_view.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_create_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_create_user.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_create_vm_templates_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_create_vm_templates_list.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_create_vrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_create_vrouter.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_dash.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_edit_quota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_edit_quota.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_group_acct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_group_acct.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_group_showback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_group_showback.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_instantiate.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_list_vms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_list_vms.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_share_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_share_template.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_user_acct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_user_acct.png -------------------------------------------------------------------------------- /source/images/sunstone_groupadmin_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_groupadmin_users.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_nic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_nic.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_nic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_nic_1.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_nic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_nic_2.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_rdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_rdp.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_rdp_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_rdp_interface.png -------------------------------------------------------------------------------- /source/images/sunstone_guac_vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_guac_vnc.png -------------------------------------------------------------------------------- /source/images/sunstone_host_pci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_host_pci.png -------------------------------------------------------------------------------- /source/images/sunstone_image_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_image_clone.png -------------------------------------------------------------------------------- /source/images/sunstone_image_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_image_create.png -------------------------------------------------------------------------------- /source/images/sunstone_import_marketapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_import_marketapp.png -------------------------------------------------------------------------------- /source/images/sunstone_instantiate_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_instantiate_template.png -------------------------------------------------------------------------------- /source/images/sunstone_instantiate_template_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_instantiate_template_dialog.png -------------------------------------------------------------------------------- /source/images/sunstone_kubernetes_netw_dropdowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_kubernetes_netw_dropdowns.png -------------------------------------------------------------------------------- /source/images/sunstone_labels_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_labels_create.png -------------------------------------------------------------------------------- /source/images/sunstone_labels_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_labels_edit.png -------------------------------------------------------------------------------- /source/images/sunstone_labels_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_labels_filter.png -------------------------------------------------------------------------------- /source/images/sunstone_link_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_link_attribute.png -------------------------------------------------------------------------------- /source/images/sunstone_list_datatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_list_datatable.png -------------------------------------------------------------------------------- /source/images/sunstone_list_hosts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_list_hosts.png -------------------------------------------------------------------------------- /source/images/sunstone_list_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_list_images.png -------------------------------------------------------------------------------- /source/images/sunstone_login_2fa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_login_2fa.png -------------------------------------------------------------------------------- /source/images/sunstone_login_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_login_dark.png -------------------------------------------------------------------------------- /source/images/sunstone_login_remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_login_remote.png -------------------------------------------------------------------------------- /source/images/sunstone_luks_secret_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_luks_secret_create.png -------------------------------------------------------------------------------- /source/images/sunstone_managing_perms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_managing_perms.png -------------------------------------------------------------------------------- /source/images/sunstone_marketplace_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_marketplace_import.png -------------------------------------------------------------------------------- /source/images/sunstone_marketplace_list_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_marketplace_list_import.png -------------------------------------------------------------------------------- /source/images/sunstone_network_options-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_network_options-2.png -------------------------------------------------------------------------------- /source/images/sunstone_network_options-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_network_options-3.png -------------------------------------------------------------------------------- /source/images/sunstone_network_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_network_options.png -------------------------------------------------------------------------------- /source/images/sunstone_nic_passthrough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_nic_passthrough.png -------------------------------------------------------------------------------- /source/images/sunstone_oneflow_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_oneflow_error.png -------------------------------------------------------------------------------- /source/images/sunstone_oneflow_serviceinputs_convention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_oneflow_serviceinputs_convention.png -------------------------------------------------------------------------------- /source/images/sunstone_oneflow_serviceinputs_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_oneflow_serviceinputs_layout.png -------------------------------------------------------------------------------- /source/images/sunstone_oneflow_serviceinputs_noconvention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_oneflow_serviceinputs_noconvention.png -------------------------------------------------------------------------------- /source/images/sunstone_persistent_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_persistent_vm.png -------------------------------------------------------------------------------- /source/images/sunstone_rdp_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_rdp_button.png -------------------------------------------------------------------------------- /source/images/sunstone_rdp_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_rdp_connection.png -------------------------------------------------------------------------------- /source/images/sunstone_save_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_save_button.png -------------------------------------------------------------------------------- /source/images/sunstone_save_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_save_dialog.png -------------------------------------------------------------------------------- /source/images/sunstone_save_vm_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_save_vm_1.png -------------------------------------------------------------------------------- /source/images/sunstone_save_vm_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_save_vm_2.png -------------------------------------------------------------------------------- /source/images/sunstone_save_vm_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_save_vm_3.png -------------------------------------------------------------------------------- /source/images/sunstone_schedule_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_schedule_action.png -------------------------------------------------------------------------------- /source/images/sunstone_select_create_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_select_create_host.png -------------------------------------------------------------------------------- /source/images/sunstone_setting_list_datatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_setting_list_datatable.png -------------------------------------------------------------------------------- /source/images/sunstone_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_settings.png -------------------------------------------------------------------------------- /source/images/sunstone_sg_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_sg_attach.png -------------------------------------------------------------------------------- /source/images/sunstone_sg_main_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_sg_main_view.png -------------------------------------------------------------------------------- /source/images/sunstone_showback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_showback.png -------------------------------------------------------------------------------- /source/images/sunstone_showback_calculate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_showback_calculate.png -------------------------------------------------------------------------------- /source/images/sunstone_showback_disks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_showback_disks.png -------------------------------------------------------------------------------- /source/images/sunstone_showback_memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_showback_memory.png -------------------------------------------------------------------------------- /source/images/sunstone_template_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_create.png -------------------------------------------------------------------------------- /source/images/sunstone_template_create_capacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_create_capacity.png -------------------------------------------------------------------------------- /source/images/sunstone_template_create_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_create_image.png -------------------------------------------------------------------------------- /source/images/sunstone_template_create_nic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_create_nic.png -------------------------------------------------------------------------------- /source/images/sunstone_template_create_volatile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_create_volatile.png -------------------------------------------------------------------------------- /source/images/sunstone_template_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_list.png -------------------------------------------------------------------------------- /source/images/sunstone_template_pci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_pci.png -------------------------------------------------------------------------------- /source/images/sunstone_template_pci.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_pci.png.png -------------------------------------------------------------------------------- /source/images/sunstone_template_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_template_share.png -------------------------------------------------------------------------------- /source/images/sunstone_topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_topology.png -------------------------------------------------------------------------------- /source/images/sunstone_update_quota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_update_quota.png -------------------------------------------------------------------------------- /source/images/sunstone_updateconf_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_updateconf_1.png -------------------------------------------------------------------------------- /source/images/sunstone_updateconf_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_updateconf_2.png -------------------------------------------------------------------------------- /source/images/sunstone_user_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_dashboard.png -------------------------------------------------------------------------------- /source/images/sunstone_user_info_quotas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_info_quotas.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_convention_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_convention_blog.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_convention_mysql_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_convention_mysql_1.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_convention_mysql_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_convention_mysql_2.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_metadata_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_metadata_1.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_metadata_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_metadata_2.png -------------------------------------------------------------------------------- /source/images/sunstone_user_inputs_no_convention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_inputs_no_convention.png -------------------------------------------------------------------------------- /source/images/sunstone_user_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_list.png -------------------------------------------------------------------------------- /source/images/sunstone_user_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_user_settings.png -------------------------------------------------------------------------------- /source/images/sunstone_vcenter_customization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vcenter_customization.png -------------------------------------------------------------------------------- /source/images/sunstone_vdcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vdcs.png -------------------------------------------------------------------------------- /source/images/sunstone_virt_viewer_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_virt_viewer_button.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_attach.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_attachnic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_attachnic.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_charter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_charter.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_logo.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_resize.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_running.png -------------------------------------------------------------------------------- /source/images/sunstone_vm_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vm_snapshot.png -------------------------------------------------------------------------------- /source/images/sunstone_vmrc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vmrc.png -------------------------------------------------------------------------------- /source/images/sunstone_vnc_tty_centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnc_tty_centos.png -------------------------------------------------------------------------------- /source/images/sunstone_vnet_create_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnet_create_advanced.png -------------------------------------------------------------------------------- /source/images/sunstone_vnet_create_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnet_create_general.png -------------------------------------------------------------------------------- /source/images/sunstone_vnet_leases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnet_leases.png -------------------------------------------------------------------------------- /source/images/sunstone_vnets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnets.png -------------------------------------------------------------------------------- /source/images/sunstone_vnetstemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnetstemplate.png -------------------------------------------------------------------------------- /source/images/sunstone_vnetstemplate_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vnetstemplate_create.png -------------------------------------------------------------------------------- /source/images/sunstone_vrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_vrouter.png -------------------------------------------------------------------------------- /source/images/sunstone_yaml_columns1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_yaml_columns1.png -------------------------------------------------------------------------------- /source/images/sunstone_yaml_columns2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstone_yaml_columns2.png -------------------------------------------------------------------------------- /source/images/sunstonevnc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/sunstonevnc4.png -------------------------------------------------------------------------------- /source/images/support_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/support_home.png -------------------------------------------------------------------------------- /source/images/tl_market1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/tl_market1.png -------------------------------------------------------------------------------- /source/images/tl_market2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/tl_market2.png -------------------------------------------------------------------------------- /source/images/tokens_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/tokens_sunstone.png -------------------------------------------------------------------------------- /source/images/tproxy-diagram.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/tproxy-diagram.drawio.png -------------------------------------------------------------------------------- /source/images/use_cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/use_cases.png -------------------------------------------------------------------------------- /source/images/user_stories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/user_stories.png -------------------------------------------------------------------------------- /source/images/user_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/user_view.png -------------------------------------------------------------------------------- /source/images/usercreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/usercreation.png -------------------------------------------------------------------------------- /source/images/userrole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/userrole.png -------------------------------------------------------------------------------- /source/images/users_and_groups_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/users_and_groups_tab.png -------------------------------------------------------------------------------- /source/images/userview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/userview.png -------------------------------------------------------------------------------- /source/images/vOneCloud-download-deploy-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vOneCloud-download-deploy-001.png -------------------------------------------------------------------------------- /source/images/vOneCloud-download-deploy-004b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vOneCloud-download-deploy-004b.png -------------------------------------------------------------------------------- /source/images/vOneCloud-download-deploy-005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vOneCloud-download-deploy-005.png -------------------------------------------------------------------------------- /source/images/vOneCloud-download-deploy-007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vOneCloud-download-deploy-007.png -------------------------------------------------------------------------------- /source/images/vcenter_acceptance_level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_acceptance_level.png -------------------------------------------------------------------------------- /source/images/vcenter_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create.png -------------------------------------------------------------------------------- /source/images/vcenter_create_datastore_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_datastore_step3.png -------------------------------------------------------------------------------- /source/images/vcenter_create_datastore_step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_datastore_step4.png -------------------------------------------------------------------------------- /source/images/vcenter_create_datastore_step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_datastore_step5.png -------------------------------------------------------------------------------- /source/images/vcenter_create_datastore_step6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_datastore_step6.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host_step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host_step2.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host_step3.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host_step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host_step4.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host_step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host_step5.png -------------------------------------------------------------------------------- /source/images/vcenter_create_host_step6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_host_step6.png -------------------------------------------------------------------------------- /source/images/vcenter_create_vnet_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_create_vnet_step1.png -------------------------------------------------------------------------------- /source/images/vcenter_customization_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_customization_step1.png -------------------------------------------------------------------------------- /source/images/vcenter_datastore_import_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_datastore_import_step1.png -------------------------------------------------------------------------------- /source/images/vcenter_datastore_one_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_datastore_one_folder.png -------------------------------------------------------------------------------- /source/images/vcenter_datastore_storage_drs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_datastore_storage_drs.png -------------------------------------------------------------------------------- /source/images/vcenter_deploy_folder_cli_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_deploy_folder_cli_instantiate.png -------------------------------------------------------------------------------- /source/images/vcenter_deploy_folder_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_deploy_folder_instantiate.png -------------------------------------------------------------------------------- /source/images/vcenter_deploy_folder_sample_path_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_deploy_folder_sample_path_tree.png -------------------------------------------------------------------------------- /source/images/vcenter_deploy_folder_update_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_deploy_folder_update_template.png -------------------------------------------------------------------------------- /source/images/vcenter_disks_statistics_level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_disks_statistics_level.png -------------------------------------------------------------------------------- /source/images/vcenter_enable_gdb_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_enable_gdb_server.png -------------------------------------------------------------------------------- /source/images/vcenter_enable_vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_enable_vnc.png -------------------------------------------------------------------------------- /source/images/vcenter_image_import_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_image_import_step3.png -------------------------------------------------------------------------------- /source/images/vcenter_import_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_import_button.png -------------------------------------------------------------------------------- /source/images/vcenter_install_vib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_install_vib.png -------------------------------------------------------------------------------- /source/images/vcenter_instantiate_as_persistent_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_instantiate_as_persistent_1.png -------------------------------------------------------------------------------- /source/images/vcenter_mob_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_mob_browser.png -------------------------------------------------------------------------------- /source/images/vcenter_moref_url1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_moref_url1.png -------------------------------------------------------------------------------- /source/images/vcenter_moref_url2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_moref_url2.png -------------------------------------------------------------------------------- /source/images/vcenter_multi_dc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_multi_dc.png -------------------------------------------------------------------------------- /source/images/vcenter_network_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_create.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import_step1.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import_step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import_step2.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import_step3.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import_step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import_step4.png -------------------------------------------------------------------------------- /source/images/vcenter_network_import_step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_network_import_step5.png -------------------------------------------------------------------------------- /source/images/vcenter_onedb_migrator_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_onedb_migrator_1.png -------------------------------------------------------------------------------- /source/images/vcenter_remote_dc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_remote_dc.png -------------------------------------------------------------------------------- /source/images/vcenter_resource_pool_cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_resource_pool_cluster.png -------------------------------------------------------------------------------- /source/images/vcenter_resource_pool_fixed_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_resource_pool_fixed_sunstone.png -------------------------------------------------------------------------------- /source/images/vcenter_resource_pool_list_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_resource_pool_list_sunstone.png -------------------------------------------------------------------------------- /source/images/vcenter_resource_pool_nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_resource_pool_nested.png -------------------------------------------------------------------------------- /source/images/vcenter_rp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_rp.png -------------------------------------------------------------------------------- /source/images/vcenter_save_as_template_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_save_as_template_1.png -------------------------------------------------------------------------------- /source/images/vcenter_template_import_step0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_template_import_step0.png -------------------------------------------------------------------------------- /source/images/vcenter_template_import_step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_template_import_step1.png -------------------------------------------------------------------------------- /source/images/vcenter_template_import_step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_template_import_step3.png -------------------------------------------------------------------------------- /source/images/vcenter_template_import_step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_template_import_step4.png -------------------------------------------------------------------------------- /source/images/vcenter_template_import_step8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_template_import_step8.png -------------------------------------------------------------------------------- /source/images/vcenter_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_view.png -------------------------------------------------------------------------------- /source/images/vcenter_vm_folder_placement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vm_folder_placement.png -------------------------------------------------------------------------------- /source/images/vcenter_vmdk_create_sunstone_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vmdk_create_sunstone_1.png -------------------------------------------------------------------------------- /source/images/vcenter_vmdk_upload_sunstone_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vmdk_upload_sunstone_1.png -------------------------------------------------------------------------------- /source/images/vcenter_vmnic1_assigned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vmnic1_assigned.png -------------------------------------------------------------------------------- /source/images/vcenter_vmnic1_free_host1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vmnic1_free_host1.png -------------------------------------------------------------------------------- /source/images/vcenter_vmnic1_free_host2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_vmnic1_free_host2.png -------------------------------------------------------------------------------- /source/images/vcenter_wild_vm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_wild_vm_list.png -------------------------------------------------------------------------------- /source/images/vcenter_wild_vm_list_import_sunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vcenter_wild_vm_list_import_sunstone.png -------------------------------------------------------------------------------- /source/images/vdc_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdc_groups.png -------------------------------------------------------------------------------- /source/images/vdc_organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdc_organization.png -------------------------------------------------------------------------------- /source/images/vdc_resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdc_resources.png -------------------------------------------------------------------------------- /source/images/vdcadmin_change_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_change_view.png -------------------------------------------------------------------------------- /source/images/vdcadmin_change_view_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_change_view_cloud.png -------------------------------------------------------------------------------- /source/images/vdcadmin_create_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_create_admin.png -------------------------------------------------------------------------------- /source/images/vdcadmin_create_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_create_vm.png -------------------------------------------------------------------------------- /source/images/vdcadmin_ds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_ds.png -------------------------------------------------------------------------------- /source/images/vdcadmin_edit_quota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_edit_quota.png -------------------------------------------------------------------------------- /source/images/vdcadmin_manage_vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_manage_vm.png -------------------------------------------------------------------------------- /source/images/vdcadmin_quotas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_quotas.png -------------------------------------------------------------------------------- /source/images/vdcadmin_saved_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_saved_img.png -------------------------------------------------------------------------------- /source/images/vdcadmin_saved_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_saved_template.png -------------------------------------------------------------------------------- /source/images/vdcadmin_template_chmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_template_chmod.png -------------------------------------------------------------------------------- /source/images/vdcadmin_template_chown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_template_chown.png -------------------------------------------------------------------------------- /source/images/vdcadmin_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_view.png -------------------------------------------------------------------------------- /source/images/vdcadmin_vnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vdcadmin_vnet.png -------------------------------------------------------------------------------- /source/images/verify_vcenter_vm_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/verify_vcenter_vm_running.png -------------------------------------------------------------------------------- /source/images/view_cloud_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/view_cloud_new.png -------------------------------------------------------------------------------- /source/images/views_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/views_change.png -------------------------------------------------------------------------------- /source/images/views_conf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/views_conf.jpg -------------------------------------------------------------------------------- /source/images/views_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/views_settings.png -------------------------------------------------------------------------------- /source/images/virt-viewer-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/virt-viewer-example.png -------------------------------------------------------------------------------- /source/images/virtualrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/virtualrouter.png -------------------------------------------------------------------------------- /source/images/vm_backup_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vm_backup_action.png -------------------------------------------------------------------------------- /source/images/vm_charter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vm_charter.png -------------------------------------------------------------------------------- /source/images/vmg_wizard_create-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vmg_wizard_create-2.png -------------------------------------------------------------------------------- /source/images/vmg_wizard_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vmg_wizard_create.png -------------------------------------------------------------------------------- /source/images/vmgroups_ilustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vmgroups_ilustration.png -------------------------------------------------------------------------------- /source/images/vncterm_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vncterm_command.png -------------------------------------------------------------------------------- /source/images/vnet_automatic_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnet_automatic_selection.png -------------------------------------------------------------------------------- /source/images/vnf-context-vars-vrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-context-vars-vrouter.png -------------------------------------------------------------------------------- /source/images/vnf-context-vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-context-vars.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vm1.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vrouter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vrouter1.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vrouter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vrouter2.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vrouter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vrouter3.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vrouter4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vrouter4.png -------------------------------------------------------------------------------- /source/images/vnf-demo-vrouter5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-demo-vrouter5.png -------------------------------------------------------------------------------- /source/images/vnf-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-download.png -------------------------------------------------------------------------------- /source/images/vnf-sdnat4-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-sdnat4-diagram.png -------------------------------------------------------------------------------- /source/images/vnf-vrouter-basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vnf-vrouter-basic.png -------------------------------------------------------------------------------- /source/images/vonecloud_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vonecloud_logo.png -------------------------------------------------------------------------------- /source/images/vr_topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vr_topology.png -------------------------------------------------------------------------------- /source/images/vultr_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/vultr_deployment.png -------------------------------------------------------------------------------- /source/images/whmcs_tenants_accept_order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/whmcs_tenants_accept_order.png -------------------------------------------------------------------------------- /source/images/whmcs_tenants_add_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/whmcs_tenants_add_server.png -------------------------------------------------------------------------------- /source/images/whmcs_tenants_module_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/whmcs_tenants_module_settings.png -------------------------------------------------------------------------------- /source/images/whmcs_tenants_new_product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/whmcs_tenants_new_product.png -------------------------------------------------------------------------------- /source/images/whmcs_tenants_system_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/whmcs_tenants_system_settings.png -------------------------------------------------------------------------------- /source/images/windows_bp_bypassnro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/windows_bp_bypassnro.png -------------------------------------------------------------------------------- /source/images/windows_bp_create_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/windows_bp_create_image.png -------------------------------------------------------------------------------- /source/images/windows_bp_virtio_drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/windows_bp_virtio_drivers.png -------------------------------------------------------------------------------- /source/images/wordpress-bootstrap-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress-bootstrap-values.png -------------------------------------------------------------------------------- /source/images/wordpress-context-vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress-context-vars.png -------------------------------------------------------------------------------- /source/images/wordpress-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress-download.png -------------------------------------------------------------------------------- /source/images/wordpress-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress-running.png -------------------------------------------------------------------------------- /source/images/wordpress-ssl-context-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress-ssl-context-values.png -------------------------------------------------------------------------------- /source/images/wordpress_dh_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_dh_marketplace.png -------------------------------------------------------------------------------- /source/images/wordpress_install_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_install_page.png -------------------------------------------------------------------------------- /source/images/wordpress_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_marketplace.png -------------------------------------------------------------------------------- /source/images/wordpress_public_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_public_ip.png -------------------------------------------------------------------------------- /source/images/wordpress_public_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_public_network.png -------------------------------------------------------------------------------- /source/images/wordpress_service_db_role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_service_db_role.png -------------------------------------------------------------------------------- /source/images/wordpress_service_instantiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_service_instantiate.png -------------------------------------------------------------------------------- /source/images/wordpress_service_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_service_running.png -------------------------------------------------------------------------------- /source/images/wordpress_service_template_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_service_template_create.png -------------------------------------------------------------------------------- /source/images/wordpress_service_wp_role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_service_wp_role.png -------------------------------------------------------------------------------- /source/images/wordpress_start_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/wordpress_start_script.png -------------------------------------------------------------------------------- /source/images/zoneswitchsunstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/images/zoneswitchsunstone.png -------------------------------------------------------------------------------- /source/marketplace/appliances/wordpress.rst: -------------------------------------------------------------------------------- 1 | .. _service_wp: 2 | 3 | ========= 4 | WordPress 5 | ========= 6 | 7 | .. include:: wordpress.txt 8 | -------------------------------------------------------------------------------- /source/open_cluster_deployment/common_node/repositories.txt: -------------------------------------------------------------------------------- 1 | Refer to :ref:`OpenNebula Repositories ` guide to add the **Enterprise** and **Community** Edition software repositories. 2 | -------------------------------------------------------------------------------- /source/opennebula-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/opennebula-white.png -------------------------------------------------------------------------------- /source/sunstone_cluster_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenNebula/docs/1d7006f767941c131b69381cecf43e4f40451826/source/sunstone_cluster_details.png --------------------------------------------------------------------------------