| Commit message (Collapse) | Author | Age | Files | Lines | 
| |  | 
 | 
| |\  
| | 
| |  | 
Raise lifetime to 2 weeks for dynamic AWS items
 | 
| | |  | 
 | 
| |\ \  
| | | 
| | |  | 
Better structure the output of the list playbook
 | 
| | | |  | 
 | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | |  | 
The list playbook listed the IPs of the VMs without logging their role like:
    TASK: [debug ] ************************************************************
    ok: [10.64.109.37] => {
        "msg": "public:10.64.109.37 private:192.168.165.5"
    }
    ok: [10.64.109.47] => {
        "msg": "public:10.64.109.47 private:192.168.165.6"
    }
    ok: [10.64.109.36] => {
        "msg": "public:10.64.109.36 private:192.168.165.4"
    }
    ok: [10.64.109.215] => {
        "msg": "public:10.64.109.215 private:192.168.165.2"
    }
The list playbook now prints the information in a more structured way with
a list of masters, a list of nodes and the subtype of the nodes like:
    TASK: [debug ] ************************************************************
    ok: [localhost] => {
        "msg": {
            "lenaicnewlist": {
                "master": [
                    {
                        "name": "10.64.109.215",
                        "private IP": "192.168.165.2",
                        "public IP": "10.64.109.215",
                        "subtype": "default"
                    }
                ],
                "node": [
                    {
                        "name": "10.64.109.47",
                        "private IP": "192.168.165.6",
                        "public IP": "10.64.109.47",
                        "subtype": "compute"
                    },
                    {
                        "name": "10.64.109.37",
                        "private IP": "192.168.165.5",
                        "public IP": "10.64.109.37",
                        "subtype": "compute"
                    },
                    {
                        "name": "10.64.109.36",
                        "private IP": "192.168.165.4",
                        "public IP": "10.64.109.36",
                        "subtype": "infra"
                    }
                ]
            }
        }
    }
 | 
| | | |  | 
 | 
| |\ \ \  
| | | | 
| | | |  | 
Fix invalid sudo command test
 | 
| | | | |  | 
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
README_AWS: Add needed dependency
 | 
| | |/ / /   | 
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
bin/cluster fix python 2.6 issue
 | 
| |/ / / /   | 
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
Add pyOpenSSL to dependencies for Fedora.
 | 
| | | | | | 
| | | | | 
| | | | | 
| | | | |  | 
Signed-off-by: O'meid <public@omeid.me>
 | 
| | | | | | 
| | | | | 
| | | | |  | 
pyOpenSSL is required by `filter_plugins/oo_filters.py` at least but isn't installed on Fedora 22 by default.
 | 
| |\ \ \ \ \  
| |_|/ / /  
|/| | | |    | 
Gate upgrade steps
 | 
| | | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | |  | 
- Add gateing tests on the 3.0 to 3.1 upgrade
  - Ensure that each stage does not proceed if a subset of the hosts fail,
    since ansible will continue through the playbook as long as all hosts in a
    play haven't failed.
- Fix up some left over references to byo group names
 | 
| |\ \ \ \ \  
| | | | | | 
| | | | | |  | 
added the tito and copr_cli roles
 | 
| | | | | | |  | 
 | 
| |\ \ \ \ \ \  
| | |/ / / /  
| |/| | | |    | 
Update etcd default facts setting
 | 
| | | | | | |  | 
 | 
| | |/ / / /   | 
 | 
| |\ \ \ \ \  
| |/ / / /  
|/| | | |    | 
Update master facts prior to upgrading from 3.0 to 3.1
 | 
| | | | | |  | 
 | 
| |\ \ \ \ \  
| |/ / / /  
|/| | | |    | 
pre-upgrade-check: differentiates between port and targetPort in output
 | 
| | | |/ /  
| |/| |    | 
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
RH subscription: optional satellite and pkg update
 | 
| | | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | |  | 
Add an optional rhel_subscription_server fact to configure RHSM
registration to a Red Hat Satellite server.
 | 
| |\ \ \ \ \  
| | | | | | 
| | | | | |  | 
Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround
 | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | |  | 
Remove vagrant-registration because it's not needed anymore.
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
remove netaddr dependency
 | 
| | | | | | | |  | 
 | 
| |\ \ \ \ \ \ \  
| |_|_|_|/ / /  
|/| | | | | |    | 
Fix pylint import errors for utils/test/.
 | 
| | | | | | | | 
| | | | | | | 
| | | | | | | 
| | | | | | |  | 
pylint is unable to import the modules in src as they are not on the path.
 | 
| |\ \ \ \ \ \ \  
| | | | | | | | 
| | | | | | | |  | 
atomic-openshift-installer: Update prompts and help messages
 | 
| | | | | | | | |  | 
 | 
| |\ \ \ \ \ \ \ \  
| |_|/ / / / / /  
|/| | | | | | |    | 
atomic-openshift-installer: Update nopwd sudo test
 | 
| |/ / / / / / /  
| | | | | | |   
| | | | | | |   
| | | | | | |   
| | | | | | |    | 
This is an update to the no password sudo test meant to address some
weirdness around group vs. user permissions.
 | 
| |\ \ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
Test additions for cli_installer:get_hosts_to_install_on
 | 
| | | | | | | |  | 
 | 
| |\ \ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
Fixed a bug.  Upon creation also add dependencies to slas.
 | 
| | | | | | | |  | 
 | 
| |\| | | | | | 
| | | | | | | 
| | | | | | |  | 
Adding support for zabbix slas.
 | 
| | | | | | | |  | 
 | 
| | | | | | | |  | 
 | 
| |\ \ \ \ \ \ \  
| | | | | | | | 
| | | | | | | |  | 
Sync with the latest image streams
 | 
| | | | | | | | |  | 
 | 
| | | | | | | | |  | 
 | 
| |\ \ \ \ \ \ \ \  
| | | | | | | | | 
| | | | | | | | |  | 
Update xpaas streams and templates for their v1.1.0 release
 |