Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3483D95C for ; Mon, 19 Nov 2012 14:11:37 +0000 (UTC) Received: (qmail 25446 invoked by uid 500); 19 Nov 2012 14:11:36 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 25093 invoked by uid 500); 19 Nov 2012 14:11:35 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 22197 invoked by uid 99); 19 Nov 2012 14:11:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 14:11:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E5E31314A12; Mon, 19 Nov 2012 14:11:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ke4qqq@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [17/29] cleaning up docs temp, publish directories - adding gitignore entries for them for the future Message-Id: <20121119141128.E5E31314A12@tyr.zones.apache.org> Date: Mon, 19 Nov 2012 14:11:28 +0000 (UTC) http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-add.html ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-add.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-add.html deleted file mode 100644 index 213bed8..0000000 --- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-add.html +++ /dev/null @@ -1,82 +0,0 @@ - - -7.5. Adding a Host

Product SiteDocumentation Site

7.5. Adding a Host

  1. - Before adding a host to the CloudStack configuration, you must first install your chosen hypervisor on the host. CloudStack can manage hosts running VMs under a variety of hypervisors. -
    - The CloudStack Installation Guide provides instructions on how to install each supported hypervisor and configure it for use with CloudStack. See the appropriate section in the Installation Guide for information about which version of your chosen hypervisor is supported, as well as crucial additional steps to configure the hypervisor hosts for use with CloudStack. -

    Warning

    - Be sure you have performed the additional CloudStack-specific configuration steps described in the hypervisor installation section for your particular hypervisor. -
  2. - Now add the hypervisor host to CloudStack. The technique to use varies depending on the hypervisor. -

7.5.1. Adding a Host (XenServer or KVM)

- XenServer and KVM hosts can be added to a cluster at any time. -

7.5.1.1. Requirements for XenServer and KVM Hosts

Warning

- Make sure the hypervisor host does not have any VMs already running before you add it to CloudStack. -
- Configuration requirements: -
  • - Each cluster must contain only hosts with the identical hypervisor. -
  • - For XenServer, do not put more than 8 hosts in a cluster. -
  • - For KVM, do not put more than 16 hosts in a cluster. -
- For hardware requirements, see the installation section for your hypervisor in the CloudStack Installation Guide. -
7.5.1.1.1. XenServer Host Additional Requirements
- If network bonding is in use, the administrator must cable the new host identically to other hosts in the cluster. -
- For all additional hosts to be added to the cluster, run the following command. This will cause the host to join the master in a XenServer pool. -
# xe pool-join master-address=[master IP] master-username=root master-password=[your password]

Note

- When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text. -
- With all hosts added to the XenServer pool, run the cloud-setup-bond script. This script will complete the configuration and setup of the bonds on the new hosts in the cluster. -
  1. - Copy the script from the Management Server in /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the master host and ensure it is executable. -
  2. - Run the script: -
    # ./cloud-setup-bonding.sh
7.5.1.1.2. KVM Host Additional Requirements
  • - If shared mountpoint storage is in use, the administrator should ensure that the new host has all the same mountpoints (with storage mounted) as the other hosts in the cluster. -
  • - Make sure the new host has the same network configuration (guest, private, and public network) as other hosts in the cluster. -

7.5.1.2. Adding a XenServer or KVM Host

  • - If you have not already done so, install the hypervisor software on the host. You will need to know which version of the hypervisor software version is supported by CloudStack and what additional configuration is required to ensure the host will work with CloudStack. To find these installation details, see the appropriate section for your hypervisor in the CloudStack Installation Guide. -
  • - Log in to the CloudStack UI as administrator. -
  • - In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the host. -
  • - Click the Compute tab. In the Clusters node, click View All. -
  • - Click the cluster where you want to add the host. -
  • - Click View Hosts. -
  • - Click Add Host. -
  • - Provide the following information. -
    • - Host Name. The DNS name or IP address of the host. -
    • - Username. Usually root. -
    • - Password. This is the password for the user from your XenServer or KVM install). -
    • - Host Tags (Optional). Any labels that you use to categorize hosts for ease of maintenance. For example, you can set to the cloud's HA tag (set in the ha.tag global configuration parameter) if you want this host to be used only for VMs with the "high availability" feature enabled. For more information, see HA-Enabled Virtual Machines as well as HA for Hosts. -
    - There may be a slight delay while the host is provisioned. It should automatically display in the UI. -
  • - Repeat for additional hosts. -

7.5.2. Adding a Host (vSphere)

- For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to CloudStack. See Add Cluster: vSphere. -
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-allocation.html ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-allocation.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-allocation.html deleted file mode 100644 index a2f7e8c..0000000 --- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/host-allocation.html +++ /dev/null @@ -1,18 +0,0 @@ - - -11.8. Host Allocation

Product SiteDocumentation Site

11.8. Host Allocation

- The system automatically picks the most appropriate host to run each virtual machine. End users may specify the zone in which the virtual machine will be created. End users do not have control over which host will run the virtual machine instance. -
- CloudStack administrators can specify that certain hosts should have a preference for particular types of guest instances. For example, an administrator could state that a host should have a preference to run Windows guests. The default host allocator will attempt to place guests of that OS type on such hosts first. If no such host is available, the allocator will place the instance wherever there is sufficient physical capacity. -
- Both vertical and horizontal allocation is allowed. Vertical allocation consumes all the resources of a given host before allocating any guests on a second host. This reduces power consumption in the cloud. Horizontal allocation places a guest on each host in a round-robin fashion. This may yield better performance to the guests in some cases. CloudStack also allows an element of CPU over-provisioning as configured by the administrator. Over-provisioning allows the administrator to commit more CPU cycles to the allocated guests than are actually available from the hardware. -
- CloudStack also provides a pluggable interface for adding new allocators. These custom allocators can provide any policy the administrator desires. -
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-installation.html ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-installation.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-installation.html deleted file mode 100644 index 0da3ddf..0000000 --- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-installation.html +++ /dev/null @@ -1,3 +0,0 @@ - - -Chapter 8. Hypervisor Installation

Product SiteDocumentation Site

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-kvm-install-flow.html ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-kvm-install-flow.html b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-kvm-install-flow.html deleted file mode 100644 index 43c5bab..0000000 --- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/hypervisor-kvm-install-flow.html +++ /dev/null @@ -1,273 +0,0 @@ - - -8.1. KVM Hypervisor Host Installation

Product SiteDocumentation Site

8.1. KVM Hypervisor Host Installation

8.1.1. System Requirements for KVM Hypervisor Hosts

- KVM is included with a variety of Linux-based operating systems. Although you are not required to run these distributions, the following are recommended: -
  • - CentOS / RHEL: 6.3 -
  • - Ubuntu: 12.04(.1) -
- The main requirement for KVM hypervisors is the libvirt and Qemu version. No matter what Linux distribution you are using, make sure the following requirements are met: -
  • - libvirt: 0.9.4 or higher -
  • - Qemu/KVM: 1.0 or higher -
- In addition, the following hardware requirements apply: -
  • - Within a single cluster, the hosts must be of the same distribution version. -
  • - All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags. -
  • - Must support HVM (Intel-VT or AMD-V enabled) -
  • - 64-bit x86 CPU (more cores results in better performance) -
  • - 4 GB of memory -
  • - At least 1 NIC -
  • - When you deploy CloudStack, the hypervisor host must not have any VMs already running -

8.1.2. KVM Installation Overview

- If you want to use the Linux Kernel Virtual Machine (KVM) hypervisor to run guest virtual machines, install KVM on the host(s) in your cloud. The material in this section doesn't duplicate KVM installation docs. It provides the CloudStack-specific steps that are needed to prepare a KVM host to work with CloudStack. -

Warning

- Before continuing, make sure that you have applied the latest updates to your host. -

Warning

- It is NOT recommended to run services on this host not controlled by CloudStack. -
- The procedure for installing a KVM Hypervisor Host is: -
  1. - Prepare the Operating System -
  2. - Install and configure libvirt -
  3. - Configure Security Policies (AppArmor and SELinux) -
  4. - Install and configure the Agent -

8.1.3. Prepare the Operating System

- The OS of the Host must be prepared to host the CloudStack Agent and run KVM instances. -
  1. - Log in to your OS as root. -
  2. - Check for a fully qualified hostname. -
    $ hostname --fqdn
    - This should return a fully qualified hostname such as "kvm1.lab.example.org". If it does not, edit /etc/hosts so that it does. -
  3. - Make sure that the machine can reach the Internet. -
    $ ping www.cloudstack.org
  4. - Turn on NTP for time synchronization. -

    Note

    - NTP is required to synchronize the clocks of the servers in your cloud. Unsynchronized clocks can cause unexpected problems. -
    1. - Install NTP -
      $ yum install ntp
      $ apt-get install openntpd
  5. - Repeat all of these steps on every hypervisor host. -

8.1.4. Install and configure the Agent

- To manage KVM instances on the host CloudStack uses a Agent. This Agent communicates with the Management server and controls all the instances on the host. -
- First we start by installing the agent: -
- In RHEL or CentOS: -
$ yum install cloud-agent
- In Ubuntu: -
$ apt-get install cloud-agent
- The host is now ready to be added to a cluster. This is covered in a later section, see Section 6.5, “Adding a Host”. It is recommended that you continue to read the documentation before adding the host! -

8.1.5. Install and Configure libvirt

- CloudStack uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed. -
  1. - In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in /etc/libvirt/libvirtd.conf -
    - Set the following paramaters: -
    listen_tls = 0
    listen_tcp = 1
    tcp_port = 16059
    auth_tcp = "none"
    mdns_adv = 0
  2. - Turning on "listen_tcp" in libvirtd.conf is not enough, we have to change the parameters as well: -
    - On RHEL or CentOS modify /etc/sysconfig/libvirtd: -
    - Uncomment the following line: -
    #LIBVIRTD_ARGS="--listen"
    - On Ubuntu: modify /etc/init/libvirt-bin.conf -
    - Change the following line (at the end of the file): -
    exec /usr/sbin/libvirtd -d
    - to (just add -l) -
    exec /usr/sbin/libvirtd -d -l
  3. - Restart libvirt -
    - In RHEL or CentOS: -
    $ service libvirtd restart
    - In Ubuntu: -
    $ service libvirt-bin restart

8.1.6. Configure the Security Policies

- CloudStack does various things which can be blocked by security mechanisms like AppArmor and SELinux. These have to be disabled to ensure the Agent has all the required permissions. -
  1. - Configure SELinux (RHEL and CentOS) -
    1. - Check to see whether SELinux is installed on your machine. If not, you can skip this section. -
      - In RHEL or CentOS, SELinux is installed and enabled by default. You can verify this with: -
      $ rpm -qa | grep selinux
    2. - Set the SELINUX variable in /etc/selinux/config to "permissive". This ensures that the permissive setting will be maintained after a system reboot. -
      - In RHEL or CentOS: -
      vi /etc/selinux/config
      - Change the following line -
      SELINUX=enforcing
      - to this -
      SELINUX=permissive
    3. - Then set SELinux to permissive starting immediately, without requiring a system reboot. -
      $ setenforce permissive
  2. - Configure Apparmor (Ubuntu) -
    1. - Check to see whether AppArmor is installed on your machine. If not, you can skip this section. -
      - In Ubuntu AppArmor is installed and enabled by default. You can verify this with: -
      $ dpkg --list 'apparmor'
    2. - Disable the AppArmor profiles for libvirt -
      $ ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/
      $ ln -s /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper /etc/apparmor.d/disable/
      $ apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd
      $ apparmor_parser -R /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper

8.1.7. Configure the network bridges

Warning

- This is a very important section, please make sure you read this thoroughly. -
- In order to forward traffic to your instances you will need at least two bridges: public and private. -
- By default these bridges are called cloudbr0 and cloudbr1, but you do have to make sure they are available on each hypervisor. -
- The most important factor is that you keep the configuration consistent on all your hypervisors. -

8.1.7.1. Network example

- There are many ways to configure your network. In the Basic networking mode you should have two (V)LAN's, one for your private network and one for the public network. -
- We assume that the hypervisor has one NIC (eth0) with three tagged VLAN's: -
  1. - VLAN 100 for management of the hypervisor -
  2. - VLAN 200 for public network of the instances (cloudbr0) -
  3. - VLAN 300 for private network of the instances (cloudbr1) -
- On VLAN 100 we give the Hypervisor the IP-Address 192.168.42.11/24 with the gateway 192.168.42.1 -

Note

- The Hypervisor and Management server don't have to be in the same subnet! -

8.1.7.2. Configuring the network bridges

- It depends on the distribution you are using how to configure these, below you'll find examples for RHEL/CentOS and Ubuntu. -

Note

- The goal is to have two bridges called 'cloudbr0' and 'cloudbr1' after this section. This should be used as a guideline only. The exact configuration will depend on your network layout. -
8.1.7.2.1. Configure in RHEL or CentOS
- The required packages were installed when libvirt was installed, we can proceed to configuring the network. -
- First we configure eth0 -
vi /etc/sysconfig/network-scripts/ifcfg-eth0
- Make sure it looks similair to: -
DEVICE=eth0
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
- We now have to configure the three VLAN interfaces: -
vi /etc/sysconfig/network-scripts/ifcfg-eth0.100
DEVICE=eth0.100
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-IPADDR=192.168.42.11
-GATEWAY=192.168.42.1
-NETMASK=255.255.255.0
vi /etc/sysconfig/network-scripts/ifcfg-eth0.200
DEVICE=eth0.200
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr0
vi /etc/sysconfig/network-scripts/ifcfg-eth0.300
DEVICE=eth0.300
-HWADDR=00:04:xx:xx:xx:xx
-ONBOOT=yes
-HOTPLUG=no
-BOOTPROTO=none
-TYPE=Ethernet
-VLAN=yes
-BRIDGE=cloudbr1
- Now we have the VLAN interfaces configured we can add the bridges on top of them. -
vi /etc/sysconfig/network-scripts/ifcfg-cloudbr0
- Now we just configure it is a plain bridge without an IP-Adress -
DEVICE=cloudbr0
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes
- We do the same for cloudbr1 -
vi /etc/sysconfig/network-scripts/ifcfg-cloudbr1
DEVICE=cloudbr1
-TYPE=Bridge
-ONBOOT=yes
-BOOTPROTO=none
-IPV6INIT=no
-IPV6_AUTOCONF=no
-DELAY=5
-STP=yes
- With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly. -

Warning

- Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning! -
8.1.7.2.2. Configure in Ubuntu
- All the required packages were installed when you installed libvirt, so we only have to configure the network. -
vi /etc/network/interfaces
- Modify the interfaces file to look like this: -
auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0.100
-iface eth0.100 inet static
-    address 192.168.42.11
-    netmask 255.255.255.240
-    gateway 192.168.42.1
-    dns-nameservers 8.8.8.8 8.8.4.4
-    dns-domain lab.example.org
-
-# Public network
-auto cloudbr0
-iface cloudbr0 inet manual
-    bridge_ports eth0.200
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
-
-# Private network
-auto cloudbr1
-iface cloudbr1 inet manual
-    bridge_ports eth0.300
-    bridge_fd 5
-    bridge_stp off
-    bridge_maxwait 1
- With this configuration you should be able to restart the network, although a reboot is recommended to see if everything works properly. -

Warning

- Make sure you have an alternative way like IPMI or ILO to reach the machine in case you made a configuration error and the network stops functioning! -

8.1.8. Configuring the firewall

- The hypervisor needs to be able to communicate with other hypervisors and the management server needs to be able to reach the hypervisor. -
- In order to do so we have to open the following TCP ports (if you are using a firewall): -
  1. - 22 (SSH) -
  2. - 1798 -
  3. - 16509 (libvirt) -
  4. - 5900 - 6100 (VNC consoles) -
  5. - 49152 - 49216 (libvirt live migration) -
- It depends on the firewall you are using how to open these ports. Below you'll find examples how to open these ports in RHEL/CentOS and Ubuntu. -

8.1.8.1. Open ports in RHEL/CentOS

- RHEL and CentOS use iptables for firewalling the system, you can open extra ports by executing the following iptable commands: -
$ iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT
$ iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT
$ iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT
$ iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
$ iptables -I INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT
- These iptable settings are not persistent accross reboots, we have to save them first. -
$ iptables-save > /etc/sysconfig/iptables

8.1.8.2. Open ports in Ubuntu

- The default firewall under Ubuntu is UFW (Uncomplicated FireWall), which is a Python wrapper around iptables. -
- To open the required ports, execute the following commands: -
$ ufw allow proto tcp from any to any port 22
$ ufw allow proto tcp from any to any port 1798
$ ufw allow proto tcp from any to any port 16509
$ ufw allow proto tcp from any to any port 5900:6100
$ ufw allow proto tcp from any to any port 49152:49216

Note

- By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall. -

8.1.9. Add the host to CloudStack

- The host is now ready to be added to a cluster. This is covered in a later section, see Section 6.5, “Adding a Host”. It is recommended that you continue to read the documentation before adding the host! -
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/1000-foot-view.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/1000-foot-view.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/1000-foot-view.png deleted file mode 100644 index 2fe3c16..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/1000-foot-view.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-cluster.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-cluster.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-cluster.png deleted file mode 100644 index 383f375..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-cluster.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-gateway.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-gateway.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-gateway.png deleted file mode 100644 index da8eed9..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-gateway.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-guest-network.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-guest-network.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-guest-network.png deleted file mode 100644 index 5740ab5..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-guest-network.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-new-gateway-vpc.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-new-gateway-vpc.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-new-gateway-vpc.png deleted file mode 100644 index f15b778..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-new-gateway-vpc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-tier.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-tier.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-tier.png deleted file mode 100644 index 881671e..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-tier.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpc.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpc.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpc.png deleted file mode 100644 index 6b9c637..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpn-customer-gateway.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpn-customer-gateway.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpn-customer-gateway.png deleted file mode 100644 index fdc3177..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/add-vpn-customer-gateway.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/attach-disk-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/attach-disk-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/attach-disk-icon.png deleted file mode 100644 index 5e81d04..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/attach-disk-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/autoscale-config.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/autoscale-config.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/autoscale-config.png deleted file mode 100644 index 735ae96..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/autoscale-config.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/basic-deployment.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/basic-deployment.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/basic-deployment.png deleted file mode 100644 index 894a053..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/basic-deployment.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-admin-password.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-admin-password.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-admin-password.png deleted file mode 100644 index 938e861..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-admin-password.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-password.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-password.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-password.png deleted file mode 100644 index fbb203a..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-password.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-service-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-service-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-service-icon.png deleted file mode 100644 index 780e235..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/change-service-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/cluster-overview.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/cluster-overview.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/cluster-overview.png deleted file mode 100644 index 33f1a04..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/cluster-overview.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/console-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/console-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/console-icon.png deleted file mode 100644 index bf28886..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/console-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/create-vpn-connection.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/create-vpn-connection.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/create-vpn-connection.png deleted file mode 100644 index cd5515f..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/create-vpn-connection.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/delete-button.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/delete-button.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/delete-button.png deleted file mode 100644 index 27145ce..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/delete-button.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/destroy-instance.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/destroy-instance.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/destroy-instance.png deleted file mode 100644 index aa9846c..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/destroy-instance.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/detach-disk-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/detach-disk-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/detach-disk-icon.png deleted file mode 100644 index 536a4f8..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/detach-disk-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/edit-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/edit-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/edit-icon.png deleted file mode 100644 index 42417e2..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/edit-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable-autoscale.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable-autoscale.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable-autoscale.png deleted file mode 100644 index ee02ef2..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable-autoscale.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable.png deleted file mode 100644 index cab31ae..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/enable-disable.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/guest-traffic-setup.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/guest-traffic-setup.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/guest-traffic-setup.png deleted file mode 100644 index 5250819..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/guest-traffic-setup.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/http-access.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/http-access.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/http-access.png deleted file mode 100644 index 817f197..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/http-access.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/icon.svg ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/icon.svg b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/icon.svg deleted file mode 100644 index 37f94c0..0000000 --- a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/icon.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/infrastructure-overview.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/infrastructure-overview.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/infrastructure-overview.png deleted file mode 100644 index 24aeecf..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/infrastructure-overview.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/installation-complete.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/installation-complete.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/installation-complete.png deleted file mode 100644 index 4626f86..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/installation-complete.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/iso-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/iso-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/iso-icon.png deleted file mode 100644 index 8d547fb..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/iso-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/large-scale-redundant-setup.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/large-scale-redundant-setup.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/large-scale-redundant-setup.png deleted file mode 100644 index 5d2581a..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/large-scale-redundant-setup.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/migrate-instance.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/migrate-instance.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/migrate-instance.png deleted file mode 100644 index 25ff572..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/migrate-instance.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-node-management-server.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-node-management-server.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-node-management-server.png deleted file mode 100644 index 5cf5ed5..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-node-management-server.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-site-deployment.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-site-deployment.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-site-deployment.png deleted file mode 100644 index f3ae5bb..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-site-deployment.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-tier-app.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-tier-app.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-tier-app.png deleted file mode 100644 index cec1122..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/multi-tier-app.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-acl.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-acl.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-acl.png deleted file mode 100644 index 5602827..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-acl.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-setup-zone.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-setup-zone.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-setup-zone.png deleted file mode 100644 index 8324ff8..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-setup-zone.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-singlepod.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-singlepod.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-singlepod.png deleted file mode 100644 index e1214ea..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/network-singlepod.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-pod.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-pod.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-pod.png deleted file mode 100644 index bf73171..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-pod.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-zone.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-zone.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-zone.png deleted file mode 100644 index fb740da..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/networking-in-a-zone.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/nic-bonding-and-multipath-io.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/nic-bonding-and-multipath-io.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/nic-bonding-and-multipath-io.png deleted file mode 100644 index 0fe60b6..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/nic-bonding-and-multipath-io.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/pod-overview.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/pod-overview.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/pod-overview.png deleted file mode 100644 index c180060..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/pod-overview.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/provisioning-overview.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/provisioning-overview.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/provisioning-overview.png deleted file mode 100644 index 25cc97e..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/provisioning-overview.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/release-ip-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/release-ip-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/release-ip-icon.png deleted file mode 100644 index aa9846c..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/release-ip-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-tier.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-tier.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-tier.png deleted file mode 100644 index e14d08f..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-tier.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpc.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpc.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpc.png deleted file mode 100644 index aa9846c..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpn.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpn.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpn.png deleted file mode 100644 index 27145ce..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/remove-vpn.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/reset-vpn.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/reset-vpn.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/reset-vpn.png deleted file mode 100644 index 04655dc..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/reset-vpn.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/restart-vpc.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/restart-vpc.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/restart-vpc.png deleted file mode 100644 index 04655dc..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/restart-vpc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/search-button.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/search-button.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/search-button.png deleted file mode 100644 index f329aef..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/search-button.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/select-vm-staticnat-vpc.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/select-vm-staticnat-vpc.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/select-vm-staticnat-vpc.png deleted file mode 100644 index 12fde26..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/select-vm-staticnat-vpc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/separate-storage-network.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/separate-storage-network.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/separate-storage-network.png deleted file mode 100644 index 24dbbef..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/separate-storage-network.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/small-scale-deployment.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/small-scale-deployment.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/small-scale-deployment.png deleted file mode 100644 index 1c88520..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/small-scale-deployment.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/software-license.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/software-license.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/software-license.png deleted file mode 100644 index 67aa255..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/software-license.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/stop-instance-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/stop-instance-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/stop-instance-icon.png deleted file mode 100644 index 209afce..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/stop-instance-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/suspend-icon.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/suspend-icon.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/suspend-icon.png deleted file mode 100644 index cab31ae..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/suspend-icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/sysmanager.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/sysmanager.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/sysmanager.png deleted file mode 100644 index 5b9df34..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/sysmanager.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vm-lifecycle.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vm-lifecycle.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vm-lifecycle.png deleted file mode 100644 index 97823fc..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vm-lifecycle.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35666a52/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vmware-increase-ports.png ---------------------------------------------------------------------- diff --git a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vmware-increase-ports.png b/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vmware-increase-ports.png deleted file mode 100644 index fe96815..0000000 Binary files a/docs/publish/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/images/vmware-increase-ports.png and /dev/null differ