- Oct 28, 2024
-
-
Roman Krček authored
Moving the CLI to python allows for easier maintenance and larger feature-set. This patch introduces a few breaking changes! The changes stem the nature of the cliff package. - the order of parameters must be kolla-ansible <action> <arguments> - mariadb_backup and mariadb_recovery now are mariadb-backup and mariadb-recovery Closes-bug: #1589020 Signed-off-by:
Roman Krček <roman.krcek@tietoevry.com> Change-Id: I9749b320d4f5eeec601a055b597dfa7d8fb97ce2
-
- Oct 18, 2022
-
-
Marcin Juszkiewicz authored
Some time ago we dropped RHEL as one of possible options. During 'Zed' cycle we added Rocky Linux 9 as alternative to CentOS Stream 9. This change updates some mentions of both. Change-Id: I9ed93efcb7d1ff97b1c7d8342db8252aba2a9887
-
- Apr 20, 2022
-
-
Marcin Juszkiewicz authored
We have only one value for install_type now and it gets removed from image names. Change-Id: I8bf95fd7aa9dd26b80d618ca0fcb097003b4cb0a
-
- Jan 27, 2021
-
-
Piotr Parczewski authored
There are inconsitencies across the documentation and the source code files when it comes to project's name (Kolla Ansible vs. Kolla-Ansible). This commit aims at unifying it so that the naming becomes consistent everywhere. Change-Id: I903b2e08f5458b1a1abc4af3abefe20b66c23a54
-
- Aug 28, 2020
-
-
Michal Nasiadka authored
Change-Id: I1318a5ea7f746012cc3055d4c03fd0508df921ff
-
- Sep 18, 2019
-
-
Mark Goddard authored
We have agreed to remove support for Oracle Linux. http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006896.html Change-Id: If11b4ff37af936a0cfd34443e8babb952307882b
-
- Jun 17, 2019
-
-
chenxing authored
This ensures we have version-specific references to other projects [1]. Note that this doesn't mean the URLs are actually valid - we need to do more work (linkcheck?) here, but it's an improvement nonetheless. [1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper Change-Id: I118e4d211617c5df66ff04dc04e308a1d2fc67ad
-
- Nov 23, 2018
-
-
Eduardo Gonzalez authored
Change index to ease identify what service want to look. Split docs into more specific folder such as networking and storage. Change-Id: Ic7ac12b3dd555fa5c018eeb897ccd4a5a2dfe8f3
-
- Sep 28, 2018
-
-
chenxing authored
Following by https://review.openstack.org/#/c/605097/ These were used by now-dead tooling. We can remove them. Change-Id: I0953751044f038a3fdd1acd49b3d2b053ac4bec8
-
- Jun 26, 2018
-
-
Dmitry Tantsur authored
Both the driver and the enabled_drivers options are being removed this week. Stop setting them to avoid breakages. Change-Id: I0e0bf851424b8f5839b159ef83f1cc65c30e2fb3
-
- May 21, 2018
-
-
confi-surya authored
For compliance with the Project Testing Interface [1] as described in [2] [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html doc8 command is dropped from docs tox envs. So this affect nothing and run in PEP8. Related-Bug: #1765348 Depends-On: Icc7fe3a8f9716281de88825e9d5b2fd84de3d00a Change-Id: Idf9a16111479ccc64004eac9508da575822a3df5
-
- Jan 31, 2018
-
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: I10660e2df0e57be0800e26aa4d320074084c3acf Partially-Implements: blueprint optimize-the-documentation-format
-
- Jan 23, 2018
-
-
gaofei authored
Merge commit from[1][2] [1]https://review.openstack.org/#/c/536657/ [2]https://review.openstack.org/#/c/536657/ Change-Id: I79bd4ca2457222abcc6a58cd3b44be21a11b5a87
-
- Sep 08, 2017
-
-
Andreas Jaeger authored
Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link /kolla-ansible/latest/quickstart.html gives a 404 and is most wanted. The link now is /kolla-ansible/latest/user/quickstart.html - let's update in tree docs for this. Fix other broken links as well - with using intra-links instead of external links - this will make it easier to notice breakage when files are moved. Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
-
- Sep 06, 2017
-
-
chenxing authored
For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Co-Authored-By:
Eduardo Gonzalez <dabarren@gmail.com> Change-Id: I3a7c0ed204ee1e9060b5325f20622afe9a5e3040
-
- Jul 21, 2017
-
-
chenxing authored
Change-Id: I8c340cfe33789badb4f8df93f0c13f56fdea5dbf
-
- Apr 03, 2017
-
-
caoyuan authored
doc/running-tests.rst:64: D001 Line too long doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory". doc/nova-fake-driver.rst:: WARNING: document isn't included in any toctree Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
-
- Mar 22, 2017
-
-
Mark Goddard authored
This change fills out the Bifrost developer documentation and makes a few corrections. Change-Id: I14a6eca58c440677d5de638cbc677e9ec05738af Closes-Bug: #1661013 Co-Authored-By:
Sayantani Goswami <sayantani.goswami@intel.com>
-
- Mar 15, 2017
-
-
Mark Goddard authored
It is not currently possible to deploy Bifrost on a host other than the Ansible control host. A deployer may want to manage an Ansible control environment remotely from the Bifrost deployment host but is currently unable to. This change adds a new top level 'deployment' Ansible group and a 'bifrost' Ansible group containing the 'deployment' group. The Ansible play in ansible/bifrost.yml is now targeted at the hosts in the 'bifrost' group. For backwards compatibility, the all-in-one and multinode inventories add localhost to the deployment group. This allows a deployer to deploy Bifrost on a remote host by modifying the hosts in the deployment or bifrost groups. Change-Id: I76808feab5dd67dff63379ed9c7d08a105636acf Closes-bug: #1665373
-
- Feb 15, 2017
-
-
Jeffrey Zhang authored
Get follwing error when running tox -edocs doc/bifrost.rst:91: D001 Line too long doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/multinode.rst:14: D001 Line too long doc/quickstart.rst:474: D001 Line too long doc/vagrant-dev-env.rst:129: D001 Line too long Change-Id: I88090487a4710547224361d29aaf8371f8340c28
-
- Jan 28, 2017
-
-
Sayantani Goswami authored
Kolla-ansible related documents existed on both Kolla and Kolla-Ansible repositories. A lot of Kolla-ansible related documents were updated in the Kolla repository. Porting the changes made to these documents in Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can be removed (Refer to patch https://review.openstack.org/#/c/425749/) Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
-
- Nov 28, 2016
-
-
liyingjun authored
Repo in kolla-ansible documentation needs to be updated from https://git.openstack.org/openstack/kolla to https://git.openstack.org/openstack/kolla-ansible Change-Id: Ib2400ebc2d84b805b1f262892d511feec379fff3 Closes-bug: #1643387
-
- Nov 09, 2016
-
-
wanglmopenstack authored
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
-
- Nov 06, 2016
-
-
Cady_Chen authored
Change-Id: Ic11be1fd199e99cbe3c4a97bf6f3689aebd2369a
-
- Oct 17, 2016
-
-
Duong Ha-Quang authored
Fix tox -e docs error when compiling docs. Change-Id: I68857ff4a81c7814d4b14e1d2b8ee5c7310bce1e
-
- Sep 29, 2016
-
-
gengchc2 authored
TrivialFix Change-Id: I8d4d206c6d0b54066da1f4fd5295c317117868db
-
- Aug 31, 2016
-
-
Sean Mooney authored
- This change extends kolla-ansible with a deploy-server command to enroll and deploy physical servers with bifrost. Change-Id: Iaa9f34b00e676569f6e3df679b7454b1ec0b8e34 Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change extend the genpwd.py command to generate an ssh key pair bifrost. - This change bifrost config and bootstrap task to install the generated keys. - This change updates the bifrost guide to discribe how to provide your own key. Change-Id: I05243f58843d9195cace253dff5628fae89c78e8 Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change addes the ability to deploy and bootstrap bifrost. - This change introduces a deploy-bifrost command to kolla-ansible. Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change adds support for building and deploying a bifrost container for baremetal provisioning. - This change documents how to manually deploy and bootstrap the bifrost container. Implements: blueprint bifrost-support Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
-