| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|/
|
|
|
| |
Some versions of openstack erroneously return a comma separated list for the
local-ipv4 value, this ensures that we handle that case properly
|
|\
| |
| | |
Infrastructure - Set OpenShift Registry
|
| | |
|
|/
|
|
| |
* TODO: update to secure when 'add volume' feature available in origin
|
|\
| |
| | |
Config templates
|
| |\
| | |
| | | |
Refactor to use openshift_master_config_dir when deploying services
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
- 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
|
|\ \
| | |
| | | |
Update readme for consolidated trello boards
|
|/ / |
|
|\ \
| |/
|/| |
Added environment tag (will eventually replace env tag).
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
multi_ec2 fixes.
|
|/ |
|
|\
| |
| | |
Fix libvirt playbook
|
| |
| |
| |
| |
| |
| |
| | |
If we don’t explicitly specify the libvirt URI to use for virsh,
it will use the LIBVIRT_DEFAULT_URI environment variable.
For a consistent behavior, all `virsh` invocation must be done with
the `-c <libvirt_uri>` parameter.
|
|\ \
| | |
| | | |
Replace the custom oo_len filter by the Jinja2 standard one: length
|
| | | |
|
|\ \ \
| | | |
| | | | |
Switch to beta4 for online
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Implement OpenStack provider for openshift-ansible
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
add use_fluentd to openshift_facts
|
|/ /
| |
| |
| |
| | |
- Move use_fluentd into openshift_facts proper
- default use_fluentd to False unless deployment_type == origin
|
|\ \
| | |
| | | |
Allow NFS access for VMs
|
| |/ |
|
|\ \
| | |
| | | |
Issue 119 - Add support for ~/.openshift-ansible
|
| | | |
|
| |/
| |
| |
| | |
* Allow user to override: validate_cluster_ids, cluster_ids, providers
|
|\ \
| | |
| | | |
Added YAML over JSON to best practices guide.
|
|/ / |
|
|\ \
| | |
| | | |
Added 'stylistic exception' to the best practices guide.
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Added fail pattern rules to best practices doc
|
| |/ |
|
|\ \
| | |
| | | |
Infrastructure - Add service action to bin/cluster
|
| |/
| |
| |
| |
| | |
* Add necessary playbooks/roles
* Cleanup bin/cluster to meet new design guide lines
|