mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Switch to Apache license
This commit is contained in:
parent
892a29c2ef
commit
2f634c0913
@ -50,7 +50,7 @@ $ ant deploydb
|
|||||||
Type to run mgt server:
|
Type to run mgt server:
|
||||||
$ ant debug
|
$ ant debug
|
||||||
|
|
||||||
If all of the above process is successful. You are done the single server CloudStack installation.Now your Cloud.com Management Server is running.
|
If all of the above process is successful. You are done the single server CloudStack installation.Now your CloudStack Management Server is running.
|
||||||
|
|
||||||
Open your browser and type the bellow url in address bar:
|
Open your browser and type the bellow url in address bar:
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cloudstack.org">Community</a> - forums, code, bugbase, blog, events, links to outside resources, IRC, and more</li>
|
<li><a href="http://www.cloudstack.org">Community</a> - forums, code, bugbase, blog, events, links to outside resources, IRC, and more</li>
|
||||||
<li><a href="http://cloud.mindtouch.us">Documentation and Knowledge Base</a> - installation steps, guides, references, troubleshooting tips</li>
|
<li><a href="http://cloud.mindtouch.us">Documentation and Knowledge Base</a> - installation steps, guides, references, troubleshooting tips</li>
|
||||||
<li><a href="http://cloud.com">Cloud.com</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
DROP TABLE IF EXISTS `cloud`.`mockhost`;
|
DROP TABLE IF EXISTS `cloud`.`mockhost`;
|
||||||
DROP TABLE IF EXISTS `cloud`.`mocksecstorage`;
|
DROP TABLE IF EXISTS `cloud`.`mocksecstorage`;
|
||||||
DROP TABLE IF EXISTS `cloud`.`mockstoragepool`;
|
DROP TABLE IF EXISTS `cloud`.`mockstoragepool`;
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
a=$1 #CIDR - 16bytes
|
a=$1 #CIDR - 16bytes
|
||||||
b=$2 #CIDR - 8 bytes
|
b=$2 #CIDR - 8 bytes
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
a=$1 #CIDR - 16bytes
|
a=$1 #CIDR - 16bytes
|
||||||
b=$2 #CIDR - 8 bytes
|
b=$2 #CIDR - 8 bytes
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
spool_query="GET http://127.0.0.1/client/?command=createStoragePool&zoneId=1&podId=1&clusterid=1&name=SPOOL&url=nfs://10.91.25.6/export/share/1 HTTP/1.0\n\n"
|
spool_query="GET http://127.0.0.1/client/?command=createStoragePool&zoneId=1&podId=1&clusterid=1&name=SPOOL&url=nfs://10.91.25.6/export/share/1 HTTP/1.0\n\n"
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
for x in `seq 3 2082`
|
for x in `seq 3 2082`
|
||||||
do
|
do
|
||||||
start_vm="GET http://127.0.0.1:8096/client/?command=startVirtualMachine&id=$x HTTP/1.0\n\n"
|
start_vm="GET http://127.0.0.1:8096/client/?command=startVirtualMachine&id=$x HTTP/1.0\n\n"
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
x=$1
|
x=$1
|
||||||
y=$2
|
y=$2
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
x=$1
|
x=$1
|
||||||
y=$2
|
y=$2
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,28 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#setup for Guava hosts in the simulator
|
|
||||||
|
|
||||||
#1. 1 host per cluster
|
#1. 1 host per cluster
|
||||||
#2. 100 clusters in a pod
|
|
||||||
|
|
||||||
zone_query="GET http://10.91.30.219/client/?command=createZone&networktype=Advanced&securitygroupenabled=false&name=Go&dns1=4.2.2.2&internaldns1=4.2.2.2&vlan=500-1000&guestcidraddress=10.1.1.0%2F24 HTTP/1.0\n\n"
|
zone_query="GET http://10.91.30.219/client/?command=createZone&networktype=Advanced&securitygroupenabled=false&name=Go&dns1=4.2.2.2&internaldns1=4.2.2.2&vlan=500-1000&guestcidraddress=10.1.1.0%2F24 HTTP/1.0\n\n"
|
||||||
echo -e $zone_query | nc -v -q 120 10.91.30.219 8096
|
echo -e $zone_query | nc -v -q 120 10.91.30.219 8096
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
zoneid=1
|
zoneid=1
|
||||||
templateid=3
|
templateid=3
|
||||||
account="u"
|
account="u"
|
||||||
|
|||||||
@ -1,26 +1,22 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
# Setup Stress. Destroy and Deploy Virtual Machines on
|
# Setup Stress. Destroy and Deploy Virtual Machines on
|
||||||
# Guava like environment
|
# Guava like environment
|
||||||
#Environment
|
#Environment
|
||||||
#1. 1 host per cluster
|
#1. 1 host per cluster
|
||||||
#2. 100 clusters in a pod
|
|
||||||
|
|
||||||
# Create 300 Accounts
|
# Create 300 Accounts
|
||||||
# Deploy 300 VMs
|
# Deploy 300 VMs
|
||||||
|
|||||||
@ -1,11 +1,21 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
'''
|
'''
|
||||||
############################################################
|
|
||||||
# guava uses nfs storage, before setting up make sure
|
# guava uses nfs storage, before setting up make sure
|
||||||
# * optionally turn off stats collectors
|
# * optionally turn off stats collectors
|
||||||
# * expunge.delay and expunge.interval are 60s
|
# * expunge.delay and expunge.interval are 60s
|
||||||
############################################################
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
try:
|
try:
|
||||||
import unittest2 as unittest
|
import unittest2 as unittest
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
@ -1,11 +1,21 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
'''
|
'''
|
||||||
############################################################
|
|
||||||
# Kumquat uses nfs storage, before setting up make sure
|
# Kumquat uses nfs storage, before setting up make sure
|
||||||
# * optionally turn off stats collectors
|
# * optionally turn off stats collectors
|
||||||
# * expunge.delay and expunge.interval are 60s
|
# * expunge.delay and expunge.interval are 60s
|
||||||
############################################################
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
try:
|
try:
|
||||||
import unittest2 as unittest
|
import unittest2 as unittest
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf "Destroy System Virtual Machine\nUsage: %s: -h management-server-ip -i vmid\n" $(basename $0) >&2
|
printf "Destroy System Virtual Machine\nUsage: %s: -h management-server-ip -i vmid\n" $(basename $0) >&2
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
host=$1
|
host=$1
|
||||||
|
|
||||||
while [ 1 ]
|
while [ 1 ]
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
# zucchini uses local storage, before setting up make sure
|
# zucchini uses local storage, before setting up make sure
|
||||||
@ -27,7 +24,6 @@
|
|||||||
# * direct.agent.load.size=1000
|
# * direct.agent.load.size=1000
|
||||||
|
|
||||||
# This script will only setup an approximate number of hosts. To achieve the ratio
|
# This script will only setup an approximate number of hosts. To achieve the ratio
|
||||||
# of 5:2:6 hosts the total number of hosts is brought close to a number divisible
|
|
||||||
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
||||||
# 10 hosts per pod @ 1 host per cluster in a single zone
|
# 10 hosts per pod @ 1 host per cluster in a single zone
|
||||||
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
||||||
@ -37,7 +33,6 @@
|
|||||||
#1. Approximately 10 hosts per pod.
|
#1. Approximately 10 hosts per pod.
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same. Homogenous Pods
|
#3. With in each pod, the host tags are the same. Homogenous Pods
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
#5. In simulator.properties, workers=1
|
#5. In simulator.properties, workers=1
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#setup for zucchini hosts in the simulator
|
|
||||||
|
|
||||||
#1. Approximately 10 hosts per pod.
|
#1. Approximately 10 hosts per pod.
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same.
|
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
|
|
||||||
a=$1 #CIDR - 16bytes
|
a=$1 #CIDR - 16bytes
|
||||||
b=$2 #CIDR - 8 bytes
|
b=$2 #CIDR - 8 bytes
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
# zucchini uses local storage, before setting up make sure
|
# zucchini uses local storage, before setting up make sure
|
||||||
@ -28,7 +25,6 @@
|
|||||||
# * security groups are enabled
|
# * security groups are enabled
|
||||||
|
|
||||||
# This script will only setup an approximate number of hosts. To achieve the ratio
|
# This script will only setup an approximate number of hosts. To achieve the ratio
|
||||||
# of 5:2:6 hosts the total number of hosts is brought close to a number divisible
|
|
||||||
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
||||||
# 10 hosts per pod @ 1 host per cluster in a single zone
|
# 10 hosts per pod @ 1 host per cluster in a single zone
|
||||||
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
||||||
@ -38,7 +34,6 @@
|
|||||||
#1. Approximately 10 hosts per pod.
|
#1. Approximately 10 hosts per pod.
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same. Homogenous Pods
|
#3. With in each pod, the host tags are the same. Homogenous Pods
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
#5. In simulator.properties, workers=1
|
#5. In simulator.properties, workers=1
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
# zucchini uses local storage, before setting up make sure
|
# zucchini uses local storage, before setting up make sure
|
||||||
@ -26,8 +23,6 @@
|
|||||||
#Environment
|
#Environment
|
||||||
#1. Small setup for zucchini : 13, 26, 39, 52 hosts only
|
#1. Small setup for zucchini : 13, 26, 39, 52 hosts only
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same.
|
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
#5. simulator.properties, workers=1
|
#5. simulator.properties, workers=1
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|||||||
@ -1,20 +1,16 @@
|
|||||||
#setup service offerings with hosttags - TAG1, TAG2, TAG3
|
#setup service offerings with hosttags - TAG1, TAG2, TAG3
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
#
|
#
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
#
|
|
||||||
# It is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
#offering sizes are such that only one VM sits on each host
|
|
||||||
host=$1
|
host=$1
|
||||||
|
|
||||||
./setupServiceOffering.sh -h $host -i T1 -l -m 7168 -c 1024 -n 1 -g TAG1
|
./setupServiceOffering.sh -h $host -i T1 -l -m 7168 -c 1024 -n 1 -g TAG1
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,15 @@
|
|||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf "Stop Router: %s: -h management-server -i vmid\n" $(basename $0) >&2
|
printf "Stop Router: %s: -h management-server -i vmid\n" $(basename $0) >&2
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf "Stop Virtual Machine: %s: -h management-server -i vmid\n" $(basename $0) >&2
|
printf "Stop Virtual Machine: %s: -h management-server -i vmid\n" $(basename $0) >&2
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
#
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
# This software is licensed under the GNU General Public License v3 or later.
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
#
|
# reserves all rights not expressly granted by the License.
|
||||||
# It is free software: you can redistribute it and/or modify
|
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# it under the terms of the GNU General Public License as published by
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# the Free Software Foundation, either version 3 of the License, or any later version.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# This program is distributed in the hope that it will be useful,
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# See the License for the specific language governing permissions and
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# limitations under the License.
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#setup for zucchini hosts in the simulator
|
|
||||||
|
|
||||||
#1. Approximately 10 hosts per pod.
|
#1. Approximately 10 hosts per pod.
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same.
|
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
|
|
||||||
a=$1 #CIDR - 16bytes
|
a=$1 #CIDR - 16bytes
|
||||||
b=$2 #CIDR - 8 bytes
|
b=$2 #CIDR - 8 bytes
|
||||||
|
|||||||
@ -1,7 +1,18 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
|
|
||||||
'''
|
'''
|
||||||
############################################################
|
|
||||||
# zucchini uses local storage, before setting up make sure
|
# zucchini uses local storage, before setting up make sure
|
||||||
# * xen.public.network.device is set
|
# * xen.public.network.device is set
|
||||||
# * use.local.storage and systemvm.use.local.storage are true
|
# * use.local.storage and systemvm.use.local.storage are true
|
||||||
@ -12,13 +23,9 @@
|
|||||||
# * capacity.skipcounting.hours=0
|
# * capacity.skipcounting.hours=0
|
||||||
# * direct.agent.load.size=1000
|
# * direct.agent.load.size=1000
|
||||||
# * security groups are enabled
|
# * security groups are enabled
|
||||||
#
|
|
||||||
# This script will only setup an approximate number of hosts. To achieve the ratio
|
# This script will only setup an approximate number of hosts. To achieve the ratio
|
||||||
# of 5:2:6 hosts the total number of hosts is brought close to a number divisible
|
|
||||||
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
# by 13. So if 4000 hosts are added, you might see only 3900 come up
|
||||||
#
|
|
||||||
# 10 hosts per pod @ 1 host per cluster in a single zone
|
# 10 hosts per pod @ 1 host per cluster in a single zone
|
||||||
#
|
|
||||||
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
# Each pod has a /25, so 128 addresses. I think we reserved 5 IP addresses for system VMs in each pod.
|
||||||
# Then we had something like 60 addresses for hosts and 60 addresses for VMs.
|
# Then we had something like 60 addresses for hosts and 60 addresses for VMs.
|
||||||
|
|
||||||
@ -26,9 +33,7 @@
|
|||||||
#1. Approximately 10 hosts per pod.
|
#1. Approximately 10 hosts per pod.
|
||||||
#2. Only 3 host tags.
|
#2. Only 3 host tags.
|
||||||
#3. With in each pod, the host tags are the same. Homogenous Pods
|
#3. With in each pod, the host tags are the same. Homogenous Pods
|
||||||
#4. The ratio of hosts for the three tags should be 5/2/6
|
|
||||||
#5. In simulator.properties, workers=1
|
#5. In simulator.properties, workers=1
|
||||||
############################################################
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
try:
|
try:
|
||||||
import unittest2 as unittest
|
import unittest2 as unittest
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
try:
|
try:
|
||||||
import unittest2 as unittest
|
import unittest2 as unittest
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
|
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
# Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
# file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
# reserves all rights not expressly granted by 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.
|
||||||
|
#
|
||||||
|
# Automatically generated by addcopyright.py at 04/03/2012
|
||||||
update configuration set value='pod' where name='network.dns.basiczone.updates';
|
update configuration set value='pod' where name='network.dns.basiczone.updates';
|
||||||
|
|
||||||
update configuration set value='false' where name='use.user.concentrated.pod.allocation';
|
update configuration set value='false' where name='use.user.concentrated.pod.allocation';
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
@ -31,10 +24,8 @@ public class MockVmMetrics implements Runnable {
|
|||||||
|
|
||||||
private String vmName;
|
private String vmName;
|
||||||
|
|
||||||
//the maximum number of network interfaces to a VM (should be 1)
|
|
||||||
public final int MAX_INTERFACES=1;
|
public final int MAX_INTERFACES=1;
|
||||||
|
|
||||||
//the maximum number of disks to a VM
|
|
||||||
public final int MAX_DISKS=8;
|
public final int MAX_DISKS=8;
|
||||||
|
|
||||||
//the last calculated traffic speed (transmit) per interface
|
//the last calculated traffic speed (transmit) per interface
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
|
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|||||||
@ -1,22 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* * Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
*
|
// reserves all rights not expressly granted by the License.
|
||||||
* This software is licensed under the GNU General Public License v3 or later.
|
// 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
|
||||||
* It is free software: you can redistribute it and/or modify
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* it under the terms of the GNU General Public License as published by
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* the Free Software Foundation, either version 3 of the License, or any later version.
|
// See the License for the specific language governing permissions and
|
||||||
* This program is distributed in the hope that it will be useful,
|
// limitations under the License.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.cloud.agent;
|
package com.cloud.agent;
|
||||||
|
|
||||||
public class SimulatorMigrateVmCmd extends SimulatorCmd {
|
public class SimulatorMigrateVmCmd extends SimulatorCmd {
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
// reserves all rights not expressly granted by 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.
|
||||||
|
//
|
||||||
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
package com.cloud.agent.manager;
|
package com.cloud.agent.manager;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
// reserves all rights not expressly granted by 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.
|
||||||
|
//
|
||||||
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
package com.cloud.agent.manager;
|
package com.cloud.agent.manager;
|
||||||
|
|
||||||
import java.security.NoSuchAlgorithmException;
|
import java.security.NoSuchAlgorithmException;
|
||||||
|
|||||||
@ -1,7 +1,15 @@
|
|||||||
/**
|
// Copyright 2012 Citrix Systems, Inc. Licensed under the
|
||||||
* Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
|
// Apache License, Version 2.0 (the "License"); you may not use this
|
||||||
*/
|
// file except in compliance with the License. Citrix Systems, Inc.
|
||||||
|
// reserves all rights not expressly granted by 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.
|
||||||
|
//
|
||||||
|
// Automatically generated by addcopyright.py at 04/03/2012
|
||||||
package com.cloud.agent.manager;
|
package com.cloud.agent.manager;
|
||||||
|
|
||||||
import com.cloud.agent.api.Answer;
|
import com.cloud.agent.api.Answer;
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user