Cloudstack Source code
Go to file
Rohit Yadav 435fa225c6 CLOUDSTACK-4770: In MacAddress skip macAddress when parsed value is 0x00
In MacAddress class, we start by settig macAddress String as null and go through
the output of ifconfig -a and pick the one string that is a valid mac address
but is not 0x00 and 0xff. With each loop we set the macAddress to null so that
it does not pick the last one if everything fails.

Tested on Ubuntu where I had an interface called cloud0 whose mac id was 0x00
and it was skipped to get the next one:

$ java -classpath <path-to-cloud-utils.jar> com.cloud.utils.net.MacAddress
addr in integer is 5071953436
addr in bytes is  0 1 2e 4f de 1c
addr in char is 00:01:2e:4f:de:1c

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 3b5aa42c6d)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-09-01 16:06:48 +02:00
agent Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
agent-simulator/tomcatconf CLOUDSTACK-4285: configure simulator API not discovered 2013-08-13 18:04:08 +05:30
api Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
awsapi Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
awsapi-setup CLOUDSTACK-1444. Fixing cloudstack-aws-api-register to set ec2 api version to the latest. [Support for EC2 API version 2012-08-15] 2013-07-04 10:08:48 +05:30
build CLOUDSTACK-2033 Fix usage server startup and logging 2013-04-16 10:52:49 +02:00
client Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
cloud-cli small fix to make this work with spaces in names 2012-09-22 13:43:57 +02:00
core Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
debian Update debian changelog version 2014-08-28 14:22:42 +00:00
deps Fix version number in pom 2014-08-28 11:22:15 +02:00
developer Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
docs/.tx Removing docs from master 2013-10-08 15:25:05 -04:00
engine schema: fix upgrade paths in the upgrade map of DatabaseUpgradeChecker 2014-09-01 13:52:25 +02:00
framework Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
maven-standard Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
packaging Merge branch 'hotfix/4.3/7038' into 4.3 2014-08-20 08:47:27 -04:00
parents/checkstyle Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
plugins Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
python CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly 2014-05-31 12:58:32 -06:00
quickcloud Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
scripts CLOUDSTACK-7193: handle domain ID being an int 2014-08-18 10:39:00 -04:00
server Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
services Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
setup CLOUDSTACK-6204: Removing realhostip.com dependency 2014-03-10 12:55:41 -07:00
systemvm CLOUDSTACK-7405: Allow all VR urls to be accessed without trailing slash 2014-08-26 05:02:50 -04:00
test Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
tools apidoc: use non-harcoded path to client artifacts 2014-09-01 13:07:07 +02:00
ui [UI] bug fix: error message was not shown if fail to delete snapshot 2014-07-03 11:20:44 +02:00
usage Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
utils CLOUDSTACK-4770: In MacAddress skip macAddress when parsed value is 0x00 2014-09-01 16:06:48 +02:00
vmware-base Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
.gitignore CLOUDSTACK-5296: Add certificate chain support for netscaler. 2013-12-12 12:13:43 +05:30
.travis.yml Fix RAT issue 2014-09-01 12:41:09 +02:00
CHANGES.md Update CHANGES file with list of bug fixes 2014-08-25 11:37:05 -04:00
INSTALL.md Fix the spec file for the noredist build 2013-09-21 14:42:31 +08:00
LICENSE Adding httpclient ssl source files to legal documentation 2013-08-26 12:36:59 -04:00
NOTICE CLOUDSTACK-1233: Fixed veewee config file legal documentation 2013-02-11 21:40:06 -05:00
README.md Updating release files for RC build 2014-01-21 17:10:13 -08:00
README.tools.md Fix top level files to use new git repo, url and MLs 2013-03-26 11:26:24 +05:30
configure-info.in License header updates for misc files 2012-08-03 14:51:41 -04:00
pom.xml Updating pom.xml version numbers for release 4.3.1-SNAPSHOT 2014-08-25 09:16:27 -04:00
version-info.in No more ant_args 2012-09-03 14:13:50 +02:00

README.md

Apache CloudStack Version 4.3.0

About Apache CloudStack

Apache CloudStack is software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering.

Apache CloudStack currently supports the most popular hypervisors: VMware, Oracle VM, KVM, XenServer and Xen Cloud Platform. CloudStack also offers bare metal management of servers, using PXE to provision OS images and IPMI to manage the server. Apache CloudStack offers three methods for managing cloud computing environments: an easy to use Web interface, command line tools, and a full-featured RESTful API.

Visit us at Apache CloudStack.

Mailing lists

Development Mailing List Users Mailing List Commits Mailing List Issues Mailing List Marketing Mailing List

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Building CloudStack

See the INSTALL file.

Notice of Cryptographic Software

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

CloudStack makes use of JaSypt cryptographic libraries

CloudStack has a system requirement of MySQL, and uses native database encryption functionality.

CloudStack makes use of the Bouncy Castle general-purpose encryption library.

CloudStack can optionally interacts with and controls OpenSwan-based VPNs.

CloudStack has a dependency on Apache WSS4J as part of the AWSAPI implementation.

CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.