Set a default for CONFIG_DIR in service_checks to more easily allow
consumers not using the kolla-ansible tool to run the prechecks.
Change-Id: I78bc5dd6f37e6a60ecc6a86d43e56b05803a4fd5
Closes-Bug: #1629893
Using the `when` conditional on a `with_` loop gets evaluated on each
loop iteration and will not skip a task entirely. Use the `skip`
attribute to ignore errors in this scenario but only `skip` when
`enable_cinder_backend_nfs` is not enabled. If it is enabled the
`nfs_shares` file should be required and this task should fail if it
does not exist.
Co-authored-by: Andrew Widdersheim <amwiddersheim@gmail.com>
Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
Closes-Bug: #1641183
Keystone uses fernet as default provider in its code now. This patch
adds provider=token in keystone.conf file explicitly.
TrivialFix
Change-Id: Id7142ff4f00ee99579ad420573eafefea0f4dcb7
manila-hnas-guide.rst, kuryr-guide.rst and production-architecture-guide.rst
some character error, update these error
Change-Id: I1ec8594af6cd6c29e40c7f0af331c6868a03877b
It was pointed out that the MountFlags=shared entry
was missing for Ubuntu in the multinode deployment guide.
The entry has been added back in.
Change-Id: I164932848eeaec3963fa205d4493a3b7f2343dfd
Closes-Bug: #1640618
source doc bifrost.rst have a character error :
If you encounter this issue you will have to acess the server
the character acess shoud be access
Change-Id: I3be61abe57cd7eda955ce63be3fd1cd7227f433b
Closes-Bug: #1640476
The parameter "required=True" is mistyped as "requried=True"
in ansible/library/kolla_docker.py and tests/test_kolla_docker.py
Closes bug: 1640423
Change-Id: I64c333275b9eb3eff5b1c0fa5d550f478e68020d
It can be quite useful (especially while debugging)
to see exactly what the final rendered Dockerfile
actually is; so when it is being rendered, log it
at DEBUG level (so that users running with DEBUG)
can see it.
Change-Id: I28b6f49a7d2f01d155f7885b6ab275c03c4e14af
Manilla was missed in the previous patch that deprecated Fedora
from the project.
Related-Bug: #1616387
Change-Id: Ib041817eaa3818cd0e86466b030b212782c074da
- logrotate does not have a maxsize option.
while logrotate supports a minsize option its
couterpart is size.
- This chage replaces the use of maxsize with size
in cron-logrotate-global.conf.j2
Change-Id: I381c52e8a866b74b5f2c3b38a2c87f74c48c05e1
Closes-Bug: #1640196