Hi KB,
I have a patched cloud-init.spec file for building packages for both C6 and C7. Do you want me to send a patch file or push my branch or what's the preferred method to submit?
...Juerg
On 10/17/2014 06:29 PM, Juerg Haefliger wrote:
Hi KB,
I have a patched cloud-init.spec file for building packages for both C6 and C7. Do you want me to send a patch file or push my branch or what's the preferred method to submit?
a patch here to the list would be perfect. via git-format-patch is even better ( and makes it easier for me)
thanks for doing this,
Attached. Let me know if there are questions. I ran pylint against it which flagged some missing python packages. I installed the resulting package in a C6 image and did some very limited testing. Basically booting an instance and verifying that SSH injection works and the centos user is created and that no funny warnings/errors are spit out. What I noticed though is that the debug output doesn't go to the cloud-init log, don't know why that is.
...Juerg
On Fri, Oct 17, 2014 at 7:48 PM, Karanbir Singh mail-lists@karan.org wrote:
On 10/17/2014 06:29 PM, Juerg Haefliger wrote:
Hi KB,
I have a patched cloud-init.spec file for building packages for both C6 and C7. Do you want me to send a patch file or push my branch or what's the preferred method to submit?
a patch here to the list would be perfect. via git-format-patch is even better ( and makes it easier for me)
thanks for doing this,
-- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
On Fri, Oct 17, 2014 at 08:31:02PM +0200, Juerg Haefliger wrote:
Attached. Let me know if there are questions. I ran pylint against it which flagged some missing python packages. I installed the resulting package in a C6 image and did some very limited testing. Basically booting an instance and verifying that SSH injection works and the centos user is created and that no funny warnings/errors are spit out. What I noticed though is that the debug output doesn't go to the cloud-init log, don't know why that is.
I noticed this too (see [1]). What I determined is that the complicated cloud-init logging set up in [2] doesn't default to putting the debug output in that log. As shown by [1], if you are on a systemd based system (EL7,Fedora) you can still get the output.
Dusty
[1] - http://dustymabe.com/2014/09/08/capture-elusive-cloud-init-debug-output-with... [2] - http://dustymabe.com/content/2014-09-08/05_logging.cfg
On 17/10/14 19:31, Juerg Haefliger wrote:
Attached. Let me know if there are questions. I ran pylint against it which flagged some missing python packages. I installed the resulting package in a C6 image and did some very limited testing. Basically booting an instance and verifying that SSH injection works and the centos user is created and that no funny warnings/errors are spit out. What I noticed though is that the debug output doesn't go to the cloud-init log, don't know why that is.
...Juerg
added to repo, lets see if we can make this work for the centos6.6 cloud images. w.r.t the debug output, i think we can make it use ( as it used to ) syslog on the machine again.