Commit Graph

15 Commits

Author SHA1 Message Date
Takashi Kajinami eaf1c4fd3a Ignore generated config/policy file
These files should be generated by tools and should not be added to
the repository.

Change-Id: I5f262d9c0761d1c7a18675b6da36bd388e446c97
2024-03-13 10:32:57 +00:00
Pavlo Shchelokovskyy ca14146e03 Migrate to stestr as unit tests runner
Recent update brought os-testr 1.0.0 that already uses stestr test
runner instead of testrepository.

This patch migrates those places using testrepository to using stestr.

Change-Id: I793617e042b38aea4cb177b51b6a7ba4a9268f3c
2017-09-22 08:56:34 +00:00
Sam Betts 0ad3fe3567 Add doc/source/_static to .gitignore
Change-Id: I10cfe4e07efb817e71bf69d65de01f9f39ab5be1
2017-08-29 12:00:37 +01:00
Madhuri Kumari adcbd324af [doc-migration] Add configuration folder for documentation
This patch does the following:
* Adds a configuration folder to contain automated generated config
files for Ironic.
* Adds `oslo_config.sphinxconfiggen` to the extensions list.
* Adds `oslo_policy.sphinxpolicygen` to the extensions list.
* Adds ironic-policy-generator.conf

This is important for Ironic to be included in the list of services
on https://docs.openstack.org/pike/configuration/

Change-Id: I51a7204ce00be2588e427c1951e8be7dc7a22647
Closes-bug: #1706176
2017-08-02 13:14:23 +00:00
Sam Betts 5647bfc246 Move doc/source/dev to doc/source/contributor
Change-Id: I6a3d143cff31348c62d8825f29f7484bafb9c8f0
2017-07-06 12:59:24 +01:00
Jim Rollenhagen aae12e5109 Add reno for release notes management
Mostly cargo-culted from I9549e6b491b26232f4dac900b0bf05f10eb0e30a.

Note that reno automatically inserts version numbers; liberty.rst is
sufficient for intermediate release models.

Change-Id: Ic700d719242b17532b0b43a68b7eff507cb3a43c
2015-11-13 03:22:32 -08:00
Anton Arefiev 5ba16cc5d8 Add .eggs to gitignore
Change-Id: Ibd62c6cf052d93fffa0af347700b8d6c36010f92
2015-10-06 13:59:11 +03:00
Wanghua f816578502 Add .idea to .gitignore
.idea is generated by pycharm.

Change-Id: I438001f4c4b9d4ad73ab4b6e8033f748aebc48b1
2015-07-14 10:27:26 +08:00
Michael Krotscheck ef237e0e5f Added vagrant VM for developer use
This patch adds a vagrantfile and ansible playbook that captures
the instructions from the ironic developer quickstart. By using
'vagrant up', and configuring your local dev instance to use
192.168.99.11, you should be able to exercise your services locally.
Documentation has also been updated.

Change-Id: Ic4f42e59cbda968d301c797ef77ff98030c55c41
2015-05-13 17:17:16 -07:00
Robert Collins 5e5bdc1e89 Ignore backup files
We never want to add these to the tree.

Change-Id: I04690af7cd1be0a7c742525ed31e5615287a6889
2014-09-04 14:59:19 +12:00
jiangwt100 3b560c3a30 Modify gitignore to ignore sqlite
Prevent generated sqlite files from being imported.

Change-Id: I76a94a948559d40ee80a10fc2ac8ad45138bac9b
2013-07-15 21:51:04 +08:00
Monty Taylor 23f30cb6fe Add support for Sphinx Docs.
Also turn on doc API autoindexing.

This depends on https://review.openstack.org/30520 landing in pbr and a
new point release being cut, as it uncovered a bug.

Change-Id: I8f4ffc4f7c54c7b207d6d52e74ccab020596e602
2013-05-25 08:03:45 +02:00
Devananda van der Veen 8ac57c720c Implement initial draft of a Pecan-based API. 2013-05-13 00:57:31 -07:00
Devananda van der Veen 0480834614 Rename files and fix things. 2013-05-07 16:47:55 -07:00
Monty Taylor 84a7dc47e2 Added project infrastructure needs. 2013-05-02 14:55:43 -04:00