| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
fixes for node scheduleability
|
| |
| |
| |
| | |
determining node scheduleability
|
| | |
|
|\ \
| | |
| | | |
Add a --profile option to spot which task takes more time
|
| | | |
|
| | |
| | |
| | |
| | | |
what the Ansible API imposes
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add a generic mechanism for passing options
|
| | | |
| | | |
| | | |
| | | | |
And use it in the libvirt and openstack playbooks
|
|\ \ \ \
| | | | |
| | | | | |
Changes related to latest openshift master.
|
| | |_|/
| |/| | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Fix the formatting for the SSH config file
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Infrastructure - Validate AWS environment before calling playbooks
|
| |/ / / |
|
|\ \ \ \
| |_|/ /
|/| | | |
Few updates and example for maintenance using ansible zabbix module.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Xpaas updates
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
delegate_to doesn't appear to be thread safe
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
fix markdown rendering
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Switch openshift ex router/registry to oadm
|
| |/ |
|
|\ \
| | |
| | | |
Expand partition and filesystem to use entire disk.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Use copy instead of synchronize
|
|/ /
| |
| |
| | |
* synchronize failed for a number of users
|
|\ \
| | |
| | | |
Added using Yaml syntax to best practices guide.
|
|/ / |
|
|\ \
| | |
| | | |
added python new method params should use a default value to best practices guide.
|
| | |
| | |
| | |
| | | |
guide.
|
|\ \ \
| |/ /
|/| | |
added .yml extension to style guide.
|
|/ / |
|
|\ \
| | |
| | | |
changed Openshift to OpenShift
|
| |/ |
|
|\ \
| | |
| | | |
create storage_nfs_lvm role
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
initial import of openshift_storage_nfs from kube_nfs_volumes
reduce total size so we do not go over
Postpone making the mounts owned by nfsnobody
rename openshift_storage_nfs storage_nfs_pvs
Update README to latest settings
have json files go to /root/
change categories from cloud to openshift, cuz this can run on bare metal
storgae_nfs_lvm initial commit
fixing default
getting it working
check these in, just cuz
for lvm we do not need the library
Update README to match reality
adding recycle
make volume_group a variable
make volume_group a variable
fix typo
default should be /exports/openshift
set owner and permissions of mount point
update examples
cleanup cruft
fixup documentation
fixup documentation
rename storage_nfs_lvm to openshift_storage_nfs_lvm
rename storage_nfs_lvm to openshift_storage_nfs_lvm
use openshiftvg, not openshift3vg
use ansible file: to set owner and permissions of mount dir
change nfs_export_options to osnl_nfs_export_options
change mount_dir to osnl_mount_dir
change volume_group to osnl_volume_group
change volume_prefix to osnl_volume_prefix
change volume_size to osnl_volume_size
change volume_num_start to osnl_volume_num_start
change number_of_volumes to osnl_number_of_volumes
replace volume_size with osnl_volume_size
|
|\ \
| | |
| | | |
Bug 1234717 - oo-install-ose should use openshift_hostname as paramet…
|
|/ /
| |
| |
| | |
checking schedulable state
|
|\ \
| | |
| | | |
Adding support for labeling nodes as unscheduleable
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For idempotency it first checks the output of 'oc get node <hostname>' to see
if any action needs to be taken. The trick was waiting to make sure that the
node autoregistration had actually happened.
If you set openshift_scheduleable=False in the inventory then the node will be
marked as unscheduleable. Likewise setting it to True undoes the change.
Having openshift_scheduleable undefined is the same as True since that is the
default state of a Node.
|
|\ \
| |/
|/| |
Openshift examples
|
|/
|
|
|
|
| |
This role installs db-templates, image-streams, and quickstart-templates into
/usr/share/openshift/examples on the master and then uses `oc create` to import
them.
|
|\
| |
| | |
RC2 Merge
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Remove openshift-deployer.kubeconfig from master template
Sync config template
Update enterprise image names
Switch to node auto registration
Add deployer to list of serviceAccountConfig.managedNames
Move package installation before registering facts
change default kubeconfig location
Change system:openshift-client to system:openshift-master
Rename node cert/key/kubeconfig per openshift/origin#3160
Update references to /var/lib/openshift/openshift.local.certificates
|
|\
| |
| | |
Guard against openstack bug 1334857
|