8055 Commits

Author SHA1 Message Date
3ea511566a Merge pull request #6373 from lsm5/Makefile-custom-REMOTETAGS
Makefile: customizable $REMOTETAGS
2020-05-25 04:24:44 -04:00
f75ad6d5c2 podman-registry helper script: handle errors
My initial revision of the podman-registry helper script
was written in haste, with an enormous tradeoff: no
visibility into any errors. We are now paying for this
in #6366: the script is failing on Ubuntu and we
have no way of knowing why.

This PR adds a must_pass() function used for critical
steps. This runs the action silently; if the command
fails, it displays the failing command name with
full output logs, cleans up the temporary workdir,
and exits with error status.

As a reminder, the reason this is necessary is that
our script convention is to output a series of
environment variables to stdout -- we must therefore
take pains not to emit anything else to stdout.
And, unfortunately, podman and openssl tend to be
rather verbose.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-24 08:10:54 -06:00
b4cd54a2fa Merge pull request #6309 from cortopy/nonroot_vol_docs
add section on rootless volumes in the docs
2020-05-24 06:37:30 -04:00
7bfaf17059 Merge pull request #6369 from rhatdan/build1
[CI:DOCS] Prepare image to turn on podman-commands test
2020-05-24 06:34:39 -04:00
7d64258b94 Makefile: customizable $REMOTETAGS
This change will allow the builder to specify custom REMOTETAGS.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2020-05-24 06:20:17 -04:00
bf32a5c67d add section on rootless volumes
Signed-off-by: Juan Jimenez-Anca <cortopy@users.noreply.github.com>
2020-05-23 15:58:05 +01:00
ab0681380f [CI:DOCS] Prepare image to turn on podman-commands test
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-23 10:17:31 -04:00
56a95b0e7d Merge pull request #6355 from jwhonce/wip/MethodNotAllowedHandler
Add MethodNotAllowedHandler() to add in debugging
2020-05-23 07:02:28 -04:00
935a716418 Vendor in latest containers/buildah
This will take a significant size away from the podman-remote executables.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-23 06:48:57 -04:00
2111217075 Turn on Fedora testing
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-23 06:32:02 -04:00
e323d3e92d Merge pull request #6360 from baude/addcruntogating
[CI:DOCS]add crun to gating image
2020-05-23 05:53:19 -04:00
c166b21602 Merge pull request #6357 from rhatdan/build6
Follow up PR to fix issues found in #6341
2020-05-22 20:04:16 -04:00
9302ac3543 Merge pull request #6362 from TomSweeneyRedHat/dev/tsweney/fixresdoc
[CI:DOCS] Fix readthedocs link
2020-05-22 20:01:21 -04:00
91511272d0 [CI:DOCS] Fix readthedocs link
Touch up the link to the docs on readthedocs.  Using the fully
specified link like this will cause a CORS issue in many browsers.

Plus we're working on a Spanish variant of the site, so we probably
should point to the English variant.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2020-05-22 18:18:37 -04:00
4d826f0d0c [CI:DOCS]add crun to gating image
the gating tests for commands needs crun to exercise itself

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-05-22 14:46:06 -05:00
e1193c8703 Merge pull request #6354 from mheon/bump-2.0.0-rc2
Bump to v2.0.0-RC2
2020-05-22 21:24:31 +02:00
c3af2faab2 network compatibility endpoints for API
add endpoints for networking compatibility with the API.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-05-22 13:48:52 -05:00
6f5bc712de Add MethodNotAllowedHandler() to add in debugging
Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-05-22 11:48:13 -07:00
a6ee8bf2af Merge pull request #6352 from baude/addconmontogate
[CI:DOCS]Add conmon to gating image
2020-05-22 20:30:22 +02:00
b9425467ed Follow up PR to fix issues found in #6341
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 14:26:48 -04:00
49a3d4ecdd Bump to v2.0.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-05-22 14:26:42 -04:00
a91020a356 Bump to v2.0.0-rc2
Signed-off-by: Matthew Heon <mheon@redhat.com>
v2.0.0-rc2
2020-05-22 14:26:40 -04:00
4bc819328b Merge pull request #6341 from rhatdan/build6
Attempt to turn on additional build tests
2020-05-22 20:14:19 +02:00
b21f342b5b [CI:DOCS]Add conmon to gating image
the gating image now needs conmon to perform the commands check

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-05-22 12:38:04 -05:00
cd001a3a9e Bump github.com/rootless-containers/rootlesskit from 0.9.4 to 0.9.5
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](rootless-containers/rootlesskit@v0.9.4...v0.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 13:09:53 -04:00
e41089244b Attempt to turn on build_without_cgo tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 12:56:19 -04:00
35567e706b Attempt to turn on additional build tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 12:55:23 -04:00
c8d64264c9 Merge pull request #6347 from rhatdan/build
Enable rootless tests for podman remote
2020-05-22 18:42:32 +02:00
e704f1362a Added new flags to 'podman generate systemd' to change the unit name prefix
--container-prefix <string> - default 'container'
Systemd unit name prefix for containers

--pod-prefix <string> - default 'pod'
Systemd unit name prefix for pods

--separator <string> - default '-'
Systemd unit name seperator between name/id and prefix

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2020-05-22 18:38:39 +02:00
d58497bbc2 Merge pull request #6332 from jwhonce/jira/884
V2 enable remote logs and testing
2020-05-22 18:36:09 +02:00
d68c888765 Enable rootless tests for podman remote
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 11:12:25 -04:00
f51e0d0597 V2 enable remote logs and testing
* wire up bindings and handler for obtaining logs remotely
* enable debug logging from podman in e2e test using DEBUG and
  DEBUG_SERVICE env variables
* Fix error in streaming log frames
* enable remote logs test

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-05-22 07:51:29 -07:00
6aa802d801 Merge pull request #6343 from rhatdan/build8
Attempt to turn on integration tests
2020-05-22 16:28:08 +02:00
cf5d33807f Merge pull request #6345 from QiWang19/mani-push-test
remote manifest test
2020-05-22 15:47:33 +02:00
8fe0e294b5 Merge pull request #6306 from fatherlinux/master
[CI:DOCS] Docs revamp.
2020-05-22 15:41:37 +02:00
9883bf7e68 Attempt to turn on integration tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 09:41:28 -04:00
cd4bb48bcf Merge pull request #6344 from sujil02/systemresettest
Removes remote system reset functionality. skip e2e test for remote.
2020-05-22 15:38:32 +02:00
d6cee18273 Merge pull request #6339 from rhatdan/build4
Attempt to turn on special_testing_endpoint tests
2020-05-22 15:32:19 +02:00
e3256f6fe3 Merge pull request #6337 from rhatdan/build2
Attempt to turn on varlink tests
2020-05-22 15:29:37 +02:00
05c0ae6c27 Merge pull request #6336 from rhatdan/build1
Attempt to turn on rpmbuild tests
2020-05-22 14:58:25 +02:00
a61f9fd547 Removes remote system reset functionality. skip e2e test for remote.
As system reset too dangerous for remote use, deleting the functionality
and the test case.

Signed-off-by: Sujil02 <sushah@redhat.com>
2020-05-22 07:49:55 -04:00
05a061282c Merge pull request #6333 from containers/dependabot/go_modules/github.com/containers/common-0.11.4
Bump github.com/containers/common from 0.11.2 to 0.11.4
2020-05-22 13:13:21 +02:00
3f2ab6bc2e Merge pull request #6331 from sujil02/iidfile-battest
Enables iidfile test as issue fixed now
2020-05-22 12:09:18 +02:00
398d46230b Merge pull request #6328 from sujil02/rmi-test
Enable rmi test
2020-05-22 12:03:50 +02:00
c14d71e492 Attempt to turn on special_testing_endpoing tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 06:03:42 -04:00
1edd729a04 Attempt to turn on varlink tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 06:01:01 -04:00
72f87e6808 Merge pull request #6327 from baude/v2build
v2 podman-remote build
2020-05-22 12:00:58 +02:00
c089c58ae1 Attempt to turn on rpmbuild tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 05:59:54 -04:00
7b2627e7df Merge pull request #6179 from mheon/add_hairpin
Add HairpinMode to our CNI configs
2020-05-22 11:58:12 +02:00
f4833346e8 Bump github.com/containers/common from 0.11.2 to 0.11.4
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.11.2...v0.11.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-22 05:52:27 -04:00