Commit Graph

9 Commits

Author SHA1 Message Date
Sergiy Markin 69a74590e7 Airflow stable 2.6.2
This PS updates python modules and code to match Airflow 2.6.2:

- bionic py36 gates  were removed
- python code corrected to match new modules versions
- selection of python modules versions was perfoemed based on
  airflow-2.6.2 constraints

Change-Id: I9c3e139b3437414a61af7e7c0b7d7e533fadefda
2023-08-29 21:12:11 +00:00
Sergiy Markin 97e3721a03 Sync requirements with shipyard
This PS adjusts list of dependences needed to get syncronized with Shipyard project:

- lock sphinx with 3.3.1 version for doc generation
- updated deckhand reference
- adjusted other python dependences

Change-Id: I5b0a60a2c0709a37d65cb8258bf8c79631c94f00
2023-04-27 19:47:55 +00:00
Sergiy Markin 32ad8a96b0 [focal] Python modules sync with Airship project
- uplifted/downgraded some python modules
- fixed falcon.API deprecation - -> falcon.App
- uplifted deckhand reference for python deps
- fixed formatting style  using yapf linter
- added bindep role and bindep.txt file with required deps
- fixed quai docker image publishing
- re-enabled openstack-tox-py38 gate job

Change-Id: I0e248182efad75630721a1291bc86a5edc79c22a
2023-04-21 06:09:14 +00:00
Sergiy Markin a2f614e733 [htk] Helm toolkit uplift
This PS uplifts helm toolkit chart version 0.2.52 that has improved
database backup functions.

https://review.opendev.org/c/openstack/openstack-helm-infra/+/875975

Change-Id: I4d1464d72f860be2787b5007497962a338e0f41f
2023-03-02 22:57:36 +00:00
Wahlstedt, Walter (ww229g) 8ce937a9f7 updates for focal
add focal dockerfile
update zuul jobs for focal
update tox for tox4 changes
update all requirements to latest and match deckhand
update cfssl from R1.2 to v1.6.3
fixed local gates for focal
updated examples promenade manifests to run on focal

Change-Id: I2af4043784766d36588c6f738053ad66e7b89a90
2023-02-27 12:11:07 -05:00
Chris Wedgwood 54ed72284f fix tox errors, fix zuul
Change-Id: I201a3bb629c768b8d5576baf900b3c0ce2d9e4c1
2022-02-24 18:54:22 +00:00
Rick Bartra 8513b46153 Update pip package versions in preparation of pip 20.3
When pip is upgraded to 20.3, the pip dependency resolver is much more
strict and will no longer install a combination of packages that is mutually
inconsistent[0].

These changes account for the fact that Shipyard imports Armada, Drydock,
Promenade, and Deckhand. Having said that, with pip 20.3, the pip
packages amongst those projects cannot conflict. A follow-up change may
be needed if more conflicts are found.

Change-Id: Ie6effbdae759158e19b0b0adb2bdac0396eab047
2020-09-28 16:34:04 -04:00
Luna Das d50735681a Add facility to configure log levels in promenade
Add 'INFO' as default log level.Create logging
section in /etc/promenade/promenade.conf. Set log_level
key in the logging section of promenade.conf to override
the default log level.The allowed log_level values are
as follows:
	1. 'DEBUG'
        2. 'INFO'
        3. 'WARNING'
        4. 'ERROR'
        5. 'CRITICAL'

Add log_level under logging section in promenade charts values.yaml.

Change-Id: I9bbd36e04bbac96779d3f198b0484176e0045a4e
2019-08-07 19:53:57 +05:30
Pradeep Kumar b3308e22a6 Moving documentation only requirements into doc/requirements.txt
Change-Id: I2bc7fd90a7ccc7a96edaf09ec7d4cdffe987c8c0
2019-02-11 12:11:02 +00:00