fluent-logging chart was splitter into fluentbit and fluentd charts
in the following PS: https://review.opendev.org/642146
Change-Id: Ic72f9fb6293b99395a0acf48064b9c04e312d365
The UID:GID under which commands from within containers are run does not
necessarily match UID:GID set in container. This patch enforces run of
containers with process UID:GID matching current user's UID:GID.
Creation of directories is documented, so that user's wouldn't get
unambigious error.
Change-Id: I122afc29e0968391574b74f330e5a3a4beb8ed52
This change introduces an initial contributors' guide, with the
intention of providing a starting point for developers interested in
contributing to Airship.
Future changes should expand on this documentation, including the
addition of documentation that covers the spec design and approval
process, standards and conventions for Helm charts, and how versions are
controlled in Airship.
Change-Id: Ifd146549d0707f9db2aefaefbadc77e47a1546e3
Story: 2005122
This aligns the Seaworthy, Airskiff, and Airsloop titles
so that it's clear to a reader what the context is from
the doc index, and so they know what to click on next.
Change-Id: I9e822d7b90129f0f609bde0872c1b143e3de2bce
* Fix todo formatting not to break lines.
* Fix command snippets formatting to use blocks.
* Prefix run of `tools/airship` with `./`.
Change-Id: I80b1608e6e8b7224b6a71abfcc00a8127cc629ba
Always pull the latest read the docs theme to receive
new features and bug fixes.
For example currently used version does not support [0]
code-block syntax highlight, which is used in the
Treasuremap documentation.
[1] https://github.com/rtfd/readthedocs.org/issues/4050
Change-Id: I58a096708b2741fc4af5d7701d276ea0551eca64
The guide describes how to apply changes on already running
cluster. Describe the flow, from config change to deployment start.
Change-Id: I6be24794d570ca6b42db36f2a10b065b8e16f428
Add an initial implementation of Airship Troubleshooting
Guide that users can use when they encounter problems
with their Airship installation.
Change-Id: I9c5546cbc5f12db81cc3fcc6a3be95e8dd6f52fe
Update paths to shipyard and promenade direcories
after repository links were changed from github
to opendev [0].
[0] https://review.opendev.org/#/c/654602/
Change-Id: I1dd246891a5046abff75c7a98c0f16feedb1045e
Airship Seaworthy installation requires a set of valid DNS
names to be configured, ensure that the user register
these names prior to running the deployment.
Change-Id: I7846e5bdcaf55560f8a0d841fd3dc1db7c912490
`tools/deckhand_load_yaml.sh` script from shipyard uses `docker run`
to upload the documents to deckhand, `-v` parameter to mount
the volume requires an absolute path to the directory to work
correctly.
Change-Id: Ice1d0012b6bcae9652d54f10cf65985e37ca5d77
After certificates generated by promenade are copied into
site specific directory, YAMLs in *_collected directory
should be updated.
Change-Id: Iea5b1cb98471605025973d56dacda51f647e62f3
This commit replaces the kubeadm Kubernetes deployment script with the
new OpenStack-Helm infra minikube deployment script.
[0] https://review.openstack.org/618785
Change-Id: I36c7637a983308891914db7a1cac0907e2724712
Currently, Airskiff deployment scripts build images of the Airship
components locally so that local changes can be deployed with ease;
however, pulling images with the latest tag has the same effect because
locally built images take precedence over pulling images from the
internet. Therefore, a developer can still build the images locally and
deploy them using the Airskiff deployment scripts.
Depends-on: https://review.openstack.org/633007
Change-Id: I3dabc86a33651dd082581310fbacb994db144481
During the initial configuration it's required to
configure a set of valid certificates for ingress.
Make it more explicit so people don't miss this step.
Change-Id: Ie6477f934688467b7d5dfe1cc8191f6acff29a21
Make the docs up to date:
* Previous version of the documentation assumes that
partitioning schema is different for SSDs and HDDs,
this is not the case anymore.
* Ceph charts now have automatic partitioning for both
OSDs and journals.
Change-Id: I74bd625522469e2860ada995f4e6a81a566107fa
The script uses relative paths to source variable and
execute other scripts, so it's required to be within
the same directory when executing it.
Change-Id: I926eb029e4898a530f16276aa53b57f8aa9ba9cd