yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67084
[Bug 1639030] Re: Configure networking based on EC2 metadata source
This bug was fixed in the package cloud-init - 0.7.9-259-g7e76c57b-
0ubuntu1
---------------
cloud-init (0.7.9-259-g7e76c57b-0ubuntu1) artful; urgency=medium
* Disable upstart support, as upstart is no longer shipped in artful.
[Dimitri Ledkov]
* New upstream snapshot.
- distro: allow distro to specify a default locale [Ryan Harper]
- tests: fix two recently added tests for sles distro.
- url_helper: dynamically import oauthlib import from inside oauth_headers
[Chad Smith]
- tox: make xenial environment run with python3.6
- suse: Add support for openSUSE and return SLES to a working state.
[Robert Schweikert]
- GCE: Add a main to the GCE Datasource.
- ec2: Add IPv6 dhcp support to Ec2DataSource. [Chad Smith] (LP: #1639030)
- url_helper: fail gracefully if oauthlib is not available
[Lars Kellogg-Stedman] (LP: #1713760)
- cloud-init analyze: fix issues running under python 2. [Andrew Jorgensen]
- Configure logging module to always use UTC time.
[Ryan Harper] (LP: #1713158)
- Log a helpful message if a user script does not include shebang.
[Andrew Jorgensen]
- cli: Fix command line parsing of coniditionally loaded subcommands.
[Chad Smith] (LP: #1712676)
- doc: Explain error behavior in user data include file format.
[Jason Butz]
- cc_landscape & cc_puppet: Fix six.StringIO use in writing configs
[Chad Smith] (LP: #1699282, #1710932)
- schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema
[Chad Smith]
- Debian: Remove non-free repositories from apt sources template.
[Joonas Kylmälä] (LP: #1700091)
-- Scott Moser <smoser@xxxxxxxxxx> Wed, 30 Aug 2017 21:18:05 -0400
** Changed in: cloud-init (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1639030
Title:
Configure networking based on EC2 metadata source
Status in cloud-init:
Confirmed
Status in cloud-init package in Ubuntu:
Fix Released
Bug description:
EC2 metadata[1] presents information regarding network devices (mac,
name, etc) that would be useful to consume. Chiefly we could match
the network device names surfaced in the EC2 UIs (eth0, eth2...)
rather than using our own enumeration at boot.
A method to detemermine if we are on an instance in EC2 as been
published[2] as part of their documentation so we can now do this in
the EC2 datasource without impacting clouds that have copied that
datasource.
The work done for DO datasource[3] would be applicable here as a
model.
[1] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
[2] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/identify_ec2_instances.html
[3] https://git.launchpad.net/cloud-init/commit/?id=9f83bb8e80806d3dd79ba426474dc3c696e19a41
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1639030/+subscriptions