| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Added --user option to ohi to pre-pend the username in the hostlist output.
|
| | |
|
|\|
| |
| | |
Added utils.py that contains a normalize_dnsname function good for sorting dns names to a human readable list.
|
|/
|
|
| |
dns names to a human readable list.
|
| |
|
|\
| |
| | |
added --list-host-types option to opscp
|
|/ |
|
| |
|
|\
| |
| | |
added opscp
|
|/ |
|
|\
| |
| | |
Add vagrantfile and minor bugfixes
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add Vagrantfile for configuring a basic cluster
- Add an initial readme for using vagrant
- explicitly set connection: local and sudo: false for localhost actions in
playbooks/common/openshift-node/config.yml
- Fix permissions issue with openshift config file for non-root user
|
|\ \
| | |
| | | |
Add tower-cli role
|
| | | |
|
|\ \ \
| |/ /
|/| | |
added destination_vars to ec2.ini
|
|/ / |
|
|\ \
| |/
|/| |
Fix AWS README for ec2_security_groups variable reference
|
|/ |
|
|\
| |
| | |
Ansible tower default inventory will use multi_ec2
|
| | |
|
|\ \
| | |
| | | |
Add ansible_connection=local to localhost in inventory
|
|/ / |
|
|\ \
| | |
| | | |
lvm-direct support for aws
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Create a separate docker volume in aws openshift-cluster playbooks
- default to using ephemeral storage, but allow to be overriden
- allow root volume settingsto be overriden as well
- add user-data cloud-config to bootstrap the installation/configuration of
docker-storage-setup
- pylint cleanup for oo_filters.py
- remove left over traces to the deployment_type tags which were previously
removed
- oo_get_deployment_type_from_groups filter in oo_filters.py
- cluster list playbooks references to oo_get_deployment_type_from_groups
filter
|
|\ \ \
| |/ /
|/| | |
More repo cleanup
|
| | |
| | |
| | |
| | |
| | | |
- remove previously removed repo files from disk if they still exist
- remove gpg keys that are no longer referenced
|
|\ \ \
| | | |
| | | | |
Multi_ec2 fixes for pylint and path change. Also added refresh-cache.
|
| |/ /
| | |
| | |
| | | |
aws/hosts/ being added.
|
|\ \ \
| | | |
| | | | |
Testing hooks.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Allow variable overriding for ec2 deployment_vars
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- users can now override the deployment_vars variables with the assocated
ec2_* variables
- added deployment_type and env specific vars files that load some ec2_*
overrides
- added the ability to search for amis by ami_name
- this allows us to specify a base name with a wildcard to have the playbook
choose the latest available image for that image name
- added a copy of the ec2_find_ami module that will be in ansible 2.0 until
we can make ansible 2.0 a requirement.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fixes for latest osc client config changes
|
|/ / / /
| | | |
| | | |
| | | | |
- also pylint fixes
|
|\| | |
| | | |
| | | | |
Adding pylint binary call.
|
| | | | |
|
|\| | |
| |/ /
|/| | |
Adding git hooks for jenkins repository validation.
|
|/ / |
|
|\ \
| | |
| | | |
fixes to better deal with gce image defaults
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- remove exception if INPUT rules are not found, gce centos-7 image is stripped of
default rules
- ignore_errors for systemctl mask operation, fails with permission denied on
gce centos-7 image.
|
|\ \ \
| | | |
| | | | |
Update openshift-cluster/vars for online defaults
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Use docker-registry.ops when deploying as online
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Remove duplicated repos and fix enterprise-v3 repo
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
aws terminate playbook improvements
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Reduce duplication in terminate playbooks between openshift-master and
openshift-node (they both now just include playbooks/aws/terminate.yml
- update openshift-cluster terminate playbook to include the new shared
terminate playbook, also delete all cluster hosts at once instead of
treating masters and nodes differently.
- remove env, host-type and env-host-type tags from instance before
terminating (since most users can't terminate, we are mostly just renaming
instances to -terminate and stopping them, so this prevents "terminated" hosts
from being returned by the dynamic inventory, at least after the cache is
refreshed)
|
|\ \ \
| | | |
| | | | |
add vpc support to ec2 cluster, add more overrides for variables
|