You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by DaanHoogland <gi...@git.apache.org> on 2016/06/07 10:24:45 UTC

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

GitHub user DaanHoogland opened a pull request:

    https://github.com/apache/cloudstack/pull/1582

    CLOUDSTACK-9408 for the move away from download.cloud.com

     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'
    
    What remains now is to find all other downloads that occur from the code and reconstruct the tree in a save location (atm at cloudstack.apt-get.eu)
    
    We will also want to use a CNAME for download.cloudstack.org which can for now point to cloudstack.apt-get.eu and can later be implemented with a redirect mechanism to a mirror list.
    
    this should be save to pull in now but we can add the missing parts in this PR as well.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9408

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1582.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1582
    
----
commit c443efd7825038c1b42785e13246bbfadd2f08ab
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T10:20:36Z

    CLOUDSTACK-9408 for the move away from download.cloud.com
     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by chiradeep <gi...@git.apache.org>.
Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Current default templates are CentOS. Wouldn't worry about Debian etc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    systemvm template is now updated to 4.10 http://download.cloudstack.org/systemvm/4.10/ with pr #1982 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @blueorangutan test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    pinging some people as this might need attention @swill @chiradeep @pdion891 @wido @shapeblue ( @rhtyd @jburwell @abhinandanprateek ;) @accelarite (@rajani @koushik-das ...?)
    
    I think we can merge as is or discuss further additions for this PR or as follow up.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @karuturi the intent of this PR was never to change any of the templates, only the locations. I see some changes in there that I think are the result of the many rebasing this PR has undergone. I think you need to check against the change that updated the templates. Maybe reapplying that code can work.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @borisstoyanov can you post the results?
    @DaanHoogland After deploying from this PR, I am seeing the below values in vm_template table. I think LXC, KVM and Xen values below aren't right.
    
    $ > select id,unique_name,name,type,url,updated,created from vm_template where type='SYSTEM';
    
    | id | unique_name | name                          | type   | url                                                                                                                                                      | updated | created 
    --------|---------|---------|--------|---------|-----|--------
    | 1 | routing-1   | SystemVM Template (XenServer) | SYSTEM | http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-4.6.0-xen.vhd.bz2 | NULL    | 2017-03-21 07:11:27
    |  3 | routing-3   | SystemVM Template (KVM)       | SYSTEM |                                                                                                                                                          | NULL    | 2017-03-21 07:11:27 |
    |  8 | routing-8   | SystemVM Template (vSphere)   | SYSTEM | https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-vmware.ova                                                                | NULL    | 2017-03-21 07:11:27 |
    |  9 | routing-9   | SystemVM Template (HyperV)    | SYSTEM | https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-hyperv.vhd.zip                                                            | NULL    | 2017-03-21 07:11:27 |
    | 10 | routing-10  | SystemVM Template (LXC)       | SYSTEM | http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2                                                                              | NULL    | 2017-03-21 07:11:48 |
    | 12 | routing-12  | SystemVM Template (Ovm3)      | SYSTEM | http://download.cloudstack.org/systemvm/4.6/systemvm64template-4.6.0-ovm.raw.bz2                                                                         | NULL    | 2017-03-21 07:12:26 |



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    sorry @karuturi should I update? This is really not on my radar that much anymore. I will look at it this afternoon.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by cloudmonger <gi...@git.apache.org>.
Github user cloudmonger commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    ### ACS CI BVT Run
     **Sumarry:**
     Build Number 467
     Hypervisor xenserver
     NetworkType Advanced
     Passed=102
     Failed=3
     Skipped=7
    
    _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
    
    
    **Failed tests:**
    * test_router_dns.py
    
     * test_router_dns_guestipquery Failed
    
    * test_volumes.py
    
     * test_06_download_detached_volume Failed
    
    * test_routers_network_ops.py
    
     * test_03_RVR_Network_check_router_state Failing since 2 runs
    
    
    **Skipped tests:**
    test_01_test_vm_volume_snapshot
    test_vm_nic_adapter_vmxnet3
    test_static_role_account_acls
    test_11_ss_nfs_version_on_ssvm
    test_nested_virtualization_vmware
    test_3d_gpu_support
    test_deploy_vgpu_enabled_vm
    
    **Passed test suits:**
    test_deploy_vm_with_userdata.py
    test_affinity_groups_projects.py
    test_portable_publicip.py
    test_over_provisioning.py
    test_global_settings.py
    test_scale_vm.py
    test_service_offerings.py
    test_routers_iptables_default_policy.py
    test_loadbalance.py
    test_routers.py
    test_reset_vm_on_reboot.py
    test_deploy_vms_with_varied_deploymentplanners.py
    test_network.py
    test_non_contigiousvlan.py
    test_login.py
    test_deploy_vm_iso.py
    test_list_ids_parameter.py
    test_public_ip_range.py
    test_multipleips_per_nic.py
    test_regions.py
    test_affinity_groups.py
    test_network_acl.py
    test_pvlan.py
    test_nic.py
    test_deploy_vm_root_resize.py
    test_resource_detail.py
    test_secondary_storage.py
    test_vm_life_cycle.py
    test_disk_offerings.py


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by rafaelweingartner <gi...@git.apache.org>.
Github user rafaelweingartner commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r106670299
  
    --- Diff: api/src/org/apache/cloudstack/api/response/AutoScaleVmProfileResponse.java ---
    @@ -75,6 +75,7 @@
         @Parameter(name = ApiConstants.CS_URL,
                    type = CommandType.STRING,
                    description = "the API URL including port of the CloudStack Management Server example: http://server.cloud.com:8080/client/api?")
    +    // leaving cloud.com reference above as it serves only as an example
    --- End diff --
    
    I agree that it is out of the scope. I just wanted to ask about the idea of starting using notations instead of real URLs as examples.
    
    To tell you the truth I have already seen so many time people not thinking while seeing examples like this and using a copy/paste working mode that I try to avoid it sometimes, just to force people to change the parameters.
    
    It is nothing that you need to change, I just so it, and I wanted to check your opinion ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1582

    CLOUDSTACK-9408 for the move away from download.cloud.com

     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'
    
    What remains now is to find all other downloads that occur from the code and reconstruct the tree in a save location (atm at cloudstack.apt-get.eu)
    
    We will also want to use a CNAME for download.cloudstack.org which can for now point to cloudstack.apt-get.eu and can later be implemented with a redirect mechanism to a mirror list.
    
    this should be save to pull in now but we can add the missing parts in this PR as well.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9408

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1582.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1582
    
----
commit c443efd7825038c1b42785e13246bbfadd2f08ab
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T10:20:36Z

    CLOUDSTACK-9408 for the move away from download.cloud.com
     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'

commit c4f13fe286e0b53360d4adf2e7b63cca3b6c9549
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T10:40:38Z

    CLOUDSTACK-9408 remove antiquated devcloud project
    
      as it contains references to cloud.com and is not current

commit 9b7049d6c116a82287fed7bb9201e0344e70a13f
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T18:10:25Z

    CLOUDSTACK-9408 change URLs in templates.sql

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    So this PR will be useless as is!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by rafaelweingartner <gi...@git.apache.org>.
Github user rafaelweingartner commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r105259838
  
    --- Diff: api/src/org/apache/cloudstack/api/response/AutoScaleVmProfileResponse.java ---
    @@ -75,6 +75,7 @@
         @Parameter(name = ApiConstants.CS_URL,
                    type = CommandType.STRING,
                    description = "the API URL including port of the CloudStack Management Server example: http://server.cloud.com:8080/client/api?")
    +    // leaving cloud.com reference above as it serves only as an example
    --- End diff --
    
    This examples with URL, what about using notations like: 
    http://<apacheCloudStackServer>:[port]/client/api?
    
    I think administrators/operators are familiar with those notations


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    <b>Trillian test result (tid-959)</b>
    Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 33646 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1582-t959-kvm-centos7.zip
    Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
    Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
    Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
    Test completed. 47 look ok, 2 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 300.25 | test_privategw_acl.py
    test_02_list_snapshots_with_removed_data_store | `Error` | 0.04 | test_snapshots.py
    test_01_vpc_site2site_vpn | Success | 144.74 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 61.16 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 235.44 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 284.14 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 488.00 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 505.37 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1432.64 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 528.49 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 743.93 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1264.70 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 156.41 | test_volumes.py
    test_08_resize_volume | Success | 156.36 | test_volumes.py
    test_07_resize_fail | Success | 161.42 | test_volumes.py
    test_06_download_detached_volume | Success | 156.29 | test_volumes.py
    test_05_detach_volume | Success | 155.80 | test_volumes.py
    test_04_delete_attached_volume | Success | 146.13 | test_volumes.py
    test_03_download_attached_volume | Success | 156.27 | test_volumes.py
    test_02_attach_volume | Success | 95.39 | test_volumes.py
    test_01_create_volume | Success | 711.05 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 275.19 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 95.72 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 133.68 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 267.90 | test_vm_life_cycle.py
    test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
    test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
    test_10_attachAndDetach_iso | Success | 26.58 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.23 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 30.85 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.14 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 125.80 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 125.82 | test_vm_life_cycle.py
    test_02_start_vm | Success | 10.17 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 35.28 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 30.37 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.04 | test_templates.py
    test_05_template_permissions | Success | 0.06 | test_templates.py
    test_04_extract_template | Success | 5.22 | test_templates.py
    test_03_delete_template | Success | 5.11 | test_templates.py
    test_02_edit_template | Success | 90.16 | test_templates.py
    test_01_create_template | Success | 30.35 | test_templates.py
    test_10_destroy_cpvm | Success | 191.64 | test_ssvm.py
    test_09_destroy_ssvm | Success | 133.08 | test_ssvm.py
    test_08_reboot_cpvm | Success | 101.35 | test_ssvm.py
    test_07_reboot_ssvm | Success | 133.49 | test_ssvm.py
    test_06_stop_cpvm | Success | 131.46 | test_ssvm.py
    test_05_stop_ssvm | Success | 163.58 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.03 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.26 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.14 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 11.09 | test_snapshots.py
    test_04_change_offering_small | Success | 209.65 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.07 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.11 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.15 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
    test_09_reboot_router | Success | 40.35 | test_routers.py
    test_08_start_router | Success | 30.28 | test_routers.py
    test_07_stop_router | Success | 10.17 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.04 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.69 | test_routers.py
    test_03_restart_network_cleanup | Success | 55.69 | test_routers.py
    test_02_router_internal_adv | Success | 1.01 | test_routers.py
    test_01_router_internal_basic | Success | 0.55 | test_routers.py
    test_router_dns_guestipquery | Success | 73.67 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.07 | test_router_dns.py
    test_router_dhcphosts | Success | 247.40 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.56 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.07 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 131.17 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.21 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.41 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 464.81 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 329.95 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 82.08 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.78 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.19 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.42 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 59.68 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.13 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.66 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.33 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 5.22 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 10.30 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 92.64 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.15 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.18 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.10 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.41 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.31 | test_non_contigiousvlan.py
    test_01_nic | Success | 408.99 | test_nic.py
    test_releaseIP | Success | 247.86 | test_network.py
    test_reboot_router | Success | 383.32 | test_network.py
    test_public_ip_user_account | Success | 10.25 | test_network.py
    test_public_ip_admin_account | Success | 40.27 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 66.76 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.55 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 123.53 | test_network.py
    test_delete_account | Success | 287.80 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.62 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 111.83 | test_network.py
    test_nic_secondaryip_add_remove | Success | 197.59 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.17 | test_login.py
    test_assign_and_removal_lb | Success | 133.38 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 187.31 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 219.79 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.08 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.04 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.03 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.06 | test_iso.py
    test_05_iso_permissions | Success | 0.06 | test_iso.py
    test_04_extract_Iso | Success | 5.15 | test_iso.py
    test_03_delete_iso | Success | 95.20 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 20.98 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 182.93 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 137.49 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 474.76 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 405.63 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.26 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.14 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.15 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 5.97 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.84 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.86 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.00 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.88 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 11.01 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.99 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.93 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.88 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.85 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.13 | test_dynamicroles.py
    test_role_account_acls | Success | 8.16 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.95 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.07 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.04 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.07 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.12 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 20.72 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 20.58 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 65.92 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 10.42 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 60.77 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.96 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.96 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 212.42 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 202.53 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 50.85 | test_affinity_groups.py
    test_change_service_offering_for_vm_with_snapshots | Skipped | 0.00 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Skipped | 0.00 | test_vm_snapshots.py
    test_06_copy_template | Skipped | 0.00 | test_templates.py
    test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
    test_nested_virtualization_vmware | Skipped | 0.00 | test_nested_virtualization.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.03 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @karuturi I hade a brief peek, #1982 does not have templates for lxc or ovm3, so that at least is one problem.
    I think it needs to be reverted and recreated, probably on top of this one. Or else this one would again need to be rebased.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @karuturi @wido @rhtyd @swill @pdion891 @rafaelweingartner 
    I see the system VMs pointed to are still those in the 4.6 directory on the download servers. Is that really intended? I thought we now have 4.9 (because of strongswan).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I think we can remove all templates from prior versions, from the code that is. As for the repo, only if we know it is no longer being used. I think we at least need to give a heads up to accelarite as they should be owner of the name cloud.com by now and thus the older references to the templates.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by pdion891 <gi...@git.apache.org>.
Github user pdion891 commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    if we are to replace the old default template centos5, would it be possible on the new one to support user-data, ssh keys and password reset? so it would help exposing cloudstack capabilities.
    
    download.apachecloudstack{.org|.net} is already set to direct traffic on cloudstack.apt-get.eu. so it can be use.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r106667548
  
    --- Diff: api/src/org/apache/cloudstack/api/response/AutoScaleVmProfileResponse.java ---
    @@ -75,6 +75,7 @@
         @Parameter(name = ApiConstants.CS_URL,
                    type = CommandType.STRING,
                    description = "the API URL including port of the CloudStack Management Server example: http://server.cloud.com:8080/client/api?")
    +    // leaving cloud.com reference above as it serves only as an example
    --- End diff --
    
    I don't see you point Rafael. it would no longer be an example bu a semi formal definition.
    
    Also I think it is out of scope to be frank


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Just for the record, please use *download.cloudstack.org*.
    
    Let me know if anything is missing there so it can be added.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by chiradeep <gi...@git.apache.org>.
Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I believe that http://dl.openvm.eu/cloudstack/ has modern templates that have the appropriate userdata / ssh key and password change agents built in. I have raised https://issues.apache.org/jira/browse/CLOUDSTACK-9414 to track this. Does @NuxRo run the openvm.eu service?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    valid points @chiradeep but I think they both warrant separate PRs, no?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @DaanHoogland any update? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by Daan Hoogland <da...@gmail.com>.
So I gave a first stab at changing the url for downloading (
download.cloud.com). Please empty your guns at this. I didn't follow all of
the discussions around this but deemed it important enough to just start
working on it.

On Tue, Jun 7, 2016 at 12:24 PM, DaanHoogland <gi...@git.apache.org> wrote:

> GitHub user DaanHoogland opened a pull request:
>
>     https://github.com/apache/cloudstack/pull/1582
>
>     CLOUDSTACK-9408 for the move away from download.cloud.com
>
>      - commented some occurences of cloud.com as being harmless
>       * examples
>       * identifiers (internal)
>      - changed the URL for vhd-util download
>      - changed comments from 'cloud.com' to 'Apache CloudStack'
>
>     What remains now is to find all other downloads that occur from the
> code and reconstruct the tree in a save location (atm at
> cloudstack.apt-get.eu)
>
>     We will also want to use a CNAME for download.cloudstack.org which
> can for now point to cloudstack.apt-get.eu and can later be implemented
> with a redirect mechanism to a mirror list.
>
>     this should be save to pull in now but we can add the missing parts in
> this PR as well.
>
> You can merge this pull request into a Git repository by running:
>
>     $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9408
>
> Alternatively you can review and apply these changes as the patch at:
>
>     https://github.com/apache/cloudstack/pull/1582.patch
>
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
>
>     This closes #1582
>
> ----
> commit c443efd7825038c1b42785e13246bbfadd2f08ab
> Author: Daan Hoogland <da...@onecht.net>
> Date:   2016-06-07T10:20:36Z
>
>     CLOUDSTACK-9408 for the move away from download.cloud.com
>      - commented some occurences of cloud.com as being harmless
>       * examples
>       * identifiers (internal)
>      - changed the URL for vhd-util download
>      - changed comments from 'cloud.com' to 'Apache CloudStack'
>
> ----
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>



-- 
Daan

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @karuturi the results are posted already.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by cloudmonger <gi...@git.apache.org>.
Github user cloudmonger commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    ### ACS CI BVT Run
     **Sumarry:**
     Build Number 450
     Hypervisor xenserver
     NetworkType Advanced
     Passed=104
     Failed=1
     Skipped=7
    
    _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
    
    
    **Failed tests:**
    * test_non_contigiousvlan.py
    
     * test_extendPhysicalNetworkVlan Failed
    
    
    **Skipped tests:**
    test_01_test_vm_volume_snapshot
    test_vm_nic_adapter_vmxnet3
    test_static_role_account_acls
    test_11_ss_nfs_version_on_ssvm
    test_nested_virtualization_vmware
    test_3d_gpu_support
    test_deploy_vgpu_enabled_vm
    
    **Passed test suits:**
    test_deploy_vm_with_userdata.py
    test_affinity_groups_projects.py
    test_portable_publicip.py
    test_over_provisioning.py
    test_global_settings.py
    test_scale_vm.py
    test_service_offerings.py
    test_routers_iptables_default_policy.py
    test_loadbalance.py
    test_routers.py
    test_reset_vm_on_reboot.py
    test_deploy_vms_with_varied_deploymentplanners.py
    test_network.py
    test_router_dns.py
    test_login.py
    test_deploy_vm_iso.py
    test_list_ids_parameter.py
    test_public_ip_range.py
    test_multipleips_per_nic.py
    test_regions.py
    test_affinity_groups.py
    test_network_acl.py
    test_pvlan.py
    test_volumes.py
    test_nic.py
    test_deploy_vm_root_resize.py
    test_resource_detail.py
    test_secondary_storage.py
    test_vm_life_cycle.py
    test_routers_network_ops.py
    test_disk_offerings.py


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by chiradeep <gi...@git.apache.org>.
Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Created https://issues.apache.org/jira/browse/CLOUDSTACK-9415 for docs update @karuturi @kishankavala @sateesh-chodapuneedi 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @blueorangutan package 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r105162233
  
    --- Diff: packaging/centos63/cloud.spec ---
    @@ -445,7 +445,7 @@ grep -s -q "db.usage.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.pr
     grep -s -q "db.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties" || sed -i -e "\$adb.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties"
     
     if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
    -    echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in 
    +    echo Please download vhd-util from http://download.apachecloudstack.net/tools/vhd-util and put it in
    --- End diff --
    
    @rhtyd yes, we can. At the time we started with this it wasn't clear yet what the url would eventually be.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I see that its already using download.cloudstack.org. Its merge ready. Will merge once I do some tests. Thanks @DaanHoogland 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @borisstoyanov Can you run @blueorangutan tests on this please?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Hi @DaanHoogland Are you planning to change the url to download.cloudstack.org?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @DaanHoogland I did not test it, but LGTM. As a project we can also publish a sql file or python script that would update the links (systemvm and default templates) in the db of existing deployments as well (for example in case of new zones, or storage pools, it may fail in future when trying to replicate the templates from the urls).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Ping, where do we stand on the issue? /cc @abhinandanprateek @jburwell and others


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by NuxRo <gi...@git.apache.org>.
Github user NuxRo commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I do run that service, but the templates could do with a bit more TLC, especially the Debian/Ubuntu.
    It could be a starting point though, for CentOS the kickstarts are public in github.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by pdion891 <gi...@git.apache.org>.
Github user pdion891 commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Effectively we are due for an updated systemvm for strongswan + jdk8


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by Daan Hoogland <da...@gmail.com>.
On Sun, Jun 12, 2016 at 11:04 PM, chiradeep <gi...@git.apache.org> wrote:

>
>     cloud.com is owned by Citrix.
>

​strange​



-- 
Daan

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by chiradeep <gi...@git.apache.org>.
Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    cloud.com is owned by Citrix.
    
    I meant the this line in templates.sql
    
    INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, created, type, hvm, bits, account_id, url, checksum, display_text, enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, extractable)
     -    VALUES (4, UUID(), 'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.cloud.com/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2', 'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 'QCOW2', 112, 1, 1, 'KVM', 1);		 +    VALUES (4, UUID(), 'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 'http://download.apachecloudstack.net/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2', 'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 'QCOW2', 112, 1, 1, 'KVM', 1);
    
    Is there a possibility of a better template (CentOS 6 or 7 for example). 
    
    I am not saying delete http://download.apachecloudstack.net/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2 from the repo. Older releases of cloudstack will want it. But for 4.9, we should be supplying modern templates without known security issues (SHELLSHOCK for example).
    
    Another change required (perhaps another bug) is to update documentation for earlier releases. The documentation should include
     - how to patch templates.sql to point to download.apachecloudstack.net 
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
GitHub user DaanHoogland reopened a pull request:

    https://github.com/apache/cloudstack/pull/1582

    CLOUDSTACK-9408 for the move away from download.cloud.com

     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'
    
    What remains now is to find all other downloads that occur from the code and reconstruct the tree in a save location (atm at cloudstack.apt-get.eu)
    
    We will also want to use a CNAME for download.cloudstack.org which can for now point to cloudstack.apt-get.eu and can later be implemented with a redirect mechanism to a mirror list.
    
    this should be save to pull in now but we can add the missing parts in this PR as well.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9408

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1582.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1582
    
----
commit c443efd7825038c1b42785e13246bbfadd2f08ab
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T10:20:36Z

    CLOUDSTACK-9408 for the move away from download.cloud.com
     - commented some occurences of cloud.com as being harmless
      * examples
      * identifiers (internal)
     - changed the URL for vhd-util download
     - changed comments from 'cloud.com' to 'Apache CloudStack'

commit c4f13fe286e0b53360d4adf2e7b63cca3b6c9549
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T10:40:38Z

    CLOUDSTACK-9408 remove antiquated devcloud project
    
      as it contains references to cloud.com and is not current

commit 9b7049d6c116a82287fed7bb9201e0344e70a13f
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-06-07T18:10:25Z

    CLOUDSTACK-9408 change URLs in templates.sql

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1582


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r105120559
  
    --- Diff: packaging/centos63/cloud.spec ---
    @@ -445,7 +445,7 @@ grep -s -q "db.usage.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.pr
     grep -s -q "db.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties" || sed -i -e "\$adb.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties"
     
     if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
    -    echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in 
    +    echo Please download vhd-util from http://download.apachecloudstack.net/tools/vhd-util and put it in
    --- End diff --
    
    @wido @DaanHoogland can we move the binary and install from the new download.cloudstack.org alias? Who owns apachecloudstack.net?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @DaanHoogland ok. This is not mergeable yet. I will see what are the conflicts with #1982. It  might require new changes.
    @borisstoyanov do you see the same template values as I posted. Just want to confirm if its my environment issue. As per the above template data, if you run KVM tests, it should fail as it doesnt have the system vm template url for kvm.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-595


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1582#discussion_r106675353
  
    --- Diff: api/src/org/apache/cloudstack/api/response/AutoScaleVmProfileResponse.java ---
    @@ -75,6 +75,7 @@
         @Parameter(name = ApiConstants.CS_URL,
                    type = CommandType.STRING,
                    description = "the API URL including port of the CloudStack Management Server example: http://server.cloud.com:8080/client/api?")
    +    // leaving cloud.com reference above as it serves only as an example
    --- End diff --
    
    ok, in that perspect you have a point absolutely. The sentence would need to be rephrased, then. It now spells "example: http://..."!
    Ive been going through the, code reviewing every occurrence of cloud.com,.... back in june!!! just before leaving the project to do some paid work ;) (hope my boss is alright with this remark)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    Now we have apachecloudstack.org/.net, do we still need to use apt-get.eu?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I want this to be updated to use download.cloudstack.org instead of cloudstack.apt-get.eu. 
    I will send a PR with URL changes to this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    @karuturi I rebased on latest master, is anything else expected?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    I removed it in the last commit. download,apachecloudstack.net points to cloudstack.apt-get.eu. Did I miss one or Do you mean to remove the domainname?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    ping @rhtyd @swill @chiradeep @NuxRo @pdion891 @wido @karuturi 
    I rebased
    please send me any pull requests on this if you feel extra is needed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by chiradeep <gi...@git.apache.org>.
Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    +1
    Could we also remove/change the default template "2.2/". It is pretty old (and very big).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1582: CLOUDSTACK-9408 for the move away from download.clou...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    A CNAME for download.cloudstack.org can be created, the cloudstack.apt-get.eu server is ready for it.
    
    ```
    <VirtualHost *:80>
            ServerName cloudstack.apt-get.eu
            ServerAlias download.cloudstack.org
    
            ServerAdmin webmaster@localhost
            DocumentRoot /srv/mirror/cloudstack
            <Directory /srv/mirror/cloudstack>
                    Options FollowSymLinks Indexes
                    AllowOverride none
                    Require all granted
            </Directory>
    
            ErrorLog ${APACHE_LOG_DIR}/error.log
            CustomLog ${APACHE_LOG_DIR}/access.log combined
    </VirtualHost>
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1582: CLOUDSTACK-9408 for the move away from downlo...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland closed the pull request at:

    https://github.com/apache/cloudstack/pull/1582


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---