[Cloud-init-dev] [Merge] ~pengpengs/cloud-init:fix/vmware-gosc-fail-with-staticIP-and-no-gateway into cloud-init:master

2018-08-17 Thread Pengpeng Sun
Pengpeng Sun has proposed merging ~pengpengs/cloud-init:fix/vmware-gosc-fail-with-staticIP-and-no-gateway into cloud-init:master. Commit message: Fix an issue when do VMware customization on a VM with static IPv4 and without gateway. The issue is when customize a VM with static IPv4 and

Re: [Cloud-init-dev] [Merge] ~pengpengs/cloud-init:fix/vmware-gosc-fail-with-staticIP-and-no-gateway into cloud-init:master

2018-08-17 Thread Scott Moser
Pengpeng, This looks good, thank you. I put together at test that shows failure. Could you please incorporate it into your merge proposal? I hope that it adds a fairly easy way to test the conversion. You do not *have* to add any additional tests, but anything you wanted to add would be

Re: [Cloud-init-dev] [Merge] ~louis/cloud-init:enable_Scaleway_network_config into cloud-init:master

2018-08-17 Thread Scott Moser
it builds in an schroot because your schroot has 'udevadm' and 'systemd-detect-virt', but those are not build-dependencies so they are not guaranteed, and not present in launchpad provided schroots. On Fri, Aug 17, 2018 at 8:38 AM Louis Bouchard wrote: > Hello, > > Sorry for the long delay, I

Re: [Cloud-init-dev] [Merge] ~louis/cloud-init:enable_Scaleway_network_config into cloud-init:master

2018-08-17 Thread Louis Bouchard
Hello, Sorry for the long delay, I was away on vacation. Indeed, I could not make sense of your suggestion and I was about to ask. I just merged your suggestion & uploaded to my branch so it should fix the build. I still don't understand why it builds in a schroot and not on the builder

Re: [Cloud-init-dev] [Merge] ~smoser/cloud-init:feature/oracle-datasource into cloud-init:master

2018-08-17 Thread Server Team CI bot
Review: Needs Fixing continuous-integration FAILED: Continuous integration, rev:7194a14775ca9122bff022ff26e944eca7cb4e0f https://jenkins.ubuntu.com/server/job/cloud-init-ci/241/ Executed test runs: SUCCESS: Checkout FAILED: Unit & Style Tests Click here to trigger a rebuild:

Re: [Cloud-init-dev] [Merge] ~smoser/cloud-init:feature/oracle-datasource into cloud-init:master

2018-08-17 Thread Server Team CI bot
Review: Needs Fixing continuous-integration FAILED: Continuous integration, rev:63977d0865e81c5ee140057d018bf0ba7c3a6c3c https://jenkins.ubuntu.com/server/job/cloud-init-ci/246/ Executed test runs: SUCCESS: Checkout FAILED: Unit & Style Tests Click here to trigger a rebuild:

Re: [Cloud-init-dev] [Merge] ~smoser/cloud-init:feature/oracle-datasource into cloud-init:master

2018-08-17 Thread Server Team CI bot
Review: Approve continuous-integration PASSED: Continuous integration, rev:8b7d02a43e78bfb26984005e75f5b5b69271dd43 https://jenkins.ubuntu.com/server/job/cloud-init-ci/244/ Executed test runs: SUCCESS: Checkout SUCCESS: Unit & Style Tests SUCCESS: Ubuntu LTS: Build SUCCESS: Ubuntu

[Cloud-init-dev] [recipe build #1946923] of ~cloud-init-dev cloud-init-daily-bionic in bionic: Failed to build

2018-08-17 Thread noreply
* State: Failed to build * Recipe: cloud-init-dev/cloud-init-daily-bionic * Archive: ~cloud-init-dev/ubuntu/daily * Distroseries: bionic * Duration: 2 minutes * Build Log: https://launchpad.net/~cloud-init-dev/+archive/ubuntu/daily/+recipebuild/1946923/+files/buildlog.txt.gz * Upload Log:

Re: [Cloud-init-dev] [Merge] ~powersj/cloud-init:fix-cii into cloud-init:master

2018-08-17 Thread Server Team CI bot
Review: Approve continuous-integration PASSED: Continuous integration, rev:3c13487ecf714353fd2ffc77e77a92a7efc7d885 https://jenkins.ubuntu.com/server/job/cloud-init-ci/248/ Executed test runs: SUCCESS: Checkout SUCCESS: Unit & Style Tests SUCCESS: Ubuntu LTS: Build SUCCESS: Ubuntu

[Cloud-init-dev] [Merge] ~powersj/cloud-init:fix-cii into cloud-init:master

2018-08-17 Thread Joshua Powers
Joshua Powers has proposed merging ~powersj/cloud-init:fix-cii into cloud-init:master. Commit message: tests: disable snap, fix write_files binary The snap test requires access to a proxy and currently the integration tests do not handle this scenario. I am disabling the test untill I can loop