[Yahoo-eng-team] [Bug 1521489] [NEW] Support interchangeable datasource

2015-11-30 Thread james beedy
Public bug reported: It would be highly valuable for a user to be able to run cloud-init with custom user-data using local datasource post deploy e.g: 1# juju deploy myservice 2# juju scp user-data.yaml myservice/0:/var/lib/cloud/seed/nocloud-net/user-data2 3# juju run --service myservice

[Yahoo-eng-team] [Bug 1729906] [NEW] net-convert.py tool broken/stale - No module named 'configobj

2017-11-03 Thread james beedy
Public bug reported: Trying to use the `net-convert.py` tool, it seems its a bit crufty, to the point that it is broken. ./net-convert.py --network-data /home/ubuntu/virsh_isos/xenial_0/network-config --kind yaml --output-kind sysconfig -d target Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1729715] [NEW] nocloud datasource network-config not working

2017-11-02 Thread james beedy
Public bug reported: I can't get static defined interface to work for legacy, v1, or v2 network-config. Ubuntu 16.04.3 kvm with config drive. cloud-init.log http://paste.ubuntu.com/25876055/ cloud-init-output.log http://paste.ubuntu.com/25876056/ `genisoimage -output cidata.iso -volid cidata

[Yahoo-eng-team] [Bug 1729929] [NEW] no way to specify auto up for manual type interfaces

2017-11-03 Thread james beedy
Public bug reported: network-config v1 doesn't seem to support configuring a manual interface for auto up. I get this error http://paste.ubuntu.com/25881854/ when I try to configure a manual interface to get auto up, see lines 16-27 http://paste.ubuntu.com/25881859/. Possibly this is supported