Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4 from sabre1041/openshift-ansible-management | Øystein Bedin | 2016-11-28 | 0 | -0/+0 |
|\ | | | | | OpenShift Management Role | ||||
| * | OpenShift Management Role | Andrew Block | 2016-11-15 | 0 | -0/+0 |
|/ | |||||
* | Adjusting docker role, adding support for logging/metrics, and updating ↵ | Eric Sauer | 2016-10-03 | 0 | -0/+0 |
| | | | | client container | ||||
* | Merge pull request #219 from vvaldez/security_groups_refactor | Øystein Bedin | 2016-09-01 | 0 | -0/+0 |
|\ | | | | | Security groups refactor | ||||
| * | Add UDP 8053 to default master security group | Vinny Valdez | 2016-08-31 | 0 | -0/+0 |
| | | |||||
| * | Add detection of non-Neutron env | Vinny Valdez | 2016-08-31 | 0 | -0/+0 |
| | | |||||
| * | Refactor to playbook and split data structure out | Vinny Valdez | 2016-08-31 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | * Split single security group variable into one per type * Moves 'default' security group from role into variable * Moves default security group variables back to openshift-common role * Converts openstack-security-group role into playbook * Playbook called on every openstack-create invocation as before * Simplifies security group tasks and removes type bhecking * Iterate through seucrity groups and build a comma-separated list of groups | ||||
| * | Refactor OpenStack security group creation | Vinny Valdez | 2016-08-31 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | * Adds new openstack-security-groups role * Addresses Issue #211 and adds all instances to default group * Defines default security group variable with all groups/rules * Sets security group variables per type (master,node,nfs,dns) * Supports specifying no security group for a type (e.g. nfs) * Uses new Ansible 2.x modules | ||||
* | | Fixing port number in LDAP example | Eric Sauer | 2016-08-31 | 0 | -0/+0 |
| | | |||||
* | | Adding LDAP and HTPasswd examples for an auth provider to base inventory file | Eric Sauer | 2016-08-31 | 0 | -0/+0 |
|/ | |||||
* | Merge pull request #197 from vvaldez/openstack-terminate-enhancements | Eric Sauer | 2016-08-30 | 0 | -0/+0 |
|\ | | | | | Add enhancements for for terminate playbook | ||||
| * | Add enhancements for for terminate playbook | Vinny Valdez | 2016-07-07 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes Issue #206 * Add check for valid item when attempting to delete objects * Add debug on all variables when using dry_run * Changed default ansible_ssh_user to cloud-user in line with standard cloud guest image * Add count for ips and volumes to display since these may not always be the same as instance count * Enhance displayed warning/note message to include new counts * It is possible for an instance to not have a floating IP for whatever reason (such as manually deallocating or releasing the IP), in this case SSH will not work to the instance so it will not be included in the host group to attempt subscription manager unregister, but will still be deleted * It is possible that an instance will have a volume created but not attached. In this case as a precautionary measure I am excluding these unattached volumes from the deletion in case this was intentionally detached to preserve data. We can further discuss if this should be a parameter to override instead or if we need to change this behavior. * Excluded instances in ERROR state as they will most likely not delete. We can discuss if this should be parameterized instead. * Added prompt variable defaulted to true but can be set to false * Added unregister variable defaulted to true but can be set to false | ||||
* | | Updated inventory template file to include 'openshift_deployment_type' | Øystein Bedin | 2016-08-25 | 0 | -0/+0 |
| | | |||||
* | | Merge pull request #222 from JayKayy/expose-registry | Øystein Bedin | 2016-08-24 | 0 | -0/+0 |
|\ \ | | | | | | | Expose registry | ||||
| * | | move registry_hostname to inventory | John Kwiatkoski | 2016-07-18 | 0 | -0/+0 |
| | | | |||||
| * | | Initial commit exposing registry service | John Kwiatkoski | 2016-07-18 | 0 | -0/+0 |
| | | | |||||
* | | | Merge pull request #221 from etsauer/post-install-playbook | Øystein Bedin | 2016-08-24 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | Post install playbook | ||||
| * \ \ | Merge remote-tracking branch 'upstream/openshift-enterprise-3' into ↵ | Eric Sauer | 2016-07-18 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | post-install-playbook | ||||
| * | | | | Node storage now uses node specific storage var; search for generated ↵ | Eric Sauer | 2016-07-17 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | inventory file sorts by timestamp not name | ||||
| * | | | | Adding a post-install playbook with secure-registry and ssh key sync. | Eric Sauer | 2016-07-17 | 0 | -0/+0 |
| | | | | | |||||
* | | | | | Enabled default subdomain/'apps' | Øystein Bedin | 2016-08-21 | 0 | -0/+0 |
| | | | | | |||||
* | | | | | Updated env_id to be a sub-domain + make the logic a bit more flexible | Øystein Bedin | 2016-08-21 | 2 | -4/+21 |
| | | | | | |||||
* | | | | | Merge pull request #218 from vvaldez/issue_163 | Eric Sauer | 2016-07-18 | 1 | -5/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fixes Issue #163 if rhsm_password is not defined | ||||
| * | | | | Fixes Issue #163 if rhsm_password is not defined | Vinny Valdez | 2016-07-15 | 1 | -5/+1 |
| | | | | | |||||
* | | | | | Merge pull request #200 from JayKayy/secure-registry | Eric Sauer | 2016-07-15 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Securing the registry ansible role. | ||||
| * | | | | added var for config dir and removed unnecessary deployment task | John Kwiatkoski | 2016-07-15 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge pull request #1 from etsauer/secure-registry | John K | 2016-07-15 | 0 | -0/+0 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Secure registry remove /etc/origin/master file paths | ||||
| | | * | | | | Pulling out file paths into variables to account for containerized installs | Eric Sauer | 2016-07-15 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | added tasks to disable and re-enable deployment triggers, remove debug task | John Kwiatkoski | 2016-07-15 | 0 | -0/+0 |
| |/ / / / / | |||||
| * / / / / | fixed error message logic for already secured registry | John Kwiatkoski | 2016-07-15 | 0 | -0/+0 |
| |/ / / / | |||||
| * | | | | fixed readiness probe by adding logic for 3.1 vs 3.2 | John Kwiatkoski | 2016-07-14 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | added check for already secured registry and uses actualy openshift_common ↵ | root | 2016-07-13 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | dependency | ||||
| * | | | | adding clenaup test book and fixed typo | root | 2016-07-12 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | fixing defaults and removing host from test playbook | root | 2016-07-11 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | tested changes | root | 2016-07-11 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | testing changes | John Kwiatkoski | 2016-07-11 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | first attempt at securing the registry | John Kwiatkoski | 2016-06-29 | 0 | -0/+0 |
| | | | | | |||||
* | | | | | Merge pull request #212 from etsauer/openshift-enterprise-3 | Andrew Block | 2016-07-15 | 0 | -0/+0 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | Enable declaration of extra ansible vars from provision.sh | ||||
| * | | | Change --environment to --extra-vars and add usage. | Eric Sauer | 2016-07-12 | 0 | -0/+0 |
| | | | | |||||
| * | | | Allow passing of ansible extra-vars in provisioning script | Eric Sauer | 2016-07-12 | 0 | -0/+0 |
| | | | | |||||
* | | | | Fix malformed file to address Issue #210 | Vinny Valdez | 2016-07-14 | 0 | -0/+0 |
|/ / / | |||||
* | / | Adding NFS support and fixing template labels so we get a router and ↵ | Eric Sauer | 2016-07-08 | 0 | -0/+0 |
| |/ |/| | | | | | registry out of the box. | ||||
* | | Merge pull request #194 from etsauer/provisioning-script-enhancements | Andrew Block | 2016-07-06 | 0 | -0/+0 |
|\ \ | | | | | | | Enhancements and Adjustments to support ansible 2.x | ||||
| * | | Minor updates for ansible 2.1 compatibility | Eric Sauer | 2016-07-01 | 0 | -0/+0 |
| | | | |||||
| * | | Should be looking for generated inventory file in SCRIPTS_BASE_DIR | Eric Sauer | 2016-06-27 | 0 | -0/+0 |
| | | | |||||
| * | | Enhanced provisioning script with better error checking, diretory awareness, ↵ | Eric Sauer | 2016-06-27 | 0 | -0/+0 |
| |/ | | | | | | | and improved help output | ||||
* | | Merge pull request #196 from vvaldez/openstack-terminate-release-floating-ips | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Add Neutron floating IP support and other tweaks | ||||
| * | | Add Neutron floating IP support for Issue #195 | Vinny Valdez | 2016-06-29 | 0 | -0/+0 |
| |/ | | | | | | | | | * Add check for and set_fact if Neutron is in use which is used by several tasks * This PR was originally longer and contained the now split off PR #197 | ||||
* | | Merge pull request #203 from rhtconsulting/cicd-updates | Eric Sauer | 2016-07-05 | 0 | -0/+0 |
|\ \ | | | | | | | Updated CICD implementation to support ETL OSP env | ||||
| * | | Updated CICD implementation to support ETL OSP env | Øystein Bedin | 2016-07-01 | 0 | -0/+0 |
| |/ |