You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by rhtyd <gi...@git.apache.org> on 2016/05/04 12:35:13 UTC

[GitHub] cloudstack pull request: systemvmtemplate: fix build and upgrade t...

GitHub user rhtyd opened a pull request:

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

    systemvmtemplate: fix build and upgrade to debian 7.10 iso

    - Bumps base debian iso to version 7.10
    - Upgrade ruby version to 2.3.0 (latest/stable)
    - Fix Gemfile
    - Update README
    
    I've put pre-built `vhd-util` and `libvhd` used for converting xen template here: https://packages.shapeblue.com/systemvmtemplate/
    
    cc @jburwell @agneya2001 @swill @wido @DaanHoogland and others -- please review

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

    $ git pull https://github.com/shapeblue/cloudstack systemvmtemplate-4dot9

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

    https://github.com/apache/cloudstack/pull/1531.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 #1531
    
----
commit e506d0e30b5050b8375cae10e66c168f273ad8e9
Author: Rohit Yadav <ro...@shapeblue.com>
Date:   2016-05-04T10:51:24Z

    systemvmtemplate: fix build and upgrade to debian 7.10 iso
    
    - Update base debian iso to version 7.10
    - Upgrade ruby version to 2.3.0 (latest/stable)
    - Fix Gemfile
    - Update README
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

----


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#issuecomment-217413238
  
    @swill this PR is ready for CI test run and merge, thanks


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    Isn't this one ready to merge?
    
    The Packer stuff from @remibergsma looks good, that makes building the SSVM templates a lot easier. But let's do that after the Debian bump?


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r62361025
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/definition.rb ---
    @@ -27,15 +27,15 @@
     architectures = {
         :i386 => {
             :os_type_id => 'Debian',
    -        :iso_file => 'debian-7.9.0-i386-netinst.iso',
    -        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/i386/iso-cd/debian-7.9.0-i386-netinst.iso',
    -        :iso_md5 => 'e101a11ddb31f85acef542df1a49bf57',
    +        :iso_file => 'debian-7.10.0-i386-netinst.iso',
    +        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.10.0/i386/iso-cd/debian-7.10.0-i386-netinst.iso',
    +        :iso_md5 => '7fa97966e31afc705b3e115906cbcaa5',
    --- End diff --
    
    Uses the latest/last Debian 7.x iso releases


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    @karuturi @jburwell this PR has enough review, can we merge this?
    
    The changes are necessary without them the systemvm template appliance building fails, tested and built these templates: http://packages.shapeblue.com/systemvmtemplate/custom/biggervarlog/


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    Yeah, LGTM now with the changes. I didn't test a build, as I've no setup to do that.


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    LGTM
    
    The packer stuff can be done afterwards


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r65813255
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/definition.rb ---
    @@ -27,15 +27,15 @@
     architectures = {
         :i386 => {
             :os_type_id => 'Debian',
    -        :iso_file => 'debian-7.9.0-i386-netinst.iso',
    -        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/i386/iso-cd/debian-7.9.0-i386-netinst.iso',
    -        :iso_md5 => 'e101a11ddb31f85acef542df1a49bf57',
    +        :iso_file => 'debian-7.10.0-i386-netinst.iso',
    +        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.10.0/i386/iso-cd/debian-7.10.0-i386-netinst.iso',
    +        :iso_md5 => '7fa97966e31afc705b3e115906cbcaa5',
    --- End diff --
    
    You can bump it to 7.11 now ;-)


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r65813321
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/definition.rb ---
    @@ -27,15 +27,15 @@
     architectures = {
         :i386 => {
             :os_type_id => 'Debian',
    -        :iso_file => 'debian-7.9.0-i386-netinst.iso',
    -        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/i386/iso-cd/debian-7.9.0-i386-netinst.iso',
    -        :iso_md5 => 'e101a11ddb31f85acef542df1a49bf57',
    +        :iso_file => 'debian-7.10.0-i386-netinst.iso',
    +        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.10.0/i386/iso-cd/debian-7.10.0-i386-netinst.iso',
    +        :iso_md5 => '7fa97966e31afc705b3e115906cbcaa5',
    --- End diff --
    
    Is i386 still being used?


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r66175607
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh ---
    @@ -19,7 +19,7 @@
     set -e
     set -x
     
    -CLOUDSTACK_RELEASE=4.6.0
    +CLOUDSTACK_RELEASE=4.9.0
    --- End diff --
    
    This is not required for 4.9, but general improvements and updates.


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r62360986
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh ---
    @@ -19,7 +19,7 @@
     set -e
     set -x
     
    -CLOUDSTACK_RELEASE=4.6.0
    +CLOUDSTACK_RELEASE=4.9.0
    --- End diff --
    
    Bumps version to match current version ^^


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#issuecomment-221185506
  
    sure tag:easypr LGTM


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    @remibergsma sounds good to me, would you like to send a PR; port your work to master.


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r62360949
  
    --- Diff: tools/appliance/build.sh ---
    @@ -529,8 +534,6 @@ function vmware_export() {
         stage_vmx ${appliance_build_name}-vmware ${appliance_build_name}-vmware.vmdk
         ovftool ${appliance_build_name}-vmware.vmx ${appliance_build_name}-vmware.ova
       fi
    -  bzip2 "${appliance_build_name}-vmware.vmdk"
    -  mv "${appliance_build_name}-vmware.vmdk.bz2" dist/
    --- End diff --
    
    Notes: we're removing this as we don't need vmdks for VMware, but OVAs


---
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: systemvmtemplate: fix build and upgrade t...

Posted by abhinandanprateek <gi...@git.apache.org>.
Github user abhinandanprateek commented on the pull request:

    https://github.com/apache/cloudstack/pull/1531#issuecomment-221200314
  
    LGTM based on code review and template build.


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r65813268
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh ---
    @@ -19,7 +19,7 @@
     set -e
     set -x
     
    -CLOUDSTACK_RELEASE=4.6.0
    +CLOUDSTACK_RELEASE=4.9.0
    --- End diff --
    
    Browsed merged PRs but nothing is merged that requires this. Or do I miss something?


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

    https://github.com/apache/cloudstack/pull/1531#discussion_r66175640
  
    --- Diff: tools/appliance/definitions/systemvmtemplate/definition.rb ---
    @@ -27,15 +27,15 @@
     architectures = {
         :i386 => {
             :os_type_id => 'Debian',
    -        :iso_file => 'debian-7.9.0-i386-netinst.iso',
    -        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.9.0/i386/iso-cd/debian-7.9.0-i386-netinst.iso',
    -        :iso_md5 => 'e101a11ddb31f85acef542df1a49bf57',
    +        :iso_file => 'debian-7.10.0-i386-netinst.iso',
    +        :iso_src => 'http://cdimage.debian.org/cdimage/archive/7.10.0/i386/iso-cd/debian-7.10.0-i386-netinst.iso',
    +        :iso_md5 => '7fa97966e31afc705b3e115906cbcaa5',
    --- End diff --
    
    No, i386 is not used. Will bump it to 7.11 (7-11 ha :))


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#issuecomment-217504212
  
    @swill you can use this PR on a branch and build systemvm templates. I've updated the README on how you can setup an environment to build yourself systemvmtemplates as well.
    
    Here are two templates from two different PRs I built with this patch applied: https://packages.shapeblue.com/systemvmtemplate/custom/


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

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


---
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: systemvmtemplate: fix build and upgrade t...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1531#issuecomment-217502707
  
    how do I test 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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    @wido Let's bump Debian to 7.11 and let's not bump the systemvm template version, as nothing changed that requires users to replace all routers.


---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#issuecomment-221165014
  
    Ping @wido @swill @DaanHoogland @abhinandanprateek  can we get some review/lgtm thanks. This fixes build environment issues, updates readme and updates to use the last updated debian 7.x iso.


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    ### ACS CI BVT Run
     **Sumarry:**
     Build Number 179
     Hypervisor xenserver
     NetworkType Advanced
     Passed=73
     Failed=0
     Skipped=3
    
    _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
    
    
    **Failed tests:**
    
    **Skipped tests:**
    test_vm_nic_adapter_vmxnet3
    test_static_role_account_acls
    test_deploy_vgpu_enabled_vm
    
    **Passed test suits:**
    test_deploy_vm_with_userdata.py
    test_affinity_groups_projects.py
    test_portable_publicip.py
    test_vpc_vpn.py
    test_over_provisioning.py
    test_global_settings.py
    test_scale_vm.py
    test_service_offerings.py
    test_routers_iptables_default_policy.py
    test_routers.py
    test_reset_vm_on_reboot.py
    test_snapshots.py
    test_deploy_vms_with_varied_deploymentplanners.py
    test_login.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_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 #1531: systemvmtemplate: fix build and upgrade to de...

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

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


---
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 #1531: systemvmtemplate: fix build and upgrade to de...

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

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

    systemvmtemplate: fix build and upgrade to debian 7.11 iso

    - Bumps base debian iso to version 7.11
    - Upgrade ruby version to 2.3.0 (latest/stable)
    - Fix Gemfile
    - Update README
    
    I've put pre-built `vhd-util` and `libvhd` used for converting xen template here: https://packages.shapeblue.com/systemvmtemplate/
    
    cc @jburwell @agneya2001 @swill @wido @DaanHoogland and others -- please review

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

    $ git pull https://github.com/shapeblue/cloudstack systemvmtemplate-4dot9

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

    https://github.com/apache/cloudstack/pull/1531.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 #1531
    
----
commit f29e997e3fe763c21888fc61e2d05f3a9af86a6e
Author: Rohit Yadav <ro...@shapeblue.com>
Date:   2016-05-04T10:51:24Z

    systemvmtemplate: fix build and upgrade to debian 7.11 iso
    
    - Update base debian iso to version 7.11
    - Upgrade ruby version to 2.3.0 (latest/stable)
    - Fix Gemfile
    - Update README
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

commit edc0286d1aaaa4b6599f06ebf3febc960cb92252
Author: Rohit Yadav <ro...@shapeblue.com>
Date:   2016-07-27T12:43:11Z

    systemvm: fix openswan version
    
    This fixes build failure
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

commit c453d10f1f65e843937c6afb62bbf828d8058d38
Author: Rohit Yadav <ro...@shapeblue.com>
Date:   2016-07-27T16:53:35Z

    systemvm: remove cloud-cleanup it's not available
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

----


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    @remibergsma @rhtyd :+1: let's add the packer project and phase out the old template builds. more decoupling and (i suspect) simpler build process.


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    @rhtyd Maybe we can replace all this with a Packer build? I already did that for Cosmic and I think it's at least 90% the same so it should be fairly easy. As a matter of fact, we use Cosmic systemvm templates with older CloudStack versions as well and that works fine. Along that way, a separate project with the systemvm would be best, as you could then iterate separately from CloudStack itself. A new version would just require a certain version of the systemvm template.
    https://github.com/MissionCriticalCloud/systemvm-packer



---
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: systemvmtemplate: fix build and upgrade t...

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

    https://github.com/apache/cloudstack/pull/1531#issuecomment-217506509
  
    Here is a build log to prove that build succeeds using a Ubuntu 16.04 slave box with VirtualBox 5.0:
    
    [systemvmtemplate-build-consoleText.txt](https://github.com/apache/cloudstack/files/252729/systemvmtemplate-build-consoleText.txt)
    
    On existing environment, not using the latest Ruby version; the only change they will need to do is update ruby to 2.3.0 (using rvm or global).
    
    Build steps are simply:
    ```
    cd tools/appliance
    bundle install
    bash -l build.sh systemvm64template
    ```


---
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 #1531: systemvmtemplate: fix build and upgrade to debian 7....

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

    https://github.com/apache/cloudstack/pull/1531
  
    Alright, I've fixed the debian version without changing systemvmtemplate version.
    
    @remibergsma we can get this merged for the time being, and let's have your packer stuff - that looks much better than what we've with ruby/veewee based.


---
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.
---