Commit Graph

72 Commits

Author SHA1 Message Date
Ghanshyam Mann c51a506f57 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I62d60bf7419decc35193ce1aa9a652a3c8bbf80d
2022-08-26 17:14:56 +09:00
Manpreet Kaur 615c76b900 Remove depreciated file babel.cfg
The file babel.cfg is not used anymore.

This patch removes the depreciated file and the translation
sections in setup.cfg (extract_messages, compile_catalog and
update_catalog) as these not needed anymore,
Babel can generate translation files without them.

Change-Id: I86a0ce342ae695c9529d3cf5bd4ac3779f9a9205
2021-02-12 06:50:56 +05:30
Yasufumi Ogawa 4809045ed5 Remove six support
This update is to remove six support for dropping python2 from
heat-translator. Only the example of dockerfile is remained in which
it's expected libs are installed under `/usr/local/lib/python2.7`, so
it should also be considered to be updated later.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: Iafbd1588674c95d6b6ec6b5429f2d34fb23081d0
2020-12-11 17:07:14 +00:00
Ghanshyam Mann 828ede5d67 [goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886298
Bump the lower constraints for required deps which added python3.8 support
in their later version.

Story: #2007865
Task: #40186

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal>

Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
2020-08-17 14:19:50 +00:00
Andreas Jaeger 2ceec3b348 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Increase requests lower requirement since oslo.config needs 2.18.0.
Fix idna lower-constraint to satisfy requests.

Change-Id: I753e09613b50e099060e2c85eb80d06d8b257858
2020-02-04 21:02:09 +01:00
Hiroyuki JO 4833eb5e92 ETSI-NFV SOL 001 translation: VNF, Compute
Currently heat-translator supports translation of TOSCA Simple Profile
for YAML[1] and TOSCA Simple Profile for NFV[2] only.
This commit enables to translation of the follwoing type defined in
ETSI NFV-SOL 001[3].
- tosca.nodes.nfv.VNF
- tosca.nodes.nfv.Vdu.Compute

[1] http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html
[2] http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/TOSCA-Simple-Profile-YAML-v1.0.html
[3] https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/001/02.06.01_60/gs_NFV-SOL001v020601p.pdf

Story: 2006372
Task: 36161

Change-Id: I69263dce88bab5413a2d6f74f8d0c920dd454bf3
2020-01-22 03:35:40 +00:00
nirajsingh 30f4d2ff83 Support reservation policy in heat-translator
Implementation of reservation policy in heat-translator

Tacker Blueprint: https://blueprints.launchpad.net/tacker/+spec/reservation-vnfm
Tacker Spec: https://review.openstack.org/#/c/561840/
Depends-On: Ic5d790df938b40d75bc50252e1e688e9c09eb568
Change-Id: I2b989a49ac3447995a82ddb7193bf478bb847b73
2019-01-09 06:28:27 +00:00
Alvaro Lopez Garcia ef32ac6991 Use oslo.log for osc plugin
If we do not use oslo.log for logging in the openstackclient plugin, all
the errors and messages that are generated by other parts of the client
(cliff, openstackclient) may be lost.

Change-Id: Ie9aec900e477f3f319ee34873018c15e10dafb4a
2018-10-26 11:43:16 +02:00
hoangphuocbk 9e3a6157f0 Move usage from deprecated Ceilometer API to Gnocchi API
This removes usage of deprecated Ceilometer API

1. Changing trigger type from "OS::Ceilometer::Alarm"
to "OS::Aodh::GnocchiAggregationByResourcesAlarm"
2. Add "resource_type" fixed with value "instance"
3. Change some paramters (meter_name-> metric,
statistic ->aggregation_method, period-> granularity)
4. Change value from "average" to "mean" in method to
compare to the threshold

Change-Id: I66f8e4c76a918494df26b4af277453e24421b917
2018-05-16 01:26:51 +09:00
OpenStack Proposal Bot 7bdc2c4c59 Updated from global requirements
Change-Id: I5339142b8ca631036f77b3e8e1d69b68ca5764f2
2018-03-04 10:03:46 +00:00
OpenStack Proposal Bot d2ba9e0cf3 Updated from global requirements
Change-Id: Id79d492f33b1d263321c9818a1b120529007bd2a
2018-02-17 09:29:55 +00:00
OpenStack Proposal Bot 2884bfae64 Updated from global requirements
Change-Id: I61a48b03ac8924b6bf343233ff9bb5768a3de8e4
2017-12-05 03:03:34 +00:00
OpenStack Proposal Bot e263a71ca2 Updated from global requirements
Change-Id: I6f07ed18b218ede01fc8ee8dd619b73fff532250
2017-11-16 11:04:10 +00:00
OpenStack Proposal Bot 9708976cd7 Updated from global requirements
Change-Id: Ibc66bc1f714a3a1ea036130ade02bc164a119768
2017-10-04 13:34:54 +00:00
OpenStack Proposal Bot 998c8481f7 Updated from global requirements
Change-Id: I02a68b2acb2647b127b90fc5804a667d152a0bf7
2017-09-11 21:18:35 +00:00
OpenStack Proposal Bot 6909376948 Updated from global requirements
Change-Id: I792d81fc59deee546996313a835f36923af945fd
2017-09-01 12:36:02 +00:00
OpenStack Proposal Bot 73a8b17756 Updated from global requirements
Change-Id: Iec7baa3850250bf784496b98bd159d0394e90103
2017-08-24 11:37:57 +00:00
OpenStack Proposal Bot 0640edfa3b Updated from global requirements
Change-Id: Iba5db76547eeb9ca1db1d1844417f7efc77bec8a
2017-08-18 04:40:35 +00:00
OpenStack Proposal Bot 09a5399e40 Updated from global requirements
Change-Id: I5cc8c045d114a99bd68e57293141073ab29ac60d
2017-08-07 00:43:30 +00:00
OpenStack Proposal Bot b0ce130477 Updated from global requirements
Change-Id: I184a1dd935310226c2c201b3eddf1dffe256a5b9
2017-07-27 20:21:25 +00:00
OpenStack Proposal Bot f6fc481da4 Updated from global requirements
Change-Id: Ideea8d85591ff7f473340d35892e280105b3e898
2017-07-21 00:11:12 +00:00
OpenStack Proposal Bot 4973b0ccc5 Updated from global requirements
Change-Id: I8b4e23dfb091a0365bea67968fcc03f6bffe81e4
2017-06-10 21:37:11 +00:00
OpenStack Proposal Bot ce68e44876 Updated from global requirements
Change-Id: If5888639e4fd0fa5a61a443aed4c7645b2576e7d
2017-06-08 16:17:30 +00:00
OpenStack Proposal Bot fe88383f8f Updated from global requirements
Change-Id: Ib8856df49051a76e19a5b55711ac4e2c708cb0d1
2017-06-03 12:46:36 +00:00
OpenStack Proposal Bot 1b5b07a6fc Updated from global requirements
Change-Id: I24ff72ebb26c80adb9ef47e1ef31c5051202678f
2017-05-03 12:13:04 +00:00
OpenStack Proposal Bot eddcaad077 Updated from global requirements
Change-Id: I6272b12fbb8c7c0dba1b1159341b9925bb1f8aaa
2017-05-01 13:18:44 +00:00
OpenStack Proposal Bot a15c8e8b1a Updated from global requirements
Change-Id: Id87de6cac87657619bd2e73433c9c66879b23001
2017-04-26 18:10:22 +00:00
OpenStack Proposal Bot 219265cdf8 Updated from global requirements
Change-Id: Ie55266c4d9721f399d2193af09cb1086c0fe4572
2017-04-12 04:11:43 +00:00
OpenStack Proposal Bot cd664a5c4c Updated from global requirements
Change-Id: I3c685b9877e406508dd45e3f09af321d73dcff6d
2017-04-07 06:04:27 +00:00
OpenStack Proposal Bot 64d760a7d5 Updated from global requirements
Change-Id: Idde3b2561cce06f374bb45529714552944000b1b
2017-03-02 11:44:38 +00:00
OpenStack Proposal Bot 34e92f82a7 Updated from global requirements
Change-Id: I0e84db9f634e71ce23113a39fb0f3428c216b98e
2017-02-13 15:11:38 +00:00
OpenStack Proposal Bot 81cc41ab95 Updated from global requirements
Change-Id: I1bf1696a5d7b645d1e7b35af50775d0a3c665454
2017-02-11 17:42:08 +00:00
OpenStack Proposal Bot c07ea2b120 Updated from global requirements
Change-Id: I024bf55dd80a4c8d3a7b6dffca763fc1654a35f7
2017-01-24 19:51:11 +00:00
OpenStack Proposal Bot 950f5d5a4e Updated from global requirements
Change-Id: Ifdb1ab67e2fd0037790c576a38d9328ac2efd32e
2017-01-24 12:08:44 +00:00
OpenStack Proposal Bot 4376df0bcd Updated from global requirements
Change-Id: I5b5c6151ebbfeac3ec0338bb75159d75e819494d
2017-01-16 17:18:48 +00:00
OpenStack Proposal Bot e3dd892d54 Updated from global requirements
Change-Id: I607fd7321a8ad831653de322bb5de0384ef436bc
2017-01-14 05:09:02 +00:00
OpenStack Proposal Bot 98f363630a Updated from global requirements
Change-Id: Ibc4385058788670d2a179c36467b6eb34158038d
2016-12-15 03:47:23 +00:00
OpenStack Proposal Bot 947752a644 Updated from global requirements
Change-Id: Ie05567525dd34aad2c7e2ab07a80464ae9655d1d
2016-12-02 05:05:02 +00:00
OpenStack Proposal Bot e4dd9dd0b6 Updated from global requirements
Change-Id: I9d3b621af2813e4b27ec263d1e09307359506381
2016-11-24 18:42:19 +00:00
OpenStack Proposal Bot 6a9b978349 Updated from global requirements
Change-Id: I524acc672703aacb4c9fd59dbe6b07f26a52f9e6
2016-11-16 22:08:16 +00:00
OpenStack Proposal Bot 85b5c69359 Updated from global requirements
Change-Id: I3ca2b08620f23c3a4c6eb988d4f8d5fc65d8fe48
2016-11-09 04:15:40 +00:00
OpenStack Proposal Bot d9b56be2c7 Updated from global requirements
Change-Id: I655820fc22e043ca65386f54a630be19c78d52f5
2016-10-15 00:04:42 +00:00
OpenStack Proposal Bot 3936fba557 Updated from global requirements
Change-Id: I3e66c58b116f1dab583db6a3a52e911483de9326
2016-10-02 20:28:09 +00:00
OpenStack Proposal Bot c58443145f Updated from global requirements
Change-Id: I4035efa7b03b9029b861e1bd8d97b101a5d20d21
2016-09-25 09:56:01 +00:00
OpenStack Proposal Bot 4d66ce7778 Updated from global requirements
Change-Id: If6fa25d57787b88d152eb14058af4a6b9971ef9b
2016-09-21 21:03:08 +00:00
OpenStack Proposal Bot 537fd33902 Updated from global requirements
Change-Id: I82e287aa77d6e54109cc8224046221e808e389c8
2016-08-29 06:10:50 +00:00
OpenStack Proposal Bot f22a74840e Updated from global requirements
Change-Id: Ic758a2a6aa4b41c406194b73dd4b4189fec1d318
2016-08-25 04:58:33 +00:00
OpenStack Proposal Bot 3541d5adee Updated from global requirements
Change-Id: I91ddbfadf1a05814295b370978e3dcac8cdcbbea
2016-08-20 23:59:46 +00:00
OpenStack Proposal Bot 7a2fa32b83 Updated from global requirements
Change-Id: Ia0ff4b868f1199a677d1d5d6d924df86836884b5
2016-08-01 18:41:01 +00:00
Alvaro Lopez Garcia d3b28bcca7 add missing python requests dependency
The Requests module was missing as a dependency.

Change-Id: I4dc1e38696e55dcfc569a405f6ce2ef51c948ae1
2016-07-27 13:11:08 +00:00