Commit Graph

12 Commits

Author SHA1 Message Date
Pablo Bovina e535293c68 Remove host hardware sysinv profile
The Host Hardware Profiles for creating re-usable configuration
templates for hosts are no longer maintained or supported and should be
removed from code. Including : CPU, Interface, Storage and Memory
profiles.

profile categories:

* cpu
* memory
* storage
* interfaces

topics:

* remove objects
* update models
* update documentation
* remove import/export profile apis
* remove and update unit tests
* new version script for migration upgrade

Test Plan / Failure Path:

PASS: Verify profile feature is removed on system upgrade
      without existing previous profiles.

PASS: Verify profile feature is removed on system upgrade
      with existing previous profiles.

PASS: Verify profile feature is removed on fresh install.

Regression:
PASS: Verify that the Horizon GUI remains navigable.
PASS: Verify non-affected system commands remains listed.

Story: 2009163
Task: 43159
Signed-off-by: Pablo Bovina <pablo.bovina@windriver.com>
Depends-On: https://review.opendev.org/c/starlingx/config/+/806800
Change-Id: Id828365920ce179e347acf0de5d3ed6af09efcbd
2021-10-18 18:01:40 -03:00
Andreas Jaeger e3b1079d21 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I952b87de1d14b9c83dd0d7df8ab5d2ed0b30c555
2020-06-04 14:13:51 +02:00
Kristal Dale 6d53febf34 Update landing pages for docs, api-ref, and release notes:
- Use updated project name in titles/text
- Correct text for link to Storyboard (docs)
- Correct capitalization in section headings
- Correct formatting for section headings
- Update project name in link to release notes, api-ref
- Update project name in config for docs/releasenotes/api-ref

Story:2007193
Task:38336

Change-Id: Ia01582558ab27accb68ccdf00d492f5e79689f04
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2020-01-21 16:35:28 -08:00
Kristal Dale 1bcab38f29 Update config for release notes to include project name
Update conf.py for release notes to include the project
variable, set to the project name. This is so the string
above the left nav renders the project name.

Story: 2004900
Task: 29225

Change-Id: I845a1f1ca9c1e19db075a8e5a3cfaf3a4a8eba01
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-02-05 14:03:49 -08:00
Kristal Dale 009bd77d75 Clean up and standardize landing pages
doc index.rst:
1. Update intro sentence to read as a complete sentence
2. Remove unused toctree
3. Correct heading levels (impacting side nav and correct rendering of content)
4. Remove "Indices and Tables" section: genindex page not used, search searches
 only index (not useful here)

api-ref index.rst:
1. Update intro sentence to read as a complete sentence
2. Update text around search link for consistency (move to follow intro)
3. Add heading before toctree for consistency with other pages

release notes:
1. Standardize page title reST markup
2. Remove search (make consistent with other openstack release note pages)

Change-Id: I0bbd0812f4f2132193724feb9b18910389dc85f4
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2018-12-27 16:49:27 -08:00
Scott Rifenbark 0cfdfc1bc0 Release Note Content: Updated text with writing scrub
Rewrote various areas for better presentation and use of
grammar.

Change-Id: I4a96b9896aced0c62b93a4e4c61bbd8d69d1ffd7
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-23 09:58:22 -07:00
Abraham Arce 2dbcce8dec [Doc] openstackdocstheme starlingxdocs theme
Enable starlingxdocs theme support for:

- Documentation
- Release Notes
- API Reference

Change-Id: I82dfaea0f9df11d36d00f7f23453c67923a4a359
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-10-22 14:33:25 +00:00
Dean Troyer 8d634bc9b2 Another test of api-ref and releasenotes publish jobs
Change-Id: I6be993fff03b06b96e09f85e6fbf57d62a64331b
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-10 15:56:44 -05:00
Dean Troyer 5416d396d9 Add api-ref and relnotes publish jobs
* Add pointers in the main doc to api-ref and releasenotes pages
* Add publish-stx-api-ref and publish-stx-releasenotes jobs
* Add search at bottom of api-ref and relnotes pages to trigger the jobs

Change-Id: I6286efb94cab686c978b9d3924bcd621250107f6
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-09 19:41:46 -05:00
Dean Troyer 6a82dc05b0 Add publish job for docs
Also set the theme to alabaster until starlingxdocs is ready

Change-Id: I538f2f6ceda9b4401308b3daf9722ffe2e64cf11
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-05 16:09:21 -05:00
Abraham Arce ae6adf8428 [Doc] stx.2018.10 Release Summary
Create stx.2018.10 release summary note.

Change-Id: I8190e26cfe12b223618f9c3d3d8dbf1f4f0c0e5b
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-09-27 11:19:16 -05:00
Abraham Arce 2440f88207 [Doc] Release Notes Management
Baseline changes to comply with Release Notes Management
based in Reno [0]:

* Use build-openstack-releasenotes job for release notes
  (We can't use the OpenStack releasenotes template as it includes
  publish jobs, stx needs its own)
* Add newnote tox environment as convenience for creating new release
  notes, re-using the releasenotes venv.
* Remove the unused 'true' tox environment if it exists.

[0] https://docs.openstack.org/reno/latest/

Story: 2003101
Task: 26514

Change-Id: I7fda1f84d336940dc8851eb053d451981e36bf4d
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-09-21 16:07:58 -05:00