[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-22 Thread Ben Howard
Confirmed that new version of cloud-init works on Snappy by enabling SSH. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1091-0ubuntu8 --- cloud-init (0.7.7~bzr1091-0ubuntu8) vivid; urgency=medium * d/patches/lp-1494816-snappy-ssh-enabled_with_auth.patch: - Enable SSH on Ubuntu Snappy when the Cloud Fabric/user provides user

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-16 Thread Ben Howard
Confirmed in the latest update. ** Changed in: cloud-init (Ubuntu) Status: Confirmed => Fix Released ** Also affects: cloud-init (Ubuntu Vivid) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-16 Thread Ben Howard
** Description changed: + [IMPACT] Ubuntu Snappy 15.04 disables SSH unless a user provides + explicit user-data to turn SSH on. This happens regardless of a user + providing authentication tokens. This prevents Ubuntu Snappy from being + added to various Cloud WebUI's, Marketplaces and confuses

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-16 Thread Ben Howard
Tested against Ubuntu Snappy Rolling-edge. Works on AWS and Azure as expected. Submitting for SRU. ** Changed in: cloud-init (Ubuntu Vivid) Importance: Undecided => High ** Changed in: cloud-init (Ubuntu Vivid) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-16 Thread Chris J Arges
Hello Ben, or anyone else affected, Accepted cloud-init into vivid-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.7.7~bzr1091-0ubuntu8 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
Ah, nevermind, I was able to get in before Snappy turned off SSH. So the code path is definately not working. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1494816 Title:

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
On Azure, this fails: Sep 15 16:59:19 localhost [CLOUDINIT] util.py[DEBUG]: Running command ['snappy', 'list'] with allowed return codes [0] (shell=False, ca pture=True) Sep 15 16:59:19 localhost [CLOUDINIT] cc_snappy.py[DEBUG]: setting enablement of ssh to: False Sep 15 16:59:19 localhost

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
Okay, culprit found: === modified file 'cloudinit/config/cc_snappy.py' --- cloudinit/config/cc_snappy.py 2015-09-11 20:52:26 + +++ cloudinit/config/cc_snappy.py 2015-09-15 17:52:52 + @@ -63,7 +63,7 @@ BUILTIN_CFG = { 'packages': [], 'packages_dir':

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1494816 Title: Snappy should enable SSH when credentials are provided To manage

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1494816 Title: Snappy should enable SSH

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/1494816 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1494816 Title: Snappy should enable SSH when credentials are provided To

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1494816 Title: Snappy should enable SSH when credentials are provided To manage notifications

[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1144-0ubuntu1 --- cloud-init (0.7.7~bzr1144-0ubuntu1) wily; urgency=medium * New upstream snapshot. [ Ben Howard ] * snappy: enable ssh on snappy if ssh keys are provided or password authentication is requested