Commit Graph

14 Commits

Author SHA1 Message Date
Sergiy Markin a6dcf17d17 Removing egg-info folder
Change-Id: I532ccd9f281e975c050aeab6d9714efcb232ff5d
2023-04-26 22:17:11 +00:00
Sergiy Markin 386a686e69 [focal] Python modules sync with Airship project
- armada-airskiff-deploy is voting gate again
- fixed falcon.API deprecation - -> falcon.App
- fixed collections.abc.defaultdict not found error
- fixed tox4 requirements
- implemented requirements-frozen.txt approach to make allike as other
  Airship projects
- uplifted docker version in the image building and publishing gate

Change-Id: I337ec07cd6d082acabd9ad65dd9eefb728a43b12
2023-04-21 23:49:14 +00:00
Sean Eagan f3842f9fe1 Use helm 3 in chart build
`helm serve` is removed in helm 3 so this moves
to using local `file://` dependencies [0] instead.

[0]: https://helm.sh/docs/chart_best_practices/dependencies/#repository-urls

Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I2282e231591a89073e65d9db3f59e1baea707380
2021-10-05 02:41:21 +00:00
Drew Walters 7bf1423752 Add documentation to docs.airshipit.org
This change adds publishing to docs.airshipit.org and updates the theme
to match the other Airship projects on the site. This change also
updates orphaned links and removes the Read the Docs jobs.

The documentation can be found at docs.airshipit.org/armada when this
change merges.

Change-Id: I9641753f6084f911e3286c623d0c2de7b3f6040a
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-08-03 10:33:13 +00:00
Sean Eagan e6851126dd Add .stestr and cover to .gitignore
This adds the .stestr and cover directories to .gitignore, as they are
now being output to due to recent testing changes.

Change-Id: I5d5d0fc6c4022e6189b87213408817c227d817ee
2018-06-13 11:41:59 -05:00
Felipe Monteiro 46c0ec93e3 Add documentation on Armada documents
This patchset adds documentation on the 3 Armada documents
(Charts, Chart Groups and Manifests). A brief introduction
is given on each document type.

In a follow-up documentation on authoring patterns (how
to use the 3 types of Armada documents) will be added.

Change-Id: I41bd9c9107b083a2e231e4aae61f70798e86cd3c
2018-05-29 22:20:16 -04:00
Felipe Monteiro 085d9887e0 Rename docs to doc to align with OpenStack standard
This patchset updates docs to doc to align with OpenStack
standard. Follow-up patchset will be needed to publish
documentation to OpenStack [0].

TODO: Update Armada documentation job to align with [1].

[0] https://docs.openstack.org/doc-contrib-guide/project-guides.html
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I100541611ddfcd5c42f09da631346cb8ef3de5e7
2018-05-17 21:39:01 +00:00
Marshall Margenau e1b64d200b style(armada): quality of life and cleanup
- adding .editorconfig file
- minor cleanup in various files related to .editorconfig
- typos, whitespace, etc.
- other general housekeeping items on the codebase

Change-Id: I104f8dcb06aafb180da12f7ee4c0ded41fc07b9d
2018-02-12 10:27:11 -05:00
gardlt 7b26e59422 feat(cli): using-click-framework
- using click framework
- added api client
- allow interactions between code and service endpoints
- documention on the command line
- updated gitignore

Change-Id: Ibe359025f5b35606d876c29fa88e04048f276cc8
2017-11-02 20:59:57 +00:00
gardlt 767cac7d57 feat(chart): adding armada
- providing armada as a chart

Change-Id: Ic5b8e7f74579073fd483995b449d0bb8d9b5e10d
2017-10-31 15:25:27 +00:00
Felipe Monteiro d143c6b487 [docs] Armada documentation warning-is-error True.
This PS adds warning-is-error = 1 under [build_sphinx] in setup.cfg
so that warnings can be caught.

A number of warnings/errors while building the docs are have been
corrected by this PS as well.

Change-Id: I445369c802e559c629a685024575bd562ea05a1b
2017-10-06 15:12:28 -04:00
Omar Rivera 781f2cd3ea [feature] Adds setup for Armada configuration file
* Includes oslo.config library
* Configures initial settings object structure
* Uses command ``tox -egenconfig`` to generate armada.conf template
2017-06-22 10:59:39 -05:00
Alexis Rivera DeLa Torre e4f49e9f8a [feature] adding-pre-post-actions-to-yaml (#44)
* fix multiple release items
* remove old configs in kubernetes
* add skip flags
2017-04-17 14:24:30 -05:00
Alan Meadows eef4185a15 Initial commit 2017-02-07 16:14:49 -08:00