| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add the OpenStack provider
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All the tasks that were previously in playbooks are now under
`roles/openshift_openstack`.
The `openshift-cluster` directory now only contains playbooks that
include tasks from that role. This makes the structure much closer to
that of the AWS provider.
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Updating some files to account for recent changes:
- Commit fbadeb4 moved the location of the Dockerfiles
- playbook2image is now available from the openshift org
- downstream image is building with boto 2.34
Adjusting image build scripts and documentation to match these changes.
|
|
|
|
| |
The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
|
|
|
|
|
| |
Tests once again randomly broke due to a PyPi release.
This makes req versions explicit so they only change deliberately.
|
|
|
|
|
|
| |
Tests started failing once ansible 2.3 was released. It seems wise to
pin the dependencies to particular versions until we make a conscious
decision to change them (and have tested with them).
|
|
|
|
| |
- Consolidate tests between the root of the repo and utils
|
|
|
|
| |
was: separate lib_ unit tests from other unit tests
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move pylint tests to tox
- Move yamllint tests to tox
- Create separate tox config (and setup.py) for root
- bump ansible requirement
- unify pylint config
- add docs
- remove git directory containing old testing tools
- install python-six if not present for openshift-facts
- add python-six as a dependency for openshift-ansible-utils
|
|
We can run simple tests in every PR, while triggering our internal CI
tests on manually selected PRs.
This is a bit better than the all-or-nothing we have today.
Running `make ci` in Travis is the same as the Jenkins 'default' job.
|