Commit Graph

19 Commits

Author SHA1 Message Date
Takashi Kajinami 4b510162e5 Vendor dib-run-parts
The dib-utils repository was retired as part of retirement of TripleO.
This imports the tiny dib-run-parts script because it's used by
os-refresh-config now.

This also removes direct execution of os_refresh_config.py, which is
required only for testing.

Change-Id: Ia516e604bafdc59dbcfa81796348191b03cbe0b7
2024-02-29 17:49:13 +09:00
Takashi Kajinami 6be34db4ee Remove comment about old pip's behavior
... because it is no longer applied to recent versions.

Change-Id: I047c1f5174064c113c5610472f3ef5391a2cac47
2023-11-28 00:22:03 +09:00
OpenStack Proposal Bot 1c38f87060 Updated from global requirements
Change-Id: Ide5479ec91ef301311d82bc7583ce917f0a45638
2017-09-27 17:18:26 +00:00
OpenStack Proposal Bot 03c34b5a13 Updated from global requirements
Change-Id: I622c76c48b7c58838142ba25679af53958fdbd00
2017-04-12 04:19:36 +00:00
OpenStack Proposal Bot f7626ec06a Updated from global requirements
Change-Id: If203f69db1e47d8be8a0c3e8a2aa7bd3049f2272
2017-03-06 01:16:55 +00:00
OpenStack Proposal Bot 85e9a93481 Updated from global requirements
Change-Id: Ia9a7c4317ee07dd581c7191cd8fb5b62b6e763f2
2017-01-26 12:57:25 +00:00
OpenStack Proposal Bot 962e02501b Updated from global requirements
Change-Id: I2c9430d4ec42e48fca83c200e930f06b4fa71777
2016-11-09 04:22:24 +00:00
OpenStack Proposal Bot 2631b724c4 Updated from global requirements
Change-Id: I45127de68818c31063dd7f9a0ade25bc3b27fcab
2016-09-28 16:59:16 +00:00
Steve Baker 1d828fa0dd Implement a --timeout for killing stalled scripts
This implements the feature required for bug #1595722 but the tripleo
bug is not closed until os-refresh-config is invoked with an
appropriate --timeout value.

Change-Id: Ibcbb2090aed126abec8dac49efa53ecbdb2b9b2c
DependsOn: If31f0d5d60e8585720c4c9c95cffa202f059f6f7
Partial-Bug: #1595722
2016-07-04 16:51:56 +12:00
Steve Baker d0cf563c2d Functional test which executes os-refresh-config
This provides functional test coverage for executing
os_refresh_config.py as a separate process.

dib-utils is added as a dependency since os-refresh-config depends on
dib-run-parts being available.

Change-Id: Ibc6232d8c1c64f660b9f86feb8b80e25ab5794d3
Related-Bug: #1595722
2016-07-01 12:55:49 +12:00
OpenStack Proposal Bot 18f6cff5bb Updated from global requirements
Change-Id: Ia5ce9f36b35e40967e0197f9e325da1ec896a202
2016-02-25 01:51:48 +00:00
Andreas Jaeger 08c8edb39d Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-01-20 19:18:39 +01:00
OpenStack Proposal Bot 9c666d2cae Updated from global requirements
Change-Id: I3b5682413581773271912325fa97b93e39e79356
2015-09-17 12:15:46 +00:00
OpenStack Proposal Bot 23eda7bce6 Updated from global requirements
Change-Id: I220a8486b3b8df6677093b74ceeeb2a183de0765
2015-05-07 23:36:25 +00:00
OpenStack Proposal Bot 71b04c8586 Updated from global requirements
Change-Id: I1e37b16a1a89e26b5fe3a66c245c7b7d50f72cb6
2014-09-11 00:30:21 +00:00
OpenStack Jenkins b42bc134bf Updated from global requirements
Change-Id: I3c784f3be3f46e34691d8d931abbb40839cb7447
2014-04-07 21:15:01 +00:00
OpenStack Jenkins 51248398a3 Updated from global requirements
Change-Id: Ic2918967c72adfeff8159ba7b1702c728a84ea34
2014-03-03 03:33:54 +00:00
James Slagle 9963e411cc Add argparse to requirements.txt
argparse is a requirement of os-refresh-config, so it should be listed here.
Likely this error is never encountered b/c argparse is part of python 2.7. But,
for older distros like RHEL that are still on python 2.6, it needs to know to
install it explicitly.

Change-Id: I63bd54bf42d99d2ef7f6534848afc396471cd802
2014-02-27 07:19:01 -05:00
Monty Taylor 4438058c81 Updated to OpenStack standards
Change-Id: Idf87a63c72bfb85de713ebb69564509f8c00393b
2013-08-13 13:45:14 -03:00