Commit Graph

12 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
Emilien Macchi dbc50a117d Add Reno support
Change-Id: I0de0531a596235f367d5cd218006c866dd36dd37
2017-01-24 10:01:45 -05: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
Gael Chamoulaud c4e0866009 Add Puppet 4.x lint checks
- This change adds Puppet-lint bits for checking Puppet manifests.

Change-Id: I95506e7fd5261efde317cfaa99048055d3ed0ec3
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-11-10 17:44:29 +01: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 8351c6b4d2 Ignore automatically generated files from Mac OS X 2015-04-16 11:22:35 +02:00
James Slagle be7cb52d33 Clean up json file
Now that Puppet is driving a large portion of the Undercloud installation, we
can clean up some previously used elements from the json-files.

We do have to provide some additional bits via the undercloud-install element,
such as simple dib-init-system script. This is much simpler than continuing to
use large elements from tripleo-image-elements that have other unintended
side-effects that we want to avoid.

Change-Id: I0c3626e3b4a2de3d7f1e1bc3274be4150b552a26
2015-03-17 16:15:55 -04:00
James Slagle c945c63b8e Update .gitignore
Ignore additional files generated by
python setup.py sdist.

Change-Id: Ieffbebbe2c351335e3178fb445480e1dedf4bb11
2015-02-26 15:55:53 -05:00
James Slagle b0312257b0 Fix .tar.gz ignore 2014-10-23 06:59:27 -04:00
James Slagle 59d8597f4a ignore .tar.gz files in .gitignore 2014-10-21 15:35:05 -04:00
James Slagle 5ec8532bbf Add masquerade rule for undercloud 2014-10-08 10:01:04 -04:00
James Slagle 2ddbe7240a Add .gitignore 2014-02-13 08:02:55 -05:00