Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#628 from herlo/release-1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paas-bot committed Jul 24, 2018
2 parents 5af7777 + be3a060 commit e616960
Show file tree
Hide file tree
Showing 476 changed files with 16,026 additions and 11,538 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
ansible.cfg
*.swp
.fuse*
.cache
.pytest_cache

# generated files
docs/build/
Expand All @@ -23,8 +25,6 @@ MANIFEST
# local inventory files containing user-specific environment data
configure/inventory/local/

*workspace*

.coverage
*coverage*
nosetests.xml
Expand All @@ -34,6 +34,10 @@ nosetests.xml
.idea
.pydevproject

Dockerfiles/pip_install.sh
Dockerfiles/lp_test_workspace
Dockerfiles/duffy-ansible-module
config/Dockerfiles/pip_install.sh
config/Dockerfiles/duffy-ansible-module

.rundb

# Credential files for testing drivers
keys/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ install:

script:
- flake8 --exclude=\.eggs,tests,docs --ignore=E124,E303 --max-line-length 80 .
- nosetests -s linchpin/tests/{cli,api}/*
- $(which python) setup.py test
# - $(which python) $(which nosetests) -s linchpin/tests/*
19 changes: 0 additions & 19 deletions Dockerfiles/Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions Dockerfiles/centos6/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfiles/centos6/start_libvirtd.sh

This file was deleted.

38 changes: 0 additions & 38 deletions Dockerfiles/fedora25/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfiles/gen_pip_install.sh

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfiles/linchpin-test.sh

This file was deleted.

41 changes: 0 additions & 41 deletions Dockerfiles/run_tests.sh

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include requirements.txt
include README.rst
include LICENSE

include linchpin/linchpin.conf
include linchpin/linchpin.constants

recursive-include docs *
recursive-include linchpin/examples *
Expand Down
15 changes: 0 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ QuickStart

The `Getting Started Guide <http://linchpin.readthedocs.io/en/develop/getting_started.html>`_ is a quick guide for LinchPin from the Command-Line.

General Configuration
+++++++++++++++++++++

`General Configuration documentation <http://linchpin.readthedocs.io/en/latest/config_general.html>`_

Example Topologies
+++++++++++++++++++++

`Example Topologies <http://linchpin.readthedocs.io/en/latest/topologies.html>`_

Example Inventory Layout (openshift 3 node cluster)
+++++++++++++++++++++++++++++++++++++++++++++++++++

`Example Layouts <http://linchpin.readthedocs.io/en/latest/config_layout.html>`_

Using LinchPin
+++++++++++++++

Expand Down

0 comments on commit e616960

Please sign in to comment.