Commit Graph

22 Commits

Author SHA1 Message Date
Alex Schultz 87abe05ba0 Retire instack-undercloud
instack-undercloud is no longer in use by the TripleO project. Removing
the code to avoid confusion. Stable branches will continue to be
maintained for their life however no new features should be added.

Change-Id: I63a813c7c1ffd30ca30017133d31a497b77a9a4d
Blueprint: remove-instack-undercloud
2018-10-30 12:16:18 +00:00
OpenStack Proposal Bot fafb701b5f Updated from global requirements
Change-Id: Ibe9f32fc71ec1d941a0157926612554ebfb311a7
2018-03-15 06:59:42 +00:00
OpenStack Proposal Bot dd08192044 Updated from global requirements
Change-Id: I975bbb0b2fb1b115e2ba52a7754bab4233bb0db5
2018-01-29 00:09:22 +00:00
OpenStack Proposal Bot 9f4e108e2b Updated from global requirements
Change-Id: I0a89a454d41256de431e4afc3bac49cd4b02fab9
2017-11-17 08:00:58 +00:00
OpenStack Proposal Bot fc1c3ee302 Updated from global requirements
Change-Id: I78c77c005a22f97613e13a6b2b3f7ab73ae01859
2017-09-22 12:51:35 +00:00
OpenStack Proposal Bot 1570a9cf0f Updated from global requirements
Change-Id: Ifde981b6a04ffd35ec8f189eaaafaf999bedd21f
2017-09-12 14:01:46 +00:00
OpenStack Proposal Bot d87b1b67da Updated from global requirements
Change-Id: I6cad99b857c9ad9c1e22aa6e297261f483b24502
2017-09-01 12:36:42 +00:00
OpenStack Proposal Bot fd0e979dac Updated from global requirements
Change-Id: If843d5ca5ab79a1f7e71190ada298a5f3ad14ef1
2017-07-27 19:10:22 +00:00
OpenStack Proposal Bot 3fb267c2dc Updated from global requirements
Change-Id: Ie69ec78f0ccc80ca9a32673c12057c9efeff37b8
2017-07-13 19:30:51 +00:00
Emilien Macchi 6ff5d0f5b9 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0] https://review.openstack.org/#/c/472275/

Change-Id: I6eca43c3e52a9e7faa5ee9045daf0591d54f9395
2017-07-10 08:49:38 -06:00
OpenStack Proposal Bot f78a3ca24d Updated from global requirements
Change-Id: I828961fc50918040cae4ee363c8c0177b4b70e02
2017-06-27 12:10:51 +00:00
OpenStack Proposal Bot b9cac99188 Updated from global requirements
Change-Id: I62589e4073edadb5c7fdeecae020939a3f66cbd5
2017-06-02 21:56:09 +00:00
OpenStack Proposal Bot e24d816d53 Updated from global requirements
Change-Id: I25eb9ccd32a861b25c439b3d56335f75d541639d
2017-05-17 03:48:32 +00:00
OpenStack Proposal Bot 469a1cffca Updated from global requirements
Change-Id: Iab512e8a0b971badfd68fa9a8526f2cb70a4b5ea
2017-05-15 00:44:46 +00:00
Ben Nemec 3c8e35fba9 Updated from global requirements
This is a manual sync of our requirements from g-r.  I believe the
bot is not proposing updates because we had an entry in
requirements.txt that was not in g-r, so the update script was
failing.  Once this merges we should get automated updates again.

Change-Id: I7daf819ccc965d10b80929ae80f6606ed3511661
2017-03-28 22:03:54 +00:00
Emilien Macchi dbc50a117d Add Reno support
Change-Id: I0de0531a596235f367d5cd218006c866dd36dd37
2017-01-24 10:01:45 -05:00
Swapnil Kulkarni (coolsvap) 21171ca7fb Remove discover from test-requirements
It's only needed for python < 2.7 which is not supported

Change-Id: Id965745fe39cc75ae24cbaf1bd50388f5e55fa92
2016-07-22 06:24:02 +00:00
Ben Nemec e163633262 Enable coverage testing
This is useful to see how we're doing on unit testing.

93%, for the record. :-)

Change-Id: If5301b3205818dbba49c6a82ce6f5135384d0b27
2015-11-30 22:56:47 +00:00
Ben Nemec a82f4dc363 Pythonize instack-install-undercloud
-Very incomplete testing right now
-Puts the password and stackrc files in the current user's home
 directory during the install.  Given that they now have secure
 permissions and we recommend doing that anyway, I think it's fine,
 but it is a non-trivial change in behavior.

 This was done because it's awkward to read a root-owned file from
 a Python process running as a regular user.
-Uses oslo.config instead of the bash-style answers file. A sample
 conf file created by the oslo.config generator is included (for
 now, although we may want to generate that dynamically at some
 point).  Backwards compatibility with existing answers files is
 maintained for now, but is deprecated.
-Hard-codes the image path in instack-test-overcloud to .  It's
 difficult to extract the value from the conf file in bash (unless
 they overrode the default, there's nothing for ConfigParser to read),
 and since it's just a simple sanity test script I think that's okay,
 at least for now.

Change-Id: I09270997dea7fdad2b40dfb303967ff425b55a9b
2015-05-26 14:02:18 +02:00
Jaromir Coufal e6bb37da01 Change docs theming and update styling
Change-Id: Ia38e77cf4a21b05fba9af289f0b4f7c8436cc29f
2015-04-16 13:32:25 +02:00
James Slagle be540d0d14 Add CentOS 7 Support
Add support for running instack-install-undercloud on CentOS 7. The
selinux element from tripleo-image-elements fails when applying the
additional rabbitmq policy (depedencies are not met), so we add that
element to exclude_elements, and also inslucde selinux-permissive and
selinux-setenforce-0.

instack-setup-host-rhel7 is symlinked to an updated instack-setup-host and
supports both RHEL 7 and CentOS 7. We may like to consider removing the
rhos-release logic out of that script entirely and just document that
bit since rhos-release is solely for internal consumption.

Change-Id: I89a43f68632d8526b049be2b666c2426a5ccf603
2015-03-16 11:23:16 -04:00
James Slagle ed5257972a Add sphinx documentation
In support of building the docs without the sphinx Makefile this also adds as
tox.ini that can be used to build the docs via:

tox -e docs

A few updates to setup.cfg are needed as well to acount for deleting old
scripts.

Change-Id: Ifa852f9684998ee695188d3e72df7cdc3c5e063e
2015-02-26 08:12:37 -05:00