Commit Graph

22 Commits

Author SHA1 Message Date
Ghanshyam Mann c6e409f93d Moving IRC network reference to OFTC
Change-Id: I930fc8abe5c19d72af4679ade892074aa0049d6b
2021-07-08 18:40:49 -05:00
wu.chunyang 3b56a5e0f7 kolla-cli: deprecation - Removing project content
step 2b from:
https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content

Deprecation notice:
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014983.html

Change-Id: I744f5c17232928cec68c1b90b2f5d791faf7d9e7
Depends-On: https://review.opendev.org/748259
2020-09-03 09:58:43 +02:00
Christian Berendt 7ba715987a README: add deprecation note
Change-Id: I83d919e5aa8de2765a5405d0d2fafbe0a012b05e
2020-05-26 07:46:36 +00:00
zhulingjie dc38107ff2 Update sphinx for doc/requirements.txt
Change-Id: I583f4465dabef6da5f512f8f9749104a32ad6132
2020-01-14 21:36:14 +08:00
caoyuan 2fdd388944 Add Generating Documentation
1. Add Generating Documentation

Change-Id: I23127fe6c0fc31c7da64abaa763d55536ab87cec
2019-11-15 16:56:12 +08:00
jacky06 2eb7b085a1 Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs
2. Update some URLs to latest

Change-Id: I9e6dce8bc94fe104ff53eb87dbe2c56a34c16195
2019-07-04 20:31:46 +08:00
caoyuan 6e3bccf41a Update README.rst
1. add Getting Involved
2. add Contributors

Change-Id: Ia3960f9f1b912b8443af5674c013d3ea4fb32fdf
2018-06-27 03:53:48 +00:00
caoyuan d39b4582af Fix the "python ./cli-setup.py" command failed
the error message:
python: can't open file './cli-setup.py': [Errno 2] No such file or directory

Change-Id: Ia452ad901bb3d91d05ee663edc837979c0bc76c0
2018-06-26 12:33:39 +00:00
zhulingjie 50f3f5802a Remove the unnecessary ">"
1. Remove the unnecessary ">"
2. Add "``" for command

Change-Id: I9a2bbc51feaaa49b6ab8b2351d338024151b5837
2018-06-09 03:21:43 -04:00
Borne Mace ccb508799a Add setup script for kolla-cli / kolla-ansible
Created new cli-setup.py script that automates the previously
manual process to create the directories needed for the kolla-cli
and kolla-ansible.  It also improves on the process by leaving the
globals.yml file in place in /etc/kolla and just creating a link
to the group_vars/__GLOBALS__ so that both the kolla-ansible and
kolla-cli commands will work correctly, rather than having their
functioning being mutually exclusive.  Due to kolla-ansible still
expecting to be run as root for most actions the cli_setup.py
script should also be run via sudo.

Change-Id: I5b59317b2c22d10dd82623a548b64f387b6bc9d3
2018-06-06 10:35:45 -07:00
Steve Noyes a49cddd8fa Update readme
Update the readme to provide an overall description of
the project, and also a brief description of using the API.

Change-Id: I53204798569af29d63dda84fa9d344772b36a53f
2018-05-29 11:40:44 -04:00
Zuul 010b8929cf Updates to fix py27 / tox tests
Work needed to get the py27 tests to run in the CI.

Implements: blueprint initial-testing

Change-Id: I2375d092c43f6a00e575f303f8e62b969365b149
2018-05-15 11:24:40 -04:00
Borne Mace 78a1fcedf0 Updating the cli to work against kolla-ansible
Pass one at updating the kolla-cli to work against the official
kolla-ansible bits rather than the internal Oracle ones.  There
are some corresponding changes in the kolla-ansible vagrant
scripts related to bringing up the development environment.

Change-Id: Ia680bb65f904c4dbaf3f05d0334145980c860000
Implements: blueprint functional-single-node
2018-04-17 09:45:35 -07:00
Borne Mace c9fb92da7e added AnsiblePlaybook class and moved playbook calls out of common and host 2015-10-13 14:26:50 -07:00
Borne Mace 6b0b0b0dbb updated README.rst with right project name 2015-09-01 16:11:03 -07:00
Borne Mace 09f1b3f2e6 updated setup steps and version requirements 2015-08-26 15:03:47 -07:00
Borne Mace 9474aef3e4 added information to the README regarding where content from kolla
needs to go for the kollacli to work correctly.
2015-08-25 16:11:22 -07:00
Borne Mace 12732b9c89 renamed all kollaclient references to kollacli other than the git repo path 2015-08-06 15:13:54 -07:00
Borne Mace 78c85dcfc6 Cleaned up output from host check and host install. Set paramiko log level to WARNING. 2015-07-28 13:16:28 -07:00
Borne Mace 431f4e2d20 added into about i18n message abstraction to readme. made ssh key distribution mostly work (need to clean up output / debug). 2015-07-23 17:46:46 -07:00
Borne Mace 6e8a302748 Stubbed out the rest of the commands in the spec. This list may change between now and the final product. Added information to the README.rst to help with setup / build of the kollaclient command. 2015-07-16 16:50:53 -07:00
Borne Mace 86b7524678 Initial commit
Included basic cliff usage structure for the execition of
three host commands.  Includes Babel usage structure for
i18n message extraction.  Includes tox and pep8 usage
structure for code quality / testing.  Includes standard
requirements.txt and test-requirements.txt files.
2015-07-15 13:34:36 -07:00