| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
| | | |
|
|\ \ \
| | | |
| | | | |
openshift-sdn-node fix to use /etc/sysconfig/docker-network
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Fix issue with nodes being set to an empty string when generating master config
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Fix common node config playbook when ansible is run on the first master
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Todo for sync
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Remove deployment-type tags
|
| |/ / |
|
|\ \ \
| |_|/
|/| | |
Update online v3 repo file
|
|/ / |
|
|\ \
| |/
|/| |
Fix typos... master not mater
|
|/ |
|
|\
| |
| | |
Massive refactor, deployment-type support, config updates, reduce duplication
|
| | |
|
| |\
| | |
| | | |
Move `virsh pool-refresh`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The `pool-refresh` command is used to ask libvirt to rescan the content of a volume pool.
This is used to make `libvirt` take into account volumes that were created outside of livirt control
i.e.: not with a `virsh` command.
`pool-refresh` is useless after a `pool-create` as the content is scanned at creation.
`pool-refresh` is mandatory after having created files inside an existing pool.
|
| |\ \
| | | |
| | | | |
Make the error message checks locale proof
|