<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git, branch stable/ocata</title>
<subtitle>opendev.org: openstack/python-ironicclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/'/>
<entry>
<title>OpenDev Migration Patch</title>
<updated>2019-04-19T19:29:52+00:00</updated>
<author>
<name>OpenDev Sysadmins</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2019-04-19T19:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=9fdde621b440e0db2a5481273f8eac77b9ce14dc'/>
<id>9fdde621b440e0db2a5481273f8eac77b9ce14dc</id>
<content type='text'>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace openstack.org git:// URLs with https://</title>
<updated>2019-03-24T20:35:50+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2019-03-24T20:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=89964832dfe26e55f4920a23df86753e3a16e9b9'/>
<id>89964832dfe26e55f4920a23df86753e3a16e9b9</id>
<content type='text'>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4ce29ba14741c6b6075a734d550f991b9194bf93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4ce29ba14741c6b6075a734d550f991b9194bf93
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "import zuul job settings from project-config" into stable/ocata</title>
<updated>2018-08-27T17:22:01+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-08-27T17:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=28b845e0798a03375ab09000c8a68a9836e6cb1f'/>
<id>28b845e0798a03375ab09000c8a68a9836e6cb1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid tox_install.sh for constraints support</title>
<updated>2018-08-23T13:29:35+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T08:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=f0536e085757c951396dae06ac652bcb8b2d726f'/>
<id>f0536e085757c951396dae06ac652bcb8b2d726f</id>
<content type='text'>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Conflicts:
	tox.ini

Change-Id: I53af44978840c5b222e421dae6963705c373765d
(cherry picked from commit 7f5a57752442e893a9dbcfeefbbe48acacb59e0e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Conflicts:
	tox.ini

Change-Id: I53af44978840c5b222e421dae6963705c373765d
(cherry picked from commit 7f5a57752442e893a9dbcfeefbbe48acacb59e0e)
</pre>
</div>
</content>
</entry>
<entry>
<title>import zuul job settings from project-config</title>
<updated>2018-08-16T13:46:07+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2018-08-16T13:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=f96e662362816f3d40e404004ecd833668691222'/>
<id>f96e662362816f3d40e404004ecd833668691222</id>
<content type='text'>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ic05d9606c6e7dfda246073dda8dc653c8cbe1854
Story: #2002586
Task: #24302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ic05d9606c6e7dfda246073dda8dc653c8cbe1854
Story: #2002586
Task: #24302
</pre>
</div>
</content>
</entry>
<entry>
<title>Zuul: Remove project name</title>
<updated>2018-02-09T19:12:58+00:00</updated>
<author>
<name>James E. Blair</name>
<email>jeblair@redhat.com</email>
</author>
<published>2018-01-25T01:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=3f6cddfae8e4c6f9e6bbdd2f1ec6fd64a9e7d077'/>
<id>3f6cddfae8e4c6f9e6bbdd2f1ec6fd64a9e7d077</id>
<content type='text'>
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I88fb5125c95f47c51cab88da09db083a013beeed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I88fb5125c95f47c51cab88da09db083a013beeed
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the tempest plugin from openstack/ironic-tempest-plugin</title>
<updated>2017-12-15T12:37:36+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john.l.villalovos@intel.com</email>
</author>
<published>2017-12-14T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=ac6cbc012784307a298f7603bbbeb4940c4d2aa2'/>
<id>ac6cbc012784307a298f7603bbbeb4940c4d2aa2</id>
<content type='text'>
Use the tempest plugin from openstack/ironic-tempest-plugin as we
have moved the tempest code there. Soon the tempest code will be
deleted from openstack/ironic.

Change-Id: Ia6de0236a2531f7e26cc21a124501296ca23d007
(cherry picked from commit 58a0915416e52fe16a1987a6f7aa6d432479af8b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the tempest plugin from openstack/ironic-tempest-plugin as we
have moved the tempest code there. Soon the tempest code will be
deleted from openstack/ironic.

Change-Id: Ia6de0236a2531f7e26cc21a124501296ca23d007
(cherry picked from commit 58a0915416e52fe16a1987a6f7aa6d432479af8b)
</pre>
</div>
</content>
</entry>
<entry>
<title>zuul: centralize 'irrelevant-files' list</title>
<updated>2017-11-22T18:42:42+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>ruby.loo@intel.com</email>
</author>
<published>2017-11-14T18:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=bb60d38560131508dd8e4b3d58c570fbae66ca2f'/>
<id>bb60d38560131508dd8e4b3d58c570fbae66ca2f</id>
<content type='text'>
This cleans up the zuul job definitions.

It moves the 'irrelevant-files' lists from project.yaml to
legacy-ironicclient-jobs.yaml

For irrelevant files for ironicclient-tempest-dsvm-src, it:
- adds more irrelevant files
- removes requirements.txt from the list of irrelevant files since
  we want the tests run if this file changes
- changes it to inherit from legacy-dsvm-base instead of
  legacy-ironic-dsvm-base, to remove one level of inheritance,
  which makes it simpler to see the definition

The jobs in projects.yaml are sorted in in alphabetical order.

Change-Id: I5a927592754b64a1ef64e52658b774a26947c516
(cherry picked from commit 3eb61e6ffd2353ebf70740c2d27fd2b82ef8806c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This cleans up the zuul job definitions.

It moves the 'irrelevant-files' lists from project.yaml to
legacy-ironicclient-jobs.yaml

For irrelevant files for ironicclient-tempest-dsvm-src, it:
- adds more irrelevant files
- removes requirements.txt from the list of irrelevant files since
  we want the tests run if this file changes
- changes it to inherit from legacy-dsvm-base instead of
  legacy-ironic-dsvm-base, to remove one level of inheritance,
  which makes it simpler to see the definition

The jobs in projects.yaml are sorted in in alphabetical order.

Change-Id: I5a927592754b64a1ef64e52658b774a26947c516
(cherry picked from commit 3eb61e6ffd2353ebf70740c2d27fd2b82ef8806c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move legacy ironicclient jobs in-tree</title>
<updated>2017-11-07T18:18:04+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>ruby.loo@intel.com</email>
</author>
<published>2017-10-31T19:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=6d86ba1f41dcaf2c76c0435cb31ed1c4525da237'/>
<id>6d86ba1f41dcaf2c76c0435cb31ed1c4525da237</id>
<content type='text'>
This moves the legacy python-ironicclient CI jobs into the
python-ironicclient tree, instead of storing them in
openstack-infra/openstack-zuul-jobs.

This also changes the ironicclient-tempest-dsvm-src job to
inherit from legacy-ironic-dsvm-base instead of legacy-dsvm-base,
since the required projects are the same.

This will give us control as we migrate the legacy jobs to the
new ansible roles.

Change-Id: If0c072e357fbeccc3dee8cc06b96e1bfa42299a7
(cherry picked from commit 9232ebd6d9dda0f6ddec71fe3353abf9a08f31d0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves the legacy python-ironicclient CI jobs into the
python-ironicclient tree, instead of storing them in
openstack-infra/openstack-zuul-jobs.

This also changes the ironicclient-tempest-dsvm-src job to
inherit from legacy-ironic-dsvm-base instead of legacy-dsvm-base,
since the required projects are the same.

This will give us control as we migrate the legacy jobs to the
new ansible roles.

Change-Id: If0c072e357fbeccc3dee8cc06b96e1bfa42299a7
(cherry picked from commit 9232ebd6d9dda0f6ddec71fe3353abf9a08f31d0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generic user for both zuul v2 and v3</title>
<updated>2017-11-07T18:17:32+00:00</updated>
<author>
<name>Nam Nguyen Hoai</name>
<email>namnh@vn.fujitsu.com</email>
</author>
<published>2017-10-18T06:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=39adbe573ae8c1ff17184da8fc2dca616ee8622c'/>
<id>39adbe573ae8c1ff17184da8fc2dca616ee8622c</id>
<content type='text'>
Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'.
Using $USER solves it for both cases.

Change-Id: I7db56d052012b107e1e63ab81e5d3bf6090f7d2f
(cherry picked from commit 2ce404b45313b308447fff4b7172e10cd6d6dfc4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'.
Using $USER solves it for both cases.

Change-Id: I7db56d052012b107e1e63ab81e5d3bf6090f7d2f
(cherry picked from commit 2ce404b45313b308447fff4b7172e10cd6d6dfc4)
</pre>
</div>
</content>
</entry>
</feed>
