Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann a606c60efc Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/910044
Depends-On: https://review.opendev.org/c/openstack/neutron/+/910099

Change-Id: I338ed19678cf4a6248c46551bdf9cb23abc511bd
2024-02-24 20:22:39 +00:00
Sorin Sbarnea aa581590b3 Upgrade linters
Change-Id: Ie9a560a62a20b97b9a94968e627c834ea5529472
2021-02-10 15:04:16 +00:00
Sorin Sbarnea be9d4d6d2b Refactored tox.ini to ease usage for developer and CI
* Fixes ocassionally pre-commit linting was broken after a merge (-a)
  By always running on all files we avoid this rare case from happening.
  As seen on https://review.openstack.org/#/c/636160/55

* Fix minor bashare identation error that slipped in due to previous
  issue fix.

* Adds .eggs/ to ignore

* Moves whitelist_externals at top level to simplify tox.ini file

* Adds missing file patterns for tox py27/py35 job

* Avoids repetition of file patterns between py27/py37 jobs.

* removed pyflakes as this is included in flake8

* Running just "tox" now works even if developer has alternative python
  versions like py36/py37 instead of py35. No impact on CI where job
  is forcing use of specific interpreter.

* Remove bindep tox env and include bindep run as part of unittest
  environments. This will assure it runs on CI, as it previously din't.

Change-Id: Ia8f98fc0fda18203be3c17d4fdb93d33ca244dc4
2019-04-03 14:53:01 +01:00
John Trowbridge d0bb823d0c Add python script to dynamically compose releases
Currently, we do this in a combination of bash in this
repo and the release files themselves. However, as we begin
to support more different upgrade scenarios, this has proven
to be difficult to maintain.

Instead, we will use this python script to create a dictionary
of releases which describes which release will be used at each
point in the deploy: undercloud_install, undercloud_upgrade,
overcloud_deploy, and overcloud_upgrade.

This commit only provides an intial skeleton to work from.
Follow-up commits will provide:

  1. The ability to get a DLRN hash for each of the above breakpoints
  2. A CLI for the tool so it can be called from the TOCI scripts
  3. The ability to parse a featureset config for upgrade variables
  4. The ability to output the dictionary for consumption by TOCI scripts

Change-Id: Ibf61d7d12230f6714eb7dad91169aa043f5f8417
2018-05-16 11:47:27 +02:00
Dan Prince 3f8d9f19a4 Add planet blog aggregator feeds to website
Generate a new section of the website to aggregate Blog posts
about TripleO.

Change-Id: I719973e350aec432a3a2ad1413ea873b1edf95e5
2016-05-09 16:00:11 -04:00
Dan Prince e517389092 Add scripts to generate tripleo.org website
See the included README.md for instructions on how to create
the website.

Change-Id: Ibbb57b1268fbf7623b1bffed8403e49b1ca10cbc
2016-04-01 08:42:55 -04:00
Dan Prince 285357ba90 Update CI status report to generate HTML table.
This updates the CI status report so that we generate
a tripleo-jobs.html-table that can be used to include
the CI status results in an external website. The
existing tripleo-jobs.html is still generated like
it was before.

Change-Id: I97285e147e79efbce3c16bf56e5a1eaa1656c1e4
2015-09-28 10:21:04 -04:00
Robert Collins cab7e71fed Ignore editor backup files.
Change-Id: Ifb03bc757e1c2739c94585e80714850eb04f7771
2013-09-17 08:39:52 +12:00
Lucas Alvares Gomes 2a79c703a1 Tells git to ignore *.swp files. 2013-05-17 12:44:47 +01:00
Dan Prince 0b224f3695 Only display last 100 results.
This change also reverse sorts the results so the most recent ones
are at the top.
2013-05-15 11:23:43 -04:00