Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Large structural change to make this repo more usable in production #39

Closed
wants to merge 6 commits into from

Commits on Oct 14, 2016

  1. Add node playbook and tasks (openshift#34)

    * fixes of read me for 3.3 and paths
    
    * increase wait for route propagation
    
    * README patchup
    
    * WIP: add node playbooks
    
    * syntax error
    
    * fix up of host up playbook
    
    * scale the router/registry
    
    * change of wording in add-node.py
    
    * change of trigger name
    
    * fix of existing_sg to node_sg
    
    * needed to switch to the default project
    
    * moving things around for the load balancer
    
    * dont wait on elb and suggestion for removing changed in regards to subscription
    
    * rhui wasn't being disabled using subscription-manager solved using file
    
    * disable repos rather than remove
    
    * patchup
    
    [per_env_vars] Modify .ssh/config docs to support multiple dns domains
    cooktheryan authored and Stuart Fox committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    183a1ac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/openshift/openshift-ansib…

    …le-contrib
    
    Conflicts:
    	reference-architecture/vmware-ansible/roles/docker-storage-setup/files/docker-storage-setup
    	reference-architecture/vmware-ansible/roles/docker-storage-setup/tasks/main.yaml
    Stuart Fox committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    dff502f View commit details
    Browse the repository at this point in the history
  3. [per_env_vars] Lots of changes to make this a usable production deplo…

    …yment system
    
    * Per stack naming (`--stack-name=blah`)
    * Per stack environment files (`--vars-file=/path/to/vars/file.yaml`)
    * Variable amounts of nodes (`--master-instance-count=3 --infra-instance-count=2 --node-instance-count=2`) with sensible defaults and limits
    ** masters min 3 max 10
    ** infra   min 3 max 10
    ** node    min 2 max 100
    * Jinjify the json templates
    * JSON cleanup
    * Inclusion of CFN snippets to extend stack functionality (`--custom-template=/path/to/custom/template.json` or `--custom-template=/path/to/custom/template.json.j2`)
    * Leave the default auth schema github but add a commented out section to enable basic http_auth admin/admin
    Stuart Fox committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    6827d90 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from stuartbfox/per_env_vars

    Large structural change
    stuartbfox committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    5fc0312 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

  1. * Feedback from PR *

    Add a rotator operation to the master/infra/node sections to place them in different subnets.
    Stuart Fox committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    a46d7c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. ** Feedback **

    Replace - with _ to fix instance group population
    Stuart Fox committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    6c891cb View commit details
    Browse the repository at this point in the history