| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
fixes for node scheduleability
|
| | |
|
|/ |
|
|\
| |
| | |
Xpaas updates
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
fix markdown rendering
|
| |/ |
|
|\ \
| |/
|/| |
Switch openshift ex router/registry to oadm
|
| | |
|
|\ \
| | |
| | | |
Expand partition and filesystem to use entire disk.
|
| | | |
|
|/ /
| |
| |
| | |
* synchronize failed for a number of users
|
|\ \
| | |
| | | |
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
|
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Some versions of openstack erroneously return a comma separated list for the
local-ipv4 value, this ensures that we handle that case properly
|
| |
|
|
|
|
| |
* TODO: update to secure when 'add volume' feature available in origin
|
| |
|
| |
|
|
|
|
|
| |
- Don't include ./ in the tarball we transfer to the nodes
- Fixup node argument ordering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Templatize node config
- Templatize master config
- Integrated sdn changes
- Updates for openshift_facts
- Added support for node, master and sdn related changes
- registry_url
- added identity provider facts
- Removed openshift_sdn_* roles
- Install httpd-tools if configuring htpasswd auth
- Remove references to external_id
- Setting external_id interferes with nodes associating with the generated
node object when pre-registering nodes.
- osc/oc and osadm/oadm binary detection in openshift_facts
Misc Changes:
- make non-errata puddle default for byo example
- comment out master in list of nodes in inventory/byo/hosts
- remove non-error errors from fluentd_* roles
- Use admin kubeconfig instead of openshift-client
|
|
|
|
|
|
|
|
|
|
| |
- Master config and certificates are now in /etc/openshift/master
- Node config is now in /etc/openshift/node
- Several certificates have been renamed to accomodate a flattening of
structure to accomodate secret storage
- Add openshift_data_dir to ensure etcd and volumes are stored in
/var/lib/openshift
- Add openshift_generated_configs_dir
|
| |
|
|
|
|
|
| |
- Move use_fluentd into openshift_facts proper
- default use_fluentd to False unless deployment_type == origin
|
| |
|
|\
| |
| | |
Removed trailing whitespaces
|
| | |
|
|\ \
| | |
| | | |
Fixe a typo in NFS server role.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Infrastructure - Deploy services in cluster
@twiest All comments covered.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
* rename option_images to _{oreg|ortr}_images
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
* Configure fluentd to aggragate container logs
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
* Create OpenShift Docker Registry
* Create OpenShift router
|
|/ / |
|
| |
| |
| |
| | |
removed etcd role.
|
| | |
|
| | |
|