<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cloud-init.git/cloudinit, branch trunk</title>
<subtitle>launchpad.net: Obsolete (use cloud-init-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/'/>
<entry>
<title>README: Mention move of revision control to git.</title>
<updated>2016-08-10T15:06:15+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-08-10T15:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=c3c3dc693c14175e110b5fe125d4d5f98ace9700'/>
<id>c3c3dc693c14175e110b5fe125d4d5f98ace9700</id>
<content type='text'>
cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>mcollective: add tests, cleanups and bug fix when no config in /etc.</title>
<updated>2016-07-19T18:46:14+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-19T18:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=5bd3493d732e5b1902872958e8681f17cbc81ce5'/>
<id>5bd3493d732e5b1902872958e8681f17cbc81ce5</id>
<content type='text'>
Things here:
 - restart rather than 'start' the service, to pick up a config change
   that we would have written.
 - update the config and write cert files whether or not the file
   existed on the system.  Previously it would only write the cert
   files if /etc/mcollective/server.cfg already existed.
 - improve test coverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things here:
 - restart rather than 'start' the service, to pick up a config change
   that we would have written.
 - update the config and write cert files whether or not the file
   existed on the system.  Previously it would only write the cert
   files if /etc/mcollective/server.cfg already existed.
 - improve test coverage
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk</title>
<updated>2016-07-14T18:37:53+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T18:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=5528e872787f1db9b492be6ace547d5fca267747'/>
<id>5528e872787f1db9b492be6ace547d5fca267747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ConfigDrive: fix writing of 'injected' files and legacy networking</title>
<updated>2016-07-14T18:25:09+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T18:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=f92858727965cbb85dfac24a9a79a71779e5edff'/>
<id>f92858727965cbb85dfac24a9a79a71779e5edff</id>
<content type='text'>
Previous commit inadvertently disabled the consumption of 'injected' files
in configdrive (openstack server boot --file=/target/file=local-file)
unless the datasource was in 'pass' mode. The default mode is 'net' so
that was not likely to happen.

Also here are:
a.) some comments to apply_network_config

b.) add backwards compatibility for distros that do not yet implement
    apply_network_config by converting the network config into ENI format
    and calling apply_network.

    This is required because prior to the previous commit, those distros
    would have had 'apply_network' called with the openstack provided
    ENI file. But after this change they will have apply_network_config
    called by cloudinit's main.

c.) add network_state_to_eni for converting net config to eni
    it supports the not-actually-correct 'hwaddress' field in ENI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous commit inadvertently disabled the consumption of 'injected' files
in configdrive (openstack server boot --file=/target/file=local-file)
unless the datasource was in 'pass' mode. The default mode is 'net' so
that was not likely to happen.

Also here are:
a.) some comments to apply_network_config

b.) add backwards compatibility for distros that do not yet implement
    apply_network_config by converting the network config into ENI format
    and calling apply_network.

    This is required because prior to the previous commit, those distros
    would have had 'apply_network' called with the openstack provided
    ENI file. But after this change they will have apply_network_config
    called by cloudinit's main.

c.) add network_state_to_eni for converting net config to eni
    it supports the not-actually-correct 'hwaddress' field in ENI
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mcollective module with python3</title>
<updated>2016-07-14T15:30:14+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T15:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=f886cf61f546f3c5f91340ebb8fd11437c0bfd70'/>
<id>f886cf61f546f3c5f91340ebb8fd11437c0bfd70</id>
<content type='text'>
fixes mcollective when used with python3 and also adds a unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes mcollective when used with python3 and also adds a unit test.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tox flake8</title>
<updated>2016-07-14T15:28:46+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T15:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=a11fff3d087ba2fa1fcae80ece1eaf8d4b0fbe3d'/>
<id>a11fff3d087ba2fa1fcae80ece1eaf8d4b0fbe3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change StringIO to BytesIO in cc_mcollective.py</title>
<updated>2016-07-14T14:58:56+00:00</updated>
<author>
<name>Sergii Golovatiuk</name>
<email>sgolovatiuk@mirantis.com</email>
</author>
<published>2016-07-14T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=eec0498b058fcdc913ccf9286f803b148598b34f'/>
<id>eec0498b058fcdc913ccf9286f803b148598b34f</id>
<content type='text'>
* StringIO from six doesn't act as 'binary stream' in Python 3.
This patch changes StringIO to BytesIO to have code compatible with
Python 3 and Python 2.
* Add try/except for IOError in case when server.cfg doesn't exists. This is
necessary for unit tests or cases when server.cfg is not included to package
* Add UnitTest for cc_mcollective.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* StringIO from six doesn't act as 'binary stream' in Python 3.
This patch changes StringIO to BytesIO to have code compatible with
Python 3 and Python 2.
* Add try/except for IOError in case when server.cfg doesn't exists. This is
necessary for unit tests or cases when server.cfg is not included to package
* Add UnitTest for cc_mcollective.py
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk</title>
<updated>2016-07-14T02:45:19+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T02:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=85f4bef14bd51775d8faf470d951ce1eff92e7b4'/>
<id>85f4bef14bd51775d8faf470d951ce1eff92e7b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk</title>
<updated>2016-07-14T02:36:23+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T02:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=f19fc506868ca82866bc0f5bead8903c27459610'/>
<id>f19fc506868ca82866bc0f5bead8903c27459610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk.lp1602373</title>
<updated>2016-07-14T02:29:00+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2016-07-14T02:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cloud-init.git/commit/?id=6b124fef22e9a0c945a759037fef6148e1062386'/>
<id>6b124fef22e9a0c945a759037fef6148e1062386</id>
<content type='text'>
this merges in the render_hwaddress support.
newly added tests still run, so hwaddress seems correctly getting in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this merges in the render_hwaddress support.
newly added tests still run, so hwaddress seems correctly getting in.
</pre>
</div>
</content>
</entry>
</feed>
