<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/cloudinit/distros/net_util.py, branch circinus-public-unmaintained</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2021-12-16T02:16:38+00:00</updated>
<entry>
<title>Adopt Black and isort (SC-700) (#1157)</title>
<updated>2021-12-16T02:16:38+00:00</updated>
<author>
<name>James Falcon</name>
<email>james.falcon@canonical.com</email>
</author>
<published>2021-12-16T02:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf'/>
<id>urn:sha1:bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf</id>
<content type='text'>
Applied Black and isort, fixed any linting issues, updated tox.ini
and CI.
</content>
</entry>
<entry>
<title>net_util: ensure static configs have netmask in translate_network result</title>
<updated>2018-09-18T07:16:40+00:00</updated>
<author>
<name>Thomas Berger</name>
<email>loki@lokis-chaos.de</email>
</author>
<published>2018-09-18T07:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=98d18c31c8759add858096dea53bc093c7cc9caa'/>
<id>urn:sha1:98d18c31c8759add858096dea53bc093c7cc9caa</id>
<content type='text'>
If a DataSource provides a network configuration in version 2 and runs
on a distro which does not have a network renderer class in use, then
the conversion of V2 to eni results in static ip configurations with
subnet prefix-length (192.168.23.1/24) rather than explicit netmask
value.

When sending such a config to net_util.translate_network the resulting
dictionary is missing the 'netmask' key for static configured addresses
breaking network configurations on multiple distributions.

This patch detects static ip configurations using prefix-length and
converts the format into the previous 'address' and 'netmask' parts
to keep compatibility for these distribtuions until they move to
the v2 network configuration.

LP: #1792454
</content>
</entry>
<entry>
<title>LICENSE: Allow dual licensing GPL-3 or Apache 2.0</title>
<updated>2016-12-22T22:04:28+00:00</updated>
<author>
<name>Jon Grimm</name>
<email>jon.grimm@canonical.com</email>
</author>
<published>2016-11-22T23:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=b2a9f33616c806ae6e052520a8589113308f567c'/>
<id>urn:sha1:b2a9f33616c806ae6e052520a8589113308f567c</id>
<content type='text'>
This has been a recurring ask and we had initially just made the change to
the cloud-init 2.0 codebase.  As the current thinking is we'll just
continue to enhance the current codebase, its desirable to relicense to
match what we'd intended as part of the 2.0 plan here.

- put a brief description of license in LICENSE file
- put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0
- simplify the per-file header to reference LICENSE
- tox: ignore H102 (Apache License Header check)

Add license header to files that ship.
Reformat headers, make sure everything has vi: at end of file.

Non-shipping files do not need the copyright header,
but at the moment tests/ have it.
</content>
</entry>
<entry>
<title>Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed</title>
<updated>2015-01-21T22:56:53+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2015-01-21T22:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=f895cb12141281702b34da18f2384deb64c881e7'/>
<id>urn:sha1:f895cb12141281702b34da18f2384deb64c881e7</id>
<content type='text'>
to be behind trunk.

`tox -e py27` passes full test suite.  Now to work on replacing mocker.
</content>
</entry>
<entry>
<title>tools/run-pep8: remove leading ',' fed to --ignore</title>
<updated>2015-01-06T17:02:38+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2015-01-06T17:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=38c851e58e09c5574661ef4b2d2e66f6e38063d1'/>
<id>urn:sha1:38c851e58e09c5574661ef4b2d2e66f6e38063d1</id>
<content type='text'>
--ignore was being called with ',E121,E...' rather than
'E121,E...'.

that resulted in odd behavior, missing the pep8 errors that are fixed
here.
</content>
</entry>
<entry>
<title>IPv6 support for rhel distro</title>
<updated>2014-11-25T00:30:00+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-11-25T00:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=033eb26e698ebe6d003732ac4a64cefbdbf45f4e'/>
<id>urn:sha1:033eb26e698ebe6d003732ac4a64cefbdbf45f4e</id>
<content type='text'>
When the ubuntu networking info file has ipv6 addresses inside
it we need to make sure that we parse that information out and
place it (at least) in the rhel network configuration writing.

In later patches the other distros that use this parsed network
configuration will likely also need to be updated (ubuntu and
debian already should function as expected with regard to ipv6
support).
</content>
</entry>
<entry>
<title>IPv6 support for rhel distro</title>
<updated>2014-11-24T19:36:18+00:00</updated>
<author>
<name>Shraddha Pandhe</name>
<email>shraddha.pandhe@yahoo.com</email>
</author>
<published>2014-11-24T19:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=4dfba8913a24da7254bf47017a264b28c7a49cd2'/>
<id>urn:sha1:4dfba8913a24da7254bf47017a264b28c7a49cd2</id>
<content type='text'>
  
- Saw an issue in my earlier commit with multiple NICs. This commit
  fixes that issue, along with the indentation issue
</content>
</entry>
<entry>
<title>Add IPv6 Support for Rhel.</title>
<updated>2014-11-21T18:32:30+00:00</updated>
<author>
<name>Shraddha Pandhe</name>
<email>shraddha.pandhe@yahoo.com</email>
</author>
<published>2014-11-21T18:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=bfbe8099b98bb97cfd96385fe31c023548734cbf'/>
<id>urn:sha1:bfbe8099b98bb97cfd96385fe31c023548734cbf</id>
<content type='text'>
This patch does the following:

1. Adds support to process network config with IPv6
2. Adds support to display 'ifconfig -a' information for IPv6
3. Adds support to display routing information for IPv6
</content>
</entry>
<entry>
<title>pep8/pylint fixes</title>
<updated>2014-01-24T19:47:28+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2014-01-24T19:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=c92cd051a1d598f83de03c4135c800b17fd46a9a'/>
<id>urn:sha1:c92cd051a1d598f83de03c4135c800b17fd46a9a</id>
<content type='text'>
tools/run-pep8 wasn't checking all python files.
tools/run-pylint wasnt checking bin/cloud-init

fixed resultant pep8 issues after finding them.
</content>
</entry>
<entry>
<title>Add a new line</title>
<updated>2014-01-22T20:47:51+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-01-22T20:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=efe969756d0208433e953d1692ea85006a56abe3'/>
<id>urn:sha1:efe969756d0208433e953d1692ea85006a56abe3</id>
<content type='text'>
</content>
</entry>
</feed>
